summaryrefslogtreecommitdiffstats
path: root/src/util/pty/update_utmp.c
Commit message (Expand)AuthorAgeFilesLines
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-111-706/+0
* Include "com_err.h" instead of <com_err.h>Ken Raeburn2002-06-131-1/+1
* * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to ShawnTom Yu2001-12-081-2/+5
* * update_utmp.c (pty_update_utmp): Remember to chop off leadingTom Yu2001-07-021-7/+14
* * update_utmp.c (pty_update_utmp): Don't copy host if it's a null pointerKen Raeburn2001-06-281-1/+2
* * logwtmp.c: Delete code under "#if 0". Fix reversed test forTom Yu2001-05-091-7/+6
* * cleanup.c: Call update_utmp() with the correct pid to assist inTom Yu2001-05-081-102/+179
* * update_utmp.c (pty_update_utmp): Fix typo (OWRONLY -> O_WRONLY)Ken Raeburn2001-05-021-1/+1
* * configure.in: Many changes to support the rewriting of the utmpTom Yu2001-04-281-140/+551
* * libpty.h: If SOCK_DGRAM is not defined, provide a definition forEzra Peisach2000-06-261-2/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Update dump-utmp from KerbNet 1.2.Ken Raeburn1999-08-031-2/+6
* * update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, andTom Yu1999-04-241-1/+1
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-121-1/+1
* * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESSTom Yu1998-04-061-1/+5
* * update_utmp.c (pty_update_utmp): Fix bogus entry ofTom Yu1998-03-121-3/+6
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-0/+6
* * update_utmp.c (pty_update_utmp): Handle case where utmp usesEzra Peisach1996-11-151-0/+4
* update_utmp.c (pty_update_utmp): Add code which attempts to compensateTheodore Tso1996-11-081-0/+12
* * dump-utmp.c: New file. Not automatically used by anything, but may be usefulKen Raeburn1996-04-171-34/+43
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-191-34/+56
* Deal with CVS not doing what I expected with a branch so the code compiles an...Sam Hartman1996-01-161-1/+1
* Incorperate utmpx patch to take advantage of longer utmpx host namesSam Hartman1995-10-211-1/+4
* (gets it to actually build on sunos, and provides a fair guess forMark Eichin1995-09-291-0/+5
* * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD, notTom Yu1995-08-091-3/+3
* * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID toTom Yu1995-08-091-1/+1
* * update_utmp.c: flush preprocessor directive to left marginTom Yu1995-08-091-1/+1
* Pass correct argument to getutmpx()Paul Park1995-08-081-1/+1
* * Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman1995-08-071-14/+36
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-041-14/+12
* Check in first version of libptySam Hartman1995-07-311-0/+114