| Commit message (Expand) | Author | Age | Files | Lines |
| * | On Windows builds, add -DHAVE_STDLIB_H | Theodore Tso | 1996-07-13 | 2 | -1/+6 |
| * | Only include stdlib.h if it's available | Theodore Tso | 1996-06-24 | 9 | -0/+21 |
| * | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 2 | -1/+5 |
| * | test_profile.c: Add usage message if not enough arguments | Theodore Tso | 1996-06-12 | 7 | -15/+58 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | Make parsing more flexible, so we don't barf over lack of spaces | Theodore Tso | 1996-02-14 | 3 | -16/+21 |
| * | * krb5.conf: use host:portnum in example files, not host,portnum | Mark Eichin | 1996-01-27 | 2 | -2/+6 |
| * | * profile.hin: Add profile_init_path prototype | Ezra Peisach | 1996-01-11 | 2 | -0/+7 |
| * | * configure.in: Check for the stat call, since profile_update_file | Theodore Tso | 1995-12-21 | 3 | -4/+24 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 2 | -1/+5 |
| * | * prof_init.c (profile_init_path): Add const declarations | Ezra Peisach | 1995-10-02 | 2 | -2/+6 |
| * | * prof_init.c (profile_init_path): takes a single string entry | Mark Eichin | 1995-10-02 | 3 | -0/+77 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -6/+5 |
| * | prof_int.h: added SIZEOF defines for the PC, and added missing | Theodore Tso | 1995-09-23 | 3 | -9/+18 |
| * | Convert C+ comment to older 'standard' C style comment | Ezra Peisach | 1995-09-11 | 2 | -1/+5 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 4 | -0/+175 |
| * | Add serialization support for profile | Paul Park | 1995-08-29 | 3 | -0/+183 |
| * | * prof_parse.c (strip_line,parse_line): Declare as static | Ezra Peisach | 1995-08-15 | 3 | -3/+25 |
| * | prof_int.h must be included after stdio.h for prototypes | Ezra Peisach | 1995-07-06 | 2 | -2/+7 |
| * | Changes for Macintosh implementation | Keith Vetter | 1995-07-06 | 4 | -3/+24 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -2/+5 |
| * | Add install target | Theodore Tso | 1995-06-08 | 2 | -0/+6 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 1 | -1/+1 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 3 | -2/+18 |
| * | Include prof_int.h. This programs relies on internal functions and | Ezra Peisach | 1995-05-09 | 2 | -1/+6 |
| * | prof_init.c (profile_get_values): Return PROF_NO_PROFILE if the | Theodore Tso | 1995-05-05 | 3 | -0/+11 |
| * | prof_tree.c (profile_free_node): Copy child->next to a scratch | Theodore Tso | 1995-05-05 | 3 | -3/+10 |
| * | Update .Sanitize file to reflect new files that have been added and deleted | Theodore Tso | 1995-05-04 | 1 | -0/+1 |
| * | Don't try to strip an empty line. This causes memory reference error | Theodore Tso | 1995-04-28 | 2 | -1/+6 |
| * | Makefile.in (clean-unix): Remove profile.h and test_profile | Theodore Tso | 1995-04-28 | 2 | -1/+6 |
| * | and it needs PROTOTYPE() around it.. | Mark Eichin | 1995-04-27 | 2 | -2/+2 |
| * | * test_parse.c (main): can't make function declarations local to | Mark Eichin | 1995-04-27 | 2 | -1/+7 |
| * | Got the profile code to work on the PC | Keith Vetter | 1995-04-27 | 11 | -36/+113 |
| * | Only define PROTOTYPE if not previously defined. (avoid conflicting | Ezra Peisach | 1995-04-27 | 2 | -0/+6 |
| * | Add AC_CONST for machines that do not support const | Ezra Peisach | 1995-04-25 | 2 | -0/+5 |
| * | * Makefile.in (all): Use ARADD to facilitate incremental | Ezra Peisach | 1995-04-25 | 4 | -1/+17 |
| * | Fix Sanitize files to reflect current tree | Theodore Tso | 1995-04-25 | 1 | -0/+48 |
| * | Rename profile.h.in to profile.hin to, make things easier for systems | Theodore Tso | 1995-04-22 | 3 | -2/+7 |
| * | configure.in: Add SUBDIR rule in so this directory can be included into | Theodore Tso | 1995-04-22 | 3 | -14/+50 |
| * | Fix type const vs. non-const problems | Theodore Tso | 1995-04-21 | 1 | -1/+3 |
| * | Add new functions profile_get_string() and profile_get_integer(), for | Theodore Tso | 1995-04-21 | 2 | -2/+91 |
| * | Use correct type for retval | Theodore Tso | 1995-04-21 | 1 | -1/+1 |
| * | Fixed references to sources to use $(srcdir) | Theodore Tso | 1995-04-21 | 1 | -7/+7 |
| * | Added required include for <sys/types.h> | Theodore Tso | 1995-04-21 | 1 | -0/+1 |
| * | Use $(CC) instead of cc | Theodore Tso | 1995-04-20 | 1 | -3/+3 |
| * | Add include of <errno.h> | Theodore Tso | 1995-04-20 | 2 | -0/+2 |
| * | Initial checkin of the profile library | Theodore Tso | 1995-04-20 | 16 | -0/+1880 |