summaryrefslogtreecommitdiff
path: root/security/super (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Remove trailing whitespace.Satoshi Asami1999-02-281-2/+2
| | | | Notes: svn path=/head/; revision=16951
* upgrade to 3.12.1David E. O'Brien1999-02-262-3/+3
| | | | | | | | This version fixes the Brazilian Information Security Team Security Advisor on "buffer overflow condition if the syslog option is enabled". Notes: svn path=/head/; revision=16902
* Updated to super-3.11.9David E. O'Brien1999-02-192-3/+3
| | | | Notes: svn path=/head/; revision=16776
* vesion 3.11.{7,8} fixes the February 15, 1999 ISS Security Advisory onDavid E. O'Brien1999-02-181-1/+1
| | | | | | | buffer overflow in the Super program. Notes: svn path=/head/; revision=16773
* update to 3.11.8David E. O'Brien1999-02-183-28/+9
| | | | Notes: svn path=/head/; revision=16772
* Need to do a little bsd.port.pre.mk action to avoid a syntax error.David E. O'Brien1998-12-021-3/+5
| | | | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=15055
* return breakage status (but only for 2.2.x)David E. O'Brien1998-12-011-1/+5
| | | | | | | Requested by: Satoshi Notes: svn path=/head/; revision=15011
* Mark unbroken. 2.2 is dead, 3.0 is the current and future. :-)David E. O'Brien1998-12-011-3/+1
| | | | Notes: svn path=/head/; revision=15006
* Mark it broken, doesn't build on 2.2-stable.Satoshi Asami1998-11-231-1/+3
| | | | | | | | | | | | | | | | | | ======= ===> Building for super-3.11.6 cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I. -O -pipe super.c In file included from localsys.h:166, from super.h:18, from super.c:12: /usr/include/prot.h:60: parse error before `create_auth_reply' /usr/include/prot.h:62: parse error before `KTEXT' /usr/include/prot.h:62: warning: data definition has no type or storage class *** Error code 1 Stop. Notes: svn path=/head/; revision=14806
* Update to version 3.11.6.David E. O'Brien1998-11-195-13/+159
| | | | | | | | (currently the "password=y" feature to requre a password to be entered before running a command only works on DES passwords) Notes: svn path=/head/; revision=14678
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-3/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Super is a setuid-root program that offersDavid E. O'Brien1997-04-245-0/+96
o restricted setuid-root access to executables, adjustable on a per-program and per-user basis; o a relatively secure environment for scripts, so that well-written scripts can be run as root (or some other uid/gid), without unduly compromising security. See pkg/DESCR for a comparson w/sudo. Notes: svn path=/head/; revision=6282