Age | Commit message (Collapse) | 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 | |
a package tagged as 'always-update' will have its full packing-list, complete with checksums, as signatures, so it will always get updated, even when the version number doesn't change, as long as it's not the same package. | |||
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker | |
tables on top of a rdomain) but until now our code was a crazy mix so that it was impossible to correctly use rtables in that case. Additionally pf(4) only knows about rtables and not about rdomains. This is especially bad when tracking (possibly conflicting) states in various domains. This diff fixes all or most of these issues. It adds a lookup function to get the rdomain id based on a rtable id. Makes pf understand rdomains and allows pf to move packets between rdomains (it is similar to NAT). Because pf states now track the rdomain id as well it is necessary to modify the pfsync wire format. So old and new systems will not sync up. A lot of help by dlg@, tested by sthen@, jsg@ and probably more OK dlg@, mpf@, deraadt@ | |||
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott | |
ok jacekm | |||
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 | |
relaying the packets to the server. If you need to use cross-domain forwarding us pf to bounce the packets back and forth. sure deraadt@ | |||
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 | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker | |
no log_debug() it makes more sense to make all routing daemons behave the same. | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
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 | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in | Claudio Jeker | |
ripd, ospfd and friends. OK michele, henning, sthen | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of | Claudio Jeker | |
log_debug(). ok michele, henning, sthen | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | Claudio Jeker | |
henning, sthen, michele like the idea | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker | |
It always annoyed me that in case of a problem I had to restart the ospf in forground debug mode and by doing so losing all routes at least twice. OK henning, sthen, michele | |||
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 | |
from Tim van der Molen <tbvdm@xs4all.nl> | |||
2009-11-01 | Initialize "len" before using it in accept(2). | Michele Marchetto | |
Found by Christophe Fillot ok claudio@ | |||
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 | |
instead of usage(void). millert@ suggested checking __progname() against "zzz" to match existing code. ok millert@ | |||
2009-10-30 | Routers with "transparent-as yes" set should behave more like iBGP ones. | Claudio Jeker | |
In this case export the MED to all peers no matter what. It is no longer needed to do the set med +0 hack. OK henning@ | |||
2009-10-29 | it is possible specifying more than one printer concurrently; use | Igor Sobrado | |
.Op macros for options instead of hardcoding brackets; remove a few superfluous .Ar macros before ellipsis; "usage:" is lower case; while here, apply some spacing tweaks. tweaked by jmc@ for a synopsis with too many arguments. ok jmc@ | |||
2009-10-29 | do not discard the first character of the command after the -q option | Markus Friedl | |
ok millert@ | |||
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
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 | |
option string. ok claudio@, michele@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
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 | |
big stuff now. | |||
2009-10-27 | fix buglet: error out if pkg does not install in all cases. | Marc Espie | |
noticed by Markus Lude. | |||
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 | |
on the disk). Before the SE spinned and the RDE may even crash in these events. Found by Elisa Jasinska. OK henning@ | |||
2009-10-25 | fix aliases map name in man page | Gilles Chehade | |
reported by Emmanuel Vadot and David Hill | |||
2009-10-25 | fix the aliases resolution path so that smtpd does not accidentally skip | Gilles Chehade | |
recipients when an alias resolves to more than one. issue spotted by martijn@bunix.org | |||
2009-10-25 | tag should also be copied from listener to message when the message is | Gilles Chehade | |
enqueued through smtpctl | |||
2009-10-25 | Fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok gilles@ | |||
2009-10-25 | s/openSSL/OpenSSL/ | Antoine Jacoutot | |
ok jdixon@ sthen@ | |||
2009-10-25 | smtpctl reload is work in progress, do not expose it and make sure smtpd's | Gilles Chehade | |
control process does not try to handle it. spotted and reported by martijn@bunix.org |