summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic
Commit message (Expand)AuthorAgeFilesLines
* WhitespaceGreg Hudson2011-09-211-11/+12
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-0/+19
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-5/+5
* make dependEzra Peisach2011-07-011-6/+0
* ANSIfy the remaining K&R functions in lib/gssapi/genericGreg Hudson2011-06-132-26/+15
* Mark up strings for translationGreg Hudson2011-06-101-33/+33
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-134-455/+0
* Add Doxygen markup for gss_userok() and gss_authorize_localname()Greg Hudson2011-04-101-0/+29
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-101-4/+7
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-042-11/+21
* 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