Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-16 | Process which connects with a pool of cloned processes needs to | Jacek Masiulaniec | |
keep open all pipes going in their direction; ok pyr@ | |||
2009-02-16 | Don't warn about F_MESSAGE_SCHEDULED flag being present in on-disk version of | Jacek Masiulaniec | |
the envelope; ok gilles@ | |||
2009-02-16 | - use .Pp, not blank lines | Jason McIntyre | |
- format some text to avoid line wrapping | |||
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne | |
WARNING: THIS BREAKS COMPATIBILITY WITH THE PREVIOUS VERSION OF PFSYNC this is a new variant of the protocol and a large reworking of the pfsync code to address some performance issues. the single largest benefit comes from having multiple pfsync messages of different types handled in a single packet. pfsyncs handling of pf states is highly optimised now, along with packet parsing and construction. huggz for beck@ for testing. huge thanks to mcbride@ for his help during development and for finding all the bugs during the initial tests. thanks to peter sutton for letting me get credit for this work. ok beck@ mcbride@ "good." deraadt@ | |||
2009-02-15 | no need for __packed, and it is even used wrong; from ragge | Theo de Raadt | |
2009-02-15 | Change the full sample configuration into an use case. | aschrijver | |
2009-02-15 | kill local vars that are used only once; ok gilles@ | Jacek Masiulaniec | |
2009-02-15 | If MX query fails due to DNS error, do not attempt more queries; ok gilles@ | Jacek Masiulaniec | |
2009-02-15 | New config.c that allows for process cloning. Done by pyr@ for | Jacek Masiulaniec | |
relayd at n2k9, and adapted to smtpd; ok gilles@ | |||
2009-02-15 | Fix a bug where list of 6 MXs or more was not handled correctly. | Jacek Masiulaniec | |
Pointed out by & ok sthen@, ok gilles@. | |||
2009-02-14 | Implement makemap -t and -o, for output type and dest resp.; ok gilles@ | Jacek Masiulaniec | |
2009-02-14 | Initialize time_t now as necessary, fixes delivery rescheduling; ok gilles@ | Jacek Masiulaniec | |
2009-02-14 | document increased default snaplen; pointed out by dhill | Stuart Henderson | |
2009-02-14 | increase the default snaplen to 116, allows capture of pflog+ipv6+tcp | Stuart Henderson | |
without knobs. ok djm, deraadt. | |||
2009-02-14 | Display envelope status & flags in "show queue"; ok gilles@ | Jacek Masiulaniec | |
2009-02-13 | Fix a crash in lka caused by wrong assumption that we would never | Jacek Masiulaniec | |
exceed MXARRAYSIZE * 2 addresses. Commited on behalf of gilles@ who hasn't got access to a safe box at the moment. | |||
2009-02-13 | Make stats output more sysctl-like by killing spaces around '='; ok gilles@ | Jacek Masiulaniec | |
2009-02-13 | Ensure ss is never dereferenced when NULL. Can't happen with current code, | Jacek Masiulaniec | |
but it could in future, and fatal is better than segv. Reported by sthen@. ok gilles@ sthen@ | |||
2009-02-12 | Make vertex_free() correctly free LSAs in per-interface LSA trees. | Stefan Sperling | |
Save a pointer to the right LSA tree in new member v->lsa_tree. This saves us the hassle of finding the right tree in vertex_free(), we already know it at creation time so why not tuck it in there? This might cause problems if the ospfe side ever decides to call area_del() with a non-empty area->lsa_tree, without correctly initialising v->lsa_tree. But grep shows that the area's lsa_tree is currently just initialized on the ospfe side, but never modified. ospf6d daemons which crashed after about 1 min with malloc options FGJ are now happy. ok claudio@ | |||
2009-02-12 | -v logs debug adjtime calls also; ok henning@ | Kevin Steves | |
2009-02-11 | Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need | Claudio Jeker | |
to add some pading on 64bit archs. Use a helper struct plus some ROUNDUP() magic to get the size correct. Tested on i386 and amd64 by Graeme Lee "graeme (at) omni (dot) net (dot) au" Some sort of OK by henning@ (he ignores the non-v4 code) | |||
2009-02-11 | move prototypes that are really in ntp.c; ok henning@ | Kevin Steves | |
2009-02-10 | Fix two obvious copy-paste errors in fatal error messages. We were | Stefan Sperling | |
printing IFINFO while we are actually handling an IFDELETE imsg. | |||
2009-02-10 | log tiny frequency adjustments at debug only. | Kevin Steves | |
ok henning@, 'I think I agree' otto@ | |||
2009-02-10 | endservent() not needed here; ok henning@ | Kevin Steves | |
2009-02-09 | Correct function name in warning to avoid confusion. After a discussion on | Claudio Jeker | |
misc@ | |||
2009-02-08 | spelling in comment | Kevin Steves | |
2009-02-08 | Remove wake(8). The bin directories are full, no new commands to be added. | Marc Balmer | |
2009-02-08 | Unlink wake(8). | Marc Balmer | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-02-08 | deal with potential empty string fgets can return | Charles Longeau | |
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@ jaredy@ looks ok gilles@ long time ago on a similar diff | |||
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus | |
2009-02-06 | rename a #define to be clearer; no binary change | Kevin Steves | |
ok henning@ | |||
2009-02-05 | when calling ssl_session_destroy() from mta, our session will have a NULL | Gilles Chehade | |
s->s_l field. this commit fixes a crash in mta caused by a NULL deref. | |||
2009-02-05 | fix format string | Charles Longeau | |
ok naddy@ | |||
2009-02-04 | gollo@ thought the timeouts were a little short, and indeed, they are off by ↵ | Ted Unangst | |
1000. (not much real effect, you can only sleep so short any way) | |||
2009-02-03 | add missing headers needed by wait() | Charles Longeau | |
ok rainer@ | |||
2009-02-03 | Correctly update kernel and mfc when change in routing table happens. | Michele Marchetto | |
ok norby@ | |||
2009-02-03 | In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit | Stefan Sperling | |
length, regardless of interface type. Allowed by RFC5340 and ok claudio@ | |||
2009-02-03 | We don't need anything other than link-local addresses and | Stefan Sperling | |
global-scope prefixes in iface->ifa_list. ok claudio@ | |||
2009-02-03 | Formatting fixes. | Stefan Sperling | |
2009-02-03 | the prevalence of multi-core laptops revealed that taking the cpu average is | Ted Unangst | |
a poor way to adjust performance. Even with a cpu pegged, apmd is quite slow to react. Change things to consider min idle time, not average. Mostly from a diff by Laurence Tratt | |||
2009-02-02 | tweak the synopsis and usage, lladdr is not an optional argument. | Igor Sobrado | |
jmc@ might further improve on it, if needed. ok mbalmer@ | |||
2009-02-02 | remove unused function and macros, due to the lastest commit | Charles Longeau | |
ok rainer@ | |||
2009-02-02 | Refer to the filename, not manpage, when explaining where ethers entries are. | Marc Balmer | |
2009-02-02 | Clarify .Nd | Marc Balmer | |
2009-02-02 | Can wake up several machines in one invocation. | Marc Balmer | |
2009-02-02 | deals with shaddy repositories from backwards countries that implement | Marc Espie | |
nlist incorrectly. as diagnosed by kili@ | |||
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado | |
ok claudio@ | |||
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado | |
not a generic name. we must use the right capitalization for this term. ok jmc@ |