summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* Fix race in util/profile/Makefile.inGreg Hudson2013-10-211-7/+1
* Remove redundant domain_realm mappingsBen Kaduk2013-08-121-12/+7
* Fix various warningsGreg Hudson2013-06-071-9/+7
* Reduce boilerplate in makefilesGreg Hudson2013-05-162-15/+3
* Assume mutex locking cannot failGreg Hudson2013-05-145-91/+37
* make dependGreg Hudson2013-01-102-2/+2
* Style cleanup for internal error handlingGreg Hudson2012-12-191-1/+1
* Clean up a redundant assignment in libprofileGreg Hudson2012-05-131-2/+0
* Revert r25669 pending clarification of goals and API reviewTom Yu2012-02-033-71/+2
* Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic...Zhanna Tsitkov2012-02-033-2/+71
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-043-25/+24
* Update profile.swg to remove compilation warnings. profile_tcl.c Ezra Peisach2011-08-243-1341/+2549
* Use portable path functions when loading pluginsGreg Hudson2011-08-071-8/+19
* Fix profile test module on SolarisGreg Hudson2011-07-271-1/+5
* Update test vtable functions to match proper function prototypes.Ezra Peisach2011-07-271-1/+3
* Ensure profile_iterator always sets output paramsGreg Hudson2011-07-261-4/+4
* Never return profile on error opening fileGreg Hudson2011-07-251-1/+6
* Rewrite set_results() in prof_get.cGreg Hudson2011-07-251-19/+22
* Restore accessor behavior on null profilesGreg Hudson2011-07-251-0/+8
* Better workaround for profile test moduleGreg Hudson2011-07-211-3/+1
* Set SHLIB_RDIRS in profile test module buildGreg Hudson2011-07-211-0/+3
* Fix dependencies of test_load in profile libraryGreg Hudson2011-07-211-1/+1
* Fix profile_abandon() management lib_handle lockGreg Hudson2011-07-211-1/+4
* Add support for loadable profile modulesGreg Hudson2011-07-2017-76/+506
* Add libprofile support for vtable-backed profilesGreg Hudson2011-07-2010-85/+819
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-092-29/+33
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-252-0/+43
* Make the new profile tcl tests work with tcl 8.3Greg Hudson2010-08-311-4/+4
* Fix a resource leak in the profile include supportGreg Hudson2010-08-291-5/+8
* Revise the profile include design so that included files areGreg Hudson2010-08-252-15/+52
* Correct a commentGreg Hudson2010-08-241-2/+2
* add profile include supportGreg Hudson2010-08-243-14/+156
* Fail properly when profile can't be accessedGreg Hudson2010-08-231-4/+9
* Stop exporting some profile symbols that aren't either published inKen Raeburn2010-05-161-27/+0
* The "comment" field of prf_data_t was never actually set nor used, soKen Raeburn2009-12-282-8/+0
* Mark and reindent util, with some exceptionsTom Yu2009-12-0711-2212/+2223
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-18/+17
* make mark-cstyleTom Yu2009-10-3114-200/+195
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-16/+16
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-16/+16
* reduce some mutex performance problems in profile libraryKen Raeburn2009-06-183-21/+19
* remove some remnants of krb4-related config file optionsKen Raeburn2009-01-281-2/+0
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-41/+39
* Ticket: 6286Zhanna Tsitkov2008-12-051-1/+1
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-2/+0
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-1/+1
* Unsigned/signed warnings cleanupEzra Peisach2008-10-282-8/+10
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-10/+6