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
*
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
*
Set TCP_NODELAY on the control channel to improve performance a bit.
dg
1998-04-28
1
-1
/
+8
*
Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]
dg
1998-04-27
1
-2
/
+4
*
PR: 5812
danny
1998-02-25
1
-1
/
+5
*
Make ftpd log IP-addresses in addition to hostnames.
eivind
1998-02-24
1
-2
/
+3
*
MFS.
obrien
1998-02-18
1
-2
/
+7
*
Various sprintf -> snprintf fixes.
imp
1997-12-24
2
-9
/
+12
*
FTP_INTERNAL_LS -> FTPD_INTERNAL_LS
steve
1997-12-04
1
-2
/
+2
*
Cosmetics in man page. Exit(-1) -> exit(1).
charnier
1997-11-21
6
-30
/
+36
*
Changes to support full make parallelism (-j<n>) in the world
jkh
1997-10-05
1
-3
/
+4
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
1
-2
/
+2
*
Hopefully better fix for logwtmp(): rename to a private
tg
1997-09-05
3
-7
/
+8
*
logwtmp() prototype is in <libutil.h>.
tg
1997-09-05
1
-2
/
+1
*
Make useage of hostname global variable consistent.
davidn
1997-07-24
2
-7
/
+8
[next]