aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-11Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn24-4433/+6
2006-04-05Add prerequisites for some header checks to avoid "present but cannotTom Yu2-1/+13
2006-04-04* Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automaticallyKen Raeburn2-1/+6
2006-04-04more DEFS=Ken Raeburn2-0/+5
2006-04-04set DEFS empty in more placesKen Raeburn6-0/+15
2006-04-03include autoconf.h in a few more placesKen Raeburn2-0/+5
2006-03-31* configure.in: Always provide three arguments to AC_DEFINEKen Raeburn2-16/+20
2006-03-31* prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn4-19/+17
2006-03-31make depend, now with dependency sortingKen Raeburn5-128/+126
2006-03-31* depfix.pl (uniquify): Sort dependencies, so little tweaks to include ordersKen Raeburn2-2/+13
2006-03-30* pty-int.h: Include autoconf.hKen Raeburn3-17/+23
2006-03-30make depend Ken Raeburn1-24/+27
2006-03-30* ss_internal.h: Include autoconf.hKen Raeburn2-0/+5
2006-03-28* configure.in: Supply all three arguments when calling AC_DEFINEKen Raeburn2-1/+4
2006-03-27make dependKen Raeburn1-0/+3
2006-03-27build and export set/reset_com_err_hook on windowsKen Raeburn2-2/+5
2006-03-26Initial enhanced error message support, similar to what I sent toKen Raeburn5-0/+155
2006-03-13* plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or theKen Raeburn2-5/+9
2006-03-11* reconf: Put autoconf.stmp into include directoryKen Raeburn2-2/+6
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn6-33/+40
2006-03-11Add a new recursive target "generated-files-mac", for producing theKen Raeburn6-1/+20
2006-03-08missed a dlsym call removalKen Raeburn1-1/+0
2006-03-08Oops. This should come closer to building on Windows..Ken Raeburn2-18/+49