| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -6/+6 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -29/+33 |
| * | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 2 | -17/+2 |
| * | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 1 | -1/+2 |
| * | kdb_load_library(): SGI compiler requires that when initializing arrays | Ezra Peisach | 2006-05-08 | 1 | -1/+4 |
| * | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 2 | -51/+45 |
| * | (DB2_NAME): New macro, adding .so suffix for now. | Ken Raeburn | 2006-04-27 | 1 | -2/+3 |
| * | Change kdb plugin code to use the new plugin support instead of | Ken Raeburn | 2006-04-25 | 2 | -20/+25 |
| * | Change name of kdb function-table symbol from being derived from the | Ken Raeburn | 2006-04-25 | 1 | -3/+1 |
| * | (KRB5_KDB_SRV_TYPE_*, KRB5_DB_LOCKMODE_*): Delete definitions duplicated from... | Ken Raeburn | 2006-04-18 | 1 | -32/+0 |
| * | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 6 | -287/+35 |
| * | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 6 | -2/+7 |
| * | 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 |