| Commit message (Expand) | Author | Age | Files | Lines |
| * | Whitespace | Greg Hudson | 2011-09-21 | 1 | -11/+12 |
| * | * New implementation to map a gss name to localname | Sam Hartman | 2011-09-21 | 1 | -0/+19 |
| * | __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.c | Sam Hartman | 2011-09-19 | 1 | -2/+2 |
| * | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 1 | -5/+5 |
| * | make depend | Ezra Peisach | 2011-07-01 | 1 | -6/+0 |
| * | ANSIfy the remaining K&R functions in lib/gssapi/generic | Greg Hudson | 2011-06-13 | 2 | -26/+15 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -33/+33 |
| * | Remove pointer validation code from the gss krb5 mech | Greg Hudson | 2011-04-13 | 4 | -455/+0 |
| * | Add Doxygen markup for gss_userok() and gss_authorize_localname() | Greg Hudson | 2011-04-10 | 1 | -0/+29 |
| * | Implement gss_authorize_localname, as discussed on the kitten list, | Greg Hudson | 2011-04-10 | 1 | -4/+7 |
| * | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 2 | -11/+21 |
| * | Use RFC 5587 const types for draft-josefsson-gss-capsulate APIs | Luke Howard | 2011-04-03 | 1 | -7/+7 |
| * | Implement draft-josefsson-gss-capsulate | Greg Hudson | 2011-04-01 | 1 | -0/+21 |
| * | Fix a precedence error in g_make_token_header() which caused it to | Greg Hudson | 2011-03-25 | 1 | -2/+2 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 3 | -31/+23 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | Fix how gssapi.h is rebuilt on Windows; accidentally omitted from | Greg Hudson | 2010-11-25 | 1 | -0/+4 |
| * | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -1/+1 |
| * | Correct a miscarriage of justice committed by the style police | Greg Hudson | 2010-10-06 | 1 | -1/+1 |
| * | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 4 | -0/+355 |
| * | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 1 | -3/+2 |
| * | Remove two unused source files in lib/gssapi/generic | Greg Hudson | 2010-08-12 | 2 | -118/+0 |
| * | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -0/+27 |
| * | Implement gss_set_neg_mechs | Greg Hudson | 2010-02-10 | 1 | -0/+6 |
| * | Add GSS extensions to store credentials, generate random bits | Greg Hudson | 2009-12-17 | 1 | -0/+25 |
| * | Mark and reindent lib/gssapi, with some exceptions | Tom Yu | 2009-12-08 | 16 | -43/+43 |
| * | Coding Style related fixes | Zhanna Tsitkov | 2009-11-25 | 2 | -286/+274 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -48/+59 |
| * | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 1 | -1/+1 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 3 | -4/+1 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -1/+74 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -53/+42 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -42/+53 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -0/+31 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
| * | Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG, | Greg Hudson | 2009-04-08 | 1 | -0/+1 |
| * | don't do arithmetic on void pointers | Ken Raeburn | 2009-02-04 | 1 | -2/+2 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
| * | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 1 | -14/+6 |
| * | whitespace | Tom Yu | 2009-01-22 | 6 | -24/+24 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -75/+73 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 11 | -34/+1048 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -36/+36 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -0/+1 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -7/+2 |
| * | Untabify. Normalize whitespace. Reindent. Fix some of the most | Tom Yu | 2008-10-15 | 18 | -1423/+1443 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 3 | -4/+4 |
| * | Fix a few incompatible-pointer warnings that aren't just about signedness | Ken Raeburn | 2008-06-02 | 1 | -2/+2 |
| * | Rework error-mapping code to preserve status code values when returned | Ken Raeburn | 2007-09-05 | 3 | -75/+173 |
| * | pullup to trunk | Alexandra Ellwood | 2007-08-24 | 1 | -2/+2 |