summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* copy_ccache.c (gss_krb5_copy_ccache): Fix bugs in copy_ccache.c, whichTheodore Tso1998-05-254-10/+19
* inq_cred.c (krb5_gss_inquire_cred):Theodore Tso1998-05-2510-37/+58
* util_ordering.c (g_order_free):Theodore Tso1998-05-255-14/+44
* * Makefile.in (SHLIB_EXPDEPS):Tom Yu1998-04-152-2/+7
* * disp_major_status.c (g_display_major_status): Fix a typo inTom Yu1998-04-012-1/+6
* Change to not return GSS_S_CONTINUE_NEEDED, per the standard CTheodore Tso1998-03-312-3/+9
* export_name.c (krb5_gss_export_name): Fix bug in gss_export_name. TheTheodore Tso1998-02-282-1/+7
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-188-8/+28
* Change patch so that either mechanism is acceptedTheodore Tso1998-02-132-5/+6
* accept_sec_context.c (krb5_gss_accept_sec_context): Always allow useTheodore Tso1998-02-132-0/+7
* * accept_sec_context.c (krb5_gss_accept_sec_context): Add lots ofTom Yu1998-02-132-15/+32
* * init_sec_context.c: KLUDGE!! Add global variableTom Yu1998-02-122-1/+11
* * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu1998-02-122-0/+6
* Mass makefile/configure.in build system revampTheodore Tso1998-02-1212-51/+61
* wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix bug where if theTheodore Tso1998-02-062-2/+15
* * init_sec_context.c (krb5_gss_init_sec_context): ActuallyTom Yu1998-01-312-5/+10
* Makefile.in (clean-unix): Remove EXPORTED_BUILT_HEADERS as wellEzra Peisach1998-01-302-1/+5
* * accept_sec_context.c (rd_and_store_for_creds): Don't mess withDan Winship1998-01-305-3/+74
* Add definition of GSS_C_NO_NAME (per draft-ietf-cbind-04.txt)Theodore Tso1998-01-272-0/+6
* accept_sec_context.c (krb5_gss_accept_sec_context): Will now obtainTheodore Tso1998-01-242-25/+38
* init_sec_context.c (make_ap_req): Enforce a stricter requirement onTheodore Tso1998-01-242-2/+27
* * Makefile.in (LIBMINOR): Bump minor version due to internalTom Yu1998-01-222-1/+6
* * gssapiP_krb5.h: Add rcache member to the credsTom Yu1998-01-226-2/+46
* * Makefile.in (OBJS): Changed val_cred.$(OBJECT) toEzra Peisach1997-12-292-1/+6
* * val_cred.c (krb5_gss_validate_cred): Free principal extractedEzra Peisach1997-12-072-0/+6
* * accept_sec_context.c (krb5_gss_accept_sec_context),Theodore Tso1997-11-167-12/+99
* (Wrong version of Changelog committed previously)Theodore Tso1997-11-161-1/+2
* Return GSS_S_FAILURE if a non-NULL context handle is passed to itTheodore Tso1997-11-162-3/+11
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-193-2/+8
* * util_token.c (g_verify_token_header): Change local char *Ezra Peisach1997-08-172-1/+6
* Add support for the new OID value for host-based service nameTheodore Tso1997-07-303-0/+11
* inq_names.c (krb5_gss_inquire_names_for_mech): Add the the new OIDTheodore Tso1997-07-303-1/+20
* * util_ordering.c: Include string.h for prototypesEzra Peisach1997-07-222-0/+5
* (krb5_gss_accept_sec_context): Initialize ctx before it is referenced withou...Ezra Peisach1997-07-222-1/+6
* Always copy the mechtype so that delete_sec_context() can safelyTheodore Tso1997-07-162-1/+11
* Added code so that a valid credential handle is generated whenKevin Mitchell1997-06-302-3/+75
* accept_sec_context.c (krb5_gss_accept_sec_context): Reorganized errorTheodore Tso1997-06-074-172/+220
* Added V2 functions to the glue layerTheodore Tso1997-04-016-17/+74
* Fix really stupid typoTheodore Tso1997-04-011-1/+1
* import_name.c (krb5_gss_import_name): Add support for importing theTheodore Tso1997-03-283-6/+64
* Added definition for the generic gsspi OID type "gss_nt_exported_name"Theodore Tso1997-03-283-0/+11
* Makefile.in: Add canon_name.c, duplicate_name.c, export_name.c to theTheodore Tso1997-03-286-0/+213
* Add the GSS_C_PROT_READY_FLAG and GSS_C_TRANS_FLAGTheodore Tso1997-03-282-0/+30
* A zero-length token should be treated like a GSS_C_NO_BUFFER duringTheodore Tso1997-03-252-2/+8
* Fix typo (remove '#' from '#extern "C"')Theodore Tso1997-03-241-1/+1
* Add 'extern "C"' for C++ compatibility; also check for __cplusplusTheodore Tso1997-03-182-1/+15
* Fix header file so that winmac.h is #included when commpiling on theTheodore Tso1997-03-172-1/+6
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-234-20/+23
* * Make shared libs work on AIXSam Hartman1997-02-222-3/+7
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-1/+0