summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Handle function names immediately preceded by "*", like "*strdup"Ken Raeburn2007-01-201-1/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-1/+3
* * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn2006-11-021-0/+4
* use strdupKen Raeburn2006-10-281-4/+2
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-185-4/+43
* Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn2006-10-151-0/+16
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-132-3/+3
* Use const pointers for error messages.Ken Raeburn2006-10-071-4/+4
* Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn2006-09-281-1/+1
* windows thread support frees thread local storage after TlsSetValueJeffrey Altman2006-09-211-2/+2
* Make it easier to ignore additional directories, like, oh, say, localKen Raeburn2006-09-151-3/+12
* clean up mkrel patchlevel.h editing etcTom Yu2006-08-211-2/+3
* check calling conventions specified for WindowsKen Raeburn2006-06-291-16/+28
* autoconf 2.60 compatibilityKen Raeburn2006-06-284-8/+8
* fix plugin.c to compile on WindowsJeffrey Altman2006-06-281-3/+3
* allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn2006-06-281-7/+15
* mkrel should only generate doc/CHANGES for checkoutsTom Yu2006-06-271-1/+3
* write svn log output when building releaseTom Yu2006-06-271-0/+1
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-242-0/+35
* * src/util/mkrel: Edit patchlevel.h before running reconfTom Yu2006-06-221-16/+16
* * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu2006-06-221-1/+6
* *sigh*Ken Raeburn2006-06-211-3/+3
* (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn2006-06-211-9/+11
* Revert part of previous changes: Move temporary values that don't needKen Raeburn2006-06-211-18/+23
* Revert an untested change that wasn't supposed to go into this ticketKen Raeburn2006-06-201-1/+1
* getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-202-83/+94
* * configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn2006-06-151-2/+2
* Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery2006-06-121-3/+3
* Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach2006-06-011-1/+1
* krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach2006-06-011-1/+1
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-184-49/+4
* 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
* Tweak configure script generation to check that all symbols producedKen Raeburn2006-04-251-0/+33
* 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
* * error_table.h (ET_EBUFSIZ): Increase to 1k.Ken Raeburn2006-04-182-42/+39
* Compute dependencies for profile_tcl.oKen Raeburn2006-04-151-1/+4
* * Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBSKen Raeburn2006-04-151-1/+1