summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (com_err.o): Depends on com_err.cKen Raeburn2000-02-282-0/+6
* * getopt.c, getopt_long.c, getopt.h: Update to latest BSD codeDanilo Almeida2000-02-045-40/+341
* * listen.c (ss_listen): Local var END should be volatileKen Raeburn2000-02-022-1/+5
* * error_message.c, error_table.h: Added support to use ErrorLib Alexandra Ellwood1999-10-281-0/+6
* Added support to use ErrorLib to get MIT Support Library and Mac OS Toolbox e...Alexandra Ellwood1999-10-282-2/+20
* log tritan's changesTom Yu1999-10-268-0/+56
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-268-53/+49
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2422-15/+81
* Danilo's const_profile_filespec_t and other changes from 1.1 branchKen Raeburn1999-09-016-14/+32
* Removed com_err functions from profile.expMiro Jurisic1999-08-182-3/+5
* Added et.expMiro Jurisic1999-08-182-0/+12
* * mkrel (reldate): Fix to deal with release branch snapshotsTom Yu1999-08-172-1/+27
* * README.NOT.SLEEPYCAT.DB: New file; pointer to README toTom Yu1999-08-164-41/+70
* Remove profile_free_string because we already have profile_release_stringDanilo Almeida1999-08-053-13/+2
* Add profile_free_string to free strings allocated by profile_get_stringDanilo Almeida1999-08-053-0/+18
* Update dump-utmp from KerbNet 1.2.Ken Raeburn1999-08-034-30/+109
* prof_file.c (profile_open_file)Alexandra Ellwood1999-08-031-0/+6
* Added line to initialize profile->magic on the Macintosh because all of the o...Alexandra Ellwood1999-08-031-0/+1
* Updating changelogJeffrey Altman1999-07-231-0/+6
* If no filespecs are provided, then return an empty profileJeffrey Altman1999-07-231-9/+13
* clean up more conflictsTom Yu1999-07-231-17/+33
* resolve conflicts from autoconf-2.13 importTom Yu1999-07-2324-2059/+4977
* Initial revisionTom Yu1999-07-231-0/+343
* * prof_int.h (profile_t): Delete typedef, since Miro changed prof_int.h toKen Raeburn1999-07-214-20/+25
* #ifdefed out krb5_*config_file on MacOSMiro Jurisic1999-07-211-0/+5
* Profile library now uses MacOS native file specifiers on MacOS, and file path...Miro Jurisic1999-07-211-13/+44
* Profile library now uses MacOS native file specifiers on MacOS, and file path...Miro Jurisic1999-07-213-90/+136
* Added #ifdef __cplusplus extern "C"Miro Jurisic1999-07-142-0/+12
* AddedMiro Jurisic1999-07-101-0/+33
* Check whether profile is valid before partying on itDanilo Almeida1999-06-232-0/+11
* minor syntax cleanupKen Raeburn1999-06-182-1/+6
* Fix memory leak in profile_init_path()Danilo Almeida1999-06-172-0/+5
* Get rid of control characters in text fileDanilo Almeida1999-06-152-16/+20
* Merged changed from Mac_V2_0_derivatives branchMiro Jurisic1999-06-092-1/+7
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-196-6/+52
* Commit the right version of the Changelog comment for previous checkinTheodore Tso1999-05-151-5/+5
* makeshlib.sh (library): Add -bnoentry to the AIX shared library linkTheodore Tso1999-05-152-2/+12
* Do win32 build in subdirDanilo Almeida1999-05-106-26/+40
* * update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, andTom Yu1999-04-242-1/+8
* update_wtmp.c: Don't use updwtmpx() even if it exists for glibc 2.1,Theodore Tso1999-04-142-0/+14
* prof_init.c (profile_abandon): New function which frees the profileTheodore Tso1999-04-145-6/+41
* Rename CHANGELOG to CHANGELOG.db2 to avoid messing up things under WindowsTheodore Tso1999-04-081-0/+0
* * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX in case we'reTom Yu1999-03-282-0/+8
* * profile.hin: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* * com_err.h: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* * profile.hin: Fix prototype of profile_flush() to use long ratherTom Yu1999-03-092-1/+7
* * prof_tree.c (profile_node_iterator): Fix bug where it will loopTheodore Tso1999-03-083-3/+15
* prof_file.c (profile_flush_file): On the Macintosh, fopen() doesn'tTheodore Tso1999-03-033-2/+19
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-0314-81/+531
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-039-134/+620