summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2000-06-18Fix a printf-style format errorbrian
2000-06-18Improve RIP support; PR#1266, James Ponder <james@oaktree.co.uk>Jakob Schlyter
2000-06-18OpenBSD tagJason Wright
2000-06-18add pppoeJason Wright
2000-06-18import my pppoe codeJason Wright
2000-06-16update and sort list of vflags, iflags, nfsflags, mntflags. alsoassar
2000-06-16Fix PR 1279.Hakan Olsson
2000-06-15Full support for passive mode FTPbrian
2000-06-14clarify tcp4/tcp6 interaction.Jun-ichiro itojun Hagino
2000-06-13Add ``set ifqueue'' to adjust the number of packets ppp buffers.brian
2000-06-12sync with latest kame traceroute6. print src address. -g (source route).Jun-ichiro itojun Hagino
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-06-11Merge libalias stuff from FreeBSD:brian
2000-06-09chown has moved to /sbinTodd C. Miller
2000-06-09chown moved into chmodMichael Shalayeff
2000-06-07Strip trailing slashes from dir names and give a reasonable error ifTodd C. Miller
2000-06-06Make quot work when passed a filesystem mount point like the documentationTodd C. Miller
2000-06-05correct option parser typo. -f, not -b.Jun-ichiro itojun Hagino
2000-06-03Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" fromTodd C. Miller
2000-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
2000-05-31Remove hard sentence breaks.Aaron Campbell