index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
smtp_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start porting smtpd to libtls.
eric
2021-03-05
1
-8
/
+9
*
strip trailing CRs at smtp level rather than io level
eric
2020-04-24
1
-1
/
+5
*
Cast argument of ctype(3) macros to unsigned char, not int.
millert
2020-02-24
1
-4
/
+5
*
immediatly close the connection if the cert is not valid, rather than
eric
2019-09-10
1
-2
/
+2
*
Request a new SSL structure for each TLS session.
eric
2019-09-02
1
-3
/
+9
*
change "ssl" to "tls" in various identifiers.
eric
2019-06-12
1
-2
/
+2
*
fix typos in log messages
eric
2019-05-14
1
-4
/
+4
*
properly handle credentials and fix auth in smtp(1)
eric
2018-09-20
1
-27
/
+42
*
sync fatalx() message between smtp_client_{state,response}; ok stsp@ gilles@
miko
2018-09-01
1
-2
/
+2
*
fix use-after-free
eric
2018-08-30
1
-3
/
+3
*
parse SIZE advertisement
eric
2018-06-09
1
-1
/
+9
*
check the intended value
eric
2018-05-24
1
-2
/
+2
*
Nuke unused variables. Initialize variable before use.
krw
2018-05-21
1
-1
/
+2
*
fix build for smtp(1) after log.h update
eric
2018-04-26
1
-1
/
+5
*
add a simple SMTP client
eric
2018-04-26
1
-0
/
+884