summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-07-20we don't like:Mike Pechkin
2001-07-19#include <termios.h>Todd C. Miller
2001-07-19Fix/complete the handling of the binary ops >< and <> to behaveKenneth R Westerback
2001-07-18try to clarify a double negative. ok jason@Kjell Wooding
2001-07-18protect #define MAX(); ok ho@Markus Friedl
2001-07-18minor updates.Markus Friedl
2001-07-18use correct length for SADB_X_EXT_POLICY message on KAMEMarkus Friedl
2001-07-18new ERROR token, errx() -> warnx() + ERROR; ok deraadt@Markus Friedl
2001-07-18KNF for returnMarkus Friedl
2001-07-18check number range to fit in 32 bitsMichael Shalayeff
2001-07-18put range checks on NUMBER, pointed out by deraadtMichael Shalayeff
2001-07-17spaces, parens, err instead of errx+strerrorMichael Shalayeff
2001-07-17warnx()/YYERROR instead of errx(); suggested by mickey@Markus Friedl
2001-07-17markus doesnt like min-ttl =, begoneNiels Provos
2001-07-17support min-ttl, okay dhartmei@Niels Provos
2001-07-17normalize ip_off, make IP_DF stripping optional, return rst is a flag now.Niels Provos
2001-07-17bitch about ! in pf rule; ok dhartmei@ and markus@Marco S Hyman
2001-07-17bitch about extra command line args; ok dhartmei@ and markus@Marco S Hyman
2001-07-17Only set default proto in the rdr case; markus@ OKTodd C. Miller
2001-07-16errx() if getservbyname() failsMarkus Friedl
2001-07-16get rid of cleanfiles by getting rid of cleanfiles; markus@ okMichael Shalayeff
2001-07-16better flags parsing; dhartmeiMarkus Friedl
2001-07-16add a yacc parser for pf.conf and nat.conf, with help from mickey@,Markus Friedl
2001-07-15paste open for each use, cache file descriptorsMichael Shalayeff
2001-07-13escape a wrning on msgbuf, under certain circumstancesMichael Shalayeff
2001-07-13Add noac flag to disable attribute cachingConstantine Sapuntzakis
2001-07-13Be more verbose about why X509_verify_cert() failed. Thanks toHakan Olsson
2001-07-13Add lc_X509_verify_cert_error_string().Hakan Olsson
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