| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated comments to explain how the CFBundles get unloaded. | Alexandra Ellwood | 2006-04-25 | 1 | -1/+2 |
| * | Update internal plugin interface to add an errinfo structure to "open" | Ken Raeburn | 2006-04-25 | 1 | -32/+38 |
| * | Don't define DEBUG; it prints debug messages that cause test suite failures | Ken Raeburn | 2006-04-25 | 1 | -2/+0 |
| * | Tweak configure script generation to check that all symbols produced | Ken Raeburn | 2006-04-25 | 1 | -0/+33 |
| * | Added CoreFoundation bundle plugin support | Alexandra Ellwood | 2006-04-24 | 1 | -208/+332 |
| * | Fix memory leak. closedir() was never being called after successful opendir() | Ezra Peisach | 2006-04-20 | 1 | -0/+2 |
| * | * errors.c (krb5int_get_error): Try strerror_r if available before strerror. | Ken Raeburn | 2006-04-19 | 2 | -2/+29 |
| * | * error_table.h (ET_EBUFSIZ): Increase to 1k. | Ken Raeburn | 2006-04-18 | 2 | -42/+39 |
| * | Compute dependencies for profile_tcl.o | Ken Raeburn | 2006-04-15 | 1 | -1/+4 |
| * | * Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBS | Ken Raeburn | 2006-04-15 | 1 | -1/+1 |
| * | Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function. | Ken Raeburn | 2006-04-14 | 3 | -0/+136 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 9 | -3931/+0 |
| * | * Sanitize: Removed | Ken Raeburn | 2006-04-11 | 2 | -418/+2 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 6 | -310/+0 |
| * | Move pty library from util/pty to appl/libpty; update Makefile.in and | Ken Raeburn | 2006-04-11 | 24 | -4433/+6 |
| * | Add prerequisites for some header checks to avoid "present but cannot | Tom Yu | 2006-04-05 | 2 | -1/+13 |
| * | * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically | Ken Raeburn | 2006-04-04 | 2 | -1/+6 |
| * | more DEFS= | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 6 | -0/+15 |
| * | include autoconf.h in a few more places | Ken Raeburn | 2006-04-03 | 2 | -0/+5 |
| * | * configure.in: Always provide three arguments to AC_DEFINE | Ken Raeburn | 2006-03-31 | 2 | -16/+20 |
| * | * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't define | Ken Raeburn | 2006-03-31 | 4 | -19/+17 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 5 | -128/+126 |
| * | * depfix.pl (uniquify): Sort dependencies, so little tweaks to include orders | Ken Raeburn | 2006-03-31 | 2 | -2/+13 |
| * | * pty-int.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 3 | -17/+23 |
| * | make depend | Ken Raeburn | 2006-03-30 | 1 | -24/+27 |
| * | * ss_internal.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 2 | -0/+5 |
| * | * configure.in: Supply all three arguments when calling AC_DEFINE | Ken Raeburn | 2006-03-28 | 2 | -1/+4 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -0/+3 |
| * | build and export set/reset_com_err_hook on windows | Ken Raeburn | 2006-03-27 | 2 | -2/+5 |
| * | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 5 | -0/+155 |
| * | * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or the | Ken Raeburn | 2006-03-13 | 2 | -5/+9 |
| * | * reconf: Put autoconf.stmp into include directory | Ken Raeburn | 2006-03-11 | 2 | -2/+6 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 6 | -33/+40 |
| * | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 6 | -1/+20 |
| * | missed a dlsym call removal | Ken Raeburn | 2006-03-08 | 1 | -1/+0 |
| * | Oops. This should come closer to building on Windows.. | Ken Raeburn | 2006-03-08 | 2 | -18/+49 |
| * | krb5.h, which is built after util/et, which is built after the support | Ken Raeburn | 2006-03-08 | 2 | -8/+32 |
| * | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 6 | -3/+366 |
| * | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 4 | -1/+11 |
| * | copyright update | Ken Raeburn | 2006-01-26 | 1 | -1/+1 |
| * | copyright notices | Ken Raeburn | 2006-01-26 | 2 | -0/+48 |
| * | * export-check.pl: Accept 'S' in nm output | Ken Raeburn | 2006-01-26 | 2 | -2/+6 |
| * | * export-check.pl: Accept 'G' in nm output | Ken Raeburn | 2006-01-26 | 2 | -2/+4 |
| * | Check the export lists against the newly built shared library to make sure all | Ken Raeburn | 2006-01-25 | 2 | -0/+59 |
| * | * fake-addrinfo.c (krb5int_in6addr_any): Always define | Ken Raeburn | 2006-01-25 | 2 | -5/+3 |
| * | * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, | Ken Raeburn | 2006-01-25 | 3 | -1/+53 |
| * | Back out unwanted change to profile_tcl.c | Sam Hartman | 2006-01-11 | 1 | -745/+311 |
| * | Remove krb5_callconv from non-exported internal function | Sam Hartman | 2006-01-11 | 1 | -311/+745 |
| * | Looks like the current Red Hat gcc on Athena emits duplicates and "./foo.h", | Ken Raeburn | 2005-12-22 | 2 | -1/+28 |