| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix old-style GSSRPC authentication | Greg Hudson | 2011-06-13 | 1 | -3/+10 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 36 | -323/+355 |
| * | Add localization infrastructure | Greg Hudson | 2011-06-10 | 2 | -1/+3 |
| * | Restore fallback non-referral TGS request to same realm | Greg Hudson | 2011-06-03 | 1 | -12/+10 |
| * | Restore krb5_get_credentials caching for referral requests | Greg Hudson | 2011-05-26 | 1 | -0/+5 |
| * | Fix multiple tl-data updates over iprop | Greg Hudson | 2011-05-22 | 1 | -35/+8 |
| * | Updated documentation for krb5_c_ and sensauth API. | Zhanna Tsitkov | 2011-05-19 | 1 | -9/+0 |
| * | In mk_rd_cred if recv_subkey in the authentication context is NULL and the de... | Zhanna Tsitkov | 2011-05-16 | 1 | -23/+42 |
| * | Use hmac-md5 checksum for PA-FOR-USER padata | Greg Hudson | 2011-05-14 | 1 | -8/+2 |
| * | Updated documentation for PAC API. Moved PAC type definitions into krb5.hin | Zhanna Tsitkov | 2011-05-13 | 1 | -8/+0 |
| * | fix regression in r24853: PAC no longer exposed | Luke Howard | 2011-05-09 | 1 | -1/+1 |
| * | Kernel subset | Greg Hudson | 2011-05-09 | 1 | -0/+5 |
| * | 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 |
| * | Eliminate a redundant initialization in cm_init_selstate() in | Greg Hudson | 2011-05-03 | 1 | -1/+0 |
| * | Add poll support to sendto_kdc.c so that it can work in processes with | Greg Hudson | 2011-05-02 | 4 | -131/+262 |
| * | 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 |
| * | 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 |
| * | Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfold | Greg Hudson | 2011-04-16 | 3 | -8/+5 |
| * | 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 | 1 | -9/+4 |
| * | 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 | 4 | -23/+36 |
| * | 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 |
| * | 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 | 9 | -70/+410 |
| * | CoreFoundation is no longer used for UCS2 conversions | Ken Raeburn | 2011-04-03 | 1 | -2/+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 |