summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-031-7/+7
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-011-0/+21
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-093-31/+23
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson2010-11-251-0/+4
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* Correct a miscarriage of justice committed by the style policeGreg Hudson2010-10-061-1/+1
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-064-0/+355
* Add gss_krb5_import_credGreg Hudson2010-09-271-3/+2
* Remove two unused source files in lib/gssapi/genericGreg Hudson2010-08-122-118/+0
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+27
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-0/+6
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-171-0/+25
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-0816-43/+43
* Coding Style related fixesZhanna Tsitkov2009-11-252-286/+274
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-48/+59
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-1/+1
* make mark-cstyleTom Yu2009-10-313-4/+1
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-1/+74
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-53/+42
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-42/+53
* Implement s4u extensionsGreg Hudson2009-09-131-0/+31
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-1/+1
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-081-0/+1
* don't do arithmetic on void pointersKen Raeburn2009-02-041-2/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-14/+6
* whitespaceTom Yu2009-01-226-24/+24
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-75/+73
* Merge mskrb-integ onto trunkSam Hartman2009-01-0311-34/+1048
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-36/+36
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-0/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-7/+2
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1518-1423/+1443
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-273-4/+4
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-2/+2
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-053-75/+173
* pullup to trunkAlexandra Ellwood2007-08-241-2/+2
* no unistd.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-161-1/+2
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-164-0/+270
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-5/+2
* Use strdupKen Raeburn2007-07-041-3/+1
* valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn2007-03-011-0/+6
* make dependKen Raeburn2006-12-121-6/+8
* make dependKen Raeburn2006-11-011-4/+4
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-163-1/+3
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-253-21/+26