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
*
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
cperciva
2011-12-23
1
-0
/
+1
*
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
*
Really disable wtmp logging when chrooting.
ed
2010-01-18
1
-5
/
+8
*
Port ftpd to utmpx.
ed
2010-01-13
1
-18
/
+16
*
Move variable externs into extern.h so they are checked against the definitions.
obrien
2009-04-07
1
-3
/
+0
*
Prevent cross-site forgery attacks on ftpd(8) due to splitting
cperciva
2008-12-23
1
-1
/
+6
*
Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
yar
2007-04-18
1
-1
/
+6
*
Let automatic TCP send buffer sizing do its job for ftpd(8): stop
yar
2007-02-09
1
-9
/
+1
*
- Reduce needless DNS query by lookup only appropriate address
ume
2006-03-01
1
-10
/
+20
*
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
1
-28
/
+19
*
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
*
Replace err(3) calls when in daemon mode by syslog(3), too.
yar
2005-01-10
1
-4
/
+8
*
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
1
-2
/
+3
*
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
1
-25
/
+25
*
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
1
-1
/
+2
*
'\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
*
getcwd() won't leave a error string in the buffer, unlike getwd().
yar
2004-11-18
1
-1
/
+1
*
Use POSIX functions instead of legacy ones:
yar
2004-11-17
1
-2
/
+2
*
Kill more unneeded casts found.
yar
2004-11-17
1
-3
/
+3
*
Don't invent ways of capitalization orthogonal to the English grammar.
yar
2004-11-15
1
-2
/
+2
*
RFC 959 states that the following codes should be used
yar
2004-11-15
1
-3
/
+5
*
Using off_t to pass a block size is obvious overkill.
yar
2004-11-13
1
-2
/
+2
*
Kill ancient casts to integral types left from the K&R era.
yar
2004-11-13
1
-5
/
+5
*
Fix logxfer() by using realpath(3) instead of playing with getwd(3).
yar
2004-11-03
1
-4
/
+8
*
Replace the last occurence of (long long) and %qd with
yar
2004-11-02
1
-2
/
+2
*
OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate
yar
2004-11-01
1
-2
/
+5
*
- Stop shadowing global "pamh" by a local variable in auth_pam().
yar
2004-10-30
1
-9
/
+15
[next]