summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* Added type checking for 64-bit platformsAlexandra Ellwood2008-07-011-7/+10
* krb5_get_error_message returns const char *Alexandra Ellwood2008-07-011-2/+2
* make dependKen Raeburn2008-06-301-1/+2
* Big endian stash file supportAlexandra Ellwood2008-06-271-2/+18
* Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach2008-06-241-2/+3
* Merge from branch sun-ipropKen Raeburn2008-06-247-33/+2795
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-022-74/+73
* Minor spelling & comment formattingKen Raeburn2008-05-161-13/+19
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-1/+3
* make dependKen Raeburn2007-08-161-24/+27
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-4/+6
* Make clean in lib/kdb leaves error table filesEzra Peisach2006-11-051-0/+1
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-4/+4
* make dependTom Yu2006-10-061-12/+12
* (get_errmsg): Check for errcode_2_string and release_errcode_stringKen Raeburn2006-09-291-1/+4
* * kdb5.c (kdb_load_library): Make error message a little more accurate.Ken Raeburn2006-09-161-29/+47
* Make database plugin responsible for releasing the error-message string, soKen Raeburn2006-09-061-0/+1
* whitespaceKen Raeburn2006-09-061-111/+113
* * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn2006-08-151-0/+3
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-2/+3
* * kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn2006-06-303-0/+11
* New kdb backend operation promote_db, makes a temporary database become theKen Raeburn2006-06-302-0/+45
* * lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.hSam Hartman2006-06-301-6/+0
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-6/+6
* install headers into include/krb5Ken Raeburn2006-05-231-29/+33
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-182-17/+2
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-1/+2
* kdb_load_library(): SGI compiler requires that when initializing arraysEzra Peisach2006-05-081-1/+4
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-042-51/+45
* (DB2_NAME): New macro, adding .so suffix for now.Ken Raeburn2006-04-271-2/+3
* Change kdb plugin code to use the new plugin support instead ofKen Raeburn2006-04-252-20/+25
* Change name of kdb function-table symbol from being derived from theKen Raeburn2006-04-251-3/+1
* (KRB5_KDB_SRV_TYPE_*, KRB5_DB_LOCKMODE_*): Delete definitions duplicated from...Ken Raeburn2006-04-181-32/+0
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-136-287/+35
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-136-2/+7
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-1194/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-48/+0
* * kdb5.c (kdb_unlock_lib_lock, kdb_destroy_lib_lock): Cast 0 to void to silenceKen Raeburn2006-04-102-2/+7
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-012-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-53/+53
* make dependKen Raeburn2006-03-271-15/+20
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-20/+20
* * kdb5.c: Don't include pthread.hKen Raeburn2006-03-082-4/+4
* make dependKen Raeburn2006-03-081-7/+14
* Mark #else of KDB5_STATIC_LINK with ifdef nameSam Hartman2006-01-271-1/+1
* Note that caller must free result of conf_get_sectionSam Hartman2006-01-272-0/+2