summaryrefslogtreecommitdiffstats
path: root/src/util/profile
Commit message (Expand)AuthorAgeFilesLines
...
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-303-1/+11
* prof_tree.c: (profile_delete_node_relation): Fix bug where deleting aTheodore Tso1998-08-072-10/+18
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-172-2/+2
* * Makefile.in: Integrate in the krb5 build tree rules.Ezra Peisach1998-03-023-5/+16
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-123-1/+20
* prof_parse.c (parse_std_line, parse_quoted_string, need_double_quotes,Theodore Tso1998-01-243-8/+122
* Fix stupid spelling typoTheodore Tso1997-03-251-1/+1
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-6/+6
* Make sure KRB5_DLLIMP/KRB5_CALLCONV are definedRichard Basch1997-02-181-0/+14
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-184-28/+34
* Fixed variable name for Windows buildRichard Basch1997-02-161-1/+1
* The libhack merge lost all the windows build instructions... fixed..Richard Basch1997-02-152-5/+17
* Merge of libhack_branchTom Yu1997-02-093-26/+22
* prof_int.h: Include "com_err.h" instead of redeclaring errcode_tRichard Basch1997-02-082-10/+17
* profile.hin: Do not multiply process the contents of this fileRichard Basch1997-02-063-13/+10
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-062-2/+8
* Accept either ';' or '#' on the first line of a string as a commentTheodore Tso1996-11-052-1/+6
* On Windows builds, add -DHAVE_STDLIB_HTheodore Tso1996-07-132-1/+6
* Only include stdlib.h if it's availableTheodore Tso1996-06-249-0/+21
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* test_profile.c: Add usage message if not enough argumentsTheodore Tso1996-06-127-15/+58
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso1996-02-143-16/+21
* * krb5.conf: use host:portnum in example files, not host,portnumMark Eichin1996-01-272-2/+6
* * profile.hin: Add profile_init_path prototypeEzra Peisach1996-01-112-0/+7
* * configure.in: Check for the stat call, since profile_update_fileTheodore Tso1995-12-213-4/+24
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* * prof_init.c (profile_init_path): Add const declarationsEzra Peisach1995-10-022-2/+6
* * prof_init.c (profile_init_path): takes a single string entryMark Eichin1995-10-023-0/+77
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-6/+5
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-233-9/+18
* Convert C+ comment to older 'standard' C style commentEzra Peisach1995-09-112-1/+5
* Mac Beta 1 submissionKeith Vetter1995-09-114-0/+175
* Add serialization support for profilePaul Park1995-08-293-0/+183
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-153-3/+25
* prof_int.h must be included after stdio.h for prototypesEzra Peisach1995-07-062-2/+7
* Changes for Macintosh implementationKeith Vetter1995-07-064-3/+24
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-2/+5
* Add install targetTheodore Tso1995-06-082-0/+6
* Add support for building shared librariesTheodore Tso1995-05-271-1/+1
* Add support for building shared librariesTheodore Tso1995-05-273-2/+18
* Include prof_int.h. This programs relies on internal functions andEzra Peisach1995-05-092-1/+6
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-053-0/+11
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-053-3/+10
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-041-0/+1
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-282-1/+6
* Makefile.in (clean-unix): Remove profile.h and test_profileTheodore Tso1995-04-282-1/+6
* and it needs PROTOTYPE() around it..Mark Eichin1995-04-272-2/+2
* * test_parse.c (main): can't make function declarations local toMark Eichin1995-04-272-1/+7