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
/
ftpd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't let a user name in ftpd's proctitle
yar
2001-10-12
1
-1
/
+1
*
Be consistent about indent at least within one block of code.
yar
2001-10-12
1
-5
/
+5
*
1) Use OPIE response only when OPIE keys really used
ache
2001-09-29
1
-2
/
+5
*
Remove a field width specifier that's not doing anything more than
mikeh
2001-09-10
1
-6
/
+3
*
Extend the functionality offered by the -o option into a new option
sheldonh
2001-09-02
1
-1
/
+6
*
long -> off_t
ache
2001-09-02
1
-6
/
+7
*
Add a new option, '-o', for "Write-only". Disables the RETR command,
nik
2001-08-28
1
-1
/
+7
*
Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible
mikeh
2001-07-29
1
-1
/
+1
*
Remove S/Key. PAM can do its job. Well, not quite - there is an issue
markm
2001-07-09
1
-23
/
+11
*
Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so that
dd
2001-06-13
1
-2
/
+2
*
Change names of functions and variables with global scope that are
markm
2001-04-28
1
-10
/
+10
*
Add full PAM support for account management and sessions.
markm
2001-03-27
1
-9
/
+50
*
Teach ftpd about the new GLOB_MAXPATH flag.
jlemon
2001-03-19
1
-0
/
+9
*
When the file was transferred using sendfile(2), we forgot to keep track
des
2001-03-11
1
-0
/
+1
*
In send_data(), use sendfile() instead of the mmap() algorithm.
dan
2000-12-20
1
-20
/
+22
*
Add option -E to disable EPSV which throws certain stateful firewalls
phk
2000-12-16
1
-1
/
+11
*
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
*
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
*
Fix a problem in the virtual host address compare code which caused
davidn
2000-06-26
1
-8
/
+11
*
1. Add IPv6 portrange restriction code (-U flag) to passive().
nsayer
2000-05-25
1
-0
/
+31
*
Add more dual stack consideration.
shin
2000-02-10
1
-19
/
+27
*
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
1
-88
/
+415
*
Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.
markm
1999-09-19
1
-20
/
+140
*
When a STAT command is sent to ftpd as an out-of-band transmission during
mharo
1999-09-12
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone
peter
1999-08-26
1
-5
/
+1
*
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
*
Set the user context correctly so that cd ~ does the right thing.
des
1998-10-13
1
-9
/
+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
*
Return back initial tzset() must be before first chroot
ache
1998-05-16
1
-1
/
+3
*
Move TZ="" assignment just before exec to not touch other time stuff
ache
1998-05-15
1
-4
/
+1
*
Do TZ= as first thing, since FTP protocol is unable to tell zone offset in
ache
1998-05-15
1
-2
/
+3
*
Set TCP_NODELAY on the control channel to improve performance a bit.
dg
1998-04-28
1
-1
/
+8
*
Make ftpd log IP-addresses in addition to hostnames.
eivind
1998-02-24
1
-2
/
+3
*
Various sprintf -> snprintf fixes.
imp
1997-12-24
1
-7
/
+9
*
Cosmetics in man page. Exit(-1) -> exit(1).
charnier
1997-11-21
1
-5
/
+5
*
Hopefully better fix for logwtmp(): rename to a private
tg
1997-09-05
1
-4
/
+4
*
Make useage of hostname global variable consistent.
davidn
1997-07-24
1
-5
/
+5
*
Tell the chroot()ed user that "access restrictions apply".
danny
1997-05-21
1
-1
/
+6
*
login_getclass() -> login_getpwclass().
davidn
1997-05-10
1
-2
/
+2
*
Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for
davidn
1997-04-29
1
-9
/
+217
*
YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to deny
davidn
1997-04-27
1
-5
/
+21
[next]