| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ftpd: add deprecation notice | Ed Maste | 2023-09-14 | 1 | -1/+11 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 4 | -4/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 4 | -8/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-23 | 3 | -3/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
| * | ftpd(8): do not refer to now unused libxo(3) | Eugene Grosbein | 2022-07-29 | 2 | -2/+1 |
| * | ftp: Use /var/spool/ftp as ftp's home consistently | Mateusz Piotrowski | 2022-07-12 | 1 | -2/+5 |
| * | pkgbase: Create a FreeBSD-ftpd package | Emmanuel Vadot | 2022-01-05 | 1 | -0/+2 |
| * | ftpd: delete dead code | Alan Somers | 2021-08-22 | 2 | -52/+0 |
| * | ftpd: Add missing braces around a statfd check | Mark Johnston | 2020-09-22 | 1 | -1/+2 |
| * | ftpd: Exit during authentication if an error occurs after chroot(). | Mark Johnston | 2020-09-15 | 1 | -4/+11 |
| * | Fix build with recent byacc. | Jung-uk Kim | 2020-06-24 | 1 | -0/+2 |
| * | Update Makefile.depend files | Simon J. Gerraty | 2019-12-11 | 1 | -3/+0 |
| * | Add Makefile.depend.options | Simon J. Gerraty | 2019-12-11 | 1 | -0/+6 |
| * | Move ftpusers to libexec/ftpd/ | Brad Davis | 2018-08-21 | 2 | -0/+30 |
| * | Use strlcpy(). | Xin LI | 2017-12-05 | 1 | -1/+1 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 6 | -5/+17 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | ftpd(8): fix user context handling. | Eugene Grosbein | 2017-10-06 | 1 | -4/+17 |
| * | Improve blacklist support before upgrading libblacklist | Kurt Lidl | 2017-05-06 | 2 | -3/+5 |
| * | libexec: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -3/+2 |
| * | Fix build when WITHOUT_BLACKLIST=yes is specified | Kurt Lidl | 2016-11-12 | 1 | -3/+0 |
| * | Revisit blacklistd support in ftpd | Kurt Lidl | 2016-11-01 | 4 | -15/+50 |
| * | DIRDEPS_BUILD: Update dependencies | Bryan Drewery | 2016-06-14 | 1 | -0/+2 |
| * | Update blacklist support in ftpd to clarify fd usage | Kurt Lidl | 2016-06-06 | 2 | -13/+11 |
| * | Add blacklist support to ftpd | Kurt Lidl | 2016-06-03 | 4 | -0/+109 |
| * | Declare line[] in the outermost scope of retrieve() instead of | Don Lewis | 2016-05-13 | 1 | -3/+3 |
| * | Rename getline with get_line to avoid collision with getline(3) | Baptiste Daroussin | 2016-05-10 | 3 | -5/+5 |
| * | libexec: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-01 | 2 | -2/+2 |
| * | ftpd: replace malloc + memset 0 with calloc. | Pedro F. Giffuni | 2016-04-18 | 1 | -3/+2 |
| * | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -2/+0 |
| * | Upgrade libxo to 0.4.5. | Marcel Moolenaar | 2015-08-24 | 1 | -1/+1 |
| * | Needs libxo | Simon J. Gerraty | 2015-06-14 | 1 | -0/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+28 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 2 | -8/+5 |
| | |\ | |||||
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 7 | -35/+9 |
| | |\ \ \ | |||||
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -1/+0 |
| | * | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+29 |
| * | | | | | | Fix build after converting ls(1) to use libxo(3). | Marcel Moolenaar | 2015-06-10 | 1 | -1/+1 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Convert to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -8/+4 |
| | |_|_|/ |/| | | | |||||
| * | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
