summaryrefslogtreecommitdiffstats
path: root/src/util/pty
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX in case we'reTom Yu1999-03-282-0/+8
* * 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
* configure.in: Remove test CHECK_WAIT_TYPE since nothing is using theTheodore Tso1999-01-273-1/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-303-1/+10
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-122-1/+8
* * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESSTom Yu1998-04-062-1/+10
* oops... add PR numberTom Yu1998-03-121-1/+1
* * update_utmp.c (pty_update_utmp): Fix bogus entry ofTom Yu1998-03-122-3/+11
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-123-1/+24
* * getpty.c (pty_getpty): Fix goof in previous, which introducedTom Yu1997-12-072-3/+8
* * getpty.c (pty_getpty): Fix checks on string lengths to accountTom Yu1997-12-052-32/+31
* * pty_err.et: Add PTY_OPEN_SLAVE_TOOSHORT error codeTom Yu1997-12-033-1/+11
* * pty-int.h: Do not prototype initialize_pty_error_table asEzra Peisach1997-10-282-1/+5
* * Makefile.in (CFILES): Add $(srcdir)Ezra Peisach1997-10-242-4/+11
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-022-1/+6
* Remove erroneous space from the HPUX open()Theodore Tso1997-06-032-1/+5
* Check for openpty() in -lutil. It's there on FreeBSD and BSDITheodore Tso1997-04-252-0/+6
* * Make shared libs work on AIXSam Hartman1997-02-222-1/+4
* Merge of libhack_branchTom Yu1997-02-093-34/+39
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-134-1/+20
* * update_utmp.c (pty_update_utmp): Handle case where utmp usesEzra Peisach1996-11-153-0/+28
* update_utmp.c (pty_update_utmp): Add code which attempts to compensateTheodore Tso1996-11-083-10/+20
* Fix Sanitize script to not delete the configure programTheodore Tso1996-07-251-0/+1
* Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1996-06-245-9/+21
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+1
* * dump-utmp.c: New file. Not automatically used by anything, but may be usefulKen Raeburn1996-04-175-49/+179
* Changes so HPUX doesn't use streams. ThisSam Hartman1996-04-163-4/+13
* Have pty_cleanup() fork on systems with vhangup()Sam Hartman1996-04-155-6/+62
* Removed a bogus dependency (if you try make depend)Richard Basch1996-04-031-3/+0
* Changes to help streams work correctly on AIX 4.1.4 and HPUX 9.Sam Hartman1996-03-256-29/+93
* Implement _getpty handling for the SGISam Hartman1996-03-244-24/+42
* nuke rcs cruftMark Eichin1996-03-141-3/+2
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-1/+1
* Don't do call vhangup() if system doesn't have itTheodore Tso1996-02-252-0/+6
* Don't update the utmp file unless update_utmp is trueSam Hartman1996-01-302-3/+10
* * void_assoc.c (ptyint_void_association): if we don't haveMark Eichin1996-01-272-0/+7
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-197-39/+85
* Deal with CVS not doing what I expected with a branch so the code compiles an...Sam Hartman1996-01-161-1/+1
* Fix handling so that the username is only written out to wtmpx logout records;Sam Hartman1996-01-163-4/+7
* Short term, this is notes on what the interfaces to various libpty functions ...Sam Hartman1996-01-151-0/+105
* Work around apparent Solaris kernel bug. If you open the pty and close it, y...Sam Hartman1996-01-132-30/+27