Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-22 | MULTI_PACKAGES for users. | Marc Espie | |
from Michael Coulter <mjc@bitz.ca>, thanks! | |||
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 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat | |
also remove ipkbd and other dead code. | |||
2004-01-22 | use C comments, works better | Theo de Raadt | |
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 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller | |
Fixes an interaction with the perl CPAN module which checks the exit value. | |||
2004-01-22 | Remove 3 unused variables. | Todd C. Miller | |
2004-01-22 | dot_conv() is not used. | Miod Vallat | |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat | |
2004-01-22 | fix segfault when an invalid field was requested | Vincent Labrecque | |
ok miod | |||
2004-01-22 | 802.3X pretty printer (dead simple) | Jason Wright | |
jakob@: "seems reasonable" | |||
2004-01-22 | Add a -a address option to set the address which the proxy will use | Bob Beck | |
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@ | |||
2004-01-22 | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok ↵ | Markus Friedl | |
mcbride@ | |||
2004-01-22 | to parse v4 adresses, only use inet_net_pton when we find a /, otherwise | Henning Brauer | |
use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok | |||
2004-01-22 | -S enables tcp md5 signature option; ok deraadt@, mcbride@ | Markus Friedl | |
2004-01-22 | - Include the value of pf_state.timeout in pfsync messages | Ryan Thomas McBride | |
- Fix the expiry time calculations, for real - Unbreak the collapsing of multiple updates into one And a little KNF for good measure. | |||
2004-01-22 | remove need for -w. ok beck deraadt | Ted Unangst | |
2004-01-22 | propolice | Brad Smith | |
2004-01-22 | mention gem and sk. | Brad Smith | |
2004-01-22 | to fix the issue "missing return at end of function and ProPolice", ↵ | Hiroaki Etoh | |
calculate_can_reach_end skips the NOTE_INSN_FUNCTION_END with _ssp_ label to the original NOTE_INSN_FUNCTION_END. ok otto | |||
2004-01-22 | initial release of propolice gcc 3.3.2 | Hiroaki Etoh | |
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 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst | |
2004-01-21 | Prototype llabs(3). Forgotten commit gathering bit rot in my tree... | Todd C. Miller | |
2004-01-21 | fix wording; from Ross L Richardson (PR 3641); | Jason McIntyre | |
while i'm here, `\\' -> `\e' and kill a nasty Pp; | |||
2004-01-21 | sync with headers; | Jason McIntyre | |
this also includes some typo fixes and improvememnts from the NetBSD page; prompted by markus@ and ok itojun@ | |||
2004-01-21 | prompt before command demo; jmc ok | Theo de Raadt | |
2004-01-21 | make rogue const-correct, and fix one write-strings issue. | Marc Espie | |
ok miod@ | |||
2004-01-21 | call timeout_startup early, so timeouts are available. report from sam smith | Ted Unangst | |
ok art deraadt | |||
2004-01-21 | fix Makefile | David Krause | |
ok millert@ | |||
2004-01-21 | clean from jmc | Theo de Raadt | |
2004-01-21 | A faster ffs() routine based upon the ff1 assembly instruction. | Miod Vallat | |
2004-01-21 | Increment the right pointers, so we don't print the same entries repeatedly. | Ryan Thomas McBride | |
2004-01-21 | New spamd configuration method. Many people have trouble with the spam | Theo de Raadt | |
RBL sites being slow, so now we will provide the maps ourselves through our www mirrors around the world. We can also now write our own internal translators for maps that are in bad formats, and place them into the www space in the correct format. tested by beck, djm | |||
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-21 | initialise infile in main, rather than statically - from portable | Damien Miller | |
2004-01-21 | cleanup | Theo de Raadt | |
2004-01-21 | the example should use 'rdr pass' so that you do not have to open 8025 to | Theo de Raadt | |
the outside world -- in fact 'rdr pass' was designed for this, but once again someone forgot to updated the bloody man page; mcbride ok | |||
2004-01-21 | support format `%p' to print pointers in eformat() | Vincent Labrecque | |
2004-01-21 | Replace some strncpy() calls with strlcpy() | Jean-Francois Brousseau | |
tested by jose@, ok canacar@ and otto@ | |||
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2004-01-20 | duplicated entry; evarts@amazon.com | Theo de Raadt | |