| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Properly release resources in krb5_copy_authenticator() | Zhanna Tsitkov | 2011-04-28 | 1 | -3/+1 |
* | The MIT krb5 and Heimdal implementations of | Greg Hudson | 2011-04-27 | 1 | -23/+6 |
* | Make krb5_os_init_context compile again after r24901 | Greg Hudson | 2011-04-27 | 1 | -11/+9 |
* | Remove worthless call to krb5_cc_set_default_name in krb5_os_init_context | Zhanna Tsitkov | 2011-04-27 | 1 | -3/+0 |
* | Correctly set the expiration field of impersonated credentials in | Greg Hudson | 2011-04-25 | 1 | -1/+1 |
* | Refactor krb5int_rd_chpw_rep() and make it properly handle both framed | Greg Hudson | 2011-04-25 | 3 | -349/+165 |
* | Do not reference krb5_chpw_result_code_string in | Greg Hudson | 2011-04-25 | 1 | -3/+1 |
* | Close comment in #endif for KRB5_DEPRECATED to avoid warning of | Ezra Peisach | 2011-04-22 | 1 | -1/+1 |
* | Documented V4/V5 convertion and some credential cache API functions. Marked k... | Zhanna Tsitkov | 2011-04-22 | 1 | -137/+139 |
* | Remove kg_map_toktype(), as the call sites were removed in r21742 | Greg Hudson | 2011-04-21 | 2 | -28/+0 |
* | Documented krb5_auth_con_ API family | Zhanna Tsitkov | 2011-04-20 | 1 | -380/+367 |
* | Install k5login(5) as well as .k5login(5) | Greg Hudson | 2011-04-20 | 1 | -0/+1 |
* | Missed in r24888: remove the process_chpw_request() prototype from | Greg Hudson | 2011-04-19 | 1 | -8/+0 |
* | Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpers | Greg Hudson | 2011-04-19 | 1 | -79/+44 |
* | Revert r24886; it was incorrect | Greg Hudson | 2011-04-19 | 1 | -4/+0 |
* | Fix memory leak in kpasswd server UDP error path | Greg Hudson | 2011-04-19 | 1 | -0/+4 |
* | 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 |
* | Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfold | Greg Hudson | 2011-04-16 | 3 | -8/+5 |
* | Fix the sole case in process_chpw_request() where a return could occur | Tom Yu | 2011-04-13 | 1 | -2/+12 |
* | 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 |
* | Documentation updates. Mostly GIC related | Zhanna Tsitkov | 2011-04-12 | 2 | -231/+207 |
* | 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 |
* | Correctly recognize non-iterable keytabs in k5_kt_get_principal() | Greg Hudson | 2011-04-08 | 1 | -1/+3 |
* | Add k5_kt_get_principal, an internal krb5 interface to try to get a | Greg Hudson | 2011-04-08 | 5 | -23/+39 |
* | In the authdata framework, determine which authdata sources to query | Greg Hudson | 2011-04-07 | 1 | -3/+18 |
* | Allow anonymous name to be imported with empty name buffer | Greg Hudson | 2011-04-06 | 1 | -4/+11 |
* | Documentation updates | Zhanna Tsitkov | 2011-04-06 | 1 | -190/+213 |
* | Make depend | Greg Hudson | 2011-04-05 | 4 | -18/+48 |
* | 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 | 10 | -70/+428 |
* | Documentation updates | Zhanna Tsitkov | 2011-04-04 | 1 | -201/+276 |
* | CoreFoundation is no longer used for UCS2 conversions | Ken Raeburn | 2011-04-03 | 3 | -10/+2 |
* | Drop some redundant autoconf tests | Ken Raeburn | 2011-04-03 | 1 | -5/+0 |
* | Don't check for stdarg.h | Ken Raeburn | 2011-04-03 | 2 | -46/+1 |
* | Don't test HAVE_STDARG_H, just assume it | Ken Raeburn | 2011-04-03 | 1 | -18/+1 |
* | In t_fortuna.c, use a static buffer in head_tail_test, and use %f for | Greg Hudson | 2011-04-03 | 1 | -2/+3 |
* | Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stack | Ken Raeburn | 2011-04-03 | 1 | -1/+1 |
* | Include krb5_libinit.h always, since we call krb5int_initialize_library always | Ken Raeburn | 2011-04-03 | 1 | -3/+0 |
* | Revert r24815 and the RTLD_NODELETE part of r24744, which was | Greg Hudson | 2011-04-03 | 1 | -10/+2 |
* | Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; just | Greg Hudson | 2011-04-03 | 1 | -1/+3 |