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

Comparing libptytty/Changes (file contents):
Revision 1.28 by sf-exg, Sat Jun 25 08:58:20 2011 UTC vs.
Revision 1.59 by root, Tue Sep 6 10:37:21 2022 UTC

11.4 1
2 - hardening: limit cmsg->cmsg_len to controllen, as some buggy OSes
3 allow buffer overruns otherwise.
4 - hardening: do not leak fds on fdpass protocol failures.
5
62.0 Wed Aug 4 15:59:08 CEST 2021
7 - change build system to cmake.
8 - add pkg-config file.
9 - ptytty::login no longer writes a utmp, wtmp and lastlog
10 record when utmpx is available.
11 - ptytty::login now provides the time with microseconds in
12 utmpx, wtmpx and lastlogx records.
13
141.8 Thu Feb 25 21:17:12 CET 2016
15 - fix m4 underquoting bug that prevented utmpx detection from
16 working on systems without the utmp.h header, such as
17 freebsd 9 and newer.
18 - fix ptytty::get hang on AIX.
19 - ptytty::get on Solaris no longer makes the tty controlling
20 when the calling process does not have a controlling
21 terminal. Bug introduced in ptytty-1.4.
22
231.7 Thu Mar 19 22:04:33 CET 2015
24 - fix various bugs that prevented the lib from working correctly on
25 some systems when using the helper process.
26 - fix compilation on solaris with g++ >= 4.7.
27 - fix compilation on freebsd/openbsd.
28 - nuke the pid check when !PTYTTY_REENTRANT: it breaks urxvtd, and
29 serves little purpose as it is off in normal builds anyway.
30 - add ecb.h.
31
321.6 Sat Jan 21 16:59:22 CET 2012
33 - fix compilation on solaris.
34 - remove dependency on STL.
35
361.5 Thu Dec 22 23:32:08 CET 2011
37 - INCOMPATIBLE CHANGE: ptytty::get no longer sets the pty fd
38 non-blocking.
39 - the login_shell argument of ptytty::login is now properly
40 honoured.
41 - ptytty::get no longer makes the pty a controlling terminal
42 when using posix_openpt.
43 - remove support for utmpx ut_session extension, it serves no
44 purpose.
45 - remove support for writing lastlog when the lastlog file is a
46 directory, no system is known to require this code.
47 - do not clear ut_user in utmpx logout records because
48 pututxline fails otherwise on solaris.
49 - fix writing of bsd style utmp when the tty is closed before
50 calling ptytty::login.
51 - fix compilation on systems with bsd style utmp and no utmpx,
52 such as openbsd.
53
541.4 Wed Jun 29 14:36:19 CEST 2011
2 - push stream modules in ptytty::get rather than in 55 - push stream modules in ptytty::get rather than in
3 ptytty::make_controlling_tty. This makes tty ioctls (such as 56 ptytty::make_controlling_tty. This makes tty ioctls (such as
4 TIOCSWINSZ, to set the window size) work even if 57 TIOCSWINSZ, to set the window size) work even if
5 make_controlling_tty has not been called. 58 make_controlling_tty has not been called.
6 - clear user and host fields in utmp(x) logout records. 59 - clear user and host fields in utmp(x) logout records.
19 72
201.2 Thu Aug 2 15:50:02 CEST 2007 731.2 Thu Aug 2 15:50:02 CEST 2007
21 - restore the SysV way of acquiring a controlling terminal 74 - restore the SysV way of acquiring a controlling terminal
22 (for systems having no TIOCSCTTY such as cygwin or solaris). 75 (for systems having no TIOCSCTTY such as cygwin or solaris).
23 - when using openpty, get the slave name with ttyname. 76 - when using openpty, get the slave name with ttyname.
24 - fix a small memory leak for _getpty. 77 - fix invalid free when using _getpty.
25 - update config.guess. 78 - update config.guess and config.sub.
26 79
271.1 Mon Feb 12 18:25:07 CET 2007 801.1 Mon Feb 12 18:25:07 CET 2007
28 - when using the helper, close the pty and tty fd also in the main 81 - when using the helper, close the pty and tty fd also in the main
29 process (patch by Andrei Paskevich). 82 process (patch by Andrei Paskevich).
30 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist 83 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist
31 and are usable and use it. 84 and are usable and use it.
32 85
331.0 Tue Oct 3 13:18:00 CEST 2006 861.0 Tue Oct 3 13:18:00 CEST 2006
34 - do not call chmod/chown with 0 argument when pty never opened. 87 - do not call chmod/chown with 0 argument.
35 - reformatted ptytty.C to hopefully be more clear. 88 - reformatted ptytty.C to hopefully be more clear.
36 89
370.2 Thu Jul 20 04:57:26 CEST 2006 900.2 Thu Jul 20 04:57:26 CEST 2006
38 - move include files outside #ifdef PTYTTY_HELPER in proxy.C. 91 - move include files outside #ifdef PTYTTY_HELPER in proxy.C.
39 - added proxy.C to cvs (was missing before). 92 - added proxy.C to cvs (was missing before).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines