| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
| |
|
|
|
|
|
| |
This version fixes the Brazilian Information Security Team Security Advisor
on "buffer overflow condition if the syslog option is enabled".
|
| |
|
|
|
|
| |
buffer overflow in the Super program.
|
| |
|
|
|
|
| |
Noticed by: Bill Fenner <fenner@parc.xerox.com>
|
|
|
|
| |
Requested by: Satoshi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=======
===> 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.
|
|
|
|
|
| |
(currently the "password=y" feature to requre a password to be entered
before running a command only works on DES passwords)
|
|
|
|
| |
PR: ports/7651
|
|
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.
|