Age | Commit message (Expand) | Author |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-12-05 | In lookup_host(), return to caller a properly calculated message length | Jeremie Courreges-Anglas |
2013-12-05 | missing init | Eric Faurot |
2013-12-05 | bogus ';' | Eric Faurot |
2013-12-05 | Properly initialize 'transp' to appease the compiler. ok millert@ | Jeremie Courreges-Anglas |
2013-12-05 | Provide a prototype for ngstore() and include <unistd.h> for getopt(). | Jeremie Courreges-Anglas |
2013-12-05 | In split_address(), make 'i' a size_t. ok millert@ | Jeremie Courreges-Anglas |
2013-12-05 | minor tweaks; | Jason McIntyre |
2013-12-05 | move defines around | Eric Faurot |
2013-12-05 | warn when failing to parse a field | Eric Faurot |
2013-12-05 | document "verify" keyword and "authtable" option on "listen" rules | Eric Faurot |
2013-12-05 | When a relay fails, let the scheduler update all envelopes in the | Eric Faurot |
2013-12-04 | opt_map CIRCLEQ -> TAILQ. | Kenneth R Westerback |
2013-12-04 | ctype improvements; checked by okan | Theo de Raadt |
2013-12-03 | schedule in O(log n) | Eric Faurot |
2013-12-03 | Rework the envelope flushing loops in mta to avoid sending all delivery | Eric Faurot |
2013-12-03 | warn when failing to enqueue an internal bounce. | Eric Faurot |
2013-12-03 | ctype cleanups | Theo de Raadt |
2013-12-03 | Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@ | Todd C. Miller |
2013-12-03 | stop using sys/syslimits.h directly, and use limits.h | Theo de Raadt |
2013-12-03 | no need for timeb.h | Theo de Raadt |
2013-12-03 | no need to use sgttyb.h | Theo de Raadt |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-30 | Fix bug#534: IXFR query loop over UDP for zones that are unchanged. | Brad Smith |
2013-11-30 | do not send the holdq release message if no envelope were held for a relay. | Eric Faurot |
2013-11-30 | do not hardcode scheduler batch size, and reduce default limit to avoid | Eric Faurot |
2013-11-30 | mention smtpctl encrypt subcommand. | Eric Faurot |
2013-11-29 | fix missing space from line break | Ted Unangst |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2013-11-28 | limit the number of envelopes to recall in the hoststat cache. | Eric Faurot |
2013-11-28 | fix loading of passphrase-protected keys. | Eric Faurot |
2013-11-28 | better response | Eric Faurot |
2013-11-28 | allow subdomain matching in mailaddr tables | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-11-26 | unsigned char for ctype | Theo de Raadt |
2013-11-26 | need errno, thx sthen | Henning Brauer |
2013-11-26 | don't intentionally cast the argument to isprint() to the wrong type... | Theo de Raadt |
2013-11-26 | remove old files | Stuart Henderson |
2013-11-26 | merge conflicts | Stuart Henderson |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2013-11-26 | msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | remove "clever" shortcut that might bite later, ok gilles benno | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-26 | Copy some entries from Apache's mime.types file to nginx's, ok robert@ | Stuart Henderson |