ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/Changes
(Generate patch)

Comparing libptytty/Changes (file contents):
Revision 1.18 by ayin, Sun Jul 29 10:22:56 2007 UTC vs.
Revision 1.27 by sf-exg, Thu Jun 9 14:14:48 2011 UTC

11.2 1 - push stream modules in ptytty::get rather than in
2 ptytty::make_controlling_tty. This makes tty ioctls (such as
3 TIOCSWINSZ, to set the window size) work even if
4 make_controlling_tty has not been called.
5 - clear user and host fields in utmp(x) logout records.
6 - fix utmpx detection on upcoming FreeBSD 9.
7 - switch to automake.
8 - refactoring and cleanup.
9
101.3 Sun May 3 23:44:16 CEST 2009
11 - fedora 9 apparently has isastream but not the stropts.h header
12 file for it, work around this (reported by Tuncer Ayaz).
13 - detect if lastlog is a directory at runtime.
14 - assume ttyslot availability for bsd style utmp.
15 - make sure the alignment for fd passing control messages
16 is correct and work around some NetBSD issues (Taylor R Campbell).
17 - add some missing include statements.
18
191.2 Thu Aug 2 15:50:02 CEST 2007
2 - Restore the SysV way of acquiring a controlling terminal. 20 - restore the SysV way of acquiring a controlling terminal
21 (for systems having no TIOCSCTTY such as cygwin or solaris).
22 - when using openpty, get the slave name with ttyname.
23 - fix a small memory leak for _getpty.
24 - update config.guess.
3 25
41.1 Mon Feb 12 18:25:07 CET 2007 261.1 Mon Feb 12 18:25:07 CET 2007
5 - when using the helper, close the pty and tty fd also in the main 27 - when using the helper, close the pty and tty fd also in the main
6 process (patch by Andrei Paskevich). 28 process (patch by Andrei Paskevich).
7 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist 29 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist
8 and are usable and use it. 30 and are usable and use it.
9 31
101.0 Tue Oct 3 13:18:00 CEST 2006 321.0 Tue Oct 3 13:18:00 CEST 2006
11 - do not call chmod/chown with 0 argument when pty never opened. 33 - do not call chmod/chown with 0 argument when pty never opened.
12 - reformatted ptytty.C to hopefully be more clear. 34 - reformatted ptytty.C to hopefully be more clear.
13 35
140.2 Thu Jul 20 04:57:26 CEST 2006 360.2 Thu Jul 20 04:57:26 CEST 2006
15 - move include files outside #ifdef PTYTTY_HELPER in proxy.C. 37 - move include files outside #ifdef PTYTTY_HELPER in proxy.C.
16 - added proxy.C to cvs (was missing before). 38 - added proxy.C to cvs (was missing before).
17 39
180.1 Wed Jan 25 22:56:36 CET 2006 400.1 Wed Jan 25 22:56:36 CET 2006
19 - added the C API. 41 - added the C API.
20 - small freebsd patch to fdpass.C by Thierry Thomas. 42 - small freebsd patch to fdpass.C by Thierry Thomas.
21 - added eg/c-sample.c. 43 - added eg/c-sample.c.
22 - small fixes to the C api. 44 - small fixes to the C api.
23 - restructured source files. 45 - restructured source files.
24 - added set*uid checks to ptytty.m4. 46 - added set*uid checks to ptytty.m4.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines