summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_parse.c (main): Add a call to profile_verify_node so we can testTheodore Tso1999-02-193-4/+24
* * sane_hostname.c (pty_make_sane_hostname): Remove unusedTom Yu1999-02-182-1/+5
* * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h toTom Yu1999-02-172-2/+7
* * sane_hostname.c: Force maxlen to be 16 if it's less than 16,Tom Yu1999-02-122-1/+5
* bump minor versionTom Yu1999-02-122-2/+2
* * Makefile.in: Add sane_hostname.{o,c}Tom Yu1999-02-124-2/+112
* (Forgot to check in ChangeLog earlier...)Theodore Tso1999-02-091-0/+11
* * et_c.awk: Fix to not depend on CPP symbol "unix"Tom Yu1999-02-023-2/+8
* Added missing #include of termios.hTheodore Tso1999-01-271-0/+1
* listen.c (print_prompt): Replace BSD-style ioctl with termios interfaceTheodore Tso1999-01-273-12/+12
* Makefile.in, configure.in: Move the responsibility for generatingTheodore Tso1999-01-279-36/+33
* configure.in: Remove test CHECK_WAIT_TYPE since nothing is using theTheodore Tso1999-01-273-1/+7
* * prof_tree.c (profile_node_iterator): Added comments indicating thatTheodore Tso1999-01-252-2/+39
* profile.hin: Fix definition of PROTOYPE so that it works under C++Theodore Tso1999-01-212-1/+6
* prof_tree.c (profile_node_iterator): Make sure the pointer to theTheodore Tso1999-01-023-3/+26
* prof_get.c: Add new public profile_iterator functions for iteratingTheodore Tso1998-12-045-5/+62
* com_err.h, error_table.h: Use "#if defined(MSDOS) || ..." instead ofTheodore Tso1998-12-014-12/+7
* error_message.c: Use "#if defined(MSDOS) || ..." instead of "#ifTheodore Tso1998-12-012-1/+7