Commit graph

7 commits

Author SHA1 Message Date
Satoshi Asami
0f91c7bcb4 Move the existing (unconditional) <sys/types.h> include above the
conditional include of <utmp.h>.
1997-04-25 11:10:52 +00:00
Satoshi Asami
27b9e535a7 #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there
is another #include of <utmp.h> below, but it's outside of the #ifdef
scope from <utmp.h>. :(
1997-04-24 22:23:18 +00:00
David E. O'Brien
f7bf261eed Upgrade to 2.20. 1997-03-07 12:30:12 +00:00
David E. O'Brien
5428d50ccc Update to version 2.16
Submitted by:	Matthew N. Dodd <winter@jurai.net> (with some mods by me)
1996-12-08 02:31:59 +00:00
Peter Wemm
8de3884106 Fix the utmp handling that was broken by the security patch.
It was:
 - setting the euid from the real groupid (yow!)
 - not recovering it's setuid permissions when cleaning the utmp file.
I've left in some diagnostic code for "shouldn't happen" cases.
1996-02-24 14:55:37 +00:00
Paul Traina
4157893907 Patch around a security vulnerability in rxvt. Give up root privileges when
they're not necessary.  RXVT's handling of /etc/utmp is blatantly idiotic
under FreeBSD but at least it's not a security hole anymore.

Obtained from: Marc Ewing (marc@redhat.com) from BUGTRAQ mailing list.
1996-01-11 09:00:12 +00:00
Gary Palmer
45ea0ecd8f rxvt - miniature xterm clone. 1994-12-05 01:49:10 +00:00