summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* don't create or delete krb.conf, krb.realmsKen Raeburn2009-02-041-17/+0
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-025-10/+10
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-2/+2
* use t_inetd with a ready message and avoid waiting a lot in non-root testsKen Raeburn2009-01-314-24/+31
* disable single-DES by defaultTom Yu2009-01-281-0/+1
* include netinet/in.h to make sure we know what struct in_addr looks likeKen Raeburn2009-01-281-0/+1
* remove some remnants of krb4-related config file optionsKen Raeburn2009-01-281-2/+0
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-5/+3
* Use a struct in_addr to insure alignment of address - instead ofEzra Peisach2009-01-251-3/+3
* include dependencies for decoder testKen Raeburn2009-01-162-1/+13
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* be a little looser in checking for tail outputKen Raeburn2009-01-061-2/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0525-184/+170
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-187-988/+2
* Fix memory leaks in sam and ldap handler testing - there is still a leak w/ ldapEzra Peisach2008-12-164-0/+24
* Accept digits and = in base64 output to flushKen Raeburn2008-12-121-1/+1
* In the dejagnu test suite utilities, use the caller's value ofGreg Hudson2008-12-051-3/+3
* In the rlogin tests, expect to see /bin/sh echoed back after sendingGreg Hudson2008-12-051-0/+2
* Fix from Marcus Watts for glob-to-regexp conversion bug.Ken Raeburn2008-12-041-1/+3
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-017-32/+35
* Test with varying numbers of principal name components, of varying lengths.Ken Raeburn2008-11-241-2/+19
* Set krb4 and priocntl flags via site.exp instead of command lineKen Raeburn2008-11-174-70/+324
* Fix test bug: kpropd -S exits after successKen Raeburn2008-11-121-7/+12
* Add basic kprop test, and a little more debugging supportKen Raeburn2008-11-122-3/+179
* Generate separate master-KDC and slave-KDC config files, withKen Raeburn2008-11-109-291/+385
* Delete the pass (one of twelve) that does all KDC exchanges with TCP;Ken Raeburn2008-11-104-56/+162
* Re-add repaired iprop (really, update-log creation) test caseKen Raeburn2008-11-071-0/+124
* Back out iprop test; it's not working right after allKen Raeburn2008-11-071-112/+0
* Test that an iprop update log gets properly created and updatedKen Raeburn2008-11-072-0/+131
* fix typo in 'file delete' changeKen Raeburn2008-11-071-1/+1
* Use 'file delete' instead of spawning an 'rm' processKen Raeburn2008-11-071-19/+17
* Recognize 'ticket expired' when trying to get a root shellKen Raeburn2008-11-061-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-24/+23
* Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2008-11-041-0/+141
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-046-42/+52
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-253-15/+229
* More regression tests for ASN.1 encodersKen Raeburn2008-10-255-2/+174
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-3/+6
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-14/+7
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-8/+4
* Fix tests/misc/Makefile.in to use KRB5_BASE_LIBS instead of KRB5_LIB,Greg Hudson2008-10-161-2/+2
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-151-1/+3
* makedependKen Raeburn2008-10-151-3/+3
* Substitute LDAP in makefiles with "yes" or "no" depending on configuration.Ken Raeburn2008-10-0611-11/+190
* whitespaceKen Raeburn2008-10-067-3187/+3187
* Fix some signed/unsigned warningsKen Raeburn2008-10-064-5/+5
* Set up db_module_dir correctly in krb5.conf for testTom Yu2008-10-041-0/+3
* makedependKen Raeburn2008-09-185-41/+49
* a stash file is not a keytabWill Fiveash2008-08-157-6/+74