Age | Commit message (Expand) | Author |
2017-05-28 | reinstate the description of "mask-source" to "listen on socket": my changes | Jason McIntyre |
2017-05-28 | mark up "masquerade"; | Jason McIntyre |
2017-05-28 | split the two "listen on" directives into two separate items; | Jason McIntyre |
2017-05-26 | move variables expansion out of lka_session into their own file, this is a | Gilles Chehade |
2017-05-24 | Fix a possible fatal() when smtpd is configured to *force* relaying over | Gilles Chehade |
2017-05-24 | document that "for local" is the default; while here, | Jason McIntyre |
2017-05-23 | "update table" is for tables of type file only; ok gilles | Jason McIntyre |
2017-05-22 | - filters are currently broken, do not allow using them until we're done | Gilles Chehade |
2017-05-22 | stub for the smtp filter protocol, currently always returns -1 | Gilles Chehade |
2017-05-19 | - switch to recallocarray | Eric Faurot |
2017-05-17 | Introduce more use of freezero(). Also, remove ptr conditionals before | Theo de Raadt |
2017-05-12 | queue is not owned by _smtpd but _smtpq so a bug in lookup process does not | Gilles Chehade |
2017-05-01 | in function used for tracing, display unknown lookup types as "???" | Gilles Chehade |
2017-04-29 | fix argument check, this should never trigger because it is a libexec called by | Joerg Jung |
2017-04-04 | document comments in table files; help/ok gilles | Jason McIntyre |
2017-03-30 | Disable client-initiated renegotiation. | Joel Sing |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-17 | switch to recallocarray() and remove useless pre-allocation. | Eric Faurot |
2017-03-17 | realloc() -> recallocarray(). | Eric Faurot |
2017-02-14 | fix man page, diff from jmc@ | Gilles Chehade |
2017-02-14 | add standalone maildir MDA (work in progress) which will soon obsolete the | Gilles Chehade |
2017-02-14 | add standalone mda for file delivery which will later obsolete | Gilles Chehade |
2017-02-14 | prepare Makefiles but don't link to the build yet | Gilles Chehade |
2017-02-14 | add new implementation of a standalone LMTP client which will deprecate the | Gilles Chehade |
2017-02-13 | fix incoming tls-require regression, introduced with last parse.y cleanup | Gilles Chehade |
2017-02-13 | allow negation of authenticated keyword: | Gilles Chehade |
2017-02-06 | Bump bcrypt version to $2b$ and increase number of rounds in two examples. | Theo Buehler |
2017-02-04 | Cast char to unsigned char for isspace() | Philip Guenther |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2017-01-08 | delete three macro lines that have no effect, found with mandoc -Tlint | Ingo Schwarze |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2017-01-03 | document forward(5); from mk | Jason McIntyre |
2016-12-03 | embed the struct iobuf instead of using a pointer. | Eric Faurot |
2016-11-30 | remove unused iobuf helpers | Eric Faurot |
2016-11-30 | hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT} | Eric Faurot |
2016-11-30 | make struct io opaque: | Eric Faurot |
2016-11-25 | normalize iobuf before reading into it. | Eric Faurot |
2016-11-25 | use a specific event to defer the mta connection instead of abusing | Eric Faurot |
2016-11-25 | assign an id to each rule in the ruleset, first step towards an MTA layer | Gilles Chehade |
2016-11-24 | add an io_paused() function. | Eric Faurot |
2016-11-24 | add an io_fileno() accessor | Eric Faurot |
2016-11-24 | add an io_ssl() accessor | Eric Faurot |
2016-11-24 | add an io_error() accessor to avoid dereferencing the io struct directly. | Eric Faurot |
2016-11-24 | reset the io event when data is queued. | Eric Faurot |
2016-11-22 | Normalize the io input buffer internally when reinstalling the io event, so | Eric Faurot |
2016-11-21 | replace calls to iobuf_*() functions with the corresponding io_*() wrappers. | Eric Faurot |
2016-11-20 | add dedicated functions to set fd and callback on a struct io. | Eric Faurot |