| Commit message (Expand) | Author | Age | Files | Lines |
| * | Never return profile on error opening file | Greg Hudson | 2011-07-25 | 1 | -1/+6 |
| * | Add support for loadable profile modules | Greg Hudson | 2011-07-20 | 1 | -7/+7 |
| * | The "comment" field of prf_data_t was never actually set nor used, so | Ken Raeburn | 2009-12-28 | 1 | -7/+0 |
| * | Mark and reindent util, with some exceptions | Tom Yu | 2009-12-07 | 1 | -356/+357 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -4/+4 |
| * | reduce some mutex performance problems in profile library | Ken Raeburn | 2009-06-18 | 1 | -14/+14 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -10/+6 |
| * | krb5 library-side changes for com_err based error strings | Alexandra Ellwood | 2008-09-30 | 1 | -4/+2 |
| * | Profile library should not call rw_access earlier than needed | Alexandra Ellwood | 2008-05-27 | 1 | -5/+10 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -1/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+2 |
| * | profile library memory leaks introduced when malloc returns 0 | Ezra Peisach | 2007-09-26 | 1 | -1/+3 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -9/+8 |
| * | Delete setting and testing of STAT_ONCE_PER_SECOND, just always do it | Ken Raeburn | 2005-10-21 | 1 | -6/+0 |
| * | * configure.in: Don't check for getpwuid_r here. | Ken Raeburn | 2005-03-26 | 1 | -16/+3 |
| * | st_mtim.tv_nsec, not tv_usec | Ken Raeburn | 2005-03-13 | 1 | -2/+2 |
| * | profile library should check high-resolution timestamps if available | Ken Raeburn | 2005-03-13 | 1 | -1/+14 |
| * | possible profile null pointer deref in threaded app | Ken Raeburn | 2005-02-23 | 1 | -5/+7 |
| * | * et/error_message.c (com_err_initialize, com_err_terminate): If | Ken Raeburn | 2005-02-09 | 1 | -1/+11 |
| * | * prof_file.c (profile_open_file): If mutex creation fails, free storage | Ken Raeburn | 2005-01-14 | 1 | -1/+2 |
| * | profile code never destroys its per-file mutexes | Ken Raeburn | 2005-01-14 | 1 | -6/+7 |
| * | call stat less often on krb5.conf | Ken Raeburn | 2004-10-30 | 1 | -0/+22 |
| * | Permit exporting profile file data into a buffer | Ken Raeburn | 2004-10-27 | 1 | -0/+11 |
| * | * prof_file.c (profile_update_file_data): When resetting flags, preserve SHARED | Ken Raeburn | 2004-10-22 | 1 | -22/+22 |
| * | Allow profile library caller to write the modified data to a different | Ken Raeburn | 2004-10-18 | 1 | -25/+55 |
| * | * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATA | Ken Raeburn | 2004-10-15 | 1 | -42/+68 |
| * | * prof_file.c (profile_library_initializer, profile_library_finalizer): Adde... | Alexandra Ellwood | 2004-10-13 | 1 | -0/+4 |
| * | Fix small memory leak in repeated krb5 context creation and deletion: | Ken Raeburn | 2004-10-13 | 1 | -0/+2 |
| * | * prof_file.c (profile_dereference_data_locked): New function. | Ken Raeburn | 2004-09-28 | 1 | -1/+9 |
| * | * prof_file.c (profile_open_file): If an error occurs while updating from the | Ken Raeburn | 2004-08-28 | 1 | -0/+2 |
| * | * prof_int.h (struct _prf_data_t): Add a mutex. | Ken Raeburn | 2004-08-27 | 1 | -11/+49 |
| * | * prof_file.c (profile_open_file): Handle earlier (draft POSIX) specifications | Ken Raeburn | 2004-06-04 | 1 | -4/+8 |
| * | Closer to thread-safe.. | Ken Raeburn | 2004-06-03 | 1 | -0/+10 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -2/+37 |
| * | Change profile code over to new thread macros, and enable data sharing always | Ken Raeburn | 2004-03-14 | 1 | -8/+22 |
| * | Protoize | Ken Raeburn | 2004-02-19 | 1 | -15/+8 |
| * | move prof-int.h to be the first include file in order to obtain | Jeffrey Altman | 2003-12-14 | 1 | -2/+2 |
| * | * prof_file.c (r_access): Static function. Only include if | Ezra Peisach | 2003-04-28 | 1 | -0/+2 |
| * | * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour... | Alexandra Ellwood | 2003-03-06 | 1 | -18/+0 |
| * | * prof_file.c (profile_flush_file_data): [_WIN32]: Don't call sync | Ken Raeburn | 2003-01-17 | 1 | -0/+2 |
| * | Use passwd entry for ~ expansion if $HOME isn't set. | Ken Raeburn | 2003-01-10 | 1 | -19/+34 |
| * | Try to do atomic file swap on UNIX when updating profile | Ken Raeburn | 2003-01-09 | 1 | -3/+30 |
| * | Merge some Mac-specific changes from meeroh's branch: | Ken Raeburn | 2002-12-31 | 1 | -62/+43 |
| * | * prof_file.c: Cast return from prof_mutex_lock and | Ezra Peisach | 2002-12-23 | 1 | -7/+7 |
| * | * prof_int.h: Define USE_PTHREADS and include pthread.h if on MacOS X. | Ken Raeburn | 2002-12-21 | 1 | -2/+12 |
| * | Merge in data tree sharing, minus locking support, plus a bugfix or two | Ken Raeburn | 2002-12-20 | 1 | -7/+77 |
| * | Checkpoint first step of merge. | Ken Raeburn | 2002-12-07 | 1 | -58/+60 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -1/+1 |
| * | * prof_init.c: Cleanup internal type warnings in calls to profile_init | Ezra Peisach | 2000-07-24 | 1 | -1/+1 |