aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update versionopensmtpd-5.4.5Gilles Chehade2015-04-191-1/+1
* fix SNIGilles Chehade2015-04-193-15/+21
* missing limits.hGilles Chehade2015-04-1916-4/+19
* Do not use the name returned by getlogin() when pw_uid fromSunil Nimmagadda2015-04-191-3/+8
* fix offline enqueueing to bypass getlogin()Gilles Chehade2015-04-192-6/+19
* get reallocarray from masteropensmtpd-5.4.4Eric Faurot2014-12-249-26/+169
* import asr sources for backward compatEric Faurot2014-12-2425-0/+7417
* manpage updates from openbsdEric Faurot2014-12-241-4/+20
* some third-party applications generate malformed headers which we can stillEric Faurot2014-12-241-2/+7
* Don't allow embedded nul characters in strings.Eric Faurot2014-12-241-1/+4
* use reallocarrayEric Faurot2014-12-241-4/+2
* log_warn -> log_warnxEric Faurot2014-12-241-1/+1
* arc4random already returns 32bit valueEric Faurot2014-12-241-2/+2
* (void) cast calls that cannot truncateEric Faurot2014-12-242-7/+7
* In opportunistic TLS, an error during a TLS handshake may result in theGilles Chehade2014-12-133-1/+18
* missing headerGilles Chehade2014-11-181-0/+1
* - no more mfa, pony insteadGilles Chehade2014-11-183-1199/+222
* - various cleanups and minor bugfixesGilles Chehade2014-11-1876-3491/+5334
* always build ASR for nowopensmtpd-5.4.2Gilles Chehade2014-03-041-0/+3
* do not add trailing spaces when sending MAIL/RCPT commands if peerGilles Chehade2014-03-021-6/+6
* do not escape user.directory expansionEric Faurot2014-02-281-1/+1
* do not ommit F_BACKUP otherwise backup MX are brokenGilles Chehade2014-02-281-1/+1
* do not corrupt sessionGilles Chehade2014-02-251-2/+1
* fix off by one leading to invalid host stats treeGilles Chehade2014-02-241-3/+4
* use strcasecmp to compare domainsEric Faurot2014-02-201-1/+1
* fix possible NULL-deref in error code pathGilles Chehade2014-02-171-1/+2
* sync manpagesEric Faurot2014-02-172-16/+39
* missing imsg in imsg_to_strEric Faurot2014-02-171-0/+1
* bump imsg version for new CTLEric Faurot2014-02-171-1/+1
* do not lookup pki based on hostname if one was specified for the listenerGilles Chehade2014-02-171-4/+12
* Merge branch 'branch-opensmtpd-5.4.2' of ssh://ssh.poolp.org/git/opensmtpd into branch-opensmtpd-5.4.2Gilles Chehade2014-02-174-12/+12
|\
| * change versionEric Faurot2014-02-101-1/+1
| * manpage changes form OpenBSDEric Faurot2014-02-103-11/+11
* | Implement smtpctl show status subcommand.Sunil Nimmagadda2014-02-173-0/+28
|/
* sync with portableEric Faurot2014-02-041-1/+1
* small fixesEric Faurot2014-02-042-8/+5
* unused fieldEric Faurot2014-02-042-2/+0
* bogus linebreakEric Faurot2014-02-041-1/+1
* remove dead code for nowEric Faurot2014-02-041-86/+0
* add FORMAT SPECIFIERS section, from jca@Gilles Chehade2014-02-041-3/+3
* this no longer is trueGilles Chehade2014-02-041-16/+0
* relax the cfg file secrecy check slightly to allow group readabilityGilles Chehade2014-02-031-1/+1
* deraadt: ctype cleanup; ok gillesGilles Chehade2014-02-031-2/+2
* revert previous commit, it's not a copy-paste errorCharles Longeau2014-02-031-1/+1
* CID 1164065: Copy-paste errorCharles Longeau2014-02-031-1/+1
* Don't use hyphens as minus signs in man pagesRyan Kavanagh2014-02-031-6/+6
* Use ">" instead of "\*(Gt" for compatibility with mandbRyan Kavanagh2014-02-031-1/+1
* remove some whitespacesGilles Chehade2014-02-033-3/+3
* - pass table name through table_proc APIGilles Chehade2014-02-035-16/+28
* call proc tables with "-n tablename" so they get a chance to know they table->t_nameGilles Chehade2014-02-032-4/+10