Age | Commit message (Expand) | Author |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-15 | add a -R option to set/unset resolver flags. | Eric Faurot |
2018-12-15 | remove unused and problematic sudo clean. ok espie | Ted Unangst |
2012-07-13 | import regression suite for asr | Eric Faurot |
2018-12-14 | Revisit the optimization for unbuffered I/O. We can use the buffer | Todd C. Miller |
2018-12-14 | Back out the optimization in rev 1.13, it does not update flags on | Todd C. Miller |
2018-12-14 | let smtpd fatal on misbehaving proc filters | Gilles Chehade |
2018-12-14 | Delete a note taken during the rev. 1.1 man page splite | Ingo Schwarze |
2018-12-14 | Delete unused phdr functions; move declarations for functions internal to | Philip Guenther |
2018-12-14 | use new cert helpers for incoming smtp sessions | Eric Faurot |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Fold mparse_parse_buffer() into mparse_readfd(), making the code | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | in event reports, use a struct timeval instead of time_t since we want more | Gilles Chehade |
2018-12-13 | do not use err() on fork_processor() exit | Gilles Chehade |
2018-12-13 | Use a faster, more reliable way to figure out how many TLB entries are | Visa Hankala |
2018-12-13 | Allow all non-ephemeral buffers to be toggled writable or read-only | Mark Lumsden |
2018-12-13 | only allow builtin filters to declare which hook they listen to in the conf | Gilles Chehade |
2018-12-13 | Revert last. Breaks landisk snap building for currently unknown | Kenneth R Westerback |
2018-12-13 | we don't want to parse a filter command line | Gilles Chehade |
2018-12-13 | split the status display in two, so that I can explicitly show I'm | Marc Espie |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | fix printf statements when compiled with -DDEBUG. | Martijn van Duren |
2018-12-13 | libmdoc.h no longer needs mdoc.h | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | various minor tweaks; ok mlarkin | Jason McIntyre |
2018-12-13 | further document pcap_dump; from jan stary | Jason McIntyre |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | add commented-out "val-log-level: 2" next to the uncommentable line to | Stuart Henderson |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | remove unused prototypes | Gilles Chehade |
2018-12-12 | add tx-data reporting event | Gilles Chehade |
2018-12-12 | Simplify mbzero() by using mem_write with a NULL buf which does zero out | Claudio Jeker |
2018-12-12 | Set the com speed to 115200 like we do in our bootloader when using SeaBIOS. | Claudio Jeker |
2018-12-12 | zap trailing whitespace; | Jason McIntyre |
2018-12-12 | some pcap_setdirection details; from jan stary | Jason McIntyre |
2018-12-12 | allow reading from stdin with -f -. | Ted Unangst |
2018-12-12 | document show-indexed | Marc Espie |
2018-12-12 | Various cleanups: | Martin Pieuchot |
2018-12-12 | free(9) sizes for sysv shm. | Martin Pieuchot |
2018-12-12 | free(9) sizes for SVID semaphores. | Martin Pieuchot |
2018-12-12 | +nettle-bug now that the fix has been committed | Marc Espie |
2018-12-12 | even when there's no update needed, respect dependency chain order. | Marc Espie |
2018-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-12-12 | upon MAIL or RCPT errors, only trigger report_smtp_tx_{mail,rcpt} events if | Gilles Chehade |