| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/releng/4.9/; revision=121369
|
| |
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to the binary image. Use NOCORE to differentiate between the two. Introduce
a debug.elf_legacy_coredump sysctl which, if set, reverts to the old behavior.
See the log message in sys/kern/imgact_elf.c 1.133.
PR: kern/45994
Notes:
svn path=/stable/4/; revision=108355
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=107388
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=107385
|
| |
|
|
|
|
|
|
|
| |
o Fix usage().
o Explicitly initialize domain pointer.
o Fix passwd file parsing.
Notes:
svn path=/stable/4/; revision=107308
|
| |
|
|
|
|
|
|
|
|
| |
Don't free the current addrinfo list, or else a pointer to a freed
memory area would arise. Only an addrinfo list from an earlier
call to getaddrinfo() should be freed there because it will be
substituted by the current list referenced by "res".
Notes:
svn path=/stable/4/; revision=107010
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=106818
|
| |
|
|
|
|
|
|
|
| |
produced by ld(8) (ie: that _DYNAMIC immediately follows the _GOT).
Update ld.so to deal with the new (faster) PLT format that gcc-3.1 and
binutils can produce.
Notes:
svn path=/stable/4/; revision=102830
|
| |
|
|
|
|
|
| |
want it for some other service-running program.
Notes:
svn path=/stable/4/; revision=102718
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102699
|
| |
|
|
|
|
|
| |
in inithosts().
Notes:
svn path=/stable/4/; revision=102698
|
| |
|
|
|
|
|
|
| |
Fix printf-like argument list to correspond to the format.
Fix comment inconsistent with code.
Notes:
svn path=/stable/4/; revision=102613
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102609
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102605
|
| |
|
|
|
|
|
| |
from creating directories.
Notes:
svn path=/stable/4/; revision=102573
|
| |
|
|
|
|
|
| |
a successful sendfile(2) download.
Notes:
svn path=/stable/4/; revision=102571
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102567
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102472
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102185
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102184
|
| |
|
|
|
|
|
| |
Approved by: sheldonh (mentor)
Notes:
svn path=/stable/4/; revision=102066
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101935
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101922
|