Age | Commit message (Expand) | Author |
2009-11-03 | remove annoying log_debug | Gilles Chehade |
2009-11-03 | print the correct info (need some tweaks yet to be shorter). | Marc Espie |
2009-11-03 | Improve error logging. | Jacek Masiulaniec |
2009-11-03 | add @option always-update. | Marc Espie |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott |
2009-11-03 | simplify deptree handling, since we handle this at the set level. | Marc Espie |
2009-11-03 | Pick up the rdomain from the specified interface and use that rdomain for | Claudio Jeker |
2009-11-03 | catch signals while we're doing something, so that cleanup always happens. | Marc Espie |
2009-11-03 | sort; | Jason McIntyre |
2009-11-02 | that is not a small hack, it is big and gruesome and has very bad effects | Theo de Raadt |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug(). | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker |
2009-11-02 | we have closefrom(2), so use it; ok deraadt@ tedu@ | Otto Moerbeek |
2009-11-01 | fix a couple log_info()s, | Gilles Chehade |
2009-11-01 | Initialize "len" before using it in accept(2). | Michele Marchetto |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-30 | when used with incorrect flags, zzz(8) should call zzusage(void) | Igor Sobrado |
2009-10-30 | Routers with "transparent-as yes" set should behave more like iBGP ones. | Claudio Jeker |
2009-10-29 | it is possible specifying more than one printer concurrently; use | Igor Sobrado |
2009-10-29 | do not discard the first character of the command after the -q option | Markus Friedl |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze |
2009-10-28 | tweak previous; | Jason McIntyre |
2009-10-28 | Free correct buffer. | Claudio Jeker |
2009-10-28 | Document the "rib" filter parameter to specify the rib a rule applies to. | Claudio Jeker |
2009-10-28 | remove an unimplemented flag from both usage() and getopt(3)'s | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | using the rcsid is silly | Theo de Raadt |
2009-10-27 | write UNIX-domain in a more consistent way. | Igor Sobrado |
2009-10-27 | finish zapping old "kitchensink" option, we have much better ways to test | Marc Espie |
2009-10-27 | fix buglet: error out if pkg does not install in all cases. | Marc Espie |
2009-10-26 | "rdr" -> "match in...rdr-to" in example. | Stuart Henderson |
2009-10-26 | Add RFC2545 to the list of standarts supported by bgpd. | Claudio Jeker |
2009-10-26 | Better error handling when doing mrt dumps (e.g. when there is no more space | Claudio Jeker |
2009-10-25 | fix aliases map name in man page | Gilles Chehade |
2009-10-25 | fix the aliases resolution path so that smtpd does not accidentally skip | Gilles Chehade |
2009-10-25 | tag should also be copied from listener to message when the message is | Gilles Chehade |
2009-10-25 | Fix potential null dereference. | Charles Longeau |
2009-10-25 | s/openSSL/OpenSSL/ | Antoine Jacoutot |
2009-10-25 | smtpctl reload is work in progress, do not expose it and make sure smtpd's | Gilles Chehade |