| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make depend | Greg Hudson | 2011-02-25 | 3 | -264/+217 |
| * | Fix a memory leak introduced in r23926 where k_cred was not freed on | Greg Hudson | 2011-02-22 | 1 | -30/+24 |
| * | Don't leak the mechanism internal context when we get an error in the | Greg Hudson | 2011-02-22 | 1 | -1/+6 |
| * | In kg_acceptor_princ, make Coverity happy by using a different test to | Greg Hudson | 2011-02-14 | 1 | -1/+1 |
| * | Improve acceptor name flexibility | Greg Hudson | 2011-02-07 | 7 | -58/+207 |
| * | Change flow control in krb5_gss_import_name to better match current | Greg Hudson | 2011-02-04 | 1 | -95/+60 |
| * | Remove an unnecessary statement in acquire_init_cred(). We never set | Greg Hudson | 2011-02-03 | 1 | -7/+1 |
| * | Make gss_krb5_set_allowable_enctypes work for the acceptor | Greg Hudson | 2011-01-25 | 1 | -0/+9 |
| * | Don't call memset with a zero length | Ken Raeburn | 2011-01-12 | 1 | -1/+2 |
| * | Tighten up the error handling in the mechglue's gss_canonicalize_name, | Greg Hudson | 2011-01-10 | 1 | -32/+14 |
| * | Fix a couple of cases in the SPNEGO implementation where a | Greg Hudson | 2011-01-10 | 1 | -1/+4 |
| * | Don't attempt to serialize a NULL authdata context when serializing a | Greg Hudson | 2010-12-28 | 1 | -2/+4 |
| * | Eliminate some unused variable warnings | Greg Hudson | 2010-12-20 | 2 | -1/+3 |
| * | Ensure time() is prototyped in g_accept_sec_context.c | Greg Hudson | 2010-12-14 | 1 | -0/+1 |
| * | Add comment noting that RFC 4121 appears to omit RC4-HMAC from the | Tom Yu | 2010-12-07 | 2 | -0/+4 |
| * | update dependencies | Ken Raeburn | 2010-12-05 | 1 | -0/+16 |
| * | Install gssapi_ext.h on Windows. Include gssapi_ext.h in the header | Greg Hudson | 2010-11-30 | 1 | -1/+2 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 5 | -37/+7 |
| * | 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 | 15 | -44/+35 |
| * | Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, and | Greg Hudson | 2010-10-26 | 6 | -101/+108 |
| * | Set *conf_state on successful return from | Greg Hudson | 2010-10-26 | 1 | -0/+2 |
| * | When we create a temporary memory ccache for use within a | Greg Hudson | 2010-10-25 | 5 | -3/+10 |
| * | Use safer output parameter handling in | Greg Hudson | 2010-10-25 | 1 | -2/+4 |
| * | In acquire_init_cred in the GSS krb5 mech, don't intern cred->name, | Greg Hudson | 2010-10-25 | 1 | -4/+2 |
| * | Plug a memory leak in gss_indicate_mechs | Greg Hudson | 2010-10-09 | 1 | -1/+3 |
| * | In gss_indicate_mechs, avoid setting the output pointer until success | Greg Hudson | 2010-10-08 | 1 | -17/+17 |
| * | In gss_inquire_attrs_for_mech, remove the assumption that mech_attrs | Greg Hudson | 2010-10-08 | 1 | -1/+2 |
| * | Remove duplicate code block in spnego_gss_set_cred_option() | Greg Hudson | 2010-10-08 | 1 | -17/+0 |
| * | 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 | 13 | -1/+1096 |
| * | Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_option | Ken Raeburn | 2010-10-02 | 1 | -4/+4 |
| * | A cleaner impleentation of r24399 which adds two new auth context APIs | Greg Hudson | 2010-10-01 | 1 | -4/+7 |
| * | GSSAPI forwarded credentials must be encrypted in session key | Greg Hudson | 2010-10-01 | 1 | -3/+11 |
| * | Use IAKERB OID header for all IAKERB messages including AP-REQ | Luke Howard | 2010-09-27 | 4 | -4/+16 |
| * | Simplify acquire_accept_cred very slightly, avoiding some long lines | Greg Hudson | 2010-09-27 | 1 | -7/+6 |
| * | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 13 | -273/+577 |
| * | Make depend | Greg Hudson | 2010-09-08 | 3 | -164/+211 |
| * | Allow krb5_gss_register_acceptor_identity to unset keytab name | Greg Hudson | 2010-08-19 | 2 | -10/+8 |
| * | Remove two unused source files in lib/gssapi/generic | Greg Hudson | 2010-08-12 | 2 | -118/+0 |
| * | Add correct error table when initializing gss-krb5 | Greg Hudson | 2010-06-21 | 1 | -1/+1 |
| * | Stop checking the current time against the context expiration time in | Greg Hudson | 2010-06-08 | 3 | -29/+3 |
| * | Stop checking the current time against the context expiration time in | Greg Hudson | 2010-06-08 | 1 | -14/+0 |
| * | make depend | Greg Hudson | 2010-06-07 | 3 | -264/+270 |
| * | make depend | Greg Hudson | 2010-05-28 | 1 | -15/+0 |
| * | Apply patch from Arlene Berry to detect and ignore a duplicate | Tom Yu | 2010-05-20 | 1 | -0/+12 |
| * | In gss_acquire_cred_with_password() and gss_add_cred_with_password(), | Greg Hudson | 2010-05-20 | 1 | -38/+23 |
| * | CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005) | Tom Yu | 2010-05-19 | 1 | -0/+7 |
| * | If gss_inquire_cred is called with a null credential, acquire a | Greg Hudson | 2010-05-17 | 1 | -44/+13 |
| * | The mechglue always passes null for desired_mechs and actual_mechs | Greg Hudson | 2010-05-17 | 7 | -244/+30 |