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

Comparing libptytty/Changes (file contents):
Revision 1.3 by root, Mon Jan 23 12:27:13 2006 UTC vs.
Revision 1.59 by root, Tue Sep 6 10:37:21 2022 UTC

10.1 1
2 - added an untested C API. 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
55 - push stream modules in ptytty::get rather than in
56 ptytty::make_controlling_tty. This makes tty ioctls (such as
57 TIOCSWINSZ, to set the window size) work even if
58 make_controlling_tty has not been called.
59 - clear user and host fields in utmp(x) logout records.
60 - fix utmpx detection on upcoming FreeBSD 9.
61 - switch to automake.
62 - refactoring and cleanup.
63
641.3 Sun May 3 23:44:16 CEST 2009
65 - fedora 9 apparently has isastream but not the stropts.h header
66 file for it, work around this (reported by Tuncer Ayaz).
67 - detect if lastlog is a directory at runtime.
68 - assume ttyslot availability for bsd style utmp.
69 - make sure the alignment for fd passing control messages
70 is correct and work around some NetBSD issues (Taylor R Campbell).
71 - add some missing include statements.
72
731.2 Thu Aug 2 15:50:02 CEST 2007
74 - restore the SysV way of acquiring a controlling terminal
75 (for systems having no TIOCSCTTY such as cygwin or solaris).
76 - when using openpty, get the slave name with ttyname.
77 - fix invalid free when using _getpty.
78 - update config.guess and config.sub.
79
801.1 Mon Feb 12 18:25:07 CET 2007
81 - when using the helper, close the pty and tty fd also in the main
82 process (patch by Andrei Paskevich).
83 - implement ptytty::sanitise_stdfd to ensure stdin/out/error exist
84 and are usable and use it.
85
861.0 Tue Oct 3 13:18:00 CEST 2006
87 - do not call chmod/chown with 0 argument.
88 - reformatted ptytty.C to hopefully be more clear.
89
900.2 Thu Jul 20 04:57:26 CEST 2006
91 - move include files outside #ifdef PTYTTY_HELPER in proxy.C.
92 - added proxy.C to cvs (was missing before).
93
940.1 Wed Jan 25 22:56:36 CET 2006
95 - added the C API.
96 - small freebsd patch to fdpass.C by Thierry Thomas.
97 - added eg/c-sample.c.
98 - small fixes to the C api.
99 - restructured source files.
100 - added set*uid checks to ptytty.m4.
3 101
40.0 1020.0
5 - originally cloned rxvt-unicode. 103 - originally cloned from rxvt-unicode.
6 104

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines