summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
* Coding Style related fixesZhanna Tsitkov2009-11-251-128/+105
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-168/+166
* make mark-cstyleTom Yu2009-10-3147-187/+160
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-7/+72
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0918-33/+889
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-1/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-222/+221
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-216/+225
* Implement s4u extensionsGreg Hudson2009-09-138-154/+707
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-6/+4
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-231-3/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-126-237/+0
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-361/+359
* Merge mskrb-integ onto trunkSam Hartman2009-01-0346-884/+3202
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-127/+128
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-49/+16
* Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu2008-10-201-0/+13
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn2008-09-031-1/+1
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-276-45/+36
* lean client changesZhanna Tsitkov2008-08-203-1/+7
* Use load_store_16/32_beKen Raeburn2008-08-021-4/+2
* Fix indirection on assignment to minor statusTom Yu2008-07-161-4/+4
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-9/+20
* Check for GSS_C_NO_CREDENTIAL before loop checkKen Raeburn2008-06-061-3/+3
* Move auto var to outer scope, because its storage is used beyond the inner scopeKen Raeburn2008-05-151-1/+1
* Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn2008-03-291-1/+3
* Coverity CID 46: mech_type will always have the address of anKen Raeburn2008-03-291-3/+0
* Coverity CID 47: Unreachable codeKen Raeburn2008-03-291-6/+0
* Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2008-03-292-1/+30
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu2007-10-031-2/+5
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-1629-87/+267
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-6/+6
* On unload, free up g_mechSet and g_mechListKen Raeburn2007-03-021-7/+33
* When importing a name with a valid (non-null) handle but a zeroKen 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-191-1/+1
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-0924-277/+827
* make dependKen Raeburn2006-12-121-4/+5
* * 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-252-4/+4
* gss_canonicalize_name(): Added parens to removeAlexandra Ellwood2006-07-251-4/+4
* 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
* corrections to gssapi mechglue Jeffrey Altman2006-06-302-5/+2
* make dependTom Yu2006-06-291-16/+2