aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1102 from ryanakca/no-listen-alllibtlfGilles Chehade2021-01-201-1/+4
|\
| * Don't mention OpenBSD interface 'all' in portable smtpd.confRyan Kavanagh2020-12-091-1/+4
* | pastoGilles CHEHADE2021-01-191-1/+1
* | fix buildGilles CHEHADE2021-01-191-1/+1
* | Merge branch 'master' of ssh://github.com/OpenSMTPD/OpenSMTPDGilles CHEHADE2021-01-194-54/+135
|\ \
| * | doc: fix typosIhor Antonov2020-12-301-28/+26
| * | doc: readme updatesIhor Antonov2020-12-302-42/+97
| * | Merge pull request #1119 from OpenSMTPD/fbsd_ci_fixIhor Antonov2020-12-291-1/+1
| |\ \
| | * | Fix broken FBSD CI buildIhor Antonov2020-12-291-1/+1
| |/ /
| * | Merge pull request #1117 from breard-r/encryptGilles Chehade2020-12-291-4/+32
| |\ \
| | * | Adjust the cost factorsRodolphe Bréard2020-12-271-3/+3
| | * | Add libxcrypt supportRodolphe Bréard2020-12-261-4/+32
* | | | Rename the pony process to dispatcher and klondike to crypto.martijn2021-01-1914-273/+263
* | | | sync usage() with SYNOPSIS; the -S option remainsjmc2021-01-191-2/+2
* | | | smtpd's filter state machine can prematurely release resourcesmillert2021-01-191-1/+1
* | | | Fix a memory leak: use a single memory allocation for struct addrinfo anderic2021-01-191-1/+13
* | | | Use regfree after we're done with preg.martijn2021-01-191-2/+2
|/ / /
* / / bump versionGilles CHEHADE2020-12-281-1/+1
|/ /
* | fix pathGilles CHEHADE2020-12-246-6/+6
* | Merge pull request #1113 from nckx/fix-man-page-locationGilles Chehade2020-12-241-2/+2
|\ \
| * | configure.ac: Fix man page location.Tobias Geerinckx-Rice2020-12-241-2/+2
* | | plug a leak in regex table lookupsGilles CHEHADE2020-12-231-1/+6
* | | do not kill io channel on IO_DISCONNECTEDGilles CHEHADE2020-12-231-5/+0
|/ /
* | fix a memory leak, diff by Eric FaurotGilles CHEHADE2020-12-221-30/+37
* | The plumbing already allowed for smtp authentication, hook it up to the -amartijn2020-12-212-7/+35
* | Use NI_NUMERICSERV. We don't use the result and it's faster and is amartijn2020-12-212-5/+6
* | Onlly call event_del if there are events enabled, since not all libeventsmartijn2020-12-211-2/+3
* | Free filter_name in lka_filter_endmartijn2020-12-211-1/+2
* | plug memory leakGilles CHEHADE2020-12-172-12/+15
* | add missing defines for CLOCK_REALTIME and CLOCK_MONOTONICGilles CHEHADE2020-12-141-0/+11
* | clock_gettime() returns -1 in case of an error, don't fatal ...Gilles CHEHADE2020-12-141-1/+1
* | clock_gettime() is already built conditionallyGilles CHEHADE2020-12-141-2/+1
|/
* Delete codeql-analysis.ymlGilles Chehade2020-12-021-67/+0
* Create codeql-analysis.ymlGilles Chehade2020-12-021-0/+67
* Sync bsnprintf() with ldapd/util.c r1.13tb2020-12-021-2/+2
* if ECDSA_METHOD exists, declare pointersopenssl-ecdsaGilles CHEHADE2020-12-021-0/+4
* Merge branch 'master' into openssl-ecdsaGilles Chehade2020-12-026-12/+14
|\
| * proper get_progname use in smtpctlGilles Chehade2020-12-011-2/+2
| * Merge branch 'master' of ssh://github.com/OpenSMTPD/OpenSMTPD into masterGilles Chehade2020-12-011-2/+2
| |\
| | * Update version badgeIhor Antonov2020-11-301-1/+1
| | * Remove broken linkIhor Antonov2020-11-301-1/+1
| * | fix get_progname() and setproctitle() detectionGilles Chehade2020-12-014-9/+11
| |/
| * Revert "use get_progname() to fix proctitle"Gilles Chehade2020-12-011-1/+1
* | Merge branch 'openssl-ecdsa' of ssh://github.com/OpenSMTPD/OpenSMTPD into openssl-ecdsaGilles Chehade2020-12-021-3/+24
|\ \
| * | whitespcesGilles Chehade2020-12-011-14/+11
| * | missing operations for ECDSAGilles CHEHADE2020-12-011-0/+24
* | | Merge branch 'master' into openssl-ecdsaGilles Chehade2020-12-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * use get_progname() to fix proctitleGilles Chehade2020-12-011-1/+1
* | add missing method in engineGilles Chehade2020-11-301-1/+17
* | bring privsep ECDSA support for OpenSSLGilles Chehade2020-11-302-17/+143
|/