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
*
Add LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to the setusercontext(3)
trasz
2011-06-22
1
-6
/
+5
*
Make format string a string literal. (Discovered by clang.)
emaste
2011-01-04
1
-1
/
+1
*
Handle failure from ftpd_popen in statfilecmd().
emaste
2011-01-04
1
-0
/
+4
*
expand checkuser() to support the propagation of error codes back to
csjp
2011-01-03
1
-8
/
+27
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-2
/
+0
*
Check that gl_pathc is bigger than zero before derefencing gl_pathv.
delphij
2010-03-25
1
-1
/
+2
*
Set ut_line to "ftpd" for ftpd.
ed
2010-02-09
1
-0
/
+1
*
Remove stale references to utmp(5) and its corresponding filenames.
ed
2010-01-21
1
-2
/
+1
*
Really disable wtmp logging when chrooting.
ed
2010-01-18
2
-6
/
+9
*
Port ftpd to utmpx.
ed
2010-01-13
2
-52
/
+38
*
Move variable externs into extern.h so they are checked against the definitions.
obrien
2009-04-07
3
-30
/
+29
*
o Fix typo: indentical -> identical.
maxim
2009-01-30
1
-1
/
+1
*
Prevent cross-site forgery attacks on ftpd(8) due to splitting
cperciva
2008-12-23
3
-8
/
+29
*
Remove references to S/Key and list OPIE.
trhodes
2007-04-20
1
-8
/
+7
*
Reword the description of the UTF8 option (-8) so I can swear
yar
2007-04-19
1
-14
/
+13
*
Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
yar
2007-04-18
3
-3
/
+45
*
Let automatic TCP send buffer sizing do its job for ftpd(8): stop
yar
2007-02-09
1
-9
/
+1
*
Fix compilation of ftpcmd.y without -DINET6.
yar
2006-06-05
2
-1
/
+8
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
1
-1
/
+3
*
- Reduce needless DNS query by lookup only appropriate address
ume
2006-03-01
1
-10
/
+20
*
Touch .Dd because the last commit was content-related.
yar
2006-01-29
1
-1
/
+1
*
In the daemon code, check for and report possible errors
yar
2006-01-21
1
-14
/
+22
*
The daemon's child shouldn't go on with the for loop
yar
2006-01-21
1
-6
/
+7
*
Use pidfile(3) provided by libutil to manage the deamon's pid file.
yar
2006-01-21
2
-30
/
+25
*
Add some consistency checks to the signal-related code.
yar
2005-02-16
1
-0
/
+6
*
A call to maskurg() makes sense only when a transfer is under way,
yar
2005-02-16
1
-3
/
+5
*
Fix most cases where the address of an int is passed to a function expecting a
stefanf
2005-02-14
1
-5
/
+8
*
Respect the `logging' flag.
yar
2005-01-19
1
-1
/
+1
*
Improve handling SIGURG and OOB commands on the control channel.
yar
2005-01-19
1
-134
/
+269
*
Sort sections.
ru
2005-01-18
1
-6
/
+6
*
Replace err(3) calls when in daemon mode by syslog(3), too.
yar
2005-01-10
1
-4
/
+8
*
NOPAM -> NO_PAM
ru
2004-12-21
1
-1
/
+1
*
Do a small style(9) fix before I'm hacking the code itself.
yar
2004-12-16
1
-1
/
+0
*
free(3) is void already.
yar
2004-12-16
1
-1
/
+1
*
Never emit a message to stderr: use syslog instead.
yar
2004-12-12
1
-9
/
+15
*
When looking for a virtual host to handle the connection,
yar
2004-11-22
1
-2
/
+3
*
Calling pam_chauthtok() isn't really needed since
yar
2004-11-22
1
-7
/
+3
*
Don't log the chroot dir on every command since it's constant for a session.
yar
2004-11-22
1
-9
/
+8
*
Always log remote IP.
yar
2004-11-22
1
-13
/
+9
*
Treat host name buffers consistently.
yar
2004-11-22
1
-12
/
+23
*
Make chrootdir global and use it in log messages
yar
2004-11-18
1
-9
/
+4
*
Nitpicking on style(9) and whitespace.
yar
2004-11-18
1
-13
/
+13
*
Use __FBSDID.
yar
2004-11-18
4
-8
/
+12
*
Don't say, "file: permission denied," if the operation
yar
2004-11-18
1
-1
/
+1
*
Use uniform punctuation, capitalization, and language style
yar
2004-11-18
2
-45
/
+44
*
Apply __printflike() to the appendf() prototype so the compiler
yar
2004-11-18
1
-1
/
+1
*
Fix perror_reply() vs. reply() usage.
yar
2004-11-18
2
-3
/
+3
*
'\n' needs not to appear in reply() strings.
yar
2004-11-18
1
-3
/
+3
*
Log pathname arguments to ftp commands as the user specified them;
yar
2004-11-18
1
-33
/
+55
*
Use S_ISDIR() macro instead of a hand-rolled test.
yar
2004-11-18
1
-1
/
+1
[next]