Age | Commit message (Expand) | Author |
2009-04-10 | tweaks; | Jason McIntyre |
2009-04-09 | make the manpage fairly complete, contains bits from jmc@ | Jacek Masiulaniec |
2009-04-09 | fixes for smtp auth LOGIN, inspired from smtp auth PLAIN fixes | Todd T. Fries |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-04-05 | log_warn -> log_warnx | Gilles Chehade |
2009-04-05 | ignore -o option (for now at least) when working in enqueue mode, this | Gilles Chehade |
2009-04-03 | The smtp auth PLAIN specification is weird. It's valid (apparently for | Owain Ainsworth |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec |
2009-03-23 | various minor improvements; ok jacekm gilles | Jason McIntyre |
2009-03-23 | repair library use. this was detected on the vax, a nice static linking | Theo de Raadt |
2009-03-23 | good god no you do not use LDFLAGS to pull in libraries | Theo de Raadt |
2009-03-23 | Fixed a leaking of a fd each time a file is delivered to a mbox, which | Tobias Stoeckmann |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin |
2009-03-20 | initialize variable before using it as a counter in a loop | Gilles Chehade |
2009-03-19 | since maps may contain secrets, carry ownership and perms from source file | Jacek Masiulaniec |
2009-03-19 | make action_type == 0 mean A_INVALID, not A_RELAY; ok gilles@ | Jacek Masiulaniec |
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade |
2009-03-19 | in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is | Gilles Chehade |
2009-03-18 | remove debug X-Cipher and turn it into a useful log_info() | Gilles Chehade |
2009-03-18 | previous commit removed "else" condition | Gilles Chehade |
2009-03-18 | we can no longer create batches of MDA deliveries, so make sure runner | Gilles Chehade |
2009-03-18 | unbreak make release, spotted by todd and kurt | Jacek Masiulaniec |
2009-03-18 | in mta, when remote host advertises AUTH, do not attempt to authenticate | Gilles Chehade |
2009-03-17 | update a bit, but more work is needed on this man page, working on it and | Gilles Chehade |
2009-03-17 | move smtpd.conf to etc/mail/ directory. it is not installed yet by the | Gilles Chehade |
2009-03-16 | change smtpd.conf to what it will be by default: | Gilles Chehade |
2009-03-16 | in accept rules, support "for local" as a destination which is an alias to | Gilles Chehade |
2009-03-16 | update smtpctl.8 with new smtpctl commands | Gilles Chehade |
2009-03-16 | smtpctl goes to usr.sbin; ok gilles@ | Jacek Masiulaniec |
2009-03-16 | makemap goes to libexec/smtpd; ok gilles@ | Jacek Masiulaniec |
2009-03-16 | - mention /etc/mail/virtual in FILES section | Gilles Chehade |
2009-03-16 | mention /etc/mail/secrets in the FILES section | Gilles Chehade |
2009-03-16 | this file has been deprecated for a while and will not be updated, so | Gilles Chehade |
2009-03-15 | since we are going to share code in smtp sessions and mta sessions, we need | Gilles Chehade |
2009-03-15 | the mda process no longer uses struct batch as its central structure to | Gilles Chehade |
2009-03-15 | save 4 bytes per message by moving the datafp field of struct message to | Gilles Chehade |
2009-03-12 | Add new function time_to_text to correctly display the date. | pea |
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea |
2009-03-11 | fix log_info(), while other processes know about message uid, the smtp | Gilles Chehade |
2009-03-10 | implement basic logging, needs more work; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | when calling external mda, use restricted environment; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | run external mda with cwd set to $HOME or /; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | kill few lines, saving one seteuid(2) call; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | - Use setsid(2) to create new process group for external mda. | Jacek Masiulaniec |
2009-03-10 | it's simpler to use pipe(2) than socketpair(2) to communicate with | Jacek Masiulaniec |
2009-03-10 | fork(2) or socketpair(2) failures are temporary, delivery attempt should be | Jacek Masiulaniec |
2009-03-10 | ascribe copyright to code taken from OpenSSH, pointed out by deraadt | Jacek Masiulaniec |
2009-03-09 | run external mda directly, not via sh -c; this steals addargs() API | Jacek Masiulaniec |