aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2005-02-11Implement principal name and auth flavor fallback for kadm5 clientTom Yu2-2/+19
2005-02-09* gss-threads: New subdirectory.Ken Raeburn3-4/+12
2005-02-09multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changesKen Raeburn7-0/+2437
2005-02-09Exercise the dynamic loading/unloading of libraries a bit more.Ken Raeburn2-39/+182
2005-02-03* t_loader.c: New fileKen Raeburn2-0/+252
2005-02-03don't build anything by defaultKen Raeburn1-1/+1
2005-02-03* Makefile.in: New fileKen Raeburn2-0/+42
2005-02-03* configure.in: Look for dlfcn.h. Configure new shlib subdirectory.Ken Raeburn3-3/+9
2005-01-14Fix braino in previous change to xdr_bytes. New test case forTom Yu2-1/+24
2005-01-12* default.exp (start_tail): New proc. Handles GNU tail race condition withKen Raeburn2-64/+74
2005-01-12* krb-root/rlogin.exp (start_rlogin_daemon): Use built-in sleep command.Ken Raeburn10-8/+22
2005-01-12* default.exp (start_kerberos_daemons): Format date internally rather thanKen Raeburn2-2/+7
2004-12-30run "make depend"Ken Raeburn7-7/+0
2004-12-20fix MITKRB5-SA-2004-004Tom Yu2-0/+222
2004-12-12new test prog "prof1" for profile reloadingKen Raeburn3-0/+89
2004-11-15Merge Athena changes for requiring encrypted connectionsTom Yu2-6/+54
2004-08-23* addrinfo-test.c: New fileKen Raeburn2-0/+287
2004-08-03* configure.in: Build makefile for new "threads" subdirectoryKen Raeburn2-1/+5
2004-08-03* Makefile.in, t_rcache.c: New filesKen Raeburn3-0/+186
2004-06-17 * default.exp (setup_krb5_conf): Default to not using SRV recordsTom Yu2-0/+6
2004-05-24 * kdb5_mkdums.c (main): Fix memory leak of master principal at exitEzra Peisach2-0/+9
2004-04-29* debug.h (test): Macro renamed from "assert".Ken Raeburn4-10/+15
2004-04-24updated dependenciesKen Raeburn4-24/+27
2004-03-15Set new variable portbase to supplied $PORTBASE or a default.Ken Raeburn13-49/+104
2004-02-26* rcp.exp (stop_rsh_daemon): Check for any output before eof, causing any suchKen Raeburn3-2/+18
2004-02-26* gssapi.exp (doit): Fix typo in log messageKen Raeburn2-1/+5
2004-02-26* default.exp (passes): Add "mode=udp" to existing pass specifications. Add aKen Raeburn2-1/+48
2004-02-13Change PRIOCNTL_HACK code to use "==" rather than "eq", as "eq" is notTom Yu2-3/+8
2004-02-13priocntl workaround for Solaris 9 pty-close bugTom Yu6-1/+54
2004-02-10* gssapi.exp (doit): Run server with additional options to export and re-importKen Raeburn2-1/+7
2003-12-15make dependKen Raeburn4-23/+27
2003-12-13* default.exp (passes): Add an AES-only pass.Ken Raeburn2-1/+46
2003-12-13* telnet.exp: Skip tests if no DES key types are enabledKen Raeburn2-0/+10
2003-12-13* gssftp.exp (ftp_test): Look for "GSSAPI authentication failed" errorKen Raeburn2-0/+10
2003-07-22Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman2-5/+5
2003-07-22* resolve.c (main): If gethostbyname fails, report the failing hostnameKen Raeburn2-1/+8
2003-06-05be more flexible in handling failures getting root access in test suiteKen Raeburn2-2/+10
2003-06-04 * default.exp (setup_root_shell): Don't try to use the procedureTom Yu2-3/+6
2003-06-04 * Makefile.in (kdb_check): Remove uses of "dump -old", etc., sinceTom Yu2-9/+6
2003-06-03* default.exp (start_kerberos_daemons): "cannont" => "cannot"Ken Raeburn2-1/+2
2003-06-03* default.exp (setup_root_shell): Handle error messages indicating "-x" isn'tKen Raeburn2-1/+15
2003-06-01* default.exp: Default RLOGIN_FLAGS to "-x".Ken Raeburn2-1/+33
2003-05-24make-depend updatesKen Raeburn4-19/+19
2003-05-22 * kdb5_mkdums.c (main): When attempting to register writableEzra Peisach2-2/+9
2003-05-21Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu4-17/+27
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu3-25/+207
2003-05-17* default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exportedKen Raeburn2-1/+6
2003-05-12Cleanup memory in asn.1 testsuite to allow for leak checkingEzra Peisach6-94/+623
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman6-0/+105
2003-04-18Test AES. ** Not all tests pass at present. **Ken Raeburn2-15/+57