summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Added domain_realm stanza to krb5.conf.Ezra Peisach1995-05-102-9/+28
| | | | | | setup_srvtab: Takes optional service name to extract for keytab git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5792 dc483132-0cff-0310-8789-dd5450dbe970
* Encrypted rcp tests now work - don't log as errorEzra Peisach1995-05-052-2/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5745 dc483132-0cff-0310-8789-dd5450dbe970
* * rcp.exp (rcp_test()): Pass -c and -C args to encrypted rcp.Chris Provenzano1995-05-052-2/+7
| | | | | | | These are necessary for the test realm because krshd nukes all environement variables before execing rcp. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5733 dc483132-0cff-0310-8789-dd5450dbe970
* * default.exp : Removed FILE: part of env(KRB5CCNAME)Chris Provenzano1995-05-052-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5732 dc483132-0cff-0310-8789-dd5450dbe970
* Update Sanitize file to reflect file additions, deletionsTheodore Tso1995-05-046-0/+143
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5721 dc483132-0cff-0310-8789-dd5450dbe970
* v5 database..Ezra Peisach1995-05-042-0/+9
| | | | | | get_hostname: Needs to set the hostname to all lowercase for entry into the git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5715 dc483132-0cff-0310-8789-dd5450dbe970
* Imakefile : RemovedChris Provenzano1995-05-032-35/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5699 dc483132-0cff-0310-8789-dd5450dbe970
* Use tests/resolve/resolve to get the fully qualified domain name ofTheodore Tso1995-05-022-1/+13
| | | | | | | the local host. Needed for systems where gethostname() doesn't return the FQDN. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5680 dc483132-0cff-0310-8789-dd5450dbe970
* Add --quiet option which only prints the fully qualified domain name.Theodore Tso1995-05-022-7/+32
| | | | | | | This will allow this routine to be used in the deja gnu tests to determine the FQDN of the local host. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5679 dc483132-0cff-0310-8789-dd5450dbe970
* Invoke krb5kdc with -n so it will not fork - dejagnu needs to be able toEzra Peisach1995-04-272-26/+35
| | | | | | | terminate it. Also, establish a krb5.conf file and set KRB5_CONFIG to point at it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5575 dc483132-0cff-0310-8789-dd5450dbe970
* ChangeLog of Changes made hereEzra Peisach1995-04-271-0/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5534 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Check if runtest is present on systemEzra Peisach1995-04-262-2/+10
| | | | | | | Makefile.in: Only run runtest if present on system. If not, echo message to user. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5528 dc483132-0cff-0310-8789-dd5450dbe970
* * default.exp (KADMIND, KADMIN): use kadmind.old, since these testMark Eichin1995-04-262-2/+7
| | | | | | the old server not the new (unfinished) one. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5526 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Added dejagnu subdirectory for Ian's testsMark Eichin1995-04-262-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5518 dc483132-0cff-0310-8789-dd5450dbe970
* * resolve.c (main): copy the address sent back by gethostbynameMark Eichin1995-04-262-3/+13
| | | | | | | before calling gethostbyaddr, since the return is *static*. (main): reindent declaration to make add-change-log-entry happy. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5483 dc483132-0cff-0310-8789-dd5450dbe970
* Back out bad ASN.1 changesTheodore Tso1995-04-224-59/+49
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5454 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore for this directoryTheodore Tso1995-04-221-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5446 dc483132-0cff-0310-8789-dd5450dbe970
* Fix tests to reflect bit reversal changes to the krb5_flags fields.Theodore Tso1995-04-224-49/+59
| | | | | | | (The changes to the hex values have been hand checked to make sure they are correct.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5432 dc483132-0cff-0310-8789-dd5450dbe970
* dejagnu test cases. (from Ian Taylor <ian@cygnus.com>)Mark Eichin1995-04-208-0/+2205
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5413 dc483132-0cff-0310-8789-dd5450dbe970
* Modify usage to reflect reality. Modified getopt call to recognize the alreadyEzra Peisach1995-04-202-3/+17
| | | | | | | coded -r option. Cleanup memory on exit and set exit status to number of errors found. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5393 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-146-0/+246
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* Zero out the entry before inserting itTheodore Tso1995-03-312-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5330 dc483132-0cff-0310-8789-dd5450dbe970
* * kdc5_hammer.c (verify_cs_pair()): Use new calling conventionsChris Provenzano1995-03-272-88/+126
| | | | | | for krb5_rd_req() and krb5_mk_req_extended(), git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5267 dc483132-0cff-0310-8789-dd5450dbe970
* kdc5_hammer.c (get_tgt): Remove the call to krb5_os_localaddr()Theodore Tso1995-03-242-8/+6
| | | | | | since get_in_tkt_XXXX will default appropriately. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5236 dc483132-0cff-0310-8789-dd5450dbe970
* Remove reference to $(ISODELIB)Theodore Tso1995-03-028-8/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5061 dc483132-0cff-0310-8789-dd5450dbe970
* .cvsingore file to suppress CVS's handling of the "configure" fileTheodore Tso1995-03-021-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5060 dc483132-0cff-0310-8789-dd5450dbe970
* Added Ezra's test to see if you have a buggy resolver or notTheodore Tso1995-03-015-1/+153
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5041 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket andTheodore Tso1995-03-012-4/+6
| | | | | | -lnsl with WITH_NETLIB check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5040 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-016-9/+18
| | | | | | WITH_NETLIB check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5039 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> includesJohn Gilmore1995-02-2817-44/+40
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5017 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(LD) instead of $(CC) when linkingTheodore Tso1995-02-222-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4968 dc483132-0cff-0310-8789-dd5450dbe970
* * kdc5_hammer.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-7/+10
| | | | | | | krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * for krb5_get_in_tkt_with_password() rotuine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4924 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-035-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype parameterTheodore Tso1995-02-032-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4899 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-252-3/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-1312-455/+441
| | | | | | Added krb5_context to all krb5_*() routines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4815 dc483132-0cff-0310-8789-dd5450dbe970
* Add magic numbers for keyblock structureTheodore Tso1994-11-192-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4703 dc483132-0cff-0310-8789-dd5450dbe970
* Use the published interface to call krb5_string_to_key()Theodore Tso1994-11-082-5/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4648 dc483132-0cff-0310-8789-dd5450dbe970
* Include the tag numbers for the krb5 application tags, since that'sTheodore Tso1994-11-023-52/+57
| | | | | | | something we're going to want to check to make sure they're actually correct. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4612 dc483132-0cff-0310-8789-dd5450dbe970
* Add the "-t option to krb5_encode_test, which causes it to use theTheodore Tso1994-11-025-15/+2335
| | | | | | | | ASN.1 unparser found in trval.c. This routine will attempt to decode the ASN.1 data stream and display it in a logical format for a human being to decipher. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4611 dc483132-0cff-0310-8789-dd5450dbe970
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-265-17/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4576 dc483132-0cff-0310-8789-dd5450dbe970
* Once more, with the current type!Theodore Tso1994-10-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4572 dc483132-0cff-0310-8789-dd5450dbe970
* Added missing declaration for retval variableTheodore Tso1994-10-261-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4571 dc483132-0cff-0310-8789-dd5450dbe970
* Allow kdc_hammer to be called on an arbitrary realmTheodore Tso1994-10-242-6/+22
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4557 dc483132-0cff-0310-8789-dd5450dbe970
* kdb5_verify.c: Check principals with correct realm nameTheodore Tso1994-10-243-16/+28
| | | | | | configure.in: Look for ndbm or dbm libraries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4556 dc483132-0cff-0310-8789-dd5450dbe970
* kdb5_mkdums.c: Create principals with correct realm nameTheodore Tso1994-10-243-9/+21
| | | | | | configure.in: Look for ndbm or dbm libraries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4555 dc483132-0cff-0310-8789-dd5450dbe970
* Do checks for depth = 5Theodore Tso1994-10-242-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4554 dc483132-0cff-0310-8789-dd5450dbe970
* Exit with a non-zero exit status when the test suite detects any errorsTheodore Tso1994-10-194-10/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4538 dc483132-0cff-0310-8789-dd5450dbe970
* Clear the kvno field when destroying encrypted dataTheodore Tso1994-10-192-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4537 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: "make check" depends on krb5_decode_test andTheodore Tso1994-10-195-6/+34
| | | | | | | | | | | | | | | | krb5_encode_test being up to date. ktest_equal.c: Don't segfault if one of the arguments is NULL and the other is not in array_compare. krb5_decode_test.c: Use krb5_init_ets() instead of explicitly naming the error tables to initialize. utility.c: Remove unused routine, and return EINVAL instead of ASN1_PARSE_ERROR in krb5_data_hex_parse, since the ASN1 error codes aren't defined if the ISODE routines are being used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4534 dc483132-0cff-0310-8789-dd5450dbe970