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