Age | Commit message (Expand) | Author |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-22 | print the interface state wrt the nexthop verification in the show interface | Henning Brauer |
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer |
2004-01-21 | there's a "slight" difference between our log_err() and the system's err()... | Henning Brauer |
2004-01-21 | new parser. | Henning Brauer |
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 |
2004-01-20 | explicit .x.[ch] rules to avoid accidental bad matches in /usr/include. | Matthieu Herrb |
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 |
2004-01-20 | If you go through the trouble of caching the name of the last printed | Otto Moerbeek |
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 |
2004-01-19 | knf | Theo de Raadt |
2004-01-18 | track interface type and baudrate as well | Henning Brauer |
2004-01-18 | Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogus | Otto Moerbeek |
2004-01-18 | sort options; | Jason McIntyre |
2004-01-18 | spacing | Theo de Raadt |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
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 |
2004-01-17 | use the new RTM_IFANNOUNCE messages to track interface (de-)appearance, | Henning Brauer |
2004-01-16 | missing #include | Henning Brauer |
2004-01-16 | sync with raw socket API change. reported by Esben Norby, tested by tedu | Jun-ichiro itojun Hagino |
2004-01-15 | Input should be atleast an isakmp_header long. otto@, markus@ ok. | Hakan Olsson |
2004-01-15 | print tcpmd5 signature options; with/ok itojun | Markus Friedl |
2004-01-15 | Fix printf format string. ok henning@ | Otto Moerbeek |
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek |
2004-01-14 | add soon-needed kif_remove() | Henning Brauer |
2004-01-13 | cast vararg sentinel value to pointer | Otto Moerbeek |
2004-01-13 | handle ruleset names containing usernames, fixes PR 3627, ok Bob | Daniel Hartmeier |
2004-01-13 | KNF | Henning Brauer |
2004-01-13 | return value at end of non-void function | Otto Moerbeek |
2004-01-13 | Do not redistribute updates to ibgp peers. OK henning@ | Claudio Jeker |
2004-01-13 | Fix the aspath_* functions to allow empty aspath. A empty aspath is one | Claudio Jeker |
2004-01-13 | Update manual for the new config statements. | Claudio Jeker |
2004-01-13 | Implement a max-prefix and a announce none | self | all neighbor statement. | Claudio Jeker |
2004-01-13 | Better update error handling. Ensure that the session goes down and | Claudio Jeker |
2004-01-13 | Dump and send RIB to the neighbor if his session is comming up. | Claudio Jeker |