aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2007-07-19Added new autogenerated file to generate-files-mac targetAlexandra Ellwood1-1/+1
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2-11/+8
2007-07-04Make error_map.h depend on ktemplate.pm tooKen Raeburn1-1/+1
2007-07-04gss krb5 mech enhanced error messagesKen Raeburn25-48/+260
2007-07-04Use strdupKen Raeburn1-3/+1
2007-07-03Tell Emacs to use C mode for this fileKen Raeburn1-1/+1
2007-03-02On unload, free up g_mechSet and g_mechListKen Raeburn1-7/+33
2007-03-02Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn1-1/+2
2007-03-01valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn1-0/+6
2007-02-24When importing a name with a valid (non-null) handle but a zeroKen Raeburn1-1/+4
2007-02-24If a reflection is detected, zap the message buffer pointer outputKen Raeburn1-1/+4
2007-02-22Initialize "loopback" field in newly allocated name structureKen Raeburn1-0/+1
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach2-2/+2
2007-02-05krb5_kt_get_type should return const char *. Ezra Peisach1-2/+2
2007-01-23gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned -Ezra Peisach2-2/+3
2007-01-09MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu24-277/+827
2006-12-30If gss_krb5int_unseal_token_v3() unwraps a message of length 0 - freeEzra Peisach1-0/+4
2006-12-30memory leak if defective header present in gss_krb5int_unseal_token_v3Ezra Peisach1-1/+3
2006-12-12make dependKen Raeburn4-52/+56
2006-11-30 * src/lib/krb5/krb/vfy_increds.c (krb5_verify_init_creds): UseTom Yu1-13/+2
2006-11-16avoid double frees in ccache manipulation around gen_newKen Raeburn1-1/+3
2006-11-01make dependKen Raeburn2-6/+8
2006-10-16Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach5-1/+5
2006-10-15Remove all unused variable warnings from treeEzra Peisach1-1/+4
2006-10-06make dependTom Yu3-187/+199
2006-08-07 * src/lib/gssapi/mechglue/mglueP.h: Add loopback field to opaqueTom Yu11-1/+32
2006-08-01 * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): CallTom Yu1-0/+3
2006-07-25Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood13-42/+49
2006-07-25gss_canonicalize_name(): Added parens to removeAlexandra Ellwood1-4/+4
2006-07-19acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood3-13/+32
2006-07-19acquire_cred(): Realized that my previous patch now basically favors theAlexandra Ellwood1-6/+6
2006-07-18acquire_cred(): Fixed KLL support to try the default ccache first ifAlexandra Ellwood1-13/+19
2006-07-17reverse test for copy_oid_set in lib/gssapi/krb5/indicate_mechs.cTom Yu1-1/+1
2006-07-01make gss_unwrap match prototypeTom Yu1-2/+2
2006-06-30 g_delete_sec_context.c: undo type cast change from last Jeffrey Altman1-1/+1
2006-06-30corrections to gssapi mechglue Jeffrey Altman2-5/+2
2006-06-29re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu1-1/+1
2006-06-29* lib/gssapi/Makefile.in: Merge the new target into the existingKen Raeburn1-2/+1
2006-06-29make dependTom Yu2-18/+8
2006-06-29remove unused lib/gssapi/mechglue/g_utils.cTom Yu2-286/+0
2006-06-29 * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu3-20/+0
2006-06-29 * src/lib/gssapi/mechglue/g_initialize.c: Remove various unusedTom Yu1-342/+3
2006-06-29gssapi compilation errors on WindowsJeffrey Altman7-11/+76
2006-06-29check calling conventions specified for WindowsKen Raeburn1-2/+17
2006-06-28autoconf 2.60 compatibilityKen Raeburn5-6/+6
2006-06-26make gssint_get_mechanism match prototypeTom Yu1-2/+1
2006-06-23fix typo in MS_BUG_TEST case in krb5_gss_glue.cTom Yu1-1/+1
2006-06-23fix signedness warnings in spnego_mech.cTom Yu1-66/+82
2006-06-22 * src/lib/gssapi/mechglue/g_initialize.c: Remove unused variablesTom Yu1-3/+1
2006-06-22Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2-17/+8