summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* corrections to gssapi mechglue Jeffrey Altman2006-06-302-5/+2
* re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu2006-06-291-1/+1
* * lib/gssapi/Makefile.in: Merge the new target into the existingKen Raeburn2006-06-291-2/+1
* make dependTom Yu2006-06-292-18/+8
* remove unused lib/gssapi/mechglue/g_utils.cTom Yu2006-06-292-286/+0
* * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu2006-06-293-20/+0
* * src/lib/gssapi/mechglue/g_initialize.c: Remove various unusedTom Yu2006-06-291-342/+3
* gssapi compilation errors on WindowsJeffrey Altman2006-06-297-11/+76
* check calling conventions specified for WindowsKen Raeburn2006-06-291-2/+17
* autoconf 2.60 compatibilityKen Raeburn2006-06-285-6/+6
* make gssint_get_mechanism match prototypeTom Yu2006-06-261-2/+1
* fix typo in MS_BUG_TEST case in krb5_gss_glue.cTom Yu2006-06-231-1/+1
* fix signedness warnings in spnego_mech.cTom Yu2006-06-231-66/+82
* * src/lib/gssapi/mechglue/g_initialize.c: Remove unused variablesTom Yu2006-06-221-3/+1
* Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2006-06-222-17/+8
* remove unimplemented/unused mechglue functionsTom Yu2006-06-218-407/+0
* cease export of krb5_gss_*Tom Yu2006-06-211-37/+0
* fix parallel builds for libgssTom Yu2006-06-201-1/+1
* * src/lib/gssapi/libgssapi_krb5.exports: AddTom Yu2006-06-151-0/+1
* * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype ofTom Yu2006-06-152-2/+5
* make dependTom Yu2006-06-155-11/+228
* * src/lib/gssapi/mechglue/Makefile.in (mydir):Tom Yu2006-06-152-2/+2
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-1462-1739/+7961
* Always initialize the output token in gss_init_sec_context as requiredRuss Allbery2006-06-121-0/+2
* If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism,Russ Allbery2006-06-121-1/+2
* Free requested-enctype list when freeing up credentials. Reported by RainerKen Raeburn2006-06-081-0/+4
* Avoid memory leak in error path. Reported by Rainer WeikusatKen Raeburn2006-06-081-1/+3
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-314-25/+6
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-242-45/+45
* install headers into include/krb5Ken Raeburn2006-05-232-312/+345
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-1717-18/+16
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-164-0/+51
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-101-5/+11
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-0911-53/+55
* Signed/unsigned warnings cleanupEzra Peisach2006-04-223-4/+4
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-132-217/+184
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-114-4045/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-114-240/+0
* set DEFS empty in more placesKen Raeburn2006-04-048-0/+20
* * configure.in: Never define size_tKen Raeburn2006-04-012-1/+4
* Stop checking sizeof(type) at configure time.Ken Raeburn2006-03-316-19/+28
* * util_token.c: Include limits.h.Ken Raeburn2006-03-312-3/+11
* make depend, now with dependency sortingKen Raeburn2006-03-313-435/+452
* make dependKen Raeburn2006-03-272-185/+215
* * Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2006-03-272-1/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-114-143/+137
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-114-0/+12
* make dependKen Raeburn2006-03-082-45/+90
* 2006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2006-03-072-0/+14
* make dependTom Yu2005-11-293-273/+325