summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned -Ezra Peisach2007-01-232-2/+3
* If gss_krb5int_unseal_token_v3() unwraps a message of length 0 - freeEzra Peisach2006-12-301-0/+4
* memory leak if defective header present in gss_krb5int_unseal_token_v3Ezra Peisach2006-12-301-1/+3
* make dependKen Raeburn2006-12-121-32/+32
* * src/lib/krb5/krb/vfy_increds.c (krb5_verify_init_creds): UseTom Yu2006-11-301-13/+2
* avoid double frees in ccache manipulation around gen_newKen Raeburn2006-11-161-1/+3
* make dependKen Raeburn2006-11-011-2/+4
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-162-0/+2
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-1/+4
* make dependTom Yu2006-10-061-176/+188
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-258-17/+19
* acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood2006-07-193-13/+32
* acquire_cred(): Realized that my previous patch now basically favors theAlexandra Ellwood2006-07-191-6/+6
* acquire_cred(): Fixed KLL support to try the default ccache first ifAlexandra Ellwood2006-07-181-13/+19
* reverse test for copy_oid_set in lib/gssapi/krb5/indicate_mechs.cTom Yu2006-07-171-1/+1
* * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu2006-06-291-2/+0
* gssapi compilation errors on WindowsJeffrey Altman2006-06-291-2/+12
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* fix typo in MS_BUG_TEST case in krb5_gss_glue.cTom Yu2006-06-231-1/+1
* * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype ofTom Yu2006-06-152-2/+5
* make dependTom Yu2006-06-151-0/+2
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-1413-102/+686
* 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-311-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-44/+44
* install headers into include/krb5Ken Raeburn2006-05-231-304/+336
* 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-162-0/+46
* 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-098-39/+39
* 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-131-211/+179
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-2299/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-74/+0
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-386/+391
* make dependKen Raeburn2006-03-271-180/+210
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-102/+102
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-0/+6
* make dependKen Raeburn2006-03-081-44/+88
* 2006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2006-03-072-0/+14
* make dependTom Yu2005-11-291-243/+294
* This commit ensures that all files in the library includeJeffrey Altman2005-11-152-1/+5
* * acquire_cred.c (acquire_init_cred):Jeffrey Altman2005-10-312-12/+44
* When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood2005-10-271-0/+36
* gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exportedJeffrey Altman2005-10-202-8/+12
* fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred()Tom Yu2005-09-223-2/+13
* minor_status not cleared sometimes (gsstest nits)Tom Yu2005-09-213-4/+18