aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2004-02-26Move apputils dir from util to lib, to get its proper place in theKen Raeburn7-157/+5
2004-02-24dependency updatesKen Raeburn1-5/+6
2004-02-24ignore some more generated filesKen Raeburn3-0/+4
2004-02-24Move daemon.c into a new library of utility routines for linking our programsKen Raeburn7-1/+160
2004-02-24ignore fakedest dirKen Raeburn1-0/+1
2004-02-19* prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn2-1/+6
2004-02-19protoizeKen Raeburn5-8/+12
2004-02-19ProtoizeKen Raeburn7-215/+105
2004-02-13priocntl workaround for Solaris 9 pty-close bugTom Yu2-4/+3
2004-02-12Tru64 and Irix have RPATH issues for test suiteTom Yu2-0/+12
2004-01-30prof-int.h should include pthread.h when USE_PTHREADS is definedAlexandra Ellwood2-0/+11
2003-12-20* prof_get.c (profile_iterator_create): NAMES argument points to const pointers.Ken Raeburn3-2/+8
2003-12-15make dependKen Raeburn1-2/+2
2003-12-14move prof-int.h to be the first include file in order to obtainJeffrey Altman10-14/+25
2003-12-06work around Solaris 9 pty-close bugTom Yu3-1/+63
2003-07-04darwin build can't compile util/et test programKen Raeburn2-1/+6
2003-07-03Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood2-16/+18
2003-06-27This change fixes the problem in the ss directory. It probably won'tKen Raeburn2-19/+20
2003-06-12* error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor...Alexandra Ellwood1-0/+5
2003-06-12Removed Mac OS 9 support because it prevents darwin builds from getting com e...Alexandra Ellwood5-31/+7
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2-2/+4
2003-05-24make-depend updatesKen Raeburn1-8/+8
2003-05-18* depgen.sed: Put print command on separate lines from substitution commands,Ken Raeburn2-3/+20
2003-05-15 * mkrel: Remote autom4te.cache filesTom Yu2-0/+5
2003-05-07Needed for com_err library testingKen Raeburn2-0/+8
2003-04-28 * prof_file.c (r_access): Static function. Only include ifEzra Peisach2-0/+7
2003-04-25* reconf: Restore support for 2.52; reject older versionsKen Raeburn2-5/+22
2003-04-24errno should never be explicitly declaredKen Raeburn5-8/+13
2003-04-24* reconf: Drop support for 2.52 and earlierKen Raeburn2-27/+9
2003-04-10back out requirement of autoconf-2.53Tom Yu2-0/+9
2003-04-02don't install in-tree libdbTom Yu2-1/+5
2003-03-06Add missing parenSam Hartman1-1/+1
2003-03-06* profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood6-104/+107
2003-03-06* com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9...Alexandra Ellwood6-139/+17
2003-03-03Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2-1/+5
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2-2/+2
2003-02-06* Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awkKen Raeburn2-1/+5
2003-02-05 * mkrel: Exclude .rconf filesTom Yu2-1/+5
2003-01-24 * parse.c: Include errno.h for declaration of errnoEzra Peisach2-1/+5
2003-01-17* prof_file.c (profile_flush_file_data): [_WIN32]: Don't call syncKen Raeburn2-0/+7
2003-01-13* profile.pbexp: New fileKen Raeburn2-0/+35
2003-01-13* prof_int.h (SHARE_TREE_DATA): Define only on MacKen Raeburn2-2/+5
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn8-10/+11
2003-01-10Use passwd entry for ~ expansion if $HOME isn't set.Ken Raeburn3-20/+43
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn18-13/+54
2003-01-09Try to do atomic file swap on UNIX when updating profileKen Raeburn2-3/+34
2003-01-09Support \r as additional line separator on Mac OS XKen Raeburn3-3/+60
2003-01-05Only system headers should declare errnoSam Hartman8-6/+25
2003-01-01blahSam Hartman1-0/+645
2002-12-31Merge some Mac-specific changes from meeroh's branch:Ken Raeburn7-115/+176