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
*
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
*
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
2
-4
/
+4
*
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
3
-9
/
+9
*
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
*
Describe the semantics of the sgetpwnam() helper function
yar
2004-10-30
1
-0
/
+3
*
Log the actual number of bytes sent on the wire to /var/log/ftpd
yar
2004-10-24
1
-2
/
+2
*
We must not fall back to the old way (read-write)
yar
2004-10-15
1
-1
/
+1
*
Clean-up around sendfile(): drop an excessive check for error condition.
yar
2004-10-15
1
-2
/
+2
*
Account for the fact that sendfile(2) may hit the end of file
yar
2004-10-15
1
-1
/
+12
*
Indent.
maxim
2004-09-24
1
-7
/
+7
*
o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD:
maxim
2004-09-24
1
-0
/
+2
*
ftpd(8) seems to be WARNS=2 clean now.
yar
2004-07-31
1
-0
/
+1
*
Change ``(foo *)0'' to ``NULL'' where it's possible
yar
2004-07-31
2
-11
/
+11
*
Kill a small herd of casts to off_t where they were not needed.
yar
2004-07-31
2
-10
/
+9
*
Printf(3) off_t values through conversion to intmax_t since
yar
2004-07-31
2
-10
/
+15
*
Kill an unused variable (heading to WARNS=2.)
yar
2004-07-31
1
-1
/
+0
*
Convert a couple of bogus null statements to the right form.
yar
2004-07-31
1
-2
/
+2
*
Ditto for (gid_t).
yar
2004-07-30
1
-1
/
+1
*
Kill casts to (uid_t) obviously left from the K&R era.
yar
2004-07-30
1
-14
/
+14
*
Add a comment to explain that the loop around the call to bind(2)
yar
2004-07-30
1
-0
/
+9
[next]