aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/generic
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-48/+59
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-1/+1
2009-10-31make mark-cstyleTom Yu3-4/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-1/+74
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-53/+42
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-42/+53
2009-09-13Implement s4u extensionsGreg Hudson1-0/+31
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-1/+1
2009-04-08Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson1-0/+1
2009-02-04don't do arithmetic on void pointersKen Raeburn1-2/+2
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn1-14/+6
2009-01-22whitespaceTom Yu6-24/+24
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-75/+73
2009-01-03Merge mskrb-integ onto trunkSam Hartman11-34/+1048
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-36/+36
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-0/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson2-7/+2
2008-10-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu18-1423/+1443
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn3-4/+4
2008-06-02Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn1-2/+2
2007-09-05Rework error-mapping code to preserve status code values when returnedKen Raeburn3-75/+173
2007-08-24pullup to trunkAlexandra Ellwood1-2/+2
2007-08-24no unistd.h on WindowsJeffrey Altman1-0/+2
2007-08-20Added errmap.h to the generate-files-mac targetAlexandra Ellwood1-1/+1
2007-08-16make dependKen Raeburn1-1/+2
2007-08-16remap mechanism-specific status codes in mechglue/spnegoKen Raeburn4-0/+270
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-5/+2
2007-07-04Use strdupKen Raeburn1-3/+1
2007-03-01valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn1-0/+6
2006-12-12make dependKen Raeburn1-6/+8
2006-11-01make dependKen Raeburn1-4/+4
2006-10-16Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach3-1/+3
2006-07-25Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood3-21/+26
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-06-15make dependTom Yu1-10/+0
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu6-479/+13
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn1-2/+2
2006-05-09Cleanup a number of cast away from const warnings in gssapiEzra Peisach3-14/+16
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-941/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-53/+0
2006-04-04set DEFS empty in more placesKen Raeburn2-0/+5
2006-03-31Stop checking sizeof(type) at configure time.Ken Raeburn4-16/+19
2006-03-31* util_token.c: Include limits.h.Ken Raeburn2-3/+11
2006-03-31make depend, now with dependency sortingKen Raeburn1-38/+50
2006-03-27* Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2-1/+6
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2-38/+32
2006-03-11Add a new recursive target "generated-files-mac", for producing theKen Raeburn2-0/+6
2005-11-29make dependTom Yu1-24/+23
2005-09-22gss_release_buffer can leak zero-length buffersTom Yu2-2/+6