Age | Commit message (Expand) | Author |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-23 | wpos in struct buf_read and datalen in imsg_get should be size_t and not | Henning Brauer |
2005-03-22 | Remove bool cruft. | Esben Norby |
2005-03-22 | resolve conflicts | Jakob Schlyter |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter |
2005-03-17 | Fix fd passing. Bug introduced lately passed the first fd twice and an old | Claudio Jeker |
2005-03-17 | Handle the retransmission queues correctly. Mainly iface state DROTHER | Claudio Jeker |
2005-03-17 | Fix an access after free. It is not allowed to use a RB_REMOVE inside of a | Claudio Jeker |
2005-03-16 | don't try to merge the freshly parsed config into the running one if | Henning Brauer |
2005-03-16 | plug memory leak. Patrick Latifi | Jun-ichiro itojun Hagino |
2005-03-15 | describe "depend on" | Henning Brauer |
2005-03-15 | bgpctl parts for "show fib". | Claudio Jeker |
2005-03-15 | Add control messages for the show fib commands. | Claudio Jeker |
2005-03-15 | First close() than unlink(). | Claudio Jeker |
2005-03-15 | remove listener if bind() fails. no point in having a defunct listener | Henning Brauer |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-15 | tweaks; | Jason McIntyre |
2005-03-14 | Add "show summary" to ospfctl. | Esben Norby |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-14 | unlink() control socket in error path. Spotted by Theo at FOSDEM. | Claudio Jeker |
2005-03-14 | add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state and | Henning Brauer |
2005-03-14 | print interface and some stuff about it with the nexthops so it is easier | Henning Brauer |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-14 | when a buffer has a file descriptor to pass attached, we tried to send | Henning Brauer |
2005-03-14 | report/ignore broken packing-lists. | Marc Espie |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-13 | Missing return value and fd leak in fork()'s error path. Spotted by mpech@ | Otto Moerbeek |
2005-03-13 | when fetching the initial table, inherit the ifindex regardless of af, not | Henning Brauer |
2005-03-13 | explicitely initialize opt | Henning Brauer |
2005-03-13 | s/to many/too many/, from jmc | Henning Brauer |
2005-03-13 | Fixes in ntpd_settime (ie ntpd -s): | Darren Tucker |
2005-03-13 | document some common usage of pkg_info to make us look cool. | Marc Espie |
2005-03-12 | remove useless sentence; | Jason McIntyre |
2005-03-12 | Do not leak mem or fd in error paths. From Andrey Matveev (thanks!). | Chad Loder |
2005-03-12 | Add "show rib" and "show rib detail" to ospfctl. | Esben Norby |
2005-03-12 | Small K&F. | Esben Norby |
2005-03-12 | shutdown the inetd socket for reading if secure; ok deraadt | Markus Friedl |
2005-03-11 | freeaddrinfo() isn't needed on the error path from getaddrinfo(). | Bob Beck |
2005-03-11 | Fix typo. | Esben Norby |
2005-03-11 | fix usage to reflect new reality, ok jmc@ | Bob Beck |
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck |
2005-03-11 | shutdown() directly before close() is useless, theo | Henning Brauer |
2005-03-11 | clean up printing of rule numbers. omit ruleset name and sub-rule number | Daniel Hartmeier |
2005-03-11 | move umask() song and dance closer around the bind, being more careful about ... | Theo de Raadt |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2005-03-11 | KNF | Henning Brauer |
2005-03-10 | only play with umask() for a moment -- restore after | Theo de Raadt |
2005-03-10 | put umask restores in right place; millert ok | Theo de Raadt |
2005-03-10 | Write this in real C, not some bullshit GNU extension that other compilers | Theo de Raadt |