| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 3 | -193/+256 |
| * | 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 |
| * | destest.c no longer needs crypto_int.h | Greg Hudson | 2011-04-03 | 1 | -1/+0 |
| * | Use RFC 5587 const types for draft-josefsson-gss-capsulate APIs | Luke Howard | 2011-04-03 | 4 | -13/+13 |
| * | Only use RTLD_NODELETE if it's available | Ken Raeburn | 2011-04-03 | 1 | -3/+11 |
| * | Factor out the address checks in krb5_rd_safe and krb5_rd_priv into | Greg Hudson | 2011-04-02 | 4 | -171/+105 |
| * | In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c, | Greg Hudson | 2011-04-02 | 7 | -173/+203 |
| * | Add PADL license to collected licenses | Greg Hudson | 2011-04-02 | 2 | -0/+72 |
| * | When doing S4U2Self for the anon principal, use the server realm | Luke Howard | 2011-04-02 | 1 | -4/+12 |
| * | typo fix | Luke Howard | 2011-04-02 | 1 | -1/+1 |
| * | 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 |