| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In kg_new_connection(), make sure k_cred is freed in all failure | Greg Hudson | 2010-04-22 | 1 | -3/+2 |
| * | Amend r23917 to correct some uses of *out_creds which should now use | Greg Hudson | 2010-04-21 | 1 | -3/+2 |
| * | In the get_credentials() helper of the gss-krb5 init_sec_context code, | Greg Hudson | 2010-04-21 | 1 | -2/+8 |
| * | Apply patch from Arlene Berry to not use freed memory in | Tom Yu | 2010-03-23 | 1 | -1/+2 |
| * | Implement gss_set_neg_mechs | Greg Hudson | 2010-02-10 | 1 | -0/+1 |
| * | Apply patch from Arlene Berry to return a comparable static OID object | Tom Yu | 2010-02-05 | 1 | -0/+3 |
| * | define MIN() in lib/gssapi/krb5/prf.c | Tom Yu | 2010-01-26 | 1 | -0/+4 |
| * | Update dependencies | Ken Raeburn | 2010-01-03 | 1 | -0/+29 |
| * | krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULL | Ezra Peisach | 2010-01-03 | 1 | -3/+5 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -1/+2 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 2 | -2/+18 |
| * | Fix a cleanup handler in the store_creds code; krb5_cc_close doesn't | Greg Hudson | 2009-12-17 | 1 | -2/+2 |
| * | Add GSS extensions to store credentials, generate random bits | Greg Hudson | 2009-12-17 | 6 | -1/+354 |
| * | Mark and reindent lib/gssapi, with some exceptions | Tom Yu | 2009-12-08 | 48 | -269/+269 |
| * | Reindent | Zhanna Tsitkov | 2009-11-30 | 1 | -35/+26 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 1 | -5/+6 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 2 | -125/+21 |
| * | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 1 | -29/+12 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -486/+524 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 7 | -7/+0 |
| * | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 3 | -20/+21 |
| * | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 1 | -4/+4 |
| * | Reformat function definition headers in gss-krb5's util_crypt.c to | Greg Hudson | 2009-10-25 | 1 | -98/+48 |
| * | Comment out empty definition of krb5_gss_set_sec_context_option_ops and its | Luke Howard | 2009-10-23 | 1 | -0/+4 |
| * | Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passes | Luke Howard | 2009-10-22 | 3 | -1/+3 |
| * | Make some gss-krb5 utility functions take enctypes instead of keys, | Greg Hudson | 2009-10-20 | 8 | -38/+44 |
| * | use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc... | Luke Howard | 2009-10-20 | 1 | -14/+13 |
| * | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 18 | -196/+260 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -283/+308 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 21 | -217/+1190 |
| * | Clean up warnings of unused variables that have crept into the source tree.. | Ezra Peisach | 2009-09-20 | 1 | -0/+2 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -432/+421 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -410/+435 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 10 | -53/+543 |
| * | Fix parsing of GSS exported names | Greg Hudson | 2009-09-11 | 1 | -4/+18 |
| * | Fix memory leak in gss_krb5int_copy_ccache | Greg Hudson | 2009-09-09 | 1 | -1/+4 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
| * | Copy the sequence key rather than the subkey for lucid contexts in RFC | Sam Hartman | 2009-05-18 | 1 | -1/+1 |
| * | Document use of key fields in GSS context | Sam Hartman | 2009-05-18 | 1 | -6/+11 |
| * | Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionals | Tom Yu | 2009-05-14 | 1 | -2/+5 |
| * | gss_krb5int_export_lucid_sec_context was erroneously copying the first | Greg Hudson | 2009-05-14 | 1 | -1/+1 |
| * | Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG, | Greg Hudson | 2009-04-08 | 1 | -1/+10 |
| * | Better fix: Delay setting 'outbuf' until after the header buffer might | Ken Raeburn | 2009-03-12 | 1 | -3/+2 |
| * | crash using library-allocated storage for header in wrap_iov | Ken Raeburn | 2009-03-12 | 1 | -2/+3 |
| * | Include authenticator and ticket authdata in gss-api | Sam Hartman | 2009-02-26 | 1 | -2/+2 |
| * | Don't apply 'const' twice. Make kg_arcfour_l40 static | Ken Raeburn | 2009-02-12 | 1 | -1/+1 |
| * | remove some redundant or useless qualifiers | Ken Raeburn | 2009-02-06 | 1 | -24/+24 |
| * | int/ptr bug in gssapi code | Ken Raeburn | 2009-02-05 | 1 | -1/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 2 | -9/+9 |
| * | TWRITE_STR casts second argument; don't add redundant casting | Ken Raeburn | 2009-02-02 | 1 | -3/+3 |