aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/spnego
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-13/+11
2009-10-31make mark-cstyleTom Yu1-5/+5
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-6/+7
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson2-0/+208
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-11/+10
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-10/+11
2009-09-13Implement s4u extensionsGreg Hudson2-3/+171
2009-08-27Memory leak in spnego accept_sec_context error pathGreg Hudson1-0/+7
2009-05-22fix minor syntax errorKen Raeburn1-1/+1
2009-04-07CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu1-27/+24
2009-04-07Apply revised patch from Apple that ensures that a REJECT token isTom Yu1-3/+5
2009-03-13CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu1-1/+2
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-12Remove gss_export_name_object and gss_import_name_object.Sam Hartman1-2/+0
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-19/+17
2009-01-03Merge mskrb-integ onto trunkSam Hartman4-118/+750
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-10/+10
2008-10-22Fix previous commit by adding "extern" to header declarations forTom Yu1-2/+2
2008-10-20Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2-10/+14
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-8/+1
2008-10-17Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu1-39/+37
2008-09-18makedependKen Raeburn1-8/+9
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn2-29/+28
2008-08-20lean client changesZhanna Tsitkov2-6/+23
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn1-4/+3
2007-08-16make dependKen Raeburn1-8/+9
2007-08-16remap mechanism-specific status codes in mechglue/spnegoKen Raeburn1-6/+24
2007-08-16Change prototype for g_token_size to match function declaration laterEzra Peisach1-1/+1
2007-08-16compilation failure with IRIX native compilerEzra Peisach1-1/+1
2007-08-07Release mechtok_out in spnego_gss_init_sec_context.Tom Yu1-0/+1
2006-10-06make dependTom Yu1-5/+5
2006-06-29re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu1-1/+1
2006-06-29make dependTom Yu1-2/+6
2006-06-29 * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu1-2/+0
2006-06-29gssapi compilation errors on WindowsJeffrey Altman2-0/+3
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-06-23fix signedness warnings in spnego_mech.cTom Yu1-66/+82
2006-06-22Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2-17/+8
2006-06-15make dependTom Yu1-0/+13
2006-06-15 * src/lib/gssapi/mechglue/Makefile.in (mydir):Tom Yu1-1/+1
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu3-0/+3215