Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | - Check error condition on config; load exit() on initial startup, simply | Ryan Thomas McBride | |
warn if loading due to SIGHUP. (pointed out by mpf@) - Can't just bcopy the config struct, there are TAILQs. Pass pointers instead. - Initialise the SIGHUP and routing socket handlers after config is loaded. ok henning@ | |||
2004-02-14 | KNF | Hakan Olsson | |
2004-02-14 | Fix DOI select logic, which was broken for IKE vendors that sends non-zero | Hakan Olsson | |
spi_size in their phase 1 proposals, such as some DLink VPN routers. Also replace u_char with u_int8_t. markus@, hshoexer@ ok. | |||
2004-02-14 | KNF | Ryan Thomas McBride | |
2004-02-13 | Print protocol and service numbers correctly when -n switch is specified. | Can Erkin Acar | |
reported by mcbride@ ok otto@ mcbride@ | |||
2004-02-12 | Add missing \n to logit(), reverse logic on asprintf error so the error case | Ryan Thomas McBride | |
comes last. ok henning@ | |||
2004-02-12 | Add missing \n on usage. From Daniel Cavanagh <nofsk@vtown.com.au> | Ryan Thomas McBride | |
2004-02-12 | Recognize the process.arm.S file committed earlier today. | Dale Rahn | |
2004-02-12 | the macro terminator suggests: hastalavista, LOG() | Henning Brauer | |
use a logit() function with varargs and bells and whistles instead of this macro gore in LOG with static # of args that results in highlights like LOG(level, "%s", "started") logit blatantly stolenb from bgpd test and ok and "remove the \n then" ryan | |||
2004-02-12 | KNF | Henning Brauer | |
2004-02-12 | we need to memcpy out the ifmsghdr, it has different alignent requirements | Henning Brauer | |
then the char buffer and sparc64 hates unaligned shitz, ryan hshoexer ok | |||
2004-02-12 | bit KNF, to stderr what belongs to stderr, err where you mean err and not | Henning Brauer | |
errx as written ryan hshoexer ok | |||
2004-02-11 | enable shared libs on amd64; from drahn | Theo de Raadt | |
2004-02-11 | Arm routine for process swapping in afs, appears to pass testlwp. | Dale Rahn | |
2004-02-11 | ARM now supports shared libraries. | Dale Rahn | |
2004-02-10 | enforce config file secrecy (correct owner, no rights for group/world) | Henning Brauer | |
help and ok theo | |||
2004-02-10 | Make pfsync printing consistent with rest of tcpdump regarding newlines, | Ryan Thomas McBride | |
pass -vv in to pf_print_state(), and print update count where appropriate. | |||
2004-02-10 | fflush(stdout). kame pr 584 | Jun-ichiro itojun Hagino | |
2004-02-10 | ap_server_strip_chroot() is void not int, found by otto while playing with | Henning Brauer | |
a etoh diff | |||
2004-02-10 | Make pfsync work correctly with IP options on 64-bit alignment | Ryan Thomas McBride | |
sensitive CPUs. Pointed out by deraadt@. | |||
2004-02-10 | Unbreak -h <hostname>; from FreeBSD. ok deraadt@ | Otto Moerbeek | |
2004-02-09 | print networks too | Henning Brauer | |
2004-02-09 | drain the list fluffier | Henning Brauer | |
2004-02-09 | Remove unused %r (recursive) format option. ok millert@ | Can Erkin Acar | |
2004-02-09 | use process.x86_64.S | Theo de Raadt | |
2004-02-09 | regsize must be 8 on amd64... surely... | Theo de Raadt | |
2004-02-09 | replace a bunch of u_long by u_int32_t | Henning Brauer | |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer | |
meaning as in 0 means no limit insytead of setting it to ULONG_MAX for no limit | |||
2004-02-09 | print more fluff | Henning Brauer | |
2004-02-09 | move printing the config to where it belongs | Henning Brauer | |
2004-02-08 | factor out functions to print the configuration (rules only for now) | Henning Brauer | |
will become more and needed by bgpctl too | |||
2004-02-08 | back out last change since it was unnecessary, the last bind merge fixed the ↵ | Peter Valchev | |
deeper issue | |||
2004-02-08 | regenerate | Peter Valchev | |
2004-02-08 | 64-bit fix; ok/idea jakob | Peter Valchev | |
2004-02-08 | no matter what size "long long" is, the printf format is always %lld. ok jakob | Peter Valchev | |
2004-02-08 | amd64 needs the same hack as powerpc; but this code really needs to be | Theo de Raadt | |
deleted/replaced. anyone want to step up? | |||
2004-02-07 | it's about time to document tcp md5sig ... | Henning Brauer | |
jmc help and ok | |||
2004-02-07 | knf; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer | |
2004-02-07 | when connected routes show up at runtime we have to set ifindex in struct kif | Henning Brauer | |
2004-02-07 | houps, fetchtable() had the default route special cased... bad. | Henning Brauer | |
sin_len == 0 here too. | |||
2004-02-07 | the sockaddr holding the netmask and advertised by rtm_addrs might | Henning Brauer | |
mave sa_len == 0 to indicate a mask of /0 | |||
2004-02-07 | sin_family in the sockaddr_n representing the netmask we sniffed on the | Henning Brauer | |
routing socket is meaningless. so we're better off not checking it. | |||
2004-02-06 | use a struct bgpd_addr for the address token instead of a in_addr, claudio ok | Henning Brauer | |
2004-02-06 | initial cut at the filtering language. | Henning Brauer | |
structs etc to describe a rule, filter rule list management parser groks filter defs now. claudio ok, discussion & help also jakob theo | |||
2004-02-06 | `numbits' arg to openssl dsaparam does not have to be the last argument | Jason McIntyre | |
specified; | |||
2004-02-05 | allocate curpeer little earlier. | Henning Brauer | |
there's a rather obscure error path where teh later allocation causes trouble, claudio ok | |||
2004-02-05 | Don't print two confusing error messages, print a single clear one. | Otto Moerbeek | |
ok deraadt@ hshoexer@ avsm@ | |||
2004-02-05 | error message tuning | Henning Brauer | |
more power! |