| Commit message (Expand) | Author | Age | Files | Lines |
| * | * update_utmp.c (pty_update_utmp): utx.ut_pid is a pid_t, and | Tom Yu | 1999-04-24 | 2 | -1/+8 |
| * | update_wtmp.c: Don't use updwtmpx() even if it exists for glibc 2.1, | Theodore Tso | 1999-04-14 | 2 | -0/+14 |
| * | * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX in case we're | Tom Yu | 1999-03-28 | 2 | -0/+8 |
| * | * sane_hostname.c (pty_make_sane_hostname): Remove unused | Tom Yu | 1999-02-18 | 2 | -1/+5 |
| * | * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to | Tom Yu | 1999-02-17 | 2 | -2/+7 |
| * | * sane_hostname.c: Force maxlen to be 16 if it's less than 16, | Tom Yu | 1999-02-12 | 2 | -1/+5 |
| * | bump minor version | Tom Yu | 1999-02-12 | 2 | -2/+2 |
| * | * Makefile.in: Add sane_hostname.{o,c} | Tom Yu | 1999-02-12 | 4 | -2/+112 |
| * | configure.in: Remove test CHECK_WAIT_TYPE since nothing is using the | Theodore Tso | 1999-01-27 | 3 | -1/+7 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 3 | -1/+10 |
| * | Preliminary fixes for AIX4.3: | Sam Hartman | 1998-07-12 | 2 | -1/+8 |
| * | * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESS | Tom Yu | 1998-04-06 | 2 | -1/+10 |
| * | oops... add PR number | Tom Yu | 1998-03-12 | 1 | -1/+1 |
| * | * update_utmp.c (pty_update_utmp): Fix bogus entry of | Tom Yu | 1998-03-12 | 2 | -3/+11 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 3 | -1/+24 |
| * | * getpty.c (pty_getpty): Fix goof in previous, which introduced | Tom Yu | 1997-12-07 | 2 | -3/+8 |
| * | * getpty.c (pty_getpty): Fix checks on string lengths to account | Tom Yu | 1997-12-05 | 2 | -32/+31 |
| * | * pty_err.et: Add PTY_OPEN_SLAVE_TOOSHORT error code | Tom Yu | 1997-12-03 | 3 | -1/+11 |
| * | * pty-int.h: Do not prototype initialize_pty_error_table as | Ezra Peisach | 1997-10-28 | 2 | -1/+5 |
| * | * Makefile.in (CFILES): Add $(srcdir) | Ezra Peisach | 1997-10-24 | 2 | -4/+11 |
| * | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 2 | -1/+6 |
| * | Remove erroneous space from the HPUX open() | Theodore Tso | 1997-06-03 | 2 | -1/+5 |
| * | Check for openpty() in -lutil. It's there on FreeBSD and BSDI | Theodore Tso | 1997-04-25 | 2 | -0/+6 |
| * | * Make shared libs work on AIX | Sam Hartman | 1997-02-22 | 2 | -1/+4 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -34/+39 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 4 | -1/+20 |
| * | * update_utmp.c (pty_update_utmp): Handle case where utmp uses | Ezra Peisach | 1996-11-15 | 3 | -0/+28 |
| * | update_utmp.c (pty_update_utmp): Add code which attempts to compensate | Theodore Tso | 1996-11-08 | 3 | -10/+20 |
| * | Fix Sanitize script to not delete the configure program | Theodore Tso | 1996-07-25 | 1 | -0/+1 |
| * | Fix bug pointed out by jhawk; we weren't looking for all ptys | Sam Hartman | 1996-06-24 | 5 | -9/+21 |
| * | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 2 | -1/+5 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | Update .Sanitize files to reflect current file status | Theodore Tso | 1996-06-06 | 1 | -0/+1 |
| * | * dump-utmp.c: New file. Not automatically used by anything, but may be useful | Ken Raeburn | 1996-04-17 | 5 | -49/+179 |
| * | Changes so HPUX doesn't use streams. This | Sam Hartman | 1996-04-16 | 3 | -4/+13 |
| * | Have pty_cleanup() fork on systems with vhangup() | Sam Hartman | 1996-04-15 | 5 | -6/+62 |
| * | Removed a bogus dependency (if you try make depend) | Richard Basch | 1996-04-03 | 1 | -3/+0 |
| * | Changes to help streams work correctly on AIX 4.1.4 and HPUX 9. | Sam Hartman | 1996-03-25 | 6 | -29/+93 |
| * | Implement _getpty handling for the SGI | Sam Hartman | 1996-03-24 | 4 | -24/+42 |
| * | nuke rcs cruft | Mark Eichin | 1996-03-14 | 1 | -3/+2 |
| * | Fixed mispelling of Doug Engert's name | Theodore Tso | 1996-03-11 | 1 | -1/+1 |
| * | Don't do call vhangup() if system doesn't have it | Theodore Tso | 1996-02-25 | 2 | -0/+6 |
| * | Don't update the utmp file unless update_utmp is true | Sam Hartman | 1996-01-30 | 2 | -3/+10 |
| * | * void_assoc.c (ptyint_void_association): if we don't have | Mark Eichin | 1996-01-27 | 2 | -0/+7 |
| * | Mainline utmp and login cleanups from hartmans_pty_utmp: | Sam Hartman | 1996-01-19 | 7 | -39/+85 |
| * | Deal with CVS not doing what I expected with a branch so the code compiles an... | Sam Hartman | 1996-01-16 | 1 | -1/+1 |
| * | Fix handling so that the username is only written out to wtmpx logout records; | Sam Hartman | 1996-01-16 | 3 | -4/+7 |
| * | Short term, this is notes on what the interfaces to various libpty functions ... | Sam Hartman | 1996-01-15 | 1 | -0/+105 |
| * | Work around apparent Solaris kernel bug. If you open the pty and close it, y... | Sam Hartman | 1996-01-13 | 2 | -30/+27 |