summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.6.0.Steve Price1999-06-083-19/+19
| | | | | | | | PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19321
* Update to version 2.4.11.Steve Price1999-01-111-9/+11
| | | | Notes: svn path=/head/; revision=15992
* upgrade to 2.4.7.David E. O'Brien1998-10-051-0/+11
| | | | Notes: svn path=/head/; revision=13673
* Upgrade to 2.4.7.David E. O'Brien1998-10-052-23/+11
| | | | Notes: svn path=/head/; revision=13672
* Update to version 2.4.5.Steve Price1998-03-152-21/+24
| | | | | | | | PR: 5940 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> Notes: svn path=/head/; revision=10151
* Move the existing (unconditional) <sys/types.h> include above theSatoshi Asami1997-04-251-8/+15
| | | | | | | conditional include of <utmp.h>. Notes: svn path=/head/; revision=6295
* #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note thereSatoshi Asami1997-04-241-0/+12
| | | | | | | | is another #include of <utmp.h> below, but it's outside of the #ifdef scope from <utmp.h>. :( Notes: svn path=/head/; revision=6292
* Upgrade to 2.20.David E. O'Brien1997-03-073-46/+7
| | | | Notes: svn path=/head/; revision=5908
* Update to version 2.16David E. O'Brien1996-12-083-265/+50
| | | | | | | Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me) Notes: svn path=/head/; revision=4885
* Fix the utmp handling that was broken by the security patch.Peter Wemm1996-02-241-22/+56
| | | | | | | | | | 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. Notes: svn path=/head/; revision=2746
* Patch around a security vulnerability in rxvt. Give up root privileges whenPaul Traina1996-01-111-0/+156
| | | | | | | | | | 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. Notes: svn path=/head/; revision=2613
* rxvt - miniature xterm clone.Gary Palmer1994-12-052-0/+75
Notes: svn path=/head/; revision=527