aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
AgeCommit message (Expand)AuthorFilesLines
2003-03-06* profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood6-104/+107
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman1-1/+1
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-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 Raeburn3-4/+12
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
2002-12-31Merge some Mac-specific changes from meeroh's branch:Ken Raeburn7-115/+176
2002-12-23 * prof_file.c: Cast return from prof_mutex_lock andEzra Peisach2-7/+13
2002-12-21* prof_int.h: Define USE_PTHREADS and include pthread.h if on MacOS X.Ken Raeburn3-3/+43
2002-12-20Merge in data tree sharing, minus locking support, plus a bugfix or twoKen Raeburn4-9/+152
2002-12-12update dependenciesTom Yu1-8/+8
2002-12-07Checkpoint first step of merge.Ken Raeburn8-101/+142
2002-12-07* prof_get.c (conf_yes, conf_no): Entries now point to const.Ken Raeburn2-4/+10
2002-11-27update dependenciesTom Yu1-1/+0
2002-10-07Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2-0/+6
2002-10-03Move test_* from all to check targetSam Hartman2-1/+8
2002-09-11* Makefile.in (LOCALINCLUDES): Don't reference et directory.Ken Raeburn2-10/+13
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-2/+6
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+6
2002-08-27Quote targets of some copy operations within the build tree. NeededKen Raeburn2-1/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-2/+6
2002-08-15* Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2-0/+14
2002-06-19* prof_parse.c (strip_line): Simplify loop by preserving "p" rather thanKen Raeburn2-9/+6
2002-06-19use strdupKen Raeburn3-9/+26
2002-06-15update dependenciesKen Raeburn1-7/+7
2002-06-04* prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so weKen Raeburn2-8/+22
2002-05-08* prof_get.c (conf_yes, conf_no): Now const.Ken Raeburn2-3/+8
2002-03-07shlib version number updates from 1.2.x branchKen Raeburn1-1/+2
2002-03-06make a log entry more readableKen Raeburn1-4/+5
2002-02-20* Makefile.in (LIBMINOR): BumpKen Raeburn2-1/+5
2002-01-23prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood3-3/+17
2001-12-05 * test_profile.c (main): Call profile_release() before exitingEzra Peisach2-0/+6
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-7/+7
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-13/+13
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn4-83/+74
2001-10-06KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2-1/+2
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn6-24/+12
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn5-43/+46
2001-09-02dependenciesKen Raeburn1-5/+13
2001-07-19* prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn5-6/+19
2001-07-02 * prof_int.h: Provide prototypes for profile_ser_size,Ezra Peisach2-0/+13
2001-06-11 * test_profile.c: Include <string.h> for strcmp() prototypeEzra Peisach2-1/+4
2001-06-11 * argv_parse.c (argv_parse): Cast argument to isspace() as int.Ezra Peisach3-5/+11
2001-06-11 * Makefile.in (MLIBS): Do not link against libgen.a for testEzra Peisach2-1/+6
2001-02-02 * krb5.conf: Test with trailing whitespace on "default_realm"Tom Yu2-2/+7
2000-11-01 * configure.in: Use AC_C_CONST instead of AC_CONST andEzra Peisach2-2/+7
2000-08-02 * krb5.conf: Test with a space after ']' and '{'Ezra Peisach3-3/+14