aboutsummaryrefslogtreecommitdiff
path: root/src/util/pty
AgeCommit message (Expand)AuthorFilesLines
1996-01-30Don't update the utmp file unless update_utmp is trueSam Hartman2-3/+10
1996-01-27 * void_assoc.c (ptyint_void_association): if we don't haveMark Eichin2-0/+7
1996-01-19Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman7-39/+85
1996-01-16Deal with CVS not doing what I expected with a branch so the code compiles an...Sam Hartman1-1/+1
1996-01-16Fix handling so that the username is only written out to wtmpx logout records;Sam Hartman3-4/+7
1996-01-15Short term, this is notes on what the interfaces to various libpty functions ...Sam Hartman1-0/+105
1996-01-13Work around apparent Solaris kernel bug. If you open the pty and close it, y...Sam Hartman2-30/+27
1996-01-11Added hack by Doug Engbert to get util/pty to work under Solaris. WeTheodore Tso2-0/+10
1995-12-14Merge in changes between 1.4 and 1.5 in RCS file; this delta is MarkSam Hartman1-3/+6
1995-11-17Fix bogus duplication of codeSam Hartman1-0/+4
1995-10-23Fix typoSam Hartman2-1/+10
1995-10-21Incorperate utmpx patch to take advantage of longer utmpx host namesSam Hartman5-5/+59
1995-10-15Add return statementSam Hartman2-27/+13
1995-09-29Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso3-4/+7
1995-09-29(gets it to actually build on sunos, and provides a fair guess forMark Eichin3-0/+16
1995-09-25Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso2-6/+5
1995-08-24Update file listTheodore Tso2-1/+5
1995-08-22update_wtmp.c (ptyint_update_wtmp): If EMPTY is not defined, then setTheodore Tso2-0/+9
1995-08-11Rename initialize_slave.c to init_slave.cSam Hartman3-3/+8
1995-08-11Changes for Solaris and UltrixSam Hartman5-4/+23
1995-08-10DDon't call vhangup() on Ultrix until after session. This actually turns out...Sam Hartman3-2/+11
1995-08-09Fix test for slave buffer lengthSam Hartman2-1/+5
1995-08-09 * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD, notTom Yu2-3/+9
1995-08-09 * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID toTom Yu2-2/+7
1995-08-09Changes to get telnet working on AlphaSam Hartman5-15/+42
1995-08-09 * update_utmp.c: flush preprocessor directive to left marginTom Yu2-1/+4
1995-08-08Pass correct argument to getutmpx()Paul Park2-1/+5
1995-08-07* Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman8-35/+80
1995-08-05Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach2-1/+6
1995-08-05libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso3-2/+15
1995-08-04 * Makefile.in: use libupdate so to not get multiple copies ofTom Yu6-12/+29
1995-08-04Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso12-159/+136
1995-08-04Add .cvsignore to ignore configureEzra Peisach1-0/+1
1995-08-04missed a #endifTom Yu1-1/+1
1995-08-04 * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu2-3/+10
1995-08-03Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman3-1/+25
1995-08-02* Fix tests for length of slave buffer.Sam Hartman7-6/+47
1995-08-01 Make interface change so getpty doesn't overwriteSam Hartman7-12/+107
1995-08-01Fix typo TIOCSTTY to TIOCSCTTY in ioctlEzra Peisach2-1/+6
1995-08-01Add missing logwtmp fileSam Hartman1-0/+64
1995-07-31Check in first version of libptySam Hartman14-0/+1078