summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-02-11enable shared libs on amd64; from drahnTheo de Raadt
2004-02-11Arm routine for process swapping in afs, appears to pass testlwp.Dale Rahn
2004-02-11ARM now supports shared libraries.Dale Rahn
2004-02-10enforce config file secrecy (correct owner, no rights for group/world)Henning Brauer
2004-02-10Make pfsync printing consistent with rest of tcpdump regarding newlines,Ryan Thomas McBride
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-02-10ap_server_strip_chroot() is void not int, found by otto while playing withHenning Brauer
2004-02-10Make pfsync work correctly with IP options on 64-bit alignmentRyan Thomas McBride
2004-02-10Unbreak -h <hostname>; from FreeBSD. ok deraadt@Otto Moerbeek
2004-02-09print networks tooHenning Brauer
2004-02-09drain the list fluffierHenning Brauer
2004-02-09Remove unused %r (recursive) format option. ok millert@Can Erkin Acar
2004-02-09use process.x86_64.STheo de Raadt
2004-02-09regsize must be 8 on amd64... surely...Theo de Raadt
2004-02-09replace a bunch of u_long by u_int32_tHenning Brauer
2004-02-09make max_prefix an u_int32_t instead of an u_long and change itsHenning Brauer
2004-02-09print more fluffHenning Brauer
2004-02-09move printing the config to where it belongsHenning Brauer
2004-02-08factor out functions to print the configuration (rules only for now)Henning Brauer
2004-02-08back out last change since it was unnecessary, the last bind merge fixed the ...Peter Valchev
2004-02-08regeneratePeter Valchev
2004-02-0864-bit fix; ok/idea jakobPeter Valchev
2004-02-08no matter what size "long long" is, the printf format is always %lld. ok jakobPeter Valchev
2004-02-08amd64 needs the same hack as powerpc; but this code really needs to beTheo de Raadt
2004-02-07it's about time to document tcp md5sig ...Henning Brauer
2004-02-07knf; jjy2+@pitt.eduTheo de Raadt
2004-02-07send filter rules to the RDE on reloads, help & ok claudioHenning Brauer
2004-02-07when connected routes show up at runtime we have to set ifindex in struct kifHenning Brauer
2004-02-07houps, fetchtable() had the default route special cased... bad.Henning Brauer
2004-02-07the sockaddr holding the netmask and advertised by rtm_addrs mightHenning Brauer
2004-02-07sin_family in the sockaddr_n representing the netmask we sniffed on theHenning Brauer
2004-02-06use a struct bgpd_addr for the address token instead of a in_addr, claudio okHenning Brauer
2004-02-06initial cut at the filtering language.Henning Brauer
2004-02-06`numbits' arg to openssl dsaparam does not have to be the last argumentJason McIntyre
2004-02-05allocate curpeer little earlier.Henning Brauer
2004-02-05Don't print two confusing error messages, print a single clear one.Otto Moerbeek
2004-02-05error message tuningHenning Brauer
2004-02-05introduce group IDs. will be needed for filtering (or rather, ease thingsHenning Brauer
2004-02-05plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-05some small cleanup;Jason McIntyre
2004-02-05Add ifstated(8) manpage.Ryan Thomas McBride
2004-02-05Clean up command line options:Ryan Thomas McBride
2004-02-05Emphasise 'stderr'.Ryan Thomas McBride
2004-02-04Update to ifstated; replace parser, introduce the concept of states,Ryan Thomas McBride
2004-02-04s/transmitts/transmits/Jason McIntyre
2004-02-04Better error message when bpf device open fails.Otto Moerbeek
2004-02-04Move BGP path attribute handling functions in a own file. henning@ conceptual okClaudio Jeker
2004-02-04Move the update generation into a separate file. The update generation hasClaudio Jeker
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
2004-02-03replace the previous hack for the internal peer id allocator (which just usedHenning Brauer