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

Comparing libptytty/Changes (file contents):
Revision 1.53 by root, Thu Feb 25 20:21:49 2016 UTC vs.
Revision 1.61 by root, Tue Sep 6 10:51:13 2022 UTC

1
2TODO: make clean deletes doc/lib*.3, make install afterwards fails
3
4 - fdpass hardening:
5 - limit cmsg->cmsg_len to controllen, as some buggy OSes
6 allow buffer overruns otherwise.
7 - do not leak fds on fdpass protocol failures.
8 - close extra fd's sent by non-compliant sender.
9
102.0 Wed Aug 4 15:59:08 CEST 2021
11 - change build system to cmake.
12 - add pkg-config file.
13 - ptytty::login no longer writes a utmp, wtmp and lastlog
14 record when utmpx is available.
15 - ptytty::login now provides the time with microseconds in
16 utmpx, wtmpx and lastlogx records.
17
11.8 Thu Feb 25 21:17:12 CET 2016 181.8 Thu Feb 25 21:17:12 CET 2016
2 - fix m4 underquoting bug that prevented utmpx detection from 19 - fix m4 underquoting bug that prevented utmpx detection from
3 working on systems without the utmp.h header, such as 20 working on systems without the utmp.h header, such as
4 freebsd 9 and newer. 21 freebsd 9 and newer.
5 - fix ptytty::get hang on AIX. 22 - fix ptytty::get hang on AIX.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines