summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-07- specifically match carp+([0-9]):, not just carp*:. avoids spuriousStuart Henderson
2009-08-07smtp_session: ssl/ssl.h -> openssl/ssl.hGilles Chehade
2009-08-07in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other filesGilles Chehade
2009-08-07we were linking to libkeynote to use kn_base64_encode/decode, but honestlyGilles Chehade
2009-08-07sets modes for dirs; too. ok sobrado@ & jmc@.Martynas Venckus
2009-08-07wrap auth_userokay in a new function authenticate_user() and make sureGilles Chehade
2009-08-07Add ``Digitus DN-7001G'' to the supported device list.Marcus Glocker
2009-08-07If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott
2009-08-07Move introduction section up into description. From jmc.Nicholas Marriott
2009-08-07get the default ttl via sysctl instead of using IPDEFTTLReyk Floeter
2009-08-07rename 'struct session' to 'struct rsession' because it conflicts withReyk Floeter
2009-08-07allow to modify the IP TTL value for host checks. this can be used toReyk Floeter
2009-08-07add missing lineReyk Floeter
2009-08-07if buffers overlap; result will be undefined. ok claudio@, michele@Martynas Venckus
2009-08-07fix ksh ftp wrapper so argvs aren't split before passing; makingMartynas Venckus
2009-08-07allow to specify host attributes in an arbitrary order (parent, retry) byReyk Floeter
2009-08-07cosmetic change - move address into an own elementReyk Floeter
2009-08-07tweak previous;Jason McIntyre
2009-08-07add -E flag to compile regular expressions using the extended POSIXDamien Miller
2009-08-07all of the ale(4) chipsets are Gigabit.Kevin Lo
2009-08-07move editor_allocspace & mpsave out to extern.h so that disklabel.cMartynas Venckus
2009-08-07define substitution in some cases might happen after prototypes areMartynas Venckus
2009-08-07Using the alternative screen (smcup/rmcup) should also preserve the currentNicholas Marriott
2009-08-07pull some more missing; for err&errx, printf, write, bzopy&bzeroMartynas Venckus
2009-08-07pull string for memcpy; ok hshoexer@Martynas Venckus
2009-08-07pull aml/aml_parse.h; otherwise it would take aml_parse_objectlistMartynas Venckus
2009-08-06encode special or unsafe characters defined by rfc1738. as a result,Martynas Venckus
2009-08-06fix typo in argument name for a recently added option.Igor Sobrado
2009-08-06Handle failed disk I/O for RAID6Jordan Hargrave
2009-08-06Make sure <machine/cpu.h> includes <machine/intr.h> when included with _LOCOREMiod Vallat
2009-08-06Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2Miod Vallat
2009-08-06R4k-style coprocessor 0 config register uses 3 bits wide fields to tellMiod Vallat
2009-08-06tweak INTRODUCTION; from nicm and myselfJason McIntyre
2009-08-06Remove _InvalidateICachePage cache op, it isn't used by anything.Miod Vallat
2009-08-06Only compile RM7000 performance counter support if defined(RM7K_PERFCNTR).Miod Vallat
2009-08-06By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-06Add device id for BCM5716S, tidy whitespace. From Brad.Stuart Henderson
2009-08-06fix a crash in mta when forwarding a bounce, caused by a null derefGilles Chehade
2009-08-06in smtp_session, fix logging so that when we accepted an empty envelope forGilles Chehade
2009-08-06- change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGEGilles Chehade
2009-08-06replace X-OpenSMPTD-Loop with Delivered-ToGilles Chehade
2009-08-06when writing a bounce, follow the same rule as for mta sessions and prependGilles Chehade
2009-08-06reintroduce the uvm_tree commit.Owain Ainsworth
2009-08-06when a message in queue expires, generate a bounce before we remove itGilles Chehade
2009-08-06factorize file_copy_session() and file_copy() so file_copy() can handleGilles Chehade
2009-08-06fix a typo in bounce message t -> toGilles Chehade
2009-08-06- introduce message_set_errormsg() to set the error description that willGilles Chehade
2009-08-06swap the postfix example for an smtpd one;Jason McIntyre
2009-08-06This commit reworks the entire mailer daemon support to actually make itGilles Chehade
2009-08-06Backout r1.274, william@ has tracked down watchdog timeouts withStuart Henderson