aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-07-25This commit was manufactured by cvs2svn to create tagkrb5-1.4.2-beta1no author1-0/+65
2004-10-27Permit exporting profile file data into a bufferKen Raeburn1-0/+24
2004-10-22* prof_file.c (profile_update_file_data): When resetting flags, preserve SHAREDKen Raeburn1-0/+9
2004-10-19* libprofile.exports: Add profile_flush_to_fileKen Raeburn1-0/+4
2004-10-18Allow profile library caller to write the modified data to a differentKen Raeburn1-0/+16
2004-10-15* prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn1-0/+22
2004-10-13 * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde...Alexandra Ellwood1-0/+6
2004-10-13Need prototypes for profile_lock_global and profile_unlock_globalAlexandra Ellwood1-0/+5
2004-10-13Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn1-0/+6
2004-09-28* prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn1-0/+7
2004-09-26 * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENVTom Yu1-0/+6
2004-09-23* prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn1-0/+15
2004-09-23* profile.swg: Only include tclsh.i if building for Tcl.Ken Raeburn1-0/+10
2004-08-28* prof_file.c (profile_open_file): If an error occurs while updating from theKen Raeburn1-0/+6
2004-08-28* prof_parse.c (parse_std_line): Rewrite handling of whitespace in and afterKen Raeburn1-0/+5
2004-08-27* profile_tcl.c: New file, generated from profile.swg, but checked in to avoidKen Raeburn1-0/+2
2004-08-27* profile.swg: New file.Ken Raeburn1-0/+8
2004-08-27* prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn1-0/+15
2004-07-15* Makefile.in (MLIBS): Add $(LIBS)Ken Raeburn1-0/+2
2004-07-15* libprofile.exports: Don't try to export krb5int_profile_shared_dataKen Raeburn1-0/+5
2004-06-22Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn1-0/+5
2004-06-19* Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn1-0/+4
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn1-0/+4
2004-06-04* prof_file.c (profile_open_file): Handle earlier (draft POSIX) specificationsKen Raeburn1-0/+5
2004-06-03Closer to thread-safe..Ken Raeburn1-0/+6
2004-05-24 * configure.in: When generating prtest, use AC_CONFIG_FILESEzra Peisach1-0/+6
2004-05-13* Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup...Ken Raeburn1-0/+5
2004-04-24Added support for library initialization and finalization, and verificationKen Raeburn1-0/+11
2004-04-22Add files containing the export lists used on UNIX, in each directoryKen Raeburn1-0/+4
2004-03-14Change profile code over to new thread macros, and enable data sharing alwaysKen Raeburn1-0/+15
2004-03-08 * prof_get.c (profile_parse_boolean): Declare first argument asEzra Peisach1-0/+5
2004-02-19* prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn1-0/+5
2004-02-19ProtoizeKen Raeburn1-0/+5
2004-01-30prof-int.h should include pthread.h when USE_PTHREADS is definedAlexandra Ellwood1-0/+5
2003-12-20* prof_get.c (profile_iterator_create): NAMES argument points to const pointers.Ken Raeburn1-0/+6
2003-12-14move prof-int.h to be the first include file in order to obtainJeffrey Altman1-0/+6
2003-07-03Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood1-0/+5
2003-04-28 * prof_file.c (r_access): Static function. Only include ifEzra Peisach1-0/+5
2003-03-06* profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood1-0/+14
2003-01-17* prof_file.c (profile_flush_file_data): [_WIN32]: Don't call syncKen Raeburn1-0/+5
2003-01-13* profile.pbexp: New fileKen Raeburn1-0/+2
2003-01-13* prof_int.h (SHARE_TREE_DATA): Define only on MacKen Raeburn1-0/+4
2003-01-10Use passwd entry for ~ expansion if $HOME isn't set.Ken Raeburn1-0/+8
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn1-0/+7
2003-01-09Try to do atomic file swap on UNIX when updating profileKen Raeburn1-0/+4
2003-01-09Support \r as additional line separator on Mac OS XKen Raeburn1-0/+9
2002-12-31Merge some Mac-specific changes from meeroh's branch:Ken Raeburn1-0/+24
2002-12-23 * prof_file.c: Cast return from prof_mutex_lock andEzra Peisach1-0/+6
2002-12-21* prof_int.h: Define USE_PTHREADS and include pthread.h if on MacOS X.Ken Raeburn1-0/+13
2002-12-20Merge in data tree sharing, minus locking support, plus a bugfix or twoKen Raeburn1-0/+25