Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-10 | use .Ox | Todd C. Miller | |
1998-03-09 | main() _always_ returns int! | Theo de Raadt | |
1998-02-27 | Make ``pp='' work. | brian | |
1998-02-24 | Xr biff 1 | Todd C. Miller | |
1998-02-24 | 1) Mode X's for mkstemp | Todd C. Miller | |
2) Document problems with using quotas on /var/mail and tell how to make sendmail do the right thing. | |||
1998-02-16 | fixes to compile against netbsd domestic libtelnet | Jason Wright | |
1998-02-14 | add seperate so_euid & so_ruid to struct socket, so that identd is still ↵ | Theo de Raadt | |
fast.. Sigh. I will change this again later | |||
1998-02-08 | split infinitive; honey@citi.umich.edu | Theo de Raadt | |
1998-02-07 | let's exit from the right process when running standalone. | Bob Beck | |
1998-02-06 | Grammar and clarifications. | gene | |
1998-02-03 | whack _exit(); gnat@prometheus.frii.com | Theo de Raadt | |
1998-02-03 | Work around a glob() and Netscape problem; the local glob() hacker may | Jason Downs | |
want to read the commentary if he wants another project. | |||
1998-01-28 | Added futher checks... from theo -moj | Mats O Jansson | |
1998-01-14 | make sure we don't try to remove what mkstemp() fails on. | Bob Beck | |
1997-12-18 | Be so specific about the exact details of a PORT command error, that we | Theo de Raadt | |
strike fear into the hearts of attackers (naw, I bet not...) | |||
1997-12-18 | bitch if attacker tries to make PORT values overflow each other (they cannot ↵ | Theo de Raadt | |
anyways, but let him know we are onto him) | |||
1997-12-17 | Correct .Nm | Todd C. Miller | |
1997-12-15 | s/uucp/daemon/ for group | Michael Shalayeff | |
1997-12-15 | alphasort flags | kstailey | |
1997-12-14 | Vixie style DNS RBL lookups for the the antispam jihad crowd. | Bob Beck | |
1997-12-14 | bob is probably still in school for remedial spelling lessons | Theo de Raadt | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | s/crooted/chrooted/ | Michael Shalayeff | |
1997-12-12 | Put options in right order and remove references to compile time flags | Bob Beck | |
1997-12-12 | use .Nm nicely | Theo de Raadt | |
1997-12-12 | fix typos | Theo de Raadt | |
1997-12-12 | Man pages. | Bob Beck | |
1997-12-12 | default to violating the RFC wrt the PORT command. Use -P to conform to the | Theo de Raadt | |
RFC and possibly open up non-OpenBSD boxes in a trust relationship on your network to possible ftp bounce attacks... | |||
1997-12-12 | bad man pages, to be replaced | Theo de Raadt | |
1997-12-12 | add smtpd. | Bob Beck | |
1997-12-12 | Build directories and makefile for smtpd | Bob Beck | |
1997-12-12 | Obtuse smtpd v 2.0 source tree import | Bob Beck | |
1997-11-21 | Remove LOG_CONS from openlog() call so every darned finger connect message | gene | |
doesn't go to console. Change discussed and checked with millert. | |||
1997-11-20 | do not exit(-1) | Theo de Raadt | |
1997-11-20 | puts -> xputs | Theo de Raadt | |
1997-11-18 | Fix misplace '>' vs. '>>'; John.P.Darrow@wheaton.edu | Todd C. Miller | |
1997-11-17 | Check if we get a valid fd from pw_lock(). | gene | |
1997-11-17 | 1) use fgetln for arbitrary sized lines | Todd C. Miller | |
2) do puts("foo\r") not puts("foo\r\n") as puts adds a \n itself 3) log the command given when -l is specified, replacing \r, \n, NULL with ' ' 4) with -l, log possible probes (ie: EOF) that were previously ignored | |||
1997-11-13 | From NetBSD: | Todd C. Miller | |
makewhatis.sh rewrite by mrg@netbsd.org that uses getNAME(8). Much faster for unformatted man pages now that there is no need to format them on the fly. Removes duplicate inode entries, so files with multiple hard links are only parsed once. OpenBSD changes: set $PATH to a reasonable value avoid /tmp races via mktemp(1) obey $TMPDIR | |||
1997-11-13 | Nuke trailing space. | Todd C. Miller | |
1997-11-13 | Changes from NetBSD (mrg): | Todd C. Miller | |
add a manual for getNAME. also, change the `default' output to be in a form much more useful for an apropos(1) database. this will be used by makewhatis(1) to generate the whatis.db file's now... OpenBSD changes: use basename(3) instead of doing a half-hearted job inline. use strncat(3) because I am anal. | |||
1997-11-13 | 4.4BSD lite version. Adds -w flag for whatis entries. | Todd C. Miller | |
1997-11-08 | With the new manpage, we need an obj subdir for ro /usr/src builds. | Todd T. Fries | |
Noticed by dgregor@ | |||
1997-11-05 | man page from netbsd | Theo de Raadt | |
1997-11-05 | remember dev_t of filesystem quotas act on, instead of filesystem quotas ↵ | Theo de Raadt | |
file resides on; ovg@nusun.jinr.ru | |||
1997-11-04 | use LOG_NDELAY so that syslog works inside chroot; jim@komodo.reptiles.org | Theo de Raadt | |
1997-10-15 | another terminating condition, why did i forget that | Theo de Raadt | |
1997-10-10 | do not rely on a single read() to get us sufficient data. Read till newline | Theo de Raadt | |
1997-10-06 | unlimit number of tftpd directories; enforce single directory spec for -s | Theo de Raadt | |
argument. bugs reported by cgd in the netbsd tree, and i've been given the pleasure of fixing them here before they fix them. |