| Commit message (Expand) | Author | Age | Files | Lines |
| * | Thread-safe manipulation of registered error-table list | Ken Raeburn | 2004-03-18 | 3 | -11/+34 |
| * | * error.c (ss_error): Always use ANSI C form. Don't try to hide the | Ken Raeburn | 2004-03-18 | 3 | -46/+7 |
| * | Change profile code over to new thread macros, and enable data sharing always | Ken Raeburn | 2004-03-14 | 3 | -26/+40 |
| * | * prof_get.c (profile_parse_boolean): Declare first argument as | Ezra Peisach | 2004-03-08 | 2 | -1/+6 |
| * | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 4 | -2/+9 |
| * | * reconf: Delete autom4te.cache directories after running autoreconf | Ken Raeburn | 2004-03-06 | 2 | -0/+6 |
| * | Move apputils dir from util to lib, to get its proper place in the | Ken Raeburn | 2004-02-26 | 7 | -157/+5 |
| * | dependency updates | Ken Raeburn | 2004-02-24 | 1 | -5/+6 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 3 | -0/+4 |
| * | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 7 | -1/+160 |
| * | ignore fakedest dir | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long, | Ken Raeburn | 2004-02-19 | 2 | -1/+6 |
| * | protoize | Ken Raeburn | 2004-02-19 | 5 | -8/+12 |
| * | Protoize | Ken Raeburn | 2004-02-19 | 7 | -215/+105 |
| * | priocntl workaround for Solaris 9 pty-close bug | Tom Yu | 2004-02-13 | 2 | -4/+3 |
| * | Tru64 and Irix have RPATH issues for test suite | Tom Yu | 2004-02-12 | 2 | -0/+12 |
| * | prof-int.h should include pthread.h when USE_PTHREADS is defined | Alexandra Ellwood | 2004-01-30 | 2 | -0/+11 |
| * | * prof_get.c (profile_iterator_create): NAMES argument points to const pointers. | Ken Raeburn | 2003-12-20 | 3 | -2/+8 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -2/+2 |
| * | move prof-int.h to be the first include file in order to obtain | Jeffrey Altman | 2003-12-14 | 10 | -14/+25 |
| * | work around Solaris 9 pty-close bug | Tom Yu | 2003-12-06 | 3 | -1/+63 |
| * | darwin build can't compile util/et test program | Ken Raeburn | 2003-07-04 | 2 | -1/+6 |
| * | Remove leading spaces in #define and #include in public headers to support K&... | Alexandra Ellwood | 2003-07-03 | 2 | -16/+18 |
| * | This change fixes the problem in the ss directory. It probably won't | Ken Raeburn | 2003-06-27 | 2 | -19/+20 |
| * | * error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor... | Alexandra Ellwood | 2003-06-12 | 1 | -0/+5 |
| * | Removed Mac OS 9 support because it prevents darwin builds from getting com e... | Alexandra Ellwood | 2003-06-12 | 5 | -31/+7 |
| * | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 2 | -2/+4 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -8/+8 |
| * | * depgen.sed: Put print command on separate lines from substitution commands, | Ken Raeburn | 2003-05-18 | 2 | -3/+20 |
| * | * mkrel: Remote autom4te.cache files | Tom Yu | 2003-05-15 | 2 | -0/+5 |
| * | Needed for com_err library testing | Ken Raeburn | 2003-05-07 | 2 | -0/+8 |
| * | * prof_file.c (r_access): Static function. Only include if | Ezra Peisach | 2003-04-28 | 2 | -0/+7 |
| * | * reconf: Restore support for 2.52; reject older versions | Ken Raeburn | 2003-04-25 | 2 | -5/+22 |
| * | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 5 | -8/+13 |
| * | * reconf: Drop support for 2.52 and earlier | Ken Raeburn | 2003-04-24 | 2 | -27/+9 |
| * | back out requirement of autoconf-2.53 | Tom Yu | 2003-04-10 | 2 | -0/+9 |
| * | don't install in-tree libdb | Tom Yu | 2003-04-02 | 2 | -1/+5 |
| * | Add missing paren | Sam Hartman | 2003-03-06 | 1 | -1/+1 |
| * | * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour... | Alexandra Ellwood | 2003-03-06 | 6 | -104/+107 |
| * | * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9... | Alexandra Ellwood | 2003-03-06 | 6 | -139/+17 |
| * | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 2 | -1/+5 |
| * | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 2 | -2/+2 |
| * | * Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awk | Ken Raeburn | 2003-02-06 | 2 | -1/+5 |
| * | * mkrel: Exclude .rconf files | Tom Yu | 2003-02-05 | 2 | -1/+5 |
| * | * parse.c: Include errno.h for declaration of errno | Ezra Peisach | 2003-01-24 | 2 | -1/+5 |
| * | * prof_file.c (profile_flush_file_data): [_WIN32]: Don't call sync | Ken Raeburn | 2003-01-17 | 2 | -0/+7 |
| * | * profile.pbexp: New file | Ken Raeburn | 2003-01-13 | 2 | -0/+35 |
| * | * prof_int.h (SHARE_TREE_DATA): Define only on Mac | Ken Raeburn | 2003-01-13 | 2 | -2/+5 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 8 | -10/+11 |
| * | Use passwd entry for ~ expansion if $HOME isn't set. | Ken Raeburn | 2003-01-10 | 3 | -20/+43 |