| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
filesystem -> file system, move rcs id tag.
PR: docs/66264
Submitted by: Michel Lavondes
Notes:
svn path=/stable/4/; revision=158589
|
| |
|
|
|
|
|
| |
that libraries being loaded aren't on a noexec-mounted filesystem.
Notes:
svn path=/stable/4/; revision=144356
|
| |
|
|
|
|
|
| |
A daemon has no stderr to send its complains to.
Notes:
svn path=/stable/4/; revision=140459
|
| |
|
|
|
|
|
|
|
|
|
| |
Never emit a message to stderr: use syslog instead.
When in inetd mode, this prevents bogus messages from
appearing on the control channel. When running as a
daemon, we shouldn't write to the terminal we used to
have at all.
Notes:
svn path=/stable/4/; revision=139124
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib/Makefile 1.155
libexec/Makefile 1.57
usr.bin/Makefile 1.234 (partly), 1.235
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
- Replace the check for the non-existence of src/secure and src/kerberosIV
with a check for the non-existence of src/crypto only. This is to bring
these checks in line with the demise of the NOSECURE knob and because
if src/crypto doesn't exist we won't build any crypto stuff including
not Kerberos IV (and also not Kerberos 5 for that matter).
Note: On HEAD all these checks for the existence of crypto sources even
have been completely removed.
Discussed with: ru (some months ago)
Reviewed by: ru (some months ago)
Approved by: markm (telnet and secure bits, some months ago)
Notes:
svn path=/stable/4/; revision=138807
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36
Retire the useless NOSECURE knob.
The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.
Discussed with: ru (some months ago)
Reviewed by: ru (some months ago)
Approved by: markm (telnet and secure bits, some months ago), kensmith (re)
Notes:
svn path=/stable/4/; revision=138803
|
| |
|
|
|
|
|
|
|
|
| |
ftpd.c 1.185 '\n' needs not to appear in reply() strings.
ftpd.c 1.186 Fix perror_reply() vs. reply() usage.
ftpcmd.y 1.62 ---"---
Notes:
svn path=/stable/4/; revision=138086
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=137652
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=137650
|
| |
|
|
|
|
|
| |
MFC rev. 1.164, 1.165: do not unconditionally fork() after accept().
Notes:
svn path=/stable/4/; revision=137530
|
| |
|
|
|
|
|
|
|
| |
Open a socket for a data transfer in active mode using euid
of the current user, not root, to allow matching the user's
FTP data traffic with an ipfw(8) rule.
Notes:
svn path=/stable/4/; revision=134436
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=131074
|
| |
|
|
|
|
|
| |
give out a little more information in case of a missing dependency
Notes:
svn path=/stable/4/; revision=130341
|
| |
|
|
|
|
|
| |
PR: bin/2442
Notes:
svn path=/stable/4/; revision=126119
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- deny attempts to delete or rename a file
if a guest user isn't allowed to modify files on the server;
- disallow downloading raw directory contents by real users
in order to work around buggy GUI clients which think that
trying to download a directory is a fair way to tell it
from a regular file;
- "(char *)0" --> "NULL" where possible.
Notes:
svn path=/stable/4/; revision=125872
|
| |
|
|
|
|
|
| |
sort the options in the manpage synopsis, bring usage() up to date.
Notes:
svn path=/stable/4/; revision=125863
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=125404
|
| |
|
|
|
|
|
|
|
| |
Dynamic object dependency mapping: libmap.
PR: 58133
Notes:
svn path=/stable/4/; revision=125402
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=125398
|
| |
|
|
|
|
|
| |
PR: bin/28311
Notes:
svn path=/stable/4/; revision=125056
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=123170
|
| |
|
|
|
|
|
| |
Sync comment with code's reality.
Notes:
svn path=/stable/4/; revision=122985
|
| |
|
|
|
|
|
|
|
|
| |
and IPv6.
libexec/ftpd/ftpd.8: 1.66
libexec/ftpd/ftpd.c: 1.146
Notes:
svn path=/stable/4/; revision=121695
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=120634
|
| |
|
|
|
|
|
|
|
|
| |
Add a note that the -u option can be overridden by settings in
login.conf(5).
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=119745
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=119472
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=119417
|
| |
|
|
|
|
|
|
|
| |
gettytab.h: 1.14
init.c: 1.15
main.c: 1.39-1.45
Notes:
svn path=/stable/4/; revision=117741
|
| |
|
|
|
|
|
|
|
| |
- do better error handling;
- block signals while reading from the control channel in order
to prevent interruption by a SIGURG.
Notes:
svn path=/stable/4/; revision=117689
|
| |
|
|
|
|
|
|
| |
points to an absolute pathname inside "residue" so "chrootdir" can
be simply freed later.
Notes:
svn path=/stable/4/; revision=117688
|
| |
|
|
|
|
|
| |
when running with a `-h' (hide host info) option.
Notes:
svn path=/stable/4/; revision=116718
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=116484
|
| |
|
|
|
|
|
|
|
|
| |
1) Favour "utility" in man page.
2) ANSIify, warns and other minor cleanup.
3) Support transfer size and timeout options.
4) Set group aswell as user.
Notes:
svn path=/stable/4/; revision=113177
|
| |
|
|
|
|
|
|
|
| |
Implement dlinfo function.
Aproved by: re (murray)
Notes:
svn path=/stable/4/; revision=111193
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110904
|
| |
|
|
|
|
|
| |
during an invalid login from everyone but sysadmins.
Notes:
svn path=/stable/4/; revision=110857
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- an extended format (and manpage as a consequence) for /etc/ftpchroot,
- ability to access NFS mounted home directories with mode 700,
- more protection from setting a wrong home directory in passwd(5),
- the "/./" feature.
ftpd.c 1.135-1.138
ftpcmd.y 1.47
ftpd.8 1.58-1.59
ftpchroot.5 1.2 (added)
Notes:
svn path=/stable/4/; revision=110709
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110637
|
| |
|
|
|
|
|
| |
if allowed by their filesystem permissions.
Notes:
svn path=/stable/4/; revision=110490
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110450
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110445
|
| |
|
|
|
|
|
|
|
|
|
| |
any host-specific information in FTP server messages.
ftpcmd.y 1.48
ftpd.8 1.60
ftpd.c 1.139
Notes:
svn path=/stable/4/; revision=110393
|
| |
|
|
|
|
|
|
| |
distinguish between the cases of an existing file and
a real system error, such as I/O failure, no access etc.
Notes:
svn path=/stable/4/; revision=110382
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=110121
|
| |
|
|
|
|
|
|
|
|
|
| |
Make the default data port correspond the control connection port
as per RFC 959.
ftpd.8 1.57
ftpd.c 1.134
Notes:
svn path=/stable/4/; revision=110099
|
| |
|
|
|
|
|
|
|
|
|
| |
that affected the "STAT file" command and the server-side glob(3)
expansion.
ftpcmd.y 1.45
ftpd.c 1.132
Notes:
svn path=/stable/4/; revision=110095
|
| |
|
|
|
|
|
|
| |
o Use _PATH_LS consistently.
o GLOB_MAXPATH has been superseded by GLOB_LIMIT, so use the latter.
Notes:
svn path=/stable/4/; revision=110090
|
| |
|
|
|
|
|
| |
while we wait to see if a EADDRINUSE condition goes away.
Notes:
svn path=/stable/4/; revision=109699
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=108769
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=108396
|