| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Avoid calling gss_release_buffer() from the message-processing code | Greg Hudson | 2011-05-09 | 2 | -15/+6 |
| * | Use internal crypto functions directly from util_crypt.c, avoiding a | Greg Hudson | 2011-05-09 | 1 | -17/+4 |
| * | 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 |
| * | Handle null OID values in gss_oid_equal() | Greg Hudson | 2011-04-16 | 1 | -0/+3 |
| * | Check mech_type as well as mech_name in gssint_import_internal_name(), | Greg Hudson | 2011-04-16 | 1 | -1/+2 |
| * | Fix a code path where mech could be used uninitialized in | Greg Hudson | 2011-04-16 | 1 | -1/+1 |
| * | Remove pointer validation code from the gss krb5 mech | Greg Hudson | 2011-04-13 | 35 | -809/+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 |
| * | 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 | 7 | -121/+145 |
| * | When inquiring the default GSS acceptor principal, return a principal | Greg Hudson | 2011-04-08 | 1 | -3/+19 |
| * | Allow anonymous name to be imported with empty name buffer | Greg Hudson | 2011-04-06 | 1 | -4/+11 |
| * | Make depend | Greg Hudson | 2011-04-05 | 1 | -0/+32 |
| * | gss_duplicate_name SPI for SPNEGO | Greg Hudson | 2011-04-05 | 8 | -46/+109 |
| * | More sensical mech selection for gss_acquire_cred/accept_sec_context | Greg Hudson | 2011-04-04 | 2 | -49/+44 |
| * | r24838 accidentally added a gss_duplicate_name line to | Greg Hudson | 2011-04-04 | 1 | -1/+0 |
| * | Prevent bleed-through of mechglue symbols into loaded mechs | Greg Hudson | 2011-04-04 | 1 | -54/+67 |
| * | Add gss_userok and gss_pname_to_uid to dynamic mech loading table. | Greg Hudson | 2011-04-04 | 1 | -0/+2 |
| * | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 9 | -70/+410 |
| * | Use RFC 5587 const types for draft-josefsson-gss-capsulate APIs | Luke Howard | 2011-04-03 | 4 | -13/+13 |
| * | Allow absolute paths for mechglue libraries. From r24736 in | Greg Hudson | 2011-04-01 | 1 | -1/+5 |
| * | Implement draft-josefsson-gss-capsulate | Greg Hudson | 2011-04-01 | 6 | -0/+169 |
| * | Fix a precedence error in g_make_token_header() which caused it to | Greg Hudson | 2011-03-25 | 1 | -2/+2 |
| * | Although it can't actually happen, make it more explicit that we won't | Greg Hudson | 2011-03-11 | 1 | -1/+2 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 50 | -211/+77 |
| * | Fix a memory leak independently found by Tim Pozdeev and Arlene Berry | Tom Yu | 2011-03-08 | 1 | -0/+1 |
| * | SPNEGO's accept_sec_context and init_sec_context produce a null context | Greg Hudson | 2011-03-08 | 1 | -2/+6 |
| * | 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 |