Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | move to the new resolver implementation, with temporary glue to use | Eric Faurot | |
the relevant files from asr directly. ok gilles@ | |||
2012-07-09 | Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT. | Claudio Jeker | |
The read buffer was only processed when new data came in. So on quiet sessions it could take minutes until the read buffer was processed at the end of a load. Nobody realized this in the last 7.5 years. Tested by sthen@ OK henning@ | |||
2012-07-09 | - runner is the terminology we used back when we had runqueues, we no | Gilles Chehade | |
longer have them and runner is actually a scheduler so rename. - introduce scheduler_backend which does the same to scheduler than queue_backend does to queue and map_backend does to maps - remove all occurences of RUNNER and runner, replace them with SCHEDULER and scheduler ok eric@, ok chl@ | |||
2012-07-09 | Allow relayd to handle transactions > 2GB in size | Theo de Raadt | |
tested by snapshot users and benno for a while ok benno | |||
2012-07-09 | need a private copy of nitems() | Theo de Raadt | |
2012-07-09 | Use size_t for the length variable | Peter Hessler | |
reminded by Brad, and lteo@ | |||
2012-07-09 | first step of simplifying fsqueue: | Gilles Chehade | |
- remove the /envelopes subdirectory, envelopes are at the same level than the message file - kill PATH_ENVELOPES define - reduce the number of buckets from 0xfff to 0xff, this avoid performances of the queue to decrease when we start having tons of buckets this diff introduces a change to the queue layout, you will want to empty your queue before updating. more cleanup to come ok eric@, ok chl@ | |||
2012-07-08 | Add support for the "sha256digest" keyword to create/compare | Christian Weisgerber | |
SHA-256 digests of files. In the man page, also replace SHA-1 with SHA-256 in the examples section. Man page formatting tweak and ok schwarze@ | |||
2012-07-08 | remove enum queue_kind from queue_fsqueue.c. | Charles Longeau | |
incoming messages are now always stored in /incoming, whatever the queue_backend is. remove QOP_FD_RW and fsqueue_message_fd_rw(). while there check return value of generated paths before calling rmtree() with advice from gilles@ and eric@ ok gilles@ eric@ | |||
2012-07-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo | |
printed with port names if desired. tcpdump's pf_print_state.c has diverged significantly from pfctl's, so the change to tcpdump's pf_print_state.c is not exactly the same as pfctl's. ok henning sthen | |||
2012-07-08 | avoid line splitting; also, one an -> a | Jason McIntyre | |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade | |
- document the new URL syntax in smtpd.conf.5 - replace starttls:// schema with tls:// Beware, "relay via" rules should now be expressed with a relay URL: accept [...] relay via "mx1.example.org" smtps port 465 becomes accept [...] relay via "smtps://mx1.example.org" This will allow using mappings of relays with different protocols and options. Make sure to update your smtpd.conf if you relay via ! ok eric, ok chl | |||
2012-07-08 | auth_bsd() is static | Gilles Chehade | |
2012-07-08 | Increase maximum number of tun interfaces to 8. | giovanni | |
ok yasuoka@ | |||
2012-07-08 | if you use nitems() in userland, you must define it yourself | Theo de Raadt | |
discussed with guenther | |||
2012-07-08 | a -> an in a comment | Bret Lambert | |
ok phessler@ | |||
2012-07-08 | Add support for advertising dns servers and search paths in router | Peter Hessler | |
advertisements, according to RFC 6106. original diff from Stephane A. Sezer on tech@, many thanks! OK phessler@, todd@ | |||
2012-07-08 | new sentence, new line; | Jason McIntyre | |
2012-07-08 | Add noifprefix, an option to send an RA with no prefix information. | Peter Hessler | |
From Stephane A. Sezer, many thanks! OK phessler@, jasper@ | |||
2012-07-07 | allow httpd to build if sslv2 is disabled, ok guenther@ | Stuart Henderson | |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer | |
utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc | |||
2012-07-07 | update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp | Robert Nagy | |
2012-07-07 | Fix file descriptor leak reported by someone on the mailing list long time | Claudio Jeker | |
ago. OK beck@ | |||
2012-07-07 | prefered -> preferred; | Jason McIntyre | |
2012-07-07 | Explain the bgpd decision process in the man page. I'm tired of looking | Claudio Jeker | |
at the C code over and over again. With and OK sthen@, henning@, jmc@ | |||
2012-07-06 | a bit of cleanup | Marc Espie | |
- remove description of INSTALL/DEINSTALL scripts, they've been dead for years. - explain upfront about interactive mode. | |||
2012-07-06 | have -i be automatically on for ttys. | Marc Espie | |
use -i/-I to force interactive/non interactive mode (-I for not running scripts has been dead for years) | |||
2012-07-04 | Seems like I missed to adjust the route decision code to cover the things | Claudio Jeker | |
that need to be checked because of route reflection. Do this now and reference the new RR RFC in the man page. OK henning@ sthen@ | |||
2012-07-03 | avoid what would be a leak if reused elsewhere but isn't in this | Jonathan Gray | |
case as the memory is freed on exit. ok krw@ kettenis@ | |||
2012-07-02 | Lookup queue and scheduler backends by name, rather than enum. | Eric Faurot | |
Add a command-line option to specify the backend to use at runtime. ok gilles@ | |||
2012-07-02 | make backend functions static. | Eric Faurot | |
ok gilles@ | |||
2012-07-02 | Sleeping here is definitely not what we want to do. Use a cycling | Eric Faurot | |
counter with some randomness to generate short-lived unique ids. ok gilles@ | |||
2012-07-01 | typo in comment, s/withdrawl/withdrawal/ | Stuart Henderson | |
2012-06-30 | strip trailing \r from rpsl route: lines for irrfilter, they have been seen | Stuart Henderson | |
in the wild and break parsing. ok henning@ | |||
2012-06-26 | tweak previous; | Jason McIntyre | |
2012-06-26 | tweak column spacing to allow for larger numbers | Ted Unangst | |
2012-06-26 | There is a iscsi.conf man page now. Reminded by jmc@ | Claudio Jeker | |
2012-06-26 | Long overdue addition of the iscsi.conf man page. | Claudio Jeker | |
Help and OK jmc@, OK dlg@ | |||
2012-06-26 | use /var/www/tmp/ for the temp directories even if not chrooted | Robert Nagy | |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre | |
2012-06-24 | Make the default SSL file locations match the ssl(8) man page for | Lawrence Teo | |
consistency. ok robert haesbaert henning | |||
2012-06-22 | Improve error messages when removing/recreating symlinks in the build dir | Philip Guenthe | |
ok deraadt@ | |||
2012-06-22 | 'ingnoring' -> 'ignoring' in a couple of note()'s. | Kenneth R Westerback | |
2012-06-21 | rfc 3542 obsoletes rfc 2292; ok guenther | Jason McIntyre | |
2012-06-20 | Finally get rid of the queue_kind enum in the queue API. Keep that | Eric Faurot | |
internally in fsqueue backend for now, and let the fsqueue_message() and fsqueue_envelope() dispatchers do the right thing. Based on a diff by chl@ ok chl@ gilles@ | |||
2012-06-20 | fix runner spinning on message loop. | Eric Faurot | |
ok gilles@ | |||
2012-06-20 | more mac68k bits for the attic | Matthew Dempsky | |
2012-06-19 | Use calloc() instead of malloc() for allocating the disk stats. | Matthew Dempsky | |
Requested by deraadt. | |||
2012-06-19 | There are five main sections, not four, since routing domain support was added. | Stuart Henderson | |
From Rod Whitworth. | |||
2012-06-18 | fix potential use of uninitialized variable. | Charles Longeau | |
found with valgrind on -portable. ok gilles@ |