summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-8/+4
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-301-4/+2
* lean client changesZhanna Tsitkov2008-08-201-0/+3
* profile write code should only quote empty stringsAlexandra Ellwood2008-08-191-1/+1
* Always use unsigned for one-bit fieldsKen Raeburn2008-08-061-2/+2
* 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-273-9/+20
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-304-9/+9
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+2
* profile library memory leaks introduced when malloc returns 0Ezra Peisach2007-09-263-2/+7
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-9/+8
* profile stores empty string values without double quotesJeffrey Altman2007-04-251-2/+4
* Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile...Ken Raeburn2007-03-251-3/+3
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-1/+1
* 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