summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-24- rfc 5082 replaces rfc 3682; ok claudioJason McIntyre
- flesh out SEE ALSO in bgpd.8 - fix a formatting warning in relayd.conf.5
2012-08-24envelope_validate() don't take the evpid anymore.Eric Faurot
2012-08-24comment about bsd.own.mk is now false; ok markusTheo de Raadt
2012-08-24Back out the bit that links all shared libraries against -lc from the previousMark 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-24When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to theEric Faurot
queue, also notify the scheduler so it can rollback the current update. Send only the msgid while there. ok gilles@
2012-08-24Error out if queue_envelope_load() failed, rather than sending crap toEric Faurot
the mta/mda. ok gilles@
2012-08-24add stat counter for the number of envelopes inflight.Eric Faurot
ok gilles@
2012-08-24rfc 4456 replaces rfc 2796; ok claudioJason McIntyre
2012-08-24ikev2 is described in rfc 5996 now;Jason McIntyre
2012-08-24update SEE ALSO;Jason McIntyre
2012-08-24In 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-24fix smtpctl show stats crash seen on -portableCharles Longeau
reported by todd@ ok gilles@
2012-08-24Don'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-24Remove 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-24When creating an envelope, check if the message is incoming orEric Faurot
queued to decide the path for the envelope. Remove the need to check the envelope type. ok gilles@ chl@
2012-08-24ansiJonathan Gray
2012-08-24don't read past the end of an array when dumping the stack.Jonathan Gray
same problem/fix as sparc.
2012-08-24flesh out STANDARDS;Jason McIntyre
2012-08-24Link httpd with -lpthread; recent pthread work enforces that a programStuart 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-24fix assignment typoCharles Longeau
ok eric@ gilles@
2012-08-24Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64Philip 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-24We maintain our own tcpdump, so remove the sentence in the BUGS sectionLawrence 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-24Don't attempt to warn about uninitialized __guard values yet. It'sMatthew 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-23cope with non-executable install-sh in unboundStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-08-23regenStuart Henderson
2012-08-23copy cflags override code from newer unbound's configure.ac to ldns'sStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.17, testing by okan@ (not yet linked to build;Stuart Henderson
1.4.18 to follow later).
2012-08-23cope with non-executable install-shStuart Henderson
2012-08-23regenStuart Henderson
2012-08-23don't force CFLAGSStuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-08-23- rfc 4443 replaces rfc 2463Jason McIntyre
- "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8)
2012-08-23missed NOPIE_FLAGS, noticed by Brian CallahanPascal Stumpf
ok deraadt@
2012-08-23enhance -v mode of 'sendmail' binaryTodd T. Fries
ok chl@
2012-08-23cleanup calculations in iocfacts a bit: number of reply frames doesn'tMike 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-23syncTheo de Raadt
2012-08-23Aliases for extended precision were missed on a few functions on hppa.Martynas Venckus
Reported by Brad, thanks!
2012-08-23missing ${NOPIE_FLAGS}; ok pascalTheo de Raadt
2012-08-23another missing piece from the old nnpfs/nnpfs_pioct.h; ok jsg@Christian Weisgerber
2012-08-23after some discussion with sthen, update the rfc reference from 1933 to 4213;Jason McIntyre
2012-08-23sync: remove lingering nnpfs, pointed out by jmc@Todd T. Fries
2012-08-23recognise "beagle";Jason McIntyre
2012-08-23remove unneccessary .Pp;Jason McIntyre
2012-08-23no more /etc/afs/Jason McIntyre
2012-08-23no more NNPFS;Jason McIntyre
2012-08-23fix multiple recipient support, from sunil on ircTodd T. Fries
tested by me, ok gilles@
2012-08-23add -R to sendmail compat flags that do nothing (for now)Todd T. Fries
ok gilles@