mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
754 B
Plaintext
15 lines
754 B
Plaintext
Libptytty is a small library that offers pseudo-tty management in an
|
|
OS-independent way. It was created out of frustration over the many differences
|
|
of pty/tty handling in different operating systems for the use inside
|
|
"rxvt-unicode".
|
|
|
|
In addition to offering mere pty/tty management, it also offers session database
|
|
support (utmp and optional wtmp/lastlog updates for login shells).
|
|
|
|
It also supports fork'ing after startup and dropping privileges in the calling
|
|
process, so in case the calling process gets compromised by the user starting
|
|
the program there is less to gain, as only the helper process runs with
|
|
privileges (e.g. setuid/setgid), which reduces the area of attack immensely.
|
|
|
|
Libptytty is written in C++, but it also offers a C-only API.
|