summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2000-07-05setproctitle with %sTheo de Raadt
2000-07-04File of the week :-) If Tertiary Loader data link size might not be set.Mats O Jansson
2000-07-04Fix stupid bug in extraction through playpen.Marc Espie
2000-07-04If the spec allows 128-character filenames, our buffer has to be at least 129Aaron Campbell
2000-07-03typoNiklas Hallqvist
2000-07-03arp(8) invocations fixedNiklas Hallqvist
2000-07-03Ignore filenames that are longer than spec allows (128 for MOP V4.0.0).Mats O Jansson
2000-07-03Correct the number of src/dst ports and add some FreeBSD specificbrian
2000-07-03add warning on rsh/rlogin relayJun-ichiro itojun Hagino
2000-07-02OpenBSD'ify these man pages.Aaron Campbell
2000-07-02correct use of route(8) in sample.Jun-ichiro itojun Hagino
2000-07-02wscons toolsMichael Shalayeff
2000-07-02make it compiling only for alpha and hppaMichael Shalayeff
2000-07-02wscons font loader; initial import from netbsd treeMichael Shalayeff
2000-07-02wscons vt config tool; initial import from netbsd treeMichael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-30mod_ssl 2.6.4 mergeBob Beck
2000-06-29oops, a typo got into thereTheo de Raadt
2000-06-29repair careless syslogging inside XSTATSTheo de Raadt
2000-06-29use %s with syslog, probably just paranoia but it is good formTodd C. Miller
2000-06-29use %s with syslog; millert wrote an identical patchTheo de Raadt
2000-06-29use %s with syslog, at least crashable from command lineTheo de Raadt
2000-06-29use %s with syslogTheo de Raadt
2000-06-28make _msgout() use syslog() with a %s, for future safetyTheo de Raadt
2000-06-28in quit(), be more careful about possible nasty parameters in the futureTheo de Raadt
2000-06-28BpfGetIntfName() returns syslog fmt args which are safeTheo de Raadt
2000-06-28buf oflow safeTheo de Raadt
2000-06-28creating line ourselves, but just in case, use %s with syslogTheo de Raadt
2000-06-28syslog should use %sTheo de Raadt
2000-06-28correct COPTS whacking code; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-06-28kldload ng_ether if we need to under FreeBSD.brian
2000-06-25safe shell quotingDug Song
2000-06-25pass variables to dhclient-script via a constructed environment, instead of a...Dug Song
2000-06-24Don't assign an MTU based on the peers first-link MRU in MP mode.brian
2000-06-23Fix a printf-style arg cast (again)brian
2000-06-23Improved 227, 229 and EPRT support in the nat code; FreeBSDbrian
2000-06-23fix dhcpd to not abandon addresses forever when they are pinged before useBob Beck
2000-06-22Correct PPPoE in multi-link mode; jason@brian
2000-06-20sync with latest kame ndp(8).Jun-ichiro itojun Hagino
2000-06-20add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aNiels Provos
2000-06-20Allow padding in LQR ECHO requestsbrian
2000-06-20prettyJason Wright
2000-06-20include configuration for exec from pppJason Wright
2000-06-20reorder sections as per mdoc.templateJason Wright
2000-06-20use stdin instead of exec'n ppp(8). It's expected that ppp will give usJason Wright
2000-06-20Remove some debugging code, and prepare to become an 'exec' client of ppp(8)Jason Wright
2000-06-20hushJason Wright
2000-06-20more info for pppoe stringsJason Wright
2000-06-19Don't mis-match interface names in iface_Create()brian
2000-06-19honor scopeid when compare ipv6 addrsJun-ichiro itojun Hagino