| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 1 | -1/+1 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 4 | -7/+7 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 5 | -40/+43 |
* | * tests/dejagnu/config/default.exp (setup_krb5_conf): Don't add suffix to | Ken Raeburn | 2006-05-11 | 1 | -1/+1 |
* | Change kdb plugin code to use the new plugin support instead of | Ken Raeburn | 2006-04-25 | 1 | -1/+1 |
* | Set myfulldir | Ken Raeburn | 2006-04-25 | 1 | -0/+1 |
* | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 2 | -2/+2 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 4 | -18/+17 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 15 | -3016/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 12 | -464/+0 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 10 | -74/+79 |
* | make depend | Ken Raeburn | 2006-03-27 | 4 | -18/+21 |
* | * Makefile.in (krb5.conf): New target. Use config-files/krb5.conf, but | Ken Raeburn | 2006-03-14 | 2 | -2/+14 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 15 | -28/+42 |
* | make depend | Ken Raeburn | 2006-03-08 | 4 | -7/+14 |
* | Include krb5.h after k5-int.h | Sam Hartman | 2005-12-20 | 2 | -1/+36 |
* | * Makefile.in (test_getpw.$(OBJEXT)): New intermediate target. | Ken Raeburn | 2005-11-29 | 2 | -2/+10 |
* | * test_getsockname.c: Include autoconf.h. | Ken Raeburn | 2005-11-29 | 2 | -1/+8 |
* | make depend | Tom Yu | 2005-11-29 | 7 | -40/+27 |
* | Fix additional cases where krb5.h is included before k5-int.h. In most cases, | Ken Raeburn | 2005-11-18 | 3 | -2/+6 |
* | This fixes an all-too-frequent nightly-testing failure on Tru64 | Ken Raeburn | 2005-10-19 | 2 | -2/+13 |
* | * Makefile.in (resolve, addrinfo-test, fake-addrinfo-test): Don't use "$<" | Ken Raeburn | 2005-10-07 | 2 | -3/+8 |
* | * create/kdb5_mkdums.c (set_dbname_help): Set default realm and construct an | Ken Raeburn | 2005-10-04 | 4 | -20/+48 |
* | mine: | Ken Raeburn | 2005-09-09 | 4 | -14/+67 |
* | * default.exp: Initialize can_get_root to yes. | Ken Raeburn | 2005-09-08 | 2 | -0/+25 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 8 | -14/+0 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 2 | -1/+5 |
* | Fix to last change: Add the new db info lines to krb5.conf files always, not | Ken Raeburn | 2005-08-17 | 2 | -12/+8 |
* | * Makefile.in (site.exp): Write KRB5_DB_MODULE_DIR setting into site.exp. | Ken Raeburn | 2005-08-17 | 4 | -2/+28 |
* | Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dl | Ken Raeburn | 2005-06-21 | 10 | -7/+27 |
* | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 6 | -3/+28 |
* | Update dependencies | Ken Raeburn | 2005-06-21 | 6 | -25/+37 |
* | * trval.c (convert_nibble): Declare the argument with a type | Ken Raeburn | 2005-06-01 | 2 | -1/+5 |
* | * Makefile.in (test_getpw): Depend on, and link against, the support library | Ken Raeburn | 2005-06-01 | 2 | -2/+7 |
* | updated dependencies for socket-utils.h change | Ken Raeburn | 2005-04-28 | 1 | -1/+2 |
* | Test new k5_getpwuid_r macro | Ken Raeburn | 2005-03-28 | 6 | -2/+70 |
* | update dependencies | Ken Raeburn | 2005-03-28 | 2 | -3/+5 |
* | threaded test program built even with thread support disabled | Ken Raeburn | 2005-03-25 | 2 | -1/+9 |
* | * v4gssftp.exp: Identify file correctly for top-level error messages | Ken Raeburn | 2005-03-14 | 2 | -1/+6 |
* | * default.exp (start_tail): Make 'standalone' an additional argument. | Ken Raeburn | 2005-03-14 | 2 | -3/+9 |
* | * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available, | Ken Raeburn | 2005-02-12 | 2 | -4/+11 |
* | Implement principal name and auth flavor fallback for kadm5 client | Tom Yu | 2005-02-11 | 2 | -2/+19 |
* | * gss-threads: New subdirectory. | Ken Raeburn | 2005-02-09 | 3 | -4/+12 |
* | multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changes | Ken Raeburn | 2005-02-09 | 7 | -0/+2437 |
* | Exercise the dynamic loading/unloading of libraries a bit more. | Ken Raeburn | 2005-02-09 | 2 | -39/+182 |
* | * t_loader.c: New file | Ken Raeburn | 2005-02-03 | 2 | -0/+252 |
* | don't build anything by default | Ken Raeburn | 2005-02-03 | 1 | -1/+1 |
* | * Makefile.in: New file | Ken Raeburn | 2005-02-03 | 2 | -0/+42 |
* | * configure.in: Look for dlfcn.h. Configure new shlib subdirectory. | Ken Raeburn | 2005-02-03 | 3 | -3/+9 |
* | Fix braino in previous change to xdr_bytes. New test case for | Tom Yu | 2005-01-14 | 2 | -1/+24 |