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
/
libexec
/
ftpd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-27
We know about optreset from unistd.h.
florian
1
-2
/
+1
2020-03-04
Avoid passing a NULL name to retrieve(), use "." instead.
millert
1
-2
/
+2
2020-01-15
Simplify globbing of ftpd(8)s list and nlst commands.
jan
3
-34
/
+25
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
1
-2
/
+2
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
6
-71
/
+71
2019-05-08
rm dead code and simplify ftpd_popen. this code has only called
tedu
5
-75
/
+42
2018-12-11
Flip snprintf(3) error check to align it with the man page example.
bluhm
1
-2
/
+2
2018-12-11
Convert some variables with non-negative values to unsigned type
bluhm
1
-6
/
+7
2017-04-27
Don't send multiple error messages in response to a single command
mikeb
1
-1
/
+5
2017-04-17
memset() of password field should be explicit_bzero().
deraadt
1
-2
/
+2
2017-04-17
freezero() can be used here
deraadt
1
-3
/
+2
2016-09-03
Use a single "opt" variable for all setsockopt calls in getdatasock().
jca
1
-12
/
+13
2016-09-03
Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets.
jca
1
-7
/
+21
2016-08-31
Don't attempt to support IPv4-mapped IPv6 addresses.
jca
1
-37
/
+5
2016-08-30
remove ifdef for all the features we have.
tedu
1
-16
/
+1
2016-08-26
trim down some NBBY references. 8 bits ought to be enough for anyone.
tedu
2
-9
/
+5
2016-08-14
When upcasting to off_t for multiplication, the cast needs to be *before*
guenther
1
-4
/
+4
2016-08-14
Convert %q to %ll with long long casts for printf()
guenther
2
-26
/
+26
2016-07-04
Use fstatat() instead of crafting a filename to use with stat()
guenther
1
-14
/
+16
2016-05-04
Kill #ifdef INET6 occurrences in userland.
jca
2
-9
/
+2
2016-04-25
prefer setres{u,g}id() rather than manipulating both real and effective
deraadt
2
-12
/
+8
2016-04-06
compare pointer to NULL instead of 0
semarie
1
-7
/
+8
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
krw
1
-2
/
+2
2016-02-29
Print ssize_t with %zd; ok deraadt@ mmcc@
jca
1
-4
/
+4
2016-02-29
Kill unused variable.
jca
1
-2
/
+2
2015-12-12
Remove NULL-checks before free(). ok tb@
mmcc
1
-11
/
+6
2015-12-01
needs utf8.c from the ls tree also
deraadt
1
-2
/
+2
2015-11-16
don't need to ifdef setproctitle
tedu
4
-21
/
+4
2015-10-25
No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@
millert
2
-10
/
+4
2015-10-25
unifdef some oldness. (BSD not defined since removal of param.h)
tedu
1
-10
/
+1
2015-10-19
Delete the empty example file "ftpchroot"; no example is needed.
schwarze
1
-2
/
+3
2015-10-04
fix custom popen to return pid to caller instead of tracking in a giant
tedu
3
-36
/
+24
2015-09-01
test pointers with NULL not '\0'
jsg
1
-4
/
+4
2015-08-18
calloc() is prototyped; do not cast result
deraadt
1
-2
/
+2
2015-03-17
Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@
millert
1
-2
/
+2
2015-03-15
tzfile.h is an internal header that should never have been installed.
millert
1
-2
/
+1
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
millert
1
-4
/
+4
2015-01-19
CMASK went out of scope with the recent <sys/param.h> removal. But oh
deraadt
1
-6
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2
-20
/
+20
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
schwarze
1
-10
/
+5
2014-10-25
Remove unnecessary netinet/in_systm.h include.
lteo
2
-4
/
+2
2014-08-25
Delete secret or secret-derived data with explicit_bzero.
doug
2
-4
/
+4
2014-03-24
remove tcpwrappers support. ok deraadt
tedu
2
-56
/
+2
2014-03-17
args! fix argstr. from LEVAI Daniel.
sthen
1
-2
/
+2
2014-03-17
tweak previous;
jmc
1
-9
/
+9
2014-03-17
typo, spotted by okan@
sthen
1
-2
/
+2
2014-03-17
Add an option to disallow ftp access to accounts with uid below a certain
sthen
2
-5
/
+35
2014-02-08
Fix REST (restart transfer) for offsets large than 2GB. OK okan@
millert
1
-15
/
+39
2014-01-08
If the file size is zero, there's nothing to transmit so avoid spamming
jca
1
-1
/
+7
2013-11-27
unsigned char for ctype
deraadt
1
-8
/
+8
[next]