| Commit message (Expand) | Author | Age | Files | Lines |
* | * kadmin.exp: use a longer password for kadmin_modify test to meet | Mark Eichin | 1996-01-27 | 2 | -3/+8 |
* | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 2 | -30/+0 |
* | Remove use of krb5_kdc_default_options | Ezra Peisach | 1996-01-20 | 2 | -3/+5 |
* | Add check for DBM/db libraries | Theodore Tso | 1996-01-19 | 4 | -0/+38 |
* | * kadmin.exp: test that kadmin_modify doesn't corrupt key entries | Mark Eichin | 1995-12-13 | 2 | -0/+14 |
* | * kdb5_mkdums.c : Remove mkvno from krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+4 |
* | * kdb5_verify.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -6/+4 |
* | * ktest_equal.c (ktest_equal_krb5_etype_info_entry()) : | Chris Provenzano | 1995-11-15 | 2 | -2/+9 |
* | Comment out encrypted telnet tests | Ezra Peisach | 1995-11-11 | 2 | -62/+66 |
* | * kdb5_verify.c : Remove krb5_enctype from krb5_string_to_key() args | Chris Provenzano | 1995-11-09 | 2 | -10/+10 |
* | * kdc5_hammer.c : Remove krb5_enctype from krb5_string_to_key() args | Chris Provenzano | 1995-11-09 | 2 | -2/+5 |
* | * kdb5_mkdums.c : Remove krb5_enctype from krb5_string_to_key() args | Chris Provenzano | 1995-11-09 | 2 | -3/+5 |
* | * krb5_encode_test.c (main): In case of an error in the encoding | Theodore Tso | 1995-11-09 | 3 | -7/+36 |
* | Updated reference files for the new structures now supported by the ASN.1 | Theodore Tso | 1995-11-08 | 2 | -0/+31 |
* | * krb5_decode_test.c (main): Add tests for decode_krb5_enc_data | Theodore Tso | 1995-11-08 | 7 | -2/+74 |
* | stamp out festering Imakefiles | Mark Eichin | 1995-11-03 | 3 | -87/+0 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 4 | -12/+5 |
* | Run db checks before going into subdirs and dejagnu test.. | Ezra Peisach | 1995-10-25 | 2 | -1/+5 |
* | Fixed signed/unsigned -Wall flame | Theodore Tso | 1995-10-15 | 2 | -2/+8 |
* | Work around bug in NetBSD expect. This is the same fix as | Ezra Peisach | 1995-10-07 | 2 | -1/+10 |
* | Change kdc port specifications in kdc.conf to match current | Ezra Peisach | 1995-10-07 | 2 | -4/+7 |
* | * default.exp: set timeout to 100 since the default of 10 is | Mark Eichin | 1995-10-02 | 2 | -0/+7 |
* | Remove trval on a make clean | Theodore Tso | 1995-09-29 | 2 | -1/+5 |
* | Remove the dejagnu temporary files | Theodore Tso | 1995-09-29 | 2 | -0/+6 |
* | 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 |