summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-07-11Error on invalid portsConstantine Sapuntzakis
2001-07-11Return 0 on success, convert exit to returnAngelos D. Keromytis
2001-07-10(c)-2001Hakan Olsson
2001-07-10Rewrite packet capture to handle IPv6 addresses.Hakan Olsson
2001-07-10htonl() for null.null_family, ok niels@, ho@Markus Friedl
2001-07-10Oops, we can't use 0 as next_addr()'s error return since 0.0.0.0 isTodd C. Miller
2001-07-10Resolve as a host name if not an IP address; dhartmei@ OKTodd C. Miller
2001-07-10move "proto" in the nat case as wellTodd C. Miller
2001-07-09Move the proto field to be after the "on" argument which is consistentTodd C. Miller
2001-07-09Extend nat/rdr syntax. Add source/destination selection. MakeDaniel Hartmeier
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-07Initialize missing parts of struct nfs_args nfsdefargsTodd C. Miller
2001-07-07Can't test an int against LONG_{MIN,MAX}; noticed on alphaTodd C. Miller
2001-07-07#include <string.h> for memset() protoTodd C. Miller
2001-07-06cleanup, sync w/ kernelMichael Shalayeff
2001-07-06Allow negative match on interface name for nat and rdrChris Cappuccio
2001-07-06styleNiklas Hallqvist
2001-07-06Style.Hakan Olsson
2001-07-06Remove support for PF_ENCAP (deprecated since OpenBSD2.5).Hakan Olsson
2001-07-06On second thought, we don't need this at all.Hakan Olsson
2001-07-06Remove the .c and .h files that the build process generates.Hakan Olsson
2001-07-06typo; ok angelosjasoni
2001-07-06Fix unused/uninitialized variables.Angelos D. Keromytis
2001-07-06add if braces to avoid compiler warnings; ok mickeyPeter Valchev
2001-07-05Use -W{missing,strict}-prototypes.Hakan Olsson
2001-07-05Add prototypes and some other various cleanup.Hakan Olsson
2001-07-05&, not &&. Pointed out by dhartmei@.Hakan Olsson
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05Add d2i_X509_NAMEAngelos D. Keromytis
2001-07-05Document ASN1 DN.Angelos D. Keromytis
2001-07-05DER_ASN1_DN ID handling --- untestedAngelos D. Keromytis
2001-07-05On closer inspection, freeing the X509 names is bad. I should stopAngelos D. Keromytis
2001-07-05Free X509 names in case of failure and when done.Angelos D. Keromytis
2001-07-05clarify -a. sync with kameJun-ichiro itojun Hagino
2001-07-05build iopctl on alpha, i386, powerpcMichael Shalayeff
2001-07-05controlling utility for iop(4)Michael Shalayeff
2001-07-04cleanerTheo de Raadt
2001-07-04Merge entries.Angelos D. Keromytis
2001-07-04Better handling of Key IDs.Angelos D. Keromytis
2001-07-04Some text on KEY_ID payloads.Angelos D. Keromytis
2001-07-04add new icmp codes and types as symbolic names, ok deraadtPeter Stromberg
2001-07-04do not pick a fightTheo de Raadt
2001-07-04Better IPv6/IPv4 integrationNiklas Hallqvist
2001-07-04IPv6Niklas Hallqvist
2001-07-04link to portal.conf.5; dead karls@inet.noTheo de Raadt
2001-07-03Fix policy information for IPv6 subnet/range cases. This is ugly, I'llAngelos D. Keromytis
2001-07-03sync set_spi with netbsd (fixes typo).Markus Friedl
2001-07-03Put missing \n's in som error messages; consolidate redundant "if" (OK theo@).Ian Darwin