summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2000-03-31Reformat with ts=8, after some prodding from Tom Christiansen :)Marc Espie
2000-03-31Parse nroff source directly as well, don't use getNAME which is awfulMarc Espie
at doing this.
2000-03-29Xr repairTheo de Raadt
2000-03-28need an ntalkd man page, obviouslyTheo de Raadt
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-09-Wall cleanupTheo de Raadt
2000-03-09-Wall type correctnessTheo de Raadt
2000-03-03Turns out that our implementation of STAT wasn't RFC 959 compliant.bitblt
This version is now RFC 959 compliant, using a patch adapted from one sent in by david.leonard@eecs.uq.edu.au
2000-03-01order kerberos librariesTheo de Raadt
2000-02-16Add subject (.Nd) lines (their absence as discovered by espie@'s new perlAaron Campbell
version of makewhatis(8)).
2000-02-05Much better at handling formatted manpages.Marc Espie
- remove all boldface c^Hc -> c, - handle `multiple subjets' manpages correctly (e.g. perl), - warns about stuff that ought to be manpages, but isn't proper (ffs_softupdates and safe_finger are missing subject lines, BTW). So, all the perl documentation is finally grokked correctly. Todd's baby is missing quite a few manpages links...
2000-02-04Document new stuff...Marc Espie
2000-02-03Switch to perl: *much* faster (about ten times), *much* more flexible,Marc Espie
simpler to understand (no more sed), and no temporary files. Some useful comment by Matt Patton. Ok'ed millert@
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-27make rshd and rlogind IPv6-ready.Jun-ichiro itojun Hagino
2000-01-23rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ieTodd C. Miller
2000-01-18Fix a pasto in the last commit. The genesis of this bug is actuallyTodd C. Miller
somewhat interesting. The getwd() function has historically placed an error message in the buffer on failure, but getcwd() does not. Therefor, a bulk search and replace of getwd() with getcwd() can create bugs like this one.
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ruTodd C. Miller
2000-01-15(char *)0 -> NULL cleanup. From NetBSDEric Jackson
2000-01-14call dologout() with 1. not -1Eric Jackson
2000-01-04la la laBob Beck
fix buggy optstring for -c
1999-12-20perform setsockopt(IP_TOS) only when IPv4 connection comes.Jun-ichiro itojun Hagino
1999-12-18netinet/in.h without sys/socket.hTheo de Raadt
1999-12-11set "host" properly when getnameinfo() is successful.Jun-ichiro itojun Hagino
1999-12-10v6 friendly; KAMETheo de Raadt
1999-12-10using u_char * is a lot more convenient than doing & 0xff 80+ timesTheo de Raadt
1999-12-10indentTheo de Raadt
1999-12-09oopsTheo de Raadt
1999-12-09close passive mode data socket.Jun-ichiro itojun Hagino
From: deraadt
1999-12-08IPv6 support from KAME.Jun-ichiro itojun Hagino
XXX kerberos and tcp_wrapper needs checking
1999-12-07do not crash if stdin is not a ttyTheo de Raadt
1999-12-03Write pid to /var/run/ftpd.pid if running in daemon mode.Todd C. Miller
1999-12-02Fix thinko on my part, we want to avoid setting mode to "r+" forTodd C. Miller
append, not for ascii.
1999-12-01Move initialization of ttyline to be after the fork() so that whenTodd C. Miller
we are in daemon mode it contains the pid of the child, not the parent. This fixes utmp/wtmp updates in daemon mode.
1999-11-30UVM support (how could I miss this?). From jason@Artur Grabowski
1999-11-29back out TAILQ_FOREACH - not portable, deraadt@David Leonard
1999-11-29use TAILQ_FOREACH, ok mickey@David Leonard
1999-11-29When restarting a STOR, open with "r+", not "w" so we don't truncate.Todd C. Miller
Based on a patch from rmooney@iss.net; closed PR #993
1999-11-15logging getpeername() failures is a waste of timeTheo de Raadt
1999-11-14warning about getpeername() failing is uselessTheo de Raadt
1999-10-08correct; dholland@hcs.harvard.edu, root@zen.ics.uwe.ac.ukTheo de Raadt
1999-10-08- Remove bogus Xr to non-existent catman(8); pjanzen@Aaron Campbell
- Add Xr for apropos(1) and whatis(1). - Also, cleanup option descriptions while we're here.
1999-10-07mention ssh(1) as a better alternative, instead of telnetEric Jackson
1999-09-30Logfile documentation.Jason Downs
1999-09-30s/transfers/downloads/Jason Downs
1999-09-23Typo fixes.Alex Feldman
1999-09-22correct oob handling for STAT command; ian@plutotech.comTheo de Raadt
1999-09-20Don't install whatis.db as root:bin when uid != 0. phil@psidev.netAlex Feldman
1999-09-19When invoked without arguments, extract manpaths from /etc/man.conf.Alex Feldman
Allow multiple paths to be specified on the command line. millert@ ok
1999-09-07typos (appeared -> appeared in)Aaron Campbell