| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initialize localname on error in gss_localname | Greg Hudson | 2011-10-06 | 1 | -4/+5 |
* | Windows fixes: remove unreferenced; use sizeof to compute array size | Sam Hartman | 2011-09-28 | 1 | -2/+1 |
* | Whitespace | Greg Hudson | 2011-09-21 | 2 | -66/+68 |
* | * New implementation to map a gss name to localname | Sam Hartman | 2011-09-21 | 3 | -56/+75 |
* | Formatting fixes | Greg Hudson | 2011-09-19 | 1 | -203/+219 |
* | On Windows, parse mechanism info from Registry instead of mech file | Sam Hartman | 2011-09-19 | 1 | -169/+351 |
* | Eliminate the mechglue union cred auxinfo field | Greg Hudson | 2011-09-05 | 8 | -242/+65 |
* | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 2 | -15/+15 |
* | Fix style issues in r25087 | Greg Hudson | 2011-08-29 | 2 | -3/+3 |
* | Fix major status handling in gss_acquire_cred | Greg Hudson | 2011-08-11 | 1 | -0/+1 |
* | Whitespace | Greg Hudson | 2011-08-09 | 1 | -1/+1 |
* | call gssint_mecherrmap_init() from gssint_mechglue_init() | Sam Hartman | 2011-08-09 | 1 | -0/+1 |
* | Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd... | Sam Hartman | 2011-08-09 | 6 | -64/+66 |
* | Fix gss_set_cred_option cred creation with no name | Greg Hudson | 2011-07-22 | 1 | -6/+8 |
* | make depend | Ezra Peisach | 2011-07-01 | 1 | -8/+8 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -49/+44 |
* | 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 |
* | Implement gss_authorize_localname, as discussed on the kitten list, | Greg Hudson | 2011-04-10 | 4 | -104/+109 |
* | 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 | 5 | -46/+82 |
* | 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 | 4 | -59/+293 |
* | Use RFC 5587 const types for draft-josefsson-gss-capsulate APIs | Luke Howard | 2011-04-03 | 3 | -6/+6 |
* | 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 | 4 | -0/+145 |
* | 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 | 20 | -81/+23 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -5/+5 |
* | Don't leak the mechanism internal context when we get an error in the | Greg Hudson | 2011-02-22 | 1 | -1/+6 |
* | Tighten up the error handling in the mechglue's gss_canonicalize_name, | Greg Hudson | 2011-01-10 | 1 | -32/+14 |
* | Ensure time() is prototyped in g_accept_sec_context.c | Greg Hudson | 2010-12-14 | 1 | -0/+1 |
* | update dependencies | Ken Raeburn | 2010-12-05 | 1 | -0/+16 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 4 | -24/+16 |
* | 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 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 5 | -0/+470 |
* | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 2 | -31/+165 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -4/+4 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -5/+6 |
* | In gss_acquire_cred_with_password() and gss_add_cred_with_password(), | Greg Hudson | 2010-05-20 | 1 | -38/+23 |
* | If gss_inquire_cred is called with a null credential, acquire a | Greg Hudson | 2010-05-17 | 1 | -44/+13 |
* | Update dependencies | Ken Raeburn | 2010-05-16 | 1 | -0/+8 |