summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* 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-119-3931/+0
* * Sanitize: RemovedKen Raeburn2006-04-112-418/+2
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-116-310/+0
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-1124-4433/+6
* Add prerequisites for some header checks to avoid "present but cannotTom Yu2006-04-052-1/+13
* * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automaticallyKen Raeburn2006-04-042-1/+6
* more DEFS=Ken Raeburn2006-04-042-0/+5
* set DEFS empty in more placesKen Raeburn2006-04-046-0/+15
* include autoconf.h in a few more placesKen Raeburn2006-04-032-0/+5
* * configure.in: Always provide three arguments to AC_DEFINEKen Raeburn2006-03-312-16/+20
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-314-19/+17
* make depend, now with dependency sortingKen Raeburn2006-03-315-128/+126
* * depfix.pl (uniquify): Sort dependencies, so little tweaks to include ordersKen Raeburn2006-03-312-2/+13
* * pty-int.h: Include autoconf.hKen Raeburn2006-03-303-17/+23
* make depend Ken Raeburn2006-03-301-24/+27
* * ss_internal.h: Include autoconf.hKen Raeburn2006-03-302-0/+5
* * configure.in: Supply all three arguments when calling AC_DEFINEKen Raeburn2006-03-282-1/+4
* make dependKen Raeburn2006-03-271-0/+3
* build and export set/reset_com_err_hook on windowsKen Raeburn2006-03-272-2/+5
* 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
* * reconf: Put autoconf.stmp into include directoryKen Raeburn2006-03-112-2/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-116-33/+40
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-116-1/+20
* 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-076-3/+366
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-274-1/+11