| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.5 +5 -3 src/include/glob.h
1.17 +17 -18 src/lib/libc/gen/glob.3
1.18 +3 -2 src/lib/libc/gen/glob.3
1.19 +2 -2 src/lib/libc/gen/glob.3
1.18 +9 -5 src/lib/libc/gen/glob.c
1.79 +2 -2 src/libexec/ftpd/ftpd.c
1.21 +2 -2 src/libexec/ftpd/popen.c
To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH
flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of
GLOB_LIMIT, when we reach the maximum number of matches.
Approved by: re
Notes:
svn path=/stable/4/; revision=81329
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=74577
|
| |
|
|
|
|
|
| |
has set pwok to a non-zero value. Eliminate gratuitous extern.
Notes:
svn path=/stable/4/; revision=66117
|
| |
|
|
|
|
|
|
|
|
| |
ftp, telnet, ftpd, faithd
also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
Notes:
svn path=/head/; revision=56668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
| |
really dislikes this, we could add a switch to disable it at runtime and
check in popen.c.
Notes:
svn path=/head/; revision=50380
|
| |
|
|
|
|
|
|
|
|
|
| |
output for local users. FTP protocol RFC also says that 'ls' output is
not machine-readable. "always UTC" still possible with TZ= in ftpd
environment by price of having UTC in log files too.
Fix INTERNAL_LS to sense new /etc/localtime after chroot
Notes:
svn path=/head/; revision=36140
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36072
|
| |
|
|
|
|
|
| |
Fork already used for INTERNAL_LS in anycase
Notes:
svn path=/head/; revision=36070
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36068
|
| |
|
|
|
|
|
|
| |
array would end up without the NULL pointer termination, causing the glob
code to glob whatever garbage happend to follow on the stack.
Notes:
svn path=/head/; revision=35474
|
| |
|
|
|
|
|
|
|
| |
Pointed-in-the-right-driection-by: Mike Smith and Steve Price
Close syslogging before calling ls_main()
Notes:
svn path=/head/; revision=33829
|
| |
|
|
| |
Notes:
svn path=/head/; revision=31329
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
modules from src/bin/ls, and handling exec(_PATH_LS,..) as a
special case, very useful in an environment where many users
are given chroot access. "~/etc/{s}pwd.db" files are still
needed if uid/gid->user/group translation is desired.
To enable this it must be compiled with the make variable
FTP_INTERNAL_LS defined, either in /etc/make.conf or the
environment.
Notes:
svn path=/head/; revision=25165
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22989
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
Cannidate for: 2.1 and 2.2
Notes:
svn path=/head/; revision=19902
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18471
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18449
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17478
|
|
|
Notes:
svn path=/vendor/CSRG/dist/; revision=1592
|