Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-23 | sort options and clean up openssl ocsp; | Jason McIntyre | |
plus a stab at making this page more consistent; | |||
2004-01-23 | ifstated, from mpf@. This daemon listens on the routing socket for | Ryan Thomas McBride | |
interface link state changes and runs commands when these changes occur. This is particularly useful with carp(4) interfaces; stay tuned for additional features and documentation. ok deraadt@ mpf@ | |||
2004-01-23 | use log_addr | Henning Brauer | |
2004-01-23 | provide log_addr, which takes a struct bgpd_addr | Henning Brauer | |
intended to replace log_ntoa in most cases becaus that is IPv4 only by design | |||
2004-01-23 | no more suid; ok miod | Theo de Raadt | |
2004-01-23 | make sure to only use the accept()ed connection of there is no other existing | Henning Brauer | |
tcp connection for the peer in question, and shutdown & close it otherwise. add a comment about collision detection. | |||
2004-01-23 | sync comments with reality and properly log accept() errors | Henning Brauer | |
2004-01-23 | sort options and tidy openssl nseq; | Jason McIntyre | |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-22 | document/activate @arch. Fix list handling. | Marc Espie | |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer | |
with this, logit() can be a private function. we don't need to include syslog.h in bgpd.h any more; log.c and parse.y who need it include it directly now. | |||
2004-01-22 | use log_peer_warnx() now that we can, claudio agrees | Henning Brauer | |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer | |
specific struct peer, and move their prototypes to bgpd.h to make it available to whole bgpd ok claudio@ | |||
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer | |
a few messages. ok claudio@ | |||
2004-01-22 | provide log_warnx() and log_info() | Henning Brauer | |
2004-01-22 | log_peer_err -> log_peer_warn | Henning Brauer | |
log_peer_errx -> log_peer_warnx | |||
2004-01-22 | 802.3X pretty printer (dead simple) | Jason Wright | |
jakob@: "seems reasonable" | |||
2004-01-22 | s/log_err/log_warn/ | Henning Brauer | |
it is like warn(3), nor err(3). so use a less confusing name. | |||
2004-01-22 | print the interface state wrt the nexthop verification in the show interface | Henning Brauer | |
output. makes quite some sense so that not every reader has to know the algorithm for deciding on the interface state... | |||
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer | |
the status of the interface in terms of our nexthop validation changed; it might be something like a speed change that we don't care about. save the decided state for nexthop verificartion in struct kif, and only walk through the attached (connected) routes & report upwards if the state actually changed. | |||
2004-01-21 | there's a "slight" difference between our log_err() and the system's err()... | Henning Brauer | |
the latter does not return, so we don't need to exit() afterwards. one of the two spotted by jared | |||
2004-01-21 | new parser. | Henning Brauer | |
completely table driven and not wired into the action code like the previous parser... i wanted to do this for some time, and now it was just due. ok claudio@ | |||
2004-01-21 | Increment the right pointers, so we don't print the same entries repeatedly. | Ryan Thomas McBride | |
2004-01-21 | spacing | Theo de Raadt | |
2004-01-21 | Clean up pfsync output: print source address by default, pass -vv correctly | Ryan Thomas McBride | |
to pf_print_state(), and other minor cleanup. | |||
2004-01-20 | explicit .x.[ch] rules to avoid accidental bad matches in /usr/include. | Matthieu Herrb | |
ok millert@ | |||
2004-01-20 | show usage if called without command | Henning Brauer | |
2004-01-20 | args, unbreak | Henning Brauer | |
2004-01-20 | getopt & usage, prodded by theo | Henning Brauer | |
2004-01-20 | fix error logging on connection attempts from !root user | Henning Brauer | |
2004-01-20 | check early wether user _bgpd exists so we can bail out early and nicely | Henning Brauer | |
prodded by theo | |||
2004-01-20 | If you go through the trouble of caching the name of the last printed | Otto Moerbeek | |
rpc num, you might as well use it later too. ok canacar@ | |||
2004-01-20 | Default xfs device is /dev/xfs0. Spotted by theo@ | Hans Insulander | |
2004-01-19 | (v)fprintf atomically in vlog() in debug mode, prodded by theo | Henning Brauer | |
2004-01-19 | Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@ | Todd C. Miller | |
2004-01-19 | for show interface, print the link status and speed as well. we need | Henning Brauer | |
to do this depending on the media type, so print that as well if known. design following a discussion with theo claudio ok | |||
2004-01-19 | knf | Theo de Raadt | |
2004-01-18 | track interface type and baudrate as well | Henning Brauer | |
ok claudio@ | |||
2004-01-18 | Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogus | Otto Moerbeek | |
DNS traffic. ok canacar@ jakob@ | |||
2004-01-18 | sort options; | Jason McIntyre | |
ok claudio@ henning@ | |||
2004-01-18 | spacing | Theo de Raadt | |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer | |
on the interface in question if it has no link now, if you pull the network cable all nexthops beeing in a connected network on this interface get invalidated nicely. ok claudio@ | |||
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker | |
attached to a pseudo peer and inserted like all other prefixes into the RIB. OK henning@ | |||
2004-01-17 | KNF | Henning Brauer | |
2004-01-17 | print interface name instead of index | Henning Brauer | |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer | |
2004-01-17 | implement "show interfaces" | Henning Brauer | |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer | |
2004-01-17 | actually update interface flags in if_change() | Henning Brauer | |