|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0 |
|
| #
53a984a3 |
| 11-Oct-2022 |
Ed Maste <[email protected]> |
Track upstream project rename in contrib/blocklistd
Upstream is now https://github.com/zoulasc/blocklist/. Rename the contrib directory and update Makefiles to match, in advance of the next vendor
Track upstream project rename in contrib/blocklistd
Upstream is now https://github.com/zoulasc/blocklist/. Rename the contrib directory and update Makefiles to match, in advance of the next vendor branch update.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
show more ...
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
0aa27001 |
| 02-Oct-2022 |
Dag-Erling Smørgrav <[email protected]> |
Put OPIE to rest.
Differential Revision: https://reviews.freebsd.org/D36592
|
| #
796d48ec |
| 10-Jun-2022 |
Eugene Grosbein <[email protected]> |
ftpd(8): do not refer to now unused libxo(3)
In 2018, the commit r328100 (0fdf7fa846b1a1b1679e86812a1b08b8cb623604) removed libxo(3) support from ls(1), so ftpd has no reasons to link with libxo sin
ftpd(8): do not refer to now unused libxo(3)
In 2018, the commit r328100 (0fdf7fa846b1a1b1679e86812a1b08b8cb623604) removed libxo(3) support from ls(1), so ftpd has no reasons to link with libxo since then.
ls(1) does not depend on libxo in both of stable/12 and stable/13.
MFC after: 2 weeks
show more ...
|
|
Revision tags: release/13.1.0 |
|
| #
20cd6e31 |
| 15-Dec-2021 |
Emmanuel Vadot <[email protected]> |
pkgbase: Create a FreeBSD-ftpd package
And put ftpd into it.
MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33453
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
541075a6 |
| 21-Aug-2018 |
Brad Davis <[email protected]> |
Move ftpusers to libexec/ftpd/
Thsi helps with pkgbase by switching to CONFS so that ftpusers will be properly tagged as a config file.
Approved by: will (mentor) Differential Revision: https://rev
Move ftpusers to libexec/ftpd/
Thsi helps with pkgbase by switching to CONFS so that ftpusers will be properly tagged as a config file.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16787
show more ...
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
a251f9dc |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
libexec: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
3656f229 |
| 03-Jun-2016 |
Kurt Lidl <[email protected]> |
Add blacklist support to ftpd
Reviewed by: rpaulo Approved by: rpaulo Relnotes: YES Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6703
|
|
Revision tags: release/10.3.0 |
|
| #
d1a0d267 |
| 24-Aug-2015 |
Marcel Moolenaar <[email protected]> |
Upgrade libxo to 0.4.5.
Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117
Obtained from: https://github.com/Juniper/libxo
|
|
Revision tags: release/10.2.0 |
|
| #
2f0ae772 |
| 10-Jun-2015 |
Marcel Moolenaar <[email protected]> |
Fix build after converting ls(1) to use libxo(3).
|
| #
ee5a34ec |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0, release/9.3.0 |
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
| #
31ee80d8 |
| 05-Jun-2006 |
Yaroslav Tykhiy <[email protected]> |
Fix compilation of ftpcmd.y without -DINET6. Respect MK_INET6_SUPPORT in Makefile.
Requested by: Attila Nagy <bra at fsn dot hu> MFC after: 1 week
|
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
| #
e1fe3dba |
| 17-Mar-2006 |
Ruslan Ermilov <[email protected]> |
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Bro
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
show more ...
|
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
| #
b5b0bba4 |
| 21-Dec-2004 |
Ruslan Ermilov <[email protected]> |
NOPAM -> NO_PAM
|
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
| #
809ad928 |
| 31-Jul-2004 |
Yaroslav Tykhiy <[email protected]> |
ftpd(8) seems to be WARNS=2 clean now.
Tested on: i386, ia64, amd64, sparc64, alpha
|
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
| #
40f38d59 |
| 02-Feb-2004 |
Ruslan Ermilov <[email protected]> |
Reorder dependencies to fix static NOPAM build.
Submitted by: lorder(1)
|
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
| #
8657b576 |
| 26-Jan-2003 |
Yaroslav Tykhiy <[email protected]> |
Extend the format of /etc/ftpchroot so an alternative chroot directory can be specified for a user or a group.
Add the manpage ftpchroot(5) since the file's format has grown complex enough.
PR: b
Extend the format of /etc/ftpchroot so an alternative chroot directory can be specified for a user or a group.
Add the manpage ftpchroot(5) since the file's format has grown complex enough.
PR: bin/45327 Portions submitted by: Hideki SAKAMOTO <[email protected]> MFC after: 1 week
show more ...
|
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
| #
4d33b62e |
| 24-Oct-2002 |
Robert Watson <[email protected]> |
Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather than the LOMAC-specific interfaces for listing MAC labels. This permits ls to view MAC labels in a manner similar to getfmac, whe
Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather than the LOMAC-specific interfaces for listing MAC labels. This permits ls to view MAC labels in a manner similar to getfmac, when ls is used with the -l argument. Next generation LOMAC will use the MAC Framework so should "just" work with this and other policies. Not the prettiest code in the world, but then, neither is ls(1).
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
show more ...
|
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
f2ed9754 |
| 28-Jun-2002 |
Mark Murray <[email protected]> |
Remove a GCC-specific command-line option. We should be using WARNS=n for this stuff.
|
| #
0c934a5e |
| 27-Feb-2002 |
David E. O'Brien <[email protected]> |
Put the last added source file in proper order. (and dcc the committer a dictionary)
|
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
9357f412 |
| 04-Feb-2002 |
Kris Kennaway <[email protected]> |
Lock down with WFORMAT?=1, with overrides in the subdirectories which are not yet warning-clean. Tested on i386 and alpha.
|
| #
6b96c275 |
| 29-Dec-2001 |
Bruce Evans <[email protected]> |
Fixed missing DPADD in previous commit. Fixed most style bugs related to DPADD and LDADD.
|
| #
481bfba6 |
| 29-Dec-2001 |
Josef Karthauser <[email protected]> |
Link with libm to take advantage of the -h flag to ls.
Submitted by: Mike Makonnen <[email protected]>
|
| #
0cf1f693 |
| 27-Nov-2001 |
Brian Feldman <[email protected]> |
Add lomac.c.
Found by: ken
|