summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/spnego/spnego_mech.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu2009-04-071-27/+24
* Apply revised patch from Apple that ensures that a REJECT token isTom Yu2009-04-071-3/+5
* CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu2009-03-131-1/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-121-2/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-81/+633
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-201-0/+11
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-8/+1
* Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu2008-10-171-39/+37
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-28/+27
* lean client changesZhanna Tsitkov2008-08-201-5/+19
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-161-6/+24
* 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
* re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu2006-06-291-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-0/+1
* fix signedness warnings in spnego_mech.cTom Yu2006-06-231-66/+82
* Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2006-06-221-13/+8
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-141-0/+2843