summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_init.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-14/+12
* Assume <stdint.h> and fixed-width typesGreg Hudson2014-02-261-6/+0
* Assume mutex locking cannot failGreg Hudson2013-05-141-11/+4
* Style cleanup for internal error handlingGreg Hudson2012-12-191-1/+1
* Use portable path functions when loading pluginsGreg Hudson2011-08-071-8/+19
* Fix profile_abandon() management lib_handle lockGreg Hudson2011-07-211-1/+4
* Add support for loadable profile modulesGreg Hudson2011-07-201-29/+190
* Add libprofile support for vtable-backed profilesGreg Hudson2011-07-201-6/+105
* Fail properly when profile can't be accessedGreg Hudson2010-08-231-4/+9
* Mark and reindent util, with some exceptionsTom Yu2009-12-071-235/+236
* make mark-cstyleTom Yu2009-10-311-17/+16
* Ticket: 6286Zhanna Tsitkov2008-12-051-1/+1
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-2/+0
* Unsigned/signed warnings cleanupEzra Peisach2008-10-281-5/+7
* lean client changesZhanna Tsitkov2008-08-201-0/+3
* Use load/store_32_be instead of open-codingKen Raeburn2008-08-021-8/+2
* Apply patch from Apple to handle missing krb5.conf for zeroconfTom Yu2008-07-101-2/+5
* Profile library should not call rw_access earlier than neededAlexandra Ellwood2008-05-271-1/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-1/+1
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-241-0/+33
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-311-10/+7
* * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable...Alexandra Ellwood2004-11-041-0/+30
* Permit exporting profile file data into a bufferKen Raeburn2004-10-271-0/+12
* Allow profile library caller to write the modified data to a differentKen Raeburn2004-10-181-0/+13
* * prof_file.c, prof_int.h, prof_set.c: Remove support for non-SHARE_TREE_DATAKen Raeburn2004-10-151-4/+2
* Fix small memory leak in repeated krb5 context creation and deletion:Ken Raeburn2004-10-131-2/+0
* * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn2004-02-191-1/+1
* ProtoizeKen Raeburn2004-02-191-34/+15
* move prof-int.h to be the first include file in order to obtainJeffrey Altman2003-12-141-2/+2
* * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood2003-03-061-70/+0
* Merge some Mac-specific changes from meeroh's branch:Ken Raeburn2002-12-311-18/+70
* Checkpoint first step of merge.Ken Raeburn2002-12-071-19/+6
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood2002-01-231-1/+1
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-6/+6
* * prof_init.c: Cleanup internal type warnings in calls to profile_initEzra Peisach2000-07-241-3/+5
* * prof_init.c (profile_init_path): Use profile_filespec_t insteadEzra Peisach2000-06-261-2/+2
* Danilo's const_profile_filespec_t and other changes from 1.1 branchKen Raeburn1999-09-011-4/+4
* If no filespecs are provided, then return an empty profileJeffrey Altman1999-07-231-9/+13
* * prof_int.h (profile_t): Delete typedef, since Miro changed prof_int.h toKen Raeburn1999-07-211-3/+3
* Profile library now uses MacOS native file specifiers on MacOS, and file path...Miro Jurisic1999-07-211-13/+44
* Check whether profile is valid before partying on itDanilo Almeida1999-06-231-0/+6
* Fix memory leak in profile_init_path()Danilo Almeida1999-06-171-0/+1
* prof_init.c (profile_abandon): New function which frees the profileTheodore Tso1999-04-141-0/+13
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-031-0/+13
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-031-3/+6
* * prof_init.c (profile_init): Fix a problem whereby if the lastGeoffrey King1998-11-051-3/+6
* Makefile.in: Added prof_get.c to the list of files to be compiledTheodore Tso1998-11-031-325/+56
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-181-1/+2
* Only include stdlib.h if it's availableTheodore Tso1996-06-241-0/+2
* * prof_init.c (profile_init_path): Add const declarationsEzra Peisach1995-10-021-2/+2