summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* use strdupKen Raeburn2006-10-281-4/+2
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-242-0/+35
* Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery2006-06-121-3/+3
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-182-20/+2
* Compute dependencies for profile_tcl.oKen Raeburn2006-04-151-1/+4
* * Makefile.in (profile_tcl): Link with MLIBS instead of DEPLIBS and LIBSKen Raeburn2006-04-151-1/+1
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-1333/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-49/+0
* * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automaticallyKen Raeburn2006-04-042-1/+6
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-314-19/+17
* make depend, now with dependency sortingKen Raeburn2006-03-311-25/+25
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-8/+8
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-0/+6
* Merge from plugin branchKen Raeburn2006-03-072-1/+5
* Back out unwanted change to profile_tcl.cSam Hartman2006-01-111-745/+311
* Remove krb5_callconv from non-exported internal functionSam Hartman2006-01-111-311/+745
* make dependTom Yu2005-11-291-16/+8
* Delete setting and testing of STAT_ONCE_PER_SECOND, just always do itKen Raeburn2005-10-213-10/+7
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-7/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* Update dependenciesKen Raeburn2005-06-211-8/+16
* * profile.swg (errcode_t* tcl8 argout typemap): Cast return value fromKen Raeburn2005-06-063-20/+27
* update dependenciesKen Raeburn2005-04-131-16/+16
* * configure.in: Don't check for getpwuid_r here.Ken Raeburn2005-03-263-17/+9
* st_mtim.tv_nsec, not tv_usecKen Raeburn2005-03-133-4/+4
* profile library should check high-resolution timestamps if availableKen Raeburn2005-03-134-1/+26
* profile_clear_relation doesn't work, iterator still sees deleted nodesKen Raeburn2005-03-043-0/+50
* possible profile null pointer deref in threaded appKen Raeburn2005-02-234-8/+45
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-092-1/+17
* * prof_file.c (profile_open_file): If mutex creation fails, free storageKen Raeburn2005-01-142-1/+4
* profile code never destroys its per-file mutexesKen Raeburn2005-01-142-6/+12
* run "make depend"Ken Raeburn2004-12-301-26/+34
* insufficient locking in profile re-reading caseKen Raeburn2004-12-152-1/+47
* * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable...Alexandra Ellwood2004-11-043-0/+41
* * prof_set.c: profile calls which set values should not fail if file is not ...Alexandra Ellwood2004-11-042-3/+7
* call stat less often on krb5.confKen Raeburn2004-10-303-0/+37
* Permit exporting profile file data into a bufferKen Raeburn2004-10-279-32/+215
* * prof_file.c (profile_update_file_data): When resetting flags, preserve SHAREDKen Raeburn2004-10-223-25/+75
* * libprofile.exports: Add profile_flush_to_fileKen Raeburn2004-10-192-0/+5
* Allow profile library caller to write the modified data to a differentKen Raeburn2004-10-188-28/+122
* * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn2004-10-155-73/+107
* * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde...Alexandra Ellwood2004-10-132-0/+10
* Need prototypes for profile_lock_global and profile_unlock_globalAlexandra Ellwood2004-10-132-0/+8
* Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn2004-10-133-2/+8
* * prof_file.c (profile_dereference_data_locked): New function.Ken Raeburn2004-09-284-2/+18
* * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENVTom Yu2004-09-263-1/+9
* * prof_tree.c (struct profile_node): Add new bitfield DELETED.Ken Raeburn2004-09-236-13/+109