| Commit message (Expand) | Author | Age | Files | Lines |
| * | Program for testing if getsockname() works like the BSD networking code | Theodore Tso | 1995-09-16 | 1 | -0/+89 |
| * | Save the key used to generate the database files. Also generate a set | Theodore Tso | 1995-09-13 | 2 | -1/+35 |
| * | Fix fencepost error; use argv[1] to test for a specfied host if argc | Theodore Tso | 1995-09-13 | 2 | -1/+5 |
| * | Add des-cbc-crc to supported_enctypes as krb5_edit requires it to generate ra... | Ezra Peisach | 1995-09-10 | 2 | -3/+7 |
| * | supported_keytypes -> supported_enctypes in the kdc.conf file | Ezra Peisach | 1995-09-09 | 2 | -1/+5 |
| * | * kdb5_verify.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -14/+18 |
| * | * kdc5_hammer.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -16/+20 |
| * | * kdb5_mkdums.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -12/+16 |
| * | * ktest.c, ktest_equal.c, ktest_equal.h : | Chris Provenzano | 1995-09-06 | 4 | -15/+20 |
| * | * test1.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -3/+7 |
| * | * kdb5_verify.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -15/+6 |
| * | * kdc5_hammer.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -14/+5 |
| * | * kdb5_mkdums.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -15/+6 |
| * | * ktest.c, ktest.h, ktest_equal.c, ktest_equal.h : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 5 | -21/+22 |
| * | Add test for old dump format | Paul Park | 1995-09-01 | 2 | -0/+12 |
| * | Run using both GSSAPI and GSSAPI-V2 functions | Paul Park | 1995-08-31 | 2 | -0/+169 |
| * | Replace explicit library list with $(LIBS) so we get -lsocket on Solaris | Paul Park | 1995-08-29 | 2 | -1/+6 |
| * | Fix compilation errors | Paul Park | 1995-08-29 | 3 | -4/+7 |
| * | krb5_decode_test.c (main): Add tests for decode_krb5_{etype_info,alt_method} | Theodore Tso | 1995-08-28 | 9 | -6/+310 |
| * | Test the sample sever/client in both standalone and pseudo-inetd modes | Ezra Peisach | 1995-08-26 | 2 | -53/+110 |
| * | Find path to the t_inetd program | Ezra Peisach | 1995-08-26 | 2 | -0/+8 |
| * | Add t_inetd.c to the source tree. This program simulates the starting of | Ezra Peisach | 1995-08-26 | 5 | -1/+154 |
| * | * krb5_encode_test.c (encoder_print_results): If trval2 returns | Ezra Peisach | 1995-08-26 | 3 | -2/+14 |
| * | krb5_encode_test.c (main): Add tests for encode_krb5_padata_sequence() | Theodore Tso | 1995-08-26 | 9 | -6/+119 |
| * | Update file list | Theodore Tso | 1995-08-24 | 6 | -1/+12 |
| * | Remove 'Last Modified by:' from regular expression for 'show' | Paul Park | 1995-08-09 | 1 | -1/+1 |
| * | Fix kadmin5 output and remove av4k functions | Paul Park | 1995-08-03 | 2 | -104/+13 |
| * | Use string values in kdc.conf | Paul Park | 1995-08-03 | 2 | -7/+11 |
| * | Get etype from keytype via table instead of DEFAULT_KDC_ETYPE | Paul Park | 1995-07-27 | 4 | -2/+14 |
| * | Use k5-int instead of krb5 and asn1.h | Paul Park | 1995-07-27 | 3 | -4/+6 |
| * | Use new kdb format | Chris Provenzano | 1995-07-27 | 4 | -81/+106 |
| * | Remove per-realm parameters and prompting. No longer needed with KDC profile | Paul Park | 1995-07-17 | 2 | -22/+13 |
| * | Add KDC profile handling and remove password prompting | Paul Park | 1995-07-17 | 2 | -55/+48 |
| * | Fix handling of default etype | Paul Park | 1995-07-17 | 4 | -4/+16 |
| * | Correctly set LD_LIBRARY_PATH (again) | Paul Park | 1995-07-12 | 2 | -2/+33 |
| * | Library rule build update | Paul Park | 1995-07-12 | 12 | -9/+28 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+4 |
| * | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 15 | -45/+46 |
| * | Change argument ordering for KDC | Paul Park | 1995-06-23 | 2 | -1/+5 |
| * | Fix generation of server principals so this works with kdb5_mkdums | Paul Park | 1995-06-23 | 2 | -5/+90 |
| * | Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (The | Theodore Tso | 1995-06-21 | 2 | -2/+6 |
| * | Change PROTOTYPE -> KRB5_PROTOTYPE | Theodore Tso | 1995-06-21 | 3 | -66/+70 |
| * | Fix LD_LIBRARY_PATH in setup_root_shell() | Paul Park | 1995-06-19 | 2 | -1/+28 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 10 | -19/+64 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 2 | -1/+5 |
| * | Use the principal "krbtest/admin@KRBTEST.COM" for kadmin | Theodore Tso | 1995-06-10 | 4 | -47/+49 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 12 | -30/+32 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -7/+7 |
| * | Add logging section to profile, export profile to root shell | Paul Park | 1995-06-08 | 2 | -0/+23 |
| * | Change kadmin5 password prompting order | Paul Park | 1995-06-05 | 4 | -8/+16 |