aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
AgeCommit message (Expand)AuthorFilesLines
2005-07-25This commit was manufactured by cvs2svn to create tagkrb5-1.4.2-beta1no author10-43/+258
2004-10-27Permit exporting profile file data into a bufferKen Raeburn9-32/+215
2004-10-22* prof_file.c (profile_update_file_data): When resetting flags, preserve SHAREDKen Raeburn3-25/+75
2004-10-19* libprofile.exports: Add profile_flush_to_fileKen Raeburn2-0/+5
2004-10-18Allow profile library caller to write the modified data to a differentKen Raeburn8-28/+122
2004-10-15* prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn5-73/+107
2004-10-13 * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde...Alexandra Ellwood2-0/+10
2004-10-13Need prototypes for profile_lock_global and profile_unlock_globalAlexandra Ellwood2-0/+8
2004-10-13Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn3-2/+8
2004-09-28* prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn4-2/+18
2004-09-26 * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENVTom Yu3-1/+9
2004-09-23* prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn6-13/+109
2004-09-23regeneratedKen Raeburn1-6/+8
2004-09-23* profile.swg: Only include tclsh.i if building for Tcl.Ken Raeburn2-3/+26
2004-08-28* prof_file.c (profile_open_file): If an error occurs while updating from theKen Raeburn2-0/+8
2004-08-28* prof_parse.c (parse_std_line): Rewrite handling of whitespace in and afterKen Raeburn2-6/+20
2004-08-27* profile_tcl.c: New file, generated from profile.swg, but checked in to avoidKen Raeburn2-0/+2084
2004-08-27* profile.swg: New file.Ken Raeburn4-4/+266
2004-08-27* prof_int.h (struct _prf_data_t): Add a mutex.Ken Raeburn5-50/+142
2004-08-21whitespaceKen Raeburn1-10/+10
2004-07-15* Makefile.in (MLIBS): Add $(LIBS)Ken Raeburn2-1/+3
2004-07-15* libprofile.exports: Don't try to export krb5int_profile_shared_dataKen Raeburn2-1/+5
2004-06-22Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn4-18/+7
2004-06-19* Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn2-1/+5
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2-1/+5
2004-06-04* prof_file.c (profile_open_file): Handle earlier (draft POSIX) specificationsKen Raeburn2-4/+13
2004-06-03Closer to thread-safe..Ken Raeburn3-1/+17
2004-05-24 * configure.in: When generating prtest, use AC_CONFIG_FILESEzra Peisach2-1/+7
2004-05-13* Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup...Ken Raeburn2-4/+9
2004-04-24updated dependenciesKen Raeburn1-1/+1
2004-04-24Added support for library initialization and finalization, and verificationKen Raeburn3-15/+48
2004-04-23update dependenciesKen Raeburn1-0/+8
2004-04-22Add files containing the export lists used on UNIX, in each directoryKen Raeburn2-0/+57
2004-03-14Change profile code over to new thread macros, and enable data sharing alwaysKen Raeburn3-26/+40
2004-03-08 * prof_get.c (profile_parse_boolean): Declare first argument asEzra Peisach2-1/+6
2004-02-24ignore some more generated filesKen 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 Raeburn7-215/+105
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-14move prof-int.h to be the first include file in order to obtainJeffrey Altman10-14/+25
2003-07-03Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood2-16/+18
2003-05-24make-depend updatesKen Raeburn1-8/+8
2003-04-28 * prof_file.c (r_access): Static function. Only include ifEzra Peisach2-0/+7
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