summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1998-03-10use .OxTodd C. Miller
1998-03-09main() _always_ returns int!Theo de Raadt
1998-02-27Make ``pp='' work.brian
1998-02-24Xr biff 1Todd C. Miller
1998-02-241) Mode X's for mkstempTodd C. Miller
2) Document problems with using quotas on /var/mail and tell how to make sendmail do the right thing.
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1998-02-14add 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-08split infinitive; honey@citi.umich.eduTheo de Raadt
1998-02-07 let's exit from the right process when running standalone.Bob Beck
1998-02-06Grammar and clarifications.gene
1998-02-03whack _exit(); gnat@prometheus.frii.comTheo de Raadt
1998-02-03Work around a glob() and Netscape problem; the local glob() hacker mayJason Downs
want to read the commentary if he wants another project.
1998-01-28Added futher checks... from theo -mojMats O Jansson
1998-01-14make sure we don't try to remove what mkstemp() fails on.Bob Beck
1997-12-18Be so specific about the exact details of a PORT command error, that weTheo de Raadt
strike fear into the hearts of attackers (naw, I bet not...)
1997-12-18bitch 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-17Correct .NmTodd C. Miller
1997-12-15s/uucp/daemon/ for groupMichael Shalayeff
1997-12-15alphasort flagskstailey
1997-12-14 Vixie style DNS RBL lookups for the the antispam jihad crowd.Bob Beck
1997-12-14bob is probably still in school for remedial spelling lessonsTheo de Raadt
1997-12-13further cleanupTheo de Raadt
1997-12-13further cleanupTheo de Raadt
1997-12-13s/crooted/chrooted/Michael Shalayeff
1997-12-12Put options in right order and remove references to compile time flagsBob Beck
1997-12-12use .Nm nicelyTheo de Raadt
1997-12-12fix typosTheo de Raadt
1997-12-12Man pages.Bob Beck
1997-12-12default to violating the RFC wrt the PORT command. Use -P to conform to theTheo de Raadt
RFC and possibly open up non-OpenBSD boxes in a trust relationship on your network to possible ftp bounce attacks...
1997-12-12bad man pages, to be replacedTheo de Raadt
1997-12-12add smtpd.Bob Beck
1997-12-12 Build directories and makefile for smtpdBob Beck
1997-12-12 Obtuse smtpd v 2.0 source tree importBob Beck
1997-11-21Remove LOG_CONS from openlog() call so every darned finger connect messagegene
doesn't go to console. Change discussed and checked with millert.
1997-11-20do not exit(-1)Theo de Raadt
1997-11-20puts -> xputsTheo de Raadt
1997-11-18Fix misplace '>' vs. '>>'; John.P.Darrow@wheaton.eduTodd C. Miller
1997-11-17Check if we get a valid fd from pw_lock().gene
1997-11-171) use fgetln for arbitrary sized linesTodd 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-13From 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-13Nuke trailing space.Todd C. Miller
1997-11-13Changes 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-134.4BSD lite version. Adds -w flag for whatis entries.Todd C. Miller
1997-11-08With the new manpage, we need an obj subdir for ro /usr/src builds.Todd T. Fries
Noticed by dgregor@
1997-11-05man page from netbsdTheo de Raadt
1997-11-05remember dev_t of filesystem quotas act on, instead of filesystem quotas ↵Theo de Raadt
file resides on; ovg@nusun.jinr.ru
1997-11-04use LOG_NDELAY so that syslog works inside chroot; jim@komodo.reptiles.orgTheo de Raadt
1997-10-15another terminating condition, why did i forget thatTheo de Raadt
1997-10-10do not rely on a single read() to get us sufficient data. Read till newlineTheo de Raadt
1997-10-06unlimit number of tftpd directories; enforce single directory spec for -sTheo 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.