aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu1-1/+1
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn4-7/+7
2006-05-23install headers into include/krb5Ken Raeburn5-40/+43
2006-05-11* tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix toKen Raeburn1-1/+1
2006-04-25Change kdb plugin code to use the new plugin support instead ofKen Raeburn1-1/+1
2006-04-25Set myfulldirKen Raeburn1-0/+1
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn2-2/+2
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn4-18/+17
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman15-3016/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn12-464/+0
2006-03-31make depend, now with dependency sortingKen Raeburn10-74/+79
2006-03-27make dependKen Raeburn4-18/+21
2006-03-14* Makefile.in (krb5.conf): New target. Use config-files/krb5.conf, butKen Raeburn2-2/+14
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn15-28/+42
2006-03-08make dependKen Raeburn4-7/+14
2005-12-20Include krb5.h after k5-int.hSam Hartman2-1/+36
2005-11-29* Makefile.in (test_getpw.$(OBJEXT)): New intermediate target.Ken Raeburn2-2/+10
2005-11-29* test_getsockname.c: Include autoconf.h.Ken Raeburn2-1/+8
2005-11-29make dependTom Yu7-40/+27
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn3-2/+6
2005-10-19This fixes an all-too-frequent nightly-testing failure on Tru64Ken Raeburn2-2/+13
2005-10-07* Makefile.in (resolve, addrinfo-test, fake-addrinfo-test): Don't use "$<"Ken Raeburn2-3/+8
2005-10-04* create/kdb5_mkdums.c (set_dbname_help): Set default realm and construct anKen Raeburn4-20/+48
2005-09-09mine:Ken Raeburn4-14/+67
2005-09-08* default.exp: Initialize can_get_root to yes.Ken Raeburn2-0/+25
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman8-14/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2-1/+5
2005-08-17Fix to last change: Add the new db info lines to krb5.conf files always, notKen Raeburn2-12/+8
2005-08-17* Makefile.in (site.exp): Write KRB5_DB_MODULE_DIR setting into site.exp.Ken Raeburn4-2/+28
2005-06-21Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn10-7/+27
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn6-3/+28
2005-06-21Update dependenciesKen Raeburn6-25/+37
2005-06-01* trval.c (convert_nibble): Declare the argument with a typeKen Raeburn2-1/+5
2005-06-01* Makefile.in (test_getpw): Depend on, and link against, the support libraryKen Raeburn2-2/+7
2005-04-28updated dependencies for socket-utils.h changeKen Raeburn1-1/+2
2005-03-28Test new k5_getpwuid_r macroKen Raeburn6-2/+70
2005-03-28update dependenciesKen Raeburn2-3/+5
2005-03-25threaded test program built even with thread support disabledKen Raeburn2-1/+9
2005-03-14* v4gssftp.exp: Identify file correctly for top-level error messagesKen Raeburn2-1/+6
2005-03-14* default.exp (start_tail): Make 'standalone' an additional argument.Ken Raeburn2-3/+9
2005-02-12* gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available,Ken Raeburn2-4/+11
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