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