summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb5.c
Commit message (Expand)AuthorAgeFilesLines
...
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-3/+71
* Clean up and simplify kdb5.c; no functional changesGreg Hudson2009-06-081-707/+311
* In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson2009-06-081-258/+1
* Restore limited support for static linkingGreg Hudson2009-06-081-74/+43
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-1/+1
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-101-40/+40
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-051-5/+8
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-11/+18
* Use macros for config parametersZhanna Tsitkov2009-02-041-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-301-4/+778
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-2/+166
* Create a private header file for local functions missing prototypes.Ezra Peisach2008-12-291-1/+2
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+2
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-10/+1
* a stash file is not a keytabWill Fiveash2008-08-151-13/+45
* Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn2008-08-061-4/+4
* krb5_get_error_message returns const char *Alexandra Ellwood2008-07-011-2/+2
* Merge from branch sun-ipropKen Raeburn2008-06-241-28/+206
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-72/+70
* Minor spelling & comment formattingKen Raeburn2008-05-161-13/+19
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-4/+6
* (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
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-2/+3
* * kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn2006-06-301-0/+4
* New kdb backend operation promote_db, makes a temporary database become theKen Raeburn2006-06-301-0/+40
* 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-041-50/+44
* (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-251-19/+24
* Change name of kdb function-table symbol from being derived from theKen Raeburn2006-04-251-3/+1
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-23/+14
* * kdb5.c (kdb_unlock_lib_lock, kdb_destroy_lib_lock): Cast 0 to void to silenceKen Raeburn2006-04-101-2/+2
* * kdb5.c: Don't include pthread.hKen Raeburn2006-03-081-4/+0
* 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-271-0/+1
* Define new error codes for errors loading dal plugins.Sam Hartman2006-01-271-5/+7
* add/update copyright notices for non-trivial code additions/changes in 2006Ken Raeburn2006-01-261-0/+24
* Delete the rest of the support in the kdb library for doing locking onKen Raeburn2006-01-251-85/+18
* Remove the thread-safety flag from the kdb plugin interface. Instead,Ken Raeburn2006-01-251-18/+2
* * kdb5.c (kdb_load_library): Make dbpath_names static, to keep Solaris nativeKen Raeburn2005-12-021-1/+6
* * kdb5.c (kdb_get_conf_section): If the default realm is null, return null.Ken Raeburn2005-10-041-2/+5
* * kdb5.c (kdb_load_library): Look up db_modules>db_module_dir in config file,Ken Raeburn2005-08-171-2/+31
* * kdb5.c (kdb_get_library_name, kdb_load_library): Change default name to "db2".Ken Raeburn2005-07-061-8/+3
* * err_handle.c, kdb5.c: Test ENABLE_THREADS, not just HAVE_PTHREAD_HKen Raeburn2005-06-211-3/+3
* reformatKen Raeburn2005-06-211-953/+830
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-0/+2051