summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-02-15fix htdocs pages, changed with apache 1.3.23 update, to install the rightBob Beck
ones and not install the old ones.
2002-02-15bit of strcpy and sprintf cullingTheo de Raadt
2002-02-15complete paranoiaTheo de Raadt
2002-02-15KNFTheo de Raadt
2002-02-13some more KNF and -WallTheo de Raadt
2002-02-13some KNFTheo de Raadt
2002-02-13remove the cast too; ok deraadtPeter Valchev
2002-02-13proc is not an enum, dummy! this makes sparc64 amd workTheo de Raadt
2002-02-13be a bit more pendrantic about spelling than the brit wasTheo de Raadt
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2002-02-13sync with KAME.Kenjiro Cho
wipe away the remaining code fragments which might be inherited from rsvpd. (just to make sure.)
2002-02-13rewrite the parser code to get rid of the heritageKenjiro Cho
from rsvpd (rtap_cmds.c). replace the USC copyright by mine. it was OKed by the rsvp folks long time ago. this was the last USC copyright in the ALTQ related files. make "delete" command to accept filter name so that named filters can be deleted.
2002-02-13typo: clinet -> client from KAME.Kenjiro Cho
2002-02-12import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-02-12import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-02-12Apache 1.3.23+mod_ssl-2.8.6-1.3.23 mergeBob Beck
2002-02-10Fix SIGTERM handling; deraadt@ okTodd C. Miller
2002-02-07add cbq.ssh_tosArtur Grabowski
2002-02-07Install altq config samples.Artur Grabowski
2002-02-07device -> decide; fixes PR#2382.Aaron Campbell
2002-02-07fix typo, ok art@Peter Stromberg
2002-02-06Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix forJason Wright
sparc64 dhcpd)
2002-02-06example configuration that sees the difference between interactive and bulk ↵Artur Grabowski
ssh sessions.
2002-02-06sparc64 needs this tooJason Wright
2002-01-28fix coredump on apropos; fixes PR# 2320.Federico G. Schwindt
art@ ok.
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2002-01-23Detect if a udp socket on STDIN_FILENO is connected by callingbrian
getpeername() and don't set PASSIVE mode if it's is.
2002-01-23proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed ↵Michael Shalayeff
out and tested by Alexander Yurchenko <grange@rt.mipt.ru>
2002-01-23sort SEE ALSOJun-ichiro itojun Hagino
2002-01-22trailing spaces, humppaMichael Shalayeff
2002-01-22HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgMichael Shalayeff
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-20do not dump core if errors; instead report issueTheo de Raadt
2002-01-19do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ okMichael Shalayeff
2002-01-19We don't have <sys/map.h> any more; Tim TickelTodd C. Miller
2002-01-16socket()s first argument should be a protocol family rather than anbrian
address family.
2002-01-16socket's first argument is an address family, not a protocol family.brian
2002-01-12xr to dig.Marc Espie
2002-01-12Make sure the daemon() call is harmless to file descriptors.Miod Vallat
Problem reported by markus@, fix by me, ok markus@ millert@
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
noted by markus, sync with kame
2002-01-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
(from PR2315; Jason Ackley <jason@ackley.net>)
2002-01-09perl lives in /usr/bin, not /usr/local/bin; Ingolf SchuchardtTodd C. Miller
2002-01-09Kill volatile now that jongjmp is history.Todd C. Miller
2002-01-07Revert local changes that should not have been committedTodd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller
which now has a different meaning.
2002-01-01bit more cleanupTheo de Raadt
2002-01-01go back to the swapped xdr_ypresp_key_val for nowTheo de Raadt
2001-12-29forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282Theo de Raadt
2001-12-23integrate a patch i did around 1.5 years ago that's already inKevin Steves
tcpdump.org and netbsd. if verbose and TCP RST segment with payload, print the payload string. Mentat derived stacks may put text strings in RST segments. ok jakob@
2001-12-22No Virginia, there is no adduser.conf(5).Todd C. Miller