aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* ftpd: Add missing braces around a statfd checkMark Johnston2020-09-221-1/+2
* ftpd: Exit during authentication if an error occurs after chroot().Mark Johnston2020-09-151-4/+11
* Fix build with recent byacc.Jung-uk Kim2020-06-241-0/+2
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+6
* Move ftpusers to libexec/ftpd/Brad Davis2018-08-212-0/+30
* Use strlcpy().Xin LI2017-12-051-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-5/+17
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* ftpd(8): fix user context handling.Eugene Grosbein2017-10-061-4/+17
* Improve blacklist support before upgrading libblacklistKurt Lidl2017-05-062-3/+5
* libexec: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-3/+2
* Fix build when WITHOUT_BLACKLIST=yes is specifiedKurt Lidl2016-11-121-3/+0
* Revisit blacklistd support in ftpdKurt Lidl2016-11-014-15/+50
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-141-0/+2
* Update blacklist support in ftpd to clarify fd usageKurt Lidl2016-06-062-13/+11
* Add blacklist support to ftpdKurt Lidl2016-06-034-0/+109
* Declare line[] in the outermost scope of retrieve() instead ofDon Lewis2016-05-131-3/+3
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-103-5/+5
* libexec: minor spelling fixes in comments.Pedro F. Giffuni2016-05-012-2/+2
* ftpd: replace malloc + memset 0 with calloc.Pedro F. Giffuni2016-04-181-3/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* Needs libxoSimon J. Gerraty2015-06-141-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-8/+5
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-287-35/+9
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-1/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+29
* | | | | | Fix build after converting ls(1) to use libxo(3).Marcel Moolenaar2015-06-101-1/+1
| |_|_|_|/ |/| | | |
* | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-8/+4
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-177-35/+7
* | | In sgetpwnam(), save and free pw_class like all other char membersChristian Brueffer2014-02-141-0/+2
| |/ |/|
* | Bump date missed in r202756Eitan Adler2012-09-141-1/+1
|/
* Spelling fixes for libexec/Ulrich Spörlein2012-01-071-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-232-0/+4
* Add LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to the setusercontext(3)Edward Tomasz Napierala2011-06-221-6/+5
* Make format string a string literal. (Discovered by clang.)Ed Maste2011-01-041-1/+1
* Handle failure from ftpd_popen in statfilecmd().Ed Maste2011-01-041-0/+4
* expand checkuser() to support the propagation of error codes back toChristian S.J. Peron2011-01-031-8/+27
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* Check that gl_pathc is bigger than zero before derefencing gl_pathv.Xin LI2010-03-251-1/+2