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
/
iobuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start porting smtpd to libtls.
eric
2021-03-05
1
-40
/
+26
*
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2021-01-23
1
-5
/
+3
*
strip trailing CRs at smtp level rather than io level
eric
2020-04-24
1
-4
/
+3
*
remove useless check and dead code
gilles
2019-10-03
1
-5
/
+1
*
change "ssl" to "tls" in various identifiers.
eric
2019-06-12
1
-16
/
+16
*
realloc() -> recallocarray().
eric
2017-03-17
1
-3
/
+3
*
remove trailing whitespace
jung
2015-12-14
1
-2
/
+2
*
Remove a few NULL-checks before free().
mmcc
2015-12-05
1
-3
/
+2
*
iobuf_queue() should return the number of bytes it queued on success, not 0
gilles
2015-10-15
1
-2
/
+2
*
move paren to correctly return a negative error value instead of the
jsg
2015-09-03
1
-2
/
+2
*
sync with OpenSMTPD 5.3.2
eric
2013-05-24
1
-2
/
+3
*
Sync with our smtpd repo:
gilles
2013-01-26
1
-5
/
+17
*
knf
eric
2012-11-23
1
-11
/
+11
*
fix stupid mistake in buffer code
eric
2012-02-01
1
-2
/
+2
*
Import generic network IO code. The plan is to hide the boring
eric
2012-01-29
1
-0
/
+453