Age | Commit message (Expand) | Author |
1996-07-27 | Initial integration of G77. | Jason Downs |
1996-07-27 | Integrate zlib v1.0.3 | Thorsten Lockert |
1996-07-27 | syslogd: -s goes away, becomes default. -u becomes insecure mode | Theo de Raadt |
1996-07-27 | snprintf some more; also change -s to -u (-u is insecure mode, opens udp port) | Theo de Raadt |
1996-07-26 | Install with 4554 permissions so people not in the dialer group can make | dm |
1996-07-26 | Don't try to install man pages if NOMAN is defined, it will not work! | Mats O Jansson |
1996-07-26 | export non-constipated sys_errlist[] to userland | Theo de Raadt |
1996-07-26 | Same as last commit, use snprintf, not sprintf | joshd |
1996-07-26 | should not use sprintf unless input strings are of known value | joshd |
1996-07-26 | HAVE_STRERROR for __OpenBSD__ | Theo de Raadt |
1996-07-26 | fix a comment of mine | Theo de Raadt |
1996-07-25 | ypserv, ypbind, then rpc.yppasswdd | Theo de Raadt |
1996-07-25 | search proper list, duh | Theo de Raadt |
1996-07-25 | rmtcr_outval used by xdr_bool, so must be bool_t | Theo de Raadt |
1996-07-25 | Kernel changes for ppp2.3a4. | joshd |
1996-07-25 | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | Per Fogelstrom |
1996-07-25 | openbsd | Theo de Raadt |
1996-07-25 | only report SS_CONNECTOUT sockets | Theo de Raadt |
1996-07-25 | mv to openbsd.c | Theo de Raadt |
1996-07-25 | SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at oth... | Theo de Raadt |
1996-07-25 | Partially revert back to the old behaviour of declaring sys_errlist here. | Jason Downs |
1996-07-25 | Let's fix this more or less `correctly', rather then making it worse. | Jason Downs |
1996-07-25 | Updated to rdist 6.1.3. Used real snprintf() (instead of string length | Todd C. Miller |
1996-07-25 | Replaced sprintf() with snprintf() where buffer size is obvious. | Todd C. Miller |
1996-07-25 | readable | Theo de Raadt |
1996-07-25 | buffer overflow prevention | Theo de Raadt |
1996-07-24 | for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.edu | Theo de Raadt |
1996-07-24 | printf style functions now are int, explicitly return 0 | Niklas Hallqvist |
1996-07-24 | normal uid before execv | Theo de Raadt |
1996-07-24 | bring vi/ex up to 1.71 | Michael Shalayeff |
1996-07-24 | ep* | Theo de Raadt |
1996-07-24 | install /sys/scsi in /usr/include/scsi | Michael Shalayeff |
1996-07-24 | Actually, let's use straight defines instead of macros. Potentially a | Jason Downs |
1996-07-24 | Prevent the v8 style regexp library from clashing with the POSIX regex. | Jason Downs |
1996-07-24 | regexp.h no longer lives here. | Jason Downs |
1996-07-24 | OS is OpenBSD | Todd C. Miller |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-07-23 | sync | Theo de Raadt |
1996-07-23 | require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...) | Theo de Raadt |
1996-07-23 | nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jp | Theo de Raadt |
1996-07-23 | other icmp traffic can cause a timeout to occur so must be more careful; | Theo de Raadt |
1996-07-23 | open sockets then revoke privs; and a strdup() solution from freebsd | Theo de Raadt |
1996-07-23 | treat -l and -f the same | Theo de Raadt |
1996-07-23 | ptrace is safe; limit preload to root | Theo de Raadt |
1996-07-23 | skip until ptrace problem is resolved | Theo de Raadt |
1996-07-23 | OpenBSD'ify | etheisen |
1996-07-23 | Backslash continuation of literal strings causes nawk to barf. | etheisen |
1996-07-23 | open socket as soon as possible, and then revoke privs | Theo de Raadt |
1996-07-22 | no overflow; from brian@saturn.net | Theo de Raadt |
1996-07-22 | comment on ^C handling | Theo de Raadt |