summaryrefslogtreecommitdiffstats
path: root/src/util/support
Commit message (Expand)AuthorAgeFilesLines
...
* krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach2006-06-011-1/+1
* Don't look for pthread_mutexattr_setrobust_npKen Raeburn2006-05-161-5/+0
* vsnprintf not present on windowsJeffrey Altman2006-05-091-0/+6
* plugins support requires a Windows equivalent to opendir and friendsJeffrey Altman2006-05-091-1/+6
* * threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADSKen Raeburn2006-05-091-0/+5
* * plugins.c (krb5int_get_plugin_filenames): Make extention array static and c...Ken Raeburn2006-05-051-1/+1
* * plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable namesKen Raeburn2006-05-051-3/+3
* * plugins.c (FILEEXTS): No trailing semicolonKen Raeburn2006-05-051-2/+2
* Export new function namesAlexandra Ellwood2006-05-041-2/+2
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-041-68/+203
* Updated comments to explain how the CFBundles get unloaded.Alexandra Ellwood2006-04-251-1/+2
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-251-32/+38
* Don't define DEBUG; it prints debug messages that cause test suite failuresKen Raeburn2006-04-251-2/+0
* Added CoreFoundation bundle plugin supportAlexandra Ellwood2006-04-241-208/+332
* Fix memory leak. closedir() was never being called after successful opendir()Ezra Peisach2006-04-201-0/+2
* * errors.c (krb5int_get_error): Try strerror_r if available before strerror.Ken Raeburn2006-04-192-2/+29
* Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn2006-04-143-0/+136
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-294/+0
* more DEFS=Ken Raeburn2006-04-042-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-15/+15
* make dependKen Raeburn2006-03-271-0/+3
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-265-0/+155
* * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or theKen Raeburn2006-03-132-5/+9
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-112-5/+9
* missed a dlsym call removalKen Raeburn2006-03-081-1/+0
* Oops. This should come closer to building on Windows..Ken Raeburn2006-03-082-18/+49
* krb5.h, which is built after util/et, which is built after the supportKen Raeburn2006-03-082-8/+32
* Merge from plugin branchKen Raeburn2006-03-074-2/+361
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-0/+6
* copyright updateKen Raeburn2006-01-261-1/+1
* * fake-addrinfo.c (krb5int_in6addr_any): Always defineKen Raeburn2006-01-252-5/+3
* * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2006-01-253-1/+53
* make dependTom Yu2005-11-291-13/+6
* * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIXKen Raeburn2005-09-092-1/+15
* Add stub for krb5int_pthread_loaded() for WindowsJeffrey Altman2005-07-282-0/+10
* Update dependenciesKen Raeburn2005-06-211-6/+13
* Add run-time determination of whether thread support is available in theKen Raeburn2005-06-013-1/+68
* * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnetKen Raeburn2005-05-182-2/+36
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-202-24/+38
* There is a memory leak here, if a thread has registered some per-thread dataKen Raeburn2005-02-092-2/+30
* * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort,Ken Raeburn2005-01-182-2/+7
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-172-0/+8
* fix calling convention for thread support fnsKen Raeburn2005-01-142-6/+18
* * threads.c (krb5int_mutex_lock_update_stats,Ken Raeburn2005-01-052-0/+24
* run "make depend"Ken Raeburn2004-12-301-13/+14
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-2/+6
* * libkrb5support.exports: Add krb5int_in6addr_anyKen Raeburn2004-12-062-0/+3
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-064-0/+125
* * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't defineKen Raeburn2004-11-192-8/+15
* make dependKen Raeburn2004-11-161-5/+11