summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2000-07-25${RPCGEN}, not hard-coded rpcgencgd
2000-07-24Fix a buffer overrun bug. The TOOBIG macro had some hard coded constantsdmcmahill
2000-07-24Dump 802.1Q encapsulated packets. From tcpdump.org.ad
2000-07-24handle NULL pen variable more gracefully in find_play_pen()hubertf
2000-07-23Make alloc() return void*, and eliminate the use of typeof.mycroft
2000-07-23Make this build for sparc64.mycroft
2000-07-23Eliminate a bunch more // annotations.mycroft
2000-07-23//#define -> #undefmycroft
2000-07-23Remove bogus typeof hack, and just use the type directly.mycroft
2000-07-23Define PTRSIZE_64BIT for alpha and sparc64.mycroft
2000-07-23Use /usr/share/doc/html/ntp as location for html files.simonb
2000-07-23Back out previons revision in favour of a simpler solution.mellon
2000-07-23Put missing PATH= in CLIENT_PATH define.mellon
2000-07-23Set the PATH environment variable properly. Now this actuallythorpej
2000-07-23CPP directives go into CPPFLAGS, not COPTS.thorpej
2000-07-22dhcp_option_ev_name: make argument `buflen' match the prototype.pk
2000-07-21Use correct argument type in call to "fparseln(3)". Fix supplied bytron
2000-07-21Increase buffer size to maximum allowed by spec (filename may bemjl
2000-07-20Fix typo.agc
2000-07-20Client path defined in Makefile.mellon
2000-07-20If we don't get direct match on the token, only attempt to canonicalizethorpej
2000-07-20Merge 20000719 changesmellon
2000-07-20Final (I hope) DHCP client security fix.mellon
2000-07-19Free the storage allocated by fparseln when skipping an empty line.enami
2000-07-19You can't just define read_line as fparseln since former keeps the storageenami
2000-07-16Resolve conflicts from import.tron
2000-07-16account(): fix so that number of copies is optional and whitespacejdolecek
2000-07-16always check getnameinfo errors. pass NI_WITHSCOPEID toitojun
2000-07-16Fix a typo which causes coredump or wrong output when dumping NFS traffic.enami
2000-07-16remove debug printf().itojun
2000-07-16fatal typo: need listen(tcp6sock).itojun
2000-07-15sync with latest kame.itojun
2000-07-12Removed redundant / extra prototypes.mason
2000-07-11Xr newsyslog.ad
2000-07-10sync with latest kame. wording and .Nm/.Xr clearifications.itojun
2000-07-09Actually fix a bug I thought I'd alread fixedmellon
2000-07-09sync with more recent kame.itojun
2000-07-08Oops, fix one more conflict.mellon
2000-07-08Fix conflicts in latest import.mellon
2000-07-08Latest revision of the ISC DHCP Distribution, with many bug fixes.mellon
2000-07-08permit square-bracket notation (as in RFC2732) for the first elementitojun
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-07-07explicitly check if the address family is supported, by using socket(2).itojun
2000-07-07No space is allowed between owner and optional :group.enami
2000-07-07warnx?/errx? audit (don't pass variable alone). from openbsd.itojun
2000-07-07syslog() audit - do not use it with a variable alone. from openbsditojun
2000-07-06remove/hide some debugging codehubertf
2000-07-06sync with sys/netinet/icmp6.h change (no bitfield for router renumber).itojun
2000-07-06- Process all passed option rather than ignoring silently except the first one.enami
2000-07-05setproctitle fix. from openbsditojun