| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Delete sec context properly in gss_krb5_export_lucid_sec_context | Greg Hudson | 2011-05-09 | 1 | -1/+1 |
| * | The MIT krb5 and Heimdal implementations of | Greg Hudson | 2011-04-27 | 1 | -23/+6 |
| * | Correctly set the expiration field of impersonated credentials in | Greg Hudson | 2011-04-25 | 1 | -1/+1 |
| * | Remove kg_map_toktype(), as the call sites were removed in r21742 | Greg Hudson | 2011-04-21 | 2 | -28/+0 |
| * | Remove pointer validation code from the gss krb5 mech | Greg Hudson | 2011-04-13 | 31 | -354/+35 |
| * | In krb5_gss_display_status, correct the sense of the | Greg Hudson | 2011-04-12 | 1 | -5/+6 |
| * | Shuffle around some gss-krb5 entry points to eliminate four mostly | Greg Hudson | 2011-04-11 | 9 | -301/+171 |
| * | Implement gss_authorize_localname, as discussed on the kitten list, | Greg Hudson | 2011-04-10 | 1 | -13/+28 |
| * | When inquiring the default GSS acceptor principal, return a principal | Greg Hudson | 2011-04-08 | 1 | -3/+19 |
| * | gss_duplicate_name SPI for SPNEGO | Greg Hudson | 2011-04-05 | 1 | -0/+1 |
| * | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 1 | -0/+91 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 26 | -97/+31 |
| * | Fix a memory leak independently found by Tim Pozdeev and Arlene Berry | Tom Yu | 2011-03-08 | 1 | -0/+1 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -255/+208 |
| * | Fix a memory leak introduced in r23926 where k_cred was not freed on | Greg Hudson | 2011-02-22 | 1 | -30/+24 |
| * | 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 |
| * | 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 |
| * | Add comment noting that RFC 4121 appears to omit RC4-HMAC from the | Tom Yu | 2010-12-07 | 2 | -0/+4 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -2/+3 |
| * | Fix Windows build | Greg Hudson | 2010-11-25 | 8 | -15/+17 |
| * | 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 |
| * | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 1 | -0/+113 |
| * | 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 | 7 | -235/+384 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -157/+204 |
| * | Allow krb5_gss_register_acceptor_identity to unset keytab name | Greg Hudson | 2010-08-19 | 2 | -10/+8 |
| * | 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 | 1 | -255/+259 |
| * | make depend | Greg Hudson | 2010-05-28 | 1 | -15/+0 |
| * | CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005) | Tom Yu | 2010-05-19 | 1 | -0/+7 |
| * | The mechglue always passes null for desired_mechs and actual_mechs | Greg Hudson | 2010-05-17 | 7 | -244/+30 |
| * | The mechglue never invokes a mech's gss_add_cred function. Remove the | Greg Hudson | 2010-05-17 | 4 | -411/+1 |
| * | Update dependencies | Ken Raeburn | 2010-05-16 | 1 | -0/+14 |
| * | Fix some bugs in the IAKERB code discovered by Coverity. Also trim | Greg Hudson | 2010-05-01 | 2 | -28/+16 |
| * | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 14 | -264/+1703 |