Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre | |
- flesh out SEE ALSO in bgpd.8 - fix a formatting warning in relayd.conf.5 | |||
2012-08-24 | envelope_validate() don't take the evpid anymore. | Eric Faurot | |
2012-08-24 | comment about bsd.own.mk is now false; ok markus | Theo de Raadt | |
2012-08-24 | Back out the bit that links all shared libraries against -lc from the previous | Mark Kettenis | |
commit. It breaks make build on arm and generally causes more grief than the the (small) benefit it is supposed to bring. ok matthew@ | |||
2012-08-24 | When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the | Eric Faurot | |
queue, also notify the scheduler so it can rollback the current update. Send only the msgid while there. ok gilles@ | |||
2012-08-24 | Error out if queue_envelope_load() failed, rather than sending crap to | Eric Faurot | |
the mta/mda. ok gilles@ | |||
2012-08-24 | add stat counter for the number of envelopes inflight. | Eric Faurot | |
ok gilles@ | |||
2012-08-24 | rfc 4456 replaces rfc 2796; ok claudio | Jason McIntyre | |
2012-08-24 | ikev2 is described in rfc 5996 now; | Jason McIntyre | |
2012-08-24 | update SEE ALSO; | Jason McIntyre | |
2012-08-24 | In envelope ascii dump/load: | Charles Longeau | |
- remove loading of evpid. - don't dump the msgid - ignore msgid at load - remove now unused functions ascii_{dump,load}_uint{32,64}_hex() With inputs from eric@ and gilles@ ok gilles@ eric@ | |||
2012-08-24 | fix smtpctl show stats crash seen on -portable | Charles Longeau | |
reported by todd@ ok gilles@ | |||
2012-08-24 | Don't pass struct envelope pointer in queue backend API, instead use ↵ | Charles Longeau | |
envelope id and an envelope ascii buffer. ok eric@ gilles@ | |||
2012-08-24 | Remove the rq_host and rq_batch structures from the ramqueue scheduler. | Eric Faurot | |
The scheduler should only allow admin to schedule specific envelopes by id, or msgid. More advanced scheduling (per host/route/whatever) should be achieved using smtpctl schedule-id and proper filtering on the queue, or using ad-hoc scheduler backend and tools. ok gilles@ chl@ | |||
2012-08-24 | When creating an envelope, check if the message is incoming or | Eric Faurot | |
queued to decide the path for the envelope. Remove the need to check the envelope type. ok gilles@ chl@ | |||
2012-08-24 | ansi | Jonathan Gray | |
2012-08-24 | don't read past the end of an array when dumping the stack. | Jonathan Gray | |
same problem/fix as sparc. | |||
2012-08-24 | flesh out STANDARDS; | Jason McIntyre | |
2012-08-24 | Link httpd with -lpthread; recent pthread work enforces that a program | Stuart Henderson | |
dlopen()ing a module which uses pthread functions is itself linked with the thread library. Specifically, this allows httpd to use php again without an LD_PRELOAD hack. ok espie@ matthew@ | |||
2012-08-24 | fix assignment typo | Charles Longeau | |
ok eric@ gilles@ | |||
2012-08-24 | Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64 | Philip Guenthe | |
Add display of more feature bits: DTES64 PCID DEADLINE F16C RDRAND Add display of "Structured Extended Feature Flags Parameters": FSGSBASE SMEP EREP INVPCID ok mikeb@ | |||
2012-08-24 | We maintain our own tcpdump, so remove the sentence in the BUGS section | Lawrence Teo | |
that asks users to send bug reports to mainline tcpdump. While here, fix two mandoc -Tlint warnings by removing unnecessary .Pp instances. ok deraadt jmc naddy | |||
2012-08-24 | Don't attempt to warn about uninitialized __guard values yet. It's | Matthew Dempsky | |
too early to assume that everyone has updated their compiler toolchains, and it seems to cause problems at least on armish when an out-of-date binutils is used. | |||
2012-08-23 | cope with non-executable install-sh in unbound | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | copy cflags override code from newer unbound's configure.ac to ldns's | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.17, testing by okan@ (not yet linked to build; | Stuart Henderson | |
1.4.18 to follow later). | |||
2012-08-23 | cope with non-executable install-sh | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | don't force CFLAGS | Stuart Henderson | |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson | |
2012-08-23 | - rfc 4443 replaces rfc 2463 | Jason McIntyre | |
- "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8) | |||
2012-08-23 | missed NOPIE_FLAGS, noticed by Brian Callahan | Pascal Stumpf | |
ok deraadt@ | |||
2012-08-23 | enhance -v mode of 'sendmail' binary | Todd T. Fries | |
ok chl@ | |||
2012-08-23 | cleanup calculations in iocfacts a bit: number of reply frames doesn't | Mike Belopuhov | |
have to be not multiple of 16, recalculate request credit and number of replies if their sum exceeds MaxReplyDescriptorPostQueueDepth. tested on SAS2004 with bonnie++. | |||
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus | |
Reported by Brad, thanks! | |||
2012-08-23 | missing ${NOPIE_FLAGS}; ok pascal | Theo de Raadt | |
2012-08-23 | another missing piece from the old nnpfs/nnpfs_pioct.h; ok jsg@ | Christian Weisgerber | |
2012-08-23 | after some discussion with sthen, update the rfc reference from 1933 to 4213; | Jason McIntyre | |
2012-08-23 | sync: remove lingering nnpfs, pointed out by jmc@ | Todd T. Fries | |
2012-08-23 | recognise "beagle"; | Jason McIntyre | |
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre | |
2012-08-23 | no more /etc/afs/ | Jason McIntyre | |
2012-08-23 | no more NNPFS; | Jason McIntyre | |
2012-08-23 | fix multiple recipient support, from sunil on irc | Todd T. Fries | |
tested by me, ok gilles@ | |||
2012-08-23 | add -R to sendmail compat flags that do nothing (for now) | Todd T. Fries | |
ok gilles@ |