| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | no unistd.h on Windows | Jeffrey Altman | 2007-08-24 | 1 | -0/+2 |
| * | Added errmap.h to the generate-files-mac target | Alexandra Ellwood | 2007-08-20 | 1 | -1/+1 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -1/+2 |
| * | remap mechanism-specific status codes in mechglue/spnego | Ken Raeburn | 2007-08-16 | 4 | -0/+270 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -5/+2 |
| * | Use strdup | Ken Raeburn | 2007-07-04 | 1 | -3/+1 |
| * | valgrind detects uninitialized (but really unused) bytes in 'queue' | Ken Raeburn | 2007-03-01 | 1 | -0/+6 |
| * | make depend | Ken Raeburn | 2006-12-12 | 1 | -6/+8 |
| * | make depend | Ken Raeburn | 2006-11-01 | 1 | -4/+4 |
| * | Include gss_libinit.h for gssint_initialize_library() prototype | Ezra Peisach | 2006-10-16 | 3 | -1/+3 |
| * | Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) from | Alexandra Ellwood | 2006-07-25 | 3 | -21/+26 |