index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ftpd
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-17
Remove unused variables; ok millert@
Miod Vallat
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-05-31
Convert K&R function definitions to modern C.
jan
2021-05-23
Constify function parameters.
jan
2021-05-22
Remove useless fflush(3) calls. lreply() already called fflush(3).
jan
2021-05-22
Remove useless islower(2) before toupper(3).
jan
2021-05-20
Removes the useless FILE* parameter of get_line().
jan
2021-05-15
Add pledge for ftpd's user processes.
jan
2020-12-27
We know about optreset from unistd.h.
Florian Obser
2020-03-04
Avoid passing a NULL name to retrieve(), use "." instead.
Todd C. Miller
2020-01-15
Simplify globbing of ftpd(8)s list and nlst commands.
jan
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-08
rm dead code and simplify ftpd_popen. this code has only called
Ted Unangst
2018-12-11
Flip snprintf(3) error check to align it with the man page example.
Alexander Bluhm
2018-12-11
Convert some variables with non-negative values to unsigned type
Alexander Bluhm
2017-04-27
Don't send multiple error messages in response to a single command
Mike Belopuhov
2017-04-17
memset() of password field should be explicit_bzero().
Theo de Raadt
2017-04-17
freezero() can be used here
Theo de Raadt
2016-09-03
Use a single "opt" variable for all setsockopt calls in getdatasock().
Jeremie Courreges-Anglas
2016-09-03
Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets.
Jeremie Courreges-Anglas
2016-08-31
Don't attempt to support IPv4-mapped IPv6 addresses.
Jeremie Courreges-Anglas
2016-08-30
remove ifdef for all the features we have.
Ted Unangst
2016-08-26
trim down some NBBY references. 8 bits ought to be enough for anyone.
Ted Unangst
2016-08-14
When upcasting to off_t for multiplication, the cast needs to be *before*
Philip Guenther
2016-08-14
Convert %q to %ll with long long casts for printf()
Philip Guenther
2016-07-04
Use fstatat() instead of crafting a filename to use with stat()
Philip Guenther
2016-05-04
Kill #ifdef INET6 occurrences in userland.
Jeremie Courreges-Anglas
2016-04-25
prefer setres{u,g}id() rather than manipulating both real and effective
Theo de Raadt
2016-04-06
compare pointer to NULL instead of 0
Sebastien Marie
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2016-02-29
Print ssize_t with %zd; ok deraadt@ mmcc@
Jeremie Courreges-Anglas
2016-02-29
Kill unused variable.
Jeremie Courreges-Anglas
2015-12-12
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-01
needs utf8.c from the ls tree also
Theo de Raadt
2015-11-16
don't need to ifdef setproctitle
Ted Unangst
2015-10-25
No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@
Todd C. Miller
2015-10-25
unifdef some oldness. (BSD not defined since removal of param.h)
Ted Unangst
2015-10-19
Delete the empty example file "ftpchroot"; no example is needed.
Ingo Schwarze
2015-10-04
fix custom popen to return pid to caller instead of tracking in a giant
Ted Unangst
2015-09-01
test pointers with NULL not '\0'
Jonathan Gray
2015-08-18
calloc() is prototyped; do not cast result
Theo de Raadt
2015-03-17
Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@
Todd C. Miller
2015-03-15
tzfile.h is an internal header that should never have been installed.
Todd C. Miller
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-19
CMASK went out of scope with the recent <sys/param.h> removal. But oh
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
Ingo Schwarze
[next]