| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -1194/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -48/+0 |
| * | * kdb5.c (kdb_unlock_lib_lock, kdb_destroy_lib_lock): Cast 0 to void to silence | Ken Raeburn | 2006-04-10 | 2 | -2/+7 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
| * | Include autoconf.h (or include it earlier) in a bunch of files that are | Ken Raeburn | 2006-04-01 | 2 | -0/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -53/+53 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -15/+20 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -20/+20 |
| * | * kdb5.c: Don't include pthread.h | Ken Raeburn | 2006-03-08 | 2 | -4/+4 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -7/+14 |
| * | Mark #else of KDB5_STATIC_LINK with ifdef name | Sam Hartman | 2006-01-27 | 1 | -1/+1 |
| * | Note that caller must free result of conf_get_section | Sam Hartman | 2006-01-27 | 2 | -0/+2 |
| * | Define new error codes for errors loading dal plugins. | Sam Hartman | 2006-01-27 | 2 | -5/+11 |
| * | add/update copyright notices for non-trivial code additions/changes in 2006 | Ken Raeburn | 2006-01-26 | 1 | -0/+24 |
| * | Delete the rest of the support in the kdb library for doing locking on | Ken Raeburn | 2006-01-25 | 4 | -94/+28 |
| * | Remove the thread-safety flag from the kdb plugin interface. Instead, | Ken Raeburn | 2006-01-25 | 3 | -22/+11 |
| * | * kdb5.c (kdb_load_library): Make dbpath_names static, to keep Solaris native | Ken Raeburn | 2005-12-02 | 2 | -1/+11 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -26/+18 |
| * | * Makefile.in (SHLIB_EXPLIBS): Include support library. Don't include system | Ken Raeburn | 2005-10-11 | 2 | -1/+4 |
| * | * libkdb5.exports: Delete __kdb2_*, kdb2_*, and a bunch of other symbols that | Ken Raeburn | 2005-10-11 | 2 | -115/+5 |
| * | partial doc on Novell changes | Ken Raeburn | 2005-10-11 | 1 | -17/+23 |
| * | * configure.in: Don't pull in libdb on AIX any more | Ken Raeburn | 2005-10-10 | 2 | -8/+4 |
| * | * Makefile.in (DBDIR, DBOBJLISTS, DBOBJLISTS-sys, DBOBJLISTS-k5): Variables | Ken Raeburn | 2005-10-04 | 2 | -8/+5 |
| * | * kdb5.c (kdb_get_conf_section): If the default realm is null, return null. | Ken Raeburn | 2005-10-04 | 2 | -2/+12 |
| * | Move lib/kdb/kdb_db2 to modules/kdb/db2, and patch up pathnames in various | Ken Raeburn | 2005-09-22 | 16 | -3988/+6 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -2/+0 |
| * | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 4 | -2/+10 |
| * | * kdb_db2.c (MAX_LOCK_TRIES): New macro. | Ken Raeburn | 2005-08-20 | 2 | -13/+25 |
| * | partial doc of Novell changes | Ken Raeburn | 2005-08-19 | 1 | -3/+27 |
| * | * kdb5.c (kdb_load_library): Look up db_modules>db_module_dir in config file, | Ken Raeburn | 2005-08-17 | 2 | -2/+37 |
| * | * kdb5.c (kdb_get_library_name, kdb_load_library): Change default name to "db2". | Ken Raeburn | 2005-07-06 | 2 | -8/+11 |
| * | Rename module to "db2" | Ken Raeburn | 2005-07-06 | 5 | -8/+17 |
| * | kdb_db2.c change from friday | Ken Raeburn | 2005-07-06 | 1 | -0/+5 |
| * | * err_handle.c (krb5_err_key): Variable deleted. | Ken Raeburn | 2005-07-02 | 2 | -7/+12 |
| * | delete functions in '#if 0' | Ken Raeburn | 2005-07-02 | 1 | -332/+0 |
| * | whitespace | Ken Raeburn | 2005-07-02 | 1 | -12/+12 |
| * | Convert to ISO C function declaration style. | Ken Raeburn | 2005-07-02 | 1 | -116/+71 |
| * | reformat | Ken Raeburn | 2005-07-02 | 1 | -520/+452 |
| * | * Makefile.in (t_kdb, check, clean): Delete t_kdb references | Ken Raeburn | 2005-06-30 | 2 | -12/+4 |
| * | * Makefile.in: Use libnover_frag. | Ken Raeburn | 2005-06-30 | 2 | -21/+9 |
| * | * Makefile.in (LIB): Variable deleted, uses replaced with LIBBASE. | Ken Raeburn | 2005-06-29 | 2 | -7/+16 |
| * | Fix build problems on AIX, Tru64 | Ken Raeburn | 2005-06-27 | 2 | -7/+12 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(DL_LIB) | Ken Raeburn | 2005-06-21 | 2 | -1/+3 |
| * | * err_handle.c, kdb5.c: Test ENABLE_THREADS, not just HAVE_PTHREAD_H | Ken Raeburn | 2005-06-21 | 3 | -6/+16 |
| * | reformat | Ken Raeburn | 2005-06-21 | 3 | -1024/+919 |
| * | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 34 | -1740/+5044 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -21/+31 |
| * | * kdb_dbm.c: Unused file deleted | Ken Raeburn | 2005-06-10 | 2 | -1409/+4 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -62/+63 |
| * | * kdb_db2.c (krb5_db2_db_get_principal): Rename local variable "try" | Ken Raeburn | 2004-07-09 | 2 | -3/+10 |