index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
ftpd
Commit message (
Expand
)
Author
Age
Files
Lines
*
The GCC 2.96 snapshots have slightly different rules for finding include
obrien
2000-12-01
1
-0
/
+1
*
There is no src/contrib-crypto/ anything directory. So don't look for
obrien
2000-12-01
1
-2
/
+1
*
Prevent leakage of information about anonymous user's homedir
danny
2000-11-26
1
-2
/
+6
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Format string paranoia
kris
2000-11-19
1
-2
/
+2
*
Fix broken PAM with SKEY behaviour: the skey.access file checks
guido
2000-10-12
1
-7
/
+8
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-2
/
+3
*
remove redundant optreset declaration
imp
2000-09-04
1
-1
/
+0
*
Don't set an arbitrary limit on username lengths; use MAXLOGNAME
sheldonh
2000-08-17
1
-1
/
+1
*
Fix `control socket: Protocol not supported' failure in
ru
2000-08-16
1
-3
/
+2
*
Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)
sheldonh
2000-08-01
1
-4
/
+10
*
Don't reply "not a plain file" when the requested file doesn't exist.
des
2000-07-17
1
-2
/
+8
*
Explain that the -S option only logs file downloads, not all transfers.
ben
2000-07-11
1
-1
/
+1
*
Fix a problem in the virtual host address compare code which caused
davidn
2000-06-26
1
-8
/
+11
*
Switch over to using the new fflagstostr and strtofflags library calls.
joe
2000-06-17
1
-2
/
+2
*
1. Add IPv6 portrange restriction code (-U flag) to passive().
nsayer
2000-05-25
1
-0
/
+31
*
Finally unifdef -DINTERNAL_LS.
ru
2000-03-13
1
-1
/
+1
*
Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LS
peter
2000-02-17
1
-8
/
+0
*
Add more dual stack consideration.
shin
2000-02-10
1
-19
/
+27
*
Revert part of the last commit, remove {g|s}etflags from the libc
joe
2000-02-05
1
-2
/
+2
*
Remove unnecessary -g for CFLAGS.
shin
2000-02-03
1
-1
/
+1
*
Fix ftpd core dump when hostname is not set.
shin
2000-02-03
1
-1
/
+2
*
another tcp apps IPv6 updates.(should be make world safe)
shin
2000-01-27
7
-119
/
+812
*
Moved flags_to_string and string_to_flags into libutil. It's used in
joe
1999-12-30
1
-1
/
+1
*
sync with netbsd PR 8534, fix undefined C code.
alfred
1999-10-07
1
-1
/
+1
*
Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.
markm
1999-09-19
2
-27
/
+145
*
When a STAT command is sent to ftpd as an out-of-band transmission during
mharo
1999-09-12
1
-0
/
+1
*
Add common error lib for the Kerberos case.
markm
1999-09-06
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
9
-9
/
+9
*
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone
peter
1999-08-26
5
-32
/
+7
*
Update the SYNOPSIS to reflect that the -l option can be specified
mpp
1999-06-28
1
-2
/
+3
*
Add missing -A option to SYNOPSIS.
ghelmer
1999-05-04
1
-1
/
+2
*
More egcs warning fixes:
imp
1999-04-25
1
-2
/
+3
*
Ensure that things returned by gethostname() and
brian
1999-04-07
1
-4
/
+5
*
Use realhostname() rather than various combinations of
brian
1999-04-06
1
-9
/
+3
*
Oops, I missed a few more /etc/nologin references yesterday. It appears
asami
1999-01-12
1
-3
/
+3
*
Update to correctly reflect the default values of
billf
1998-12-02
1
-2
/
+2
*
Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead
jdp
1998-11-21
1
-2
/
+2
*
Set the user context correctly so that cd ~ does the right thing.
des
1998-10-13
1
-9
/
+4
*
Added double quotes around CHMOD description to prevent garbled output.
alex
1998-09-29
1
-2
/
+2
*
Document the use of lines beginning with a '#' as comment lines.
jkoshy
1998-07-09
1
-1
/
+4
*
signal() returns SIG_ERR on error, not int.
jb
1998-06-03
1
-4
/
+4
*
Make ftpd(8) honor its default group setting in the config files.
steve
1998-05-25
1
-7
/
+16
*
Back out "always UTC" fix since some people want visually identical 'ls'
ache
1998-05-18
1
-4
/
+10
*
Return back initial tzset() must be before first chroot
ache
1998-05-16
1
-1
/
+3
*
Return back vfork and use execve with TZ="" environment in vfork case
ache
1998-05-15
1
-5
/
+7
*
Use fork instead of vfork since setenv clobber parent environment
ache
1998-05-15
1
-4
/
+2
*
Move TZ="" assignment just before exec to not touch other time stuff
ache
1998-05-15
2
-5
/
+4
*
Do TZ= as first thing, since FTP protocol is unable to tell zone offset in
ache
1998-05-15
1
-2
/
+3
*
Simplified by using new yacc rules and by not generating y.tab.h.
bde
1998-05-04
1
-4
/
+3
[next]