summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu2007-10-031-2/+5
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-053-75/+173
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* pullup to trunkAlexandra Ellwood2007-08-241-2/+2
* In clean-windows, replace spaces with tabEzra Peisach2007-08-241-1/+1
* no unistd.h on WindowsJeffrey Altman2007-08-241-0/+2
* cleanup src/lib/gssapi/krb5/error_map.h on WindowsJeffrey Altman2007-08-241-0/+2
* Added errmap.h to the generate-files-mac targetAlexandra Ellwood2007-08-201-1/+1
* make dependKen Raeburn2007-08-164-305/+340
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-1635-93/+565
* (krb5_gss_internal_release_oid): Always clear *minor_statusKen Raeburn2007-08-161-2/+2
* Change prototype for g_token_size to match function declaration laterEzra Peisach2007-08-161-1/+1
* compilation failure with IRIX native compilerEzra Peisach2007-08-161-1/+1
* Release mechtok_out in spnego_gss_init_sec_context.Tom Yu2007-08-071-0/+1
* Added new autogenerated file to generate-files-mac targetAlexandra Ellwood2007-07-191-1/+1
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-122-11/+8
* Make error_map.h depend on ktemplate.pm tooKen Raeburn2007-07-041-1/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-0425-48/+260
* Use strdupKen Raeburn2007-07-041-3/+1
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* On unload, free up g_mechSet and g_mechListKen Raeburn2007-03-021-7/+33
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-1/+2
* valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn2007-03-011-0/+6
* When importing a name with a valid (non-null) handle but a zeroKen Raeburn2007-02-241-1/+4
* If a reflection is detected, zap the message buffer pointer outputKen Raeburn2007-02-241-1/+4
* Initialize "loopback" field in newly allocated name structureKen Raeburn2007-02-221-0/+1
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-192-2/+2
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-051-2/+2
* gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned -Ezra Peisach2007-01-232-2/+3
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-0924-277/+827
* 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-124-52/+56
* * 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-012-6/+8
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-165-1/+5
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-1/+4
* make dependTom Yu2006-10-063-187/+199
* * src/lib/gssapi/mechglue/mglueP.h: Add loopback field to opaqueTom Yu2006-08-0711-1/+32
* * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): CallTom Yu2006-08-011-0/+3
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-2513-42/+49
* gss_canonicalize_name(): Added parens to removeAlexandra Ellwood2006-07-251-4/+4
* 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
* make gss_unwrap match prototypeTom Yu2006-07-011-2/+2
* g_delete_sec_context.c: undo type cast change from last Jeffrey Altman2006-06-301-1/+1