Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-27 | die $! | Marc Espie | |
2004-01-27 | show $! in system related errors. | Marc Espie | |
2004-01-27 | remove package if RequiredBy file ends up empty too soon. | Marc Espie | |
This allows users to remove packages with bogus dependency registration that happened at one point in the life of the pkg_*. This should please henning. | |||
2004-01-27 | put $! in die messages. | Marc Espie | |
2004-01-26 | rename "tcp signature" to "tcp md5sig" - the name is misleading, wether | Henning Brauer | |
ietf wants to call it so or not prodded by theo | |||
2004-01-26 | no more SIOCGIFCONF any more here either | Henning Brauer | |
ok deraadt@ | |||
2004-01-26 | knf and cleanup; millert ok | Theo de Raadt | |
2004-01-26 | when we error out in send_sa_msg() close the file descriptor. | Henning Brauer | |
from Patrick Latifi <pat@eyeo.org> | |||
2004-01-26 | first cut at tcpmd5 setup seupport from within bgpd. works so far. | Henning Brauer | |
with help from hshoexer@ and markus@ ok claudio@ hshoexer@ markus@ | |||
2004-01-25 | private copy of gmt2local from tcpdump, since tcpdump is about to start | Theo de Raadt | |
mutating | |||
2004-01-25 | sort options and update openssl passwd; | Jason McIntyre | |
2004-01-25 | knf and cleanup. as well avoid sending out packet information which | Theo de Raadt | |
contains byte-order, alignment, or padding information about the src host. while at it, fix unaligned access operations. ok itojun | |||
2004-01-25 | documenmt "show interface" | Henning Brauer | |
2004-01-24 | eek, no, ERROR is of course not unused | Henning Brauer | |
2004-01-24 | Remove unused terminals. | Ryan Thomas McBride | |
ok henning@ | |||
2004-01-24 | Xr to right page; okan@demirmen.com | Theo de Raadt | |
2004-01-24 | since other users cannot exec them, do not make it readable either | Theo de Raadt | |
2004-01-24 | we can use memcpy for the whole thing in merge_config now instead of | Henning Brauer | |
copying each and every thing on its own yes, there was a reason to do it this way once, but it vanished ok claudio@ | |||
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 |