Age | Commit message (Expand) | Author |
2015-12-12 | prepare struct smtp_session for handling of filters | Gilles Chehade |
2015-12-12 | add watermark define which will be needed for filters | Gilles Chehade |
2015-12-12 | if ca name not specified, pass hint to lka that a wildcard can match | Gilles Chehade |
2015-12-12 | In the configuration test mode (smtpd -n) setup queue crypto iff a | Sunil Nimmagadda |
2015-12-12 | declare and init filter wait queues (unused yet) | Gilles Chehade |
2015-12-12 | add filter_dataline prototype + empty function | Gilles Chehade |
2015-12-12 | sender and recipient are mail addresses, not pathnames, use proper define | Gilles Chehade |
2015-12-12 | use smtpd specific define for table name sizes | Gilles Chehade |
2015-12-12 | fix prototypes | Gilles Chehade |
2015-12-12 | pki name and ca name must match a hostname, use HOST_NAME_MAX | Gilles Chehade |
2015-12-12 | display CA name in log debug | Gilles Chehade |
2015-12-12 | do not limit usernames to LOGIN_NAME_MAX in places where "virtual users" | Gilles Chehade |
2015-12-12 | rename an smtpd specific define | Gilles Chehade |
2015-12-12 | change variable name | Gilles Chehade |
2015-12-12 | when a specific CA was not requested, pass hint to lka that fallback to a | Gilles Chehade |
2015-12-12 | prepare some imsg structures for upcoming diff to support wildcard ca | Gilles Chehade |
2015-12-12 | In olden times (i + u + e) was considered a clever way to 'or' | Kenneth R Westerback |
2015-12-12 | Open disk READONLY if none of i, e or u are specified. | Kenneth R Westerback |
2015-12-12 | sync | Theo de Raadt |
2015-12-11 | there are no boot_ pages for armish or landisk that i can see, | Jason McIntyre |
2015-12-11 | fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@ | Bob Beck |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | Use %zu to print size_t's rather than casting to int. | mmcc |
2015-12-11 | Use %zu to print size_t's rather than casting to u_long. | mmcc |
2015-12-11 | rename header_masquerade_callback() to header_domain_append_callback(), the | Gilles Chehade |
2015-12-11 | remove wrapper function and call LKSB key write directly | Joerg Jung |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | comment typo | mmcc |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | remove no longer needed prototype | Joerg Jung |
2015-12-11 | fix a logic error in smtp_can_accept() which caused smtpd to accept less | Gilles Chehade |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | instead of checking the status everywhere do it directly after (trying) the | Joerg Jung |
2015-12-11 | Libraries should not print to stderr, ok tedu beck deraadt | Nicholas Marriott |
2015-12-11 | Add "id" to ssh-agent pledge for subprocess support. | Doug Hogan |
2015-12-11 | pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks! | Bob Beck |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-12-11 | Mention {src,dst}-{window,pane} where we define target-{window,pane}. | Nicholas Marriott |
2015-12-11 | Correct SYNOPSIS. | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-11 | We cannot do hooks_find and then hooks_remove because it might have come | Nicholas Marriott |
2015-12-11 | Actually use default-lease-time, max-lease-time, bootp-lease-length | Kenneth R Westerback |
2015-12-11 | it's not necessary to use a tree to track requests if kevent can do this. | Ted Unangst |
2015-12-11 | Remove xs_resume for now; pointed out by mlarkin@ | Mike Belopuhov |
2015-12-11 | Check alerts when session changes, from Patrick Palka. | Nicholas Marriott |
2015-12-11 | Let xs_getprop decide itself whether it's OK to sleep or not | Mike Belopuhov |
2015-12-11 | Disable database file by default; we already have it in our default nsd.conf | Stuart Henderson |
2015-12-11 | update to NSD 4.1.7, ok florian@ | Stuart Henderson |