aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach5-4/+43
2006-10-15Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn1-0/+16
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2-3/+3
2006-10-07Use const pointers for error messages.Ken Raeburn1-4/+4
2006-09-28Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn1-1/+1
2006-09-21windows thread support frees thread local storage after TlsSetValueJeffrey Altman1-2/+2
2006-09-15Make it easier to ignore additional directories, like, oh, say, localKen Raeburn1-3/+12
2006-08-21clean up mkrel patchlevel.h editing etcTom Yu1-2/+3
2006-06-29check calling conventions specified for WindowsKen Raeburn1-16/+28
2006-06-28autoconf 2.60 compatibilityKen Raeburn4-8/+8
2006-06-28fix plugin.c to compile on WindowsJeffrey Altman1-3/+3
2006-06-28allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn1-7/+15
2006-06-27mkrel should only generate doc/CHANGES for checkoutsTom Yu1-1/+3
2006-06-27write svn log output when building releaseTom Yu1-0/+1
2006-06-24Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2-0/+35
2006-06-22 * src/util/mkrel: Edit patchlevel.h before running reconfTom Yu1-16/+16
2006-06-22 * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu1-1/+6
2006-06-21*sigh*Ken Raeburn1-3/+3
2006-06-21(GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn1-9/+11
2006-06-21Revert part of previous changes: Move temporary values that don't needKen Raeburn1-18/+23
2006-06-20Revert an untested change that wasn't supposed to go into this ticketKen Raeburn1-1/+1
2006-06-20getaddrinfo code uses vars outside of storage durationKen Raeburn2-83/+94
2006-06-15* configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn1-2/+2
2006-06-12Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery1-3/+3
2006-06-01Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach1-1/+1
2006-06-01krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach1-1/+1
2006-05-18* configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn4-49/+4
2006-05-16Don't look for pthread_mutexattr_setrobust_npKen Raeburn1-5/+0
2006-05-09vsnprintf not present on windowsJeffrey Altman1-0/+6
2006-05-09plugins support requires a Windows equivalent to opendir and friendsJeffrey Altman1-1/+6
2006-05-09* threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADSKen Raeburn1-0/+5
2006-05-05* plugins.c (krb5int_get_plugin_filenames): Make extention array static and c...Ken Raeburn1-1/+1
2006-05-05* plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable namesKen Raeburn1-3/+3
2006-05-05* plugins.c (FILEEXTS): No trailing semicolonKen Raeburn1-2/+2
2006-05-04Export new function namesAlexandra Ellwood1-2/+2
2006-05-04Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood1-68/+203
2006-04-25Updated comments to explain how the CFBundles get unloaded.Alexandra Ellwood1-1/+2
2006-04-25Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn1-32/+38
2006-04-25Don't define DEBUG; it prints debug messages that cause test suite failuresKen Raeburn1-2/+0
2006-04-25Tweak configure script generation to check that all symbols producedKen Raeburn1-0/+33
2006-04-24Added CoreFoundation bundle plugin supportAlexandra Ellwood1-208/+332
2006-04-20Fix memory leak. closedir() was never being called after successful opendir()Ezra Peisach1-0/+2
2006-04-19* errors.c (krb5int_get_error): Try strerror_r if available before strerror.Ken Raeburn2-2/+29
2006-04-18* error_table.h (ET_EBUFSIZ): Increase to 1k.Ken Raeburn2-42/+39
2006-04-15Compute dependencies for profile_tcl.oKen Raeburn1-1/+4
2006-04-15* Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBSKen Raeburn1-1/+1
2006-04-14Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn3-0/+136
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman9-3931/+0
2006-04-11* Sanitize: RemovedKen Raeburn2-418/+2
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn6-310/+0