summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID.yar2004-11-184-8/+12
* Don't say, "file: permission denied," if the operationyar2004-11-181-1/+1
* Use uniform punctuation, capitalization, and language styleyar2004-11-182-45/+44
* Apply __printflike() to the appendf() prototype so the compileryar2004-11-181-1/+1
* Fix perror_reply() vs. reply() usage.yar2004-11-182-3/+3
* '\n' needs not to appear in reply() strings.yar2004-11-181-3/+3
* Log pathname arguments to ftp commands as the user specified them;yar2004-11-181-33/+55
* Use S_ISDIR() macro instead of a hand-rolled test.yar2004-11-181-1/+1
* getcwd() won't leave a error string in the buffer, unlike getwd().yar2004-11-181-1/+1
* Use POSIX functions instead of legacy ones:yar2004-11-171-2/+2
* Kill more unneeded casts found.yar2004-11-172-4/+4
* Don't invent ways of capitalization orthogonal to the English grammar.yar2004-11-151-2/+2
* RFC 959 states that the following codes should be usedyar2004-11-151-3/+5
* Using off_t to pass a block size is obvious overkill.yar2004-11-131-2/+2
* Kill ancient casts to integral types left from the K&R era.yar2004-11-133-9/+9
* Fix logxfer() by using realpath(3) instead of playing with getwd(3).yar2004-11-031-4/+8
* Replace the last occurence of (long long) and %qd withyar2004-11-021-2/+2
* OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicateyar2004-11-011-2/+5
* - Stop shadowing global "pamh" by a local variable in auth_pam().yar2004-10-301-9/+15
* Describe the semantics of the sgetpwnam() helper functionyar2004-10-301-0/+3
* Log the actual number of bytes sent on the wire to /var/log/ftpdyar2004-10-241-2/+2
* We must not fall back to the old way (read-write)yar2004-10-151-1/+1
* Clean-up around sendfile(): drop an excessive check for error condition.yar2004-10-151-2/+2
* Account for the fact that sendfile(2) may hit the end of fileyar2004-10-151-1/+12
* Indent.maxim2004-09-241-7/+7
* o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD:maxim2004-09-241-0/+2
* ftpd(8) seems to be WARNS=2 clean now.yar2004-07-311-0/+1
* Change ``(foo *)0'' to ``NULL'' where it's possibleyar2004-07-312-11/+11
* Kill a small herd of casts to off_t where they were not needed.yar2004-07-312-10/+9
* Printf(3) off_t values through conversion to intmax_t sinceyar2004-07-312-10/+15
* Kill an unused variable (heading to WARNS=2.)yar2004-07-311-1/+0
* Convert a couple of bogus null statements to the right form.yar2004-07-311-2/+2
* Ditto for (gid_t).yar2004-07-301-1/+1
* Kill casts to (uid_t) obviously left from the K&R era.yar2004-07-301-14/+14
* Add a comment to explain that the loop around the call to bind(2)yar2004-07-301-0/+9
* Open a socket for a data transfer in active mode using euidyar2004-07-301-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-8/+15
* Simplify conditional compilation logic some.obrien2004-06-131-11/+15
* There's no such beast like AF_INET4, even when powered by whiskey.ru2004-05-161-1/+1
* Handle variable argument lists correctly in reply() and lreply().tjr2004-05-131-2/+8
* NULL looks better than (char *)0 unless we're passingyar2004-02-071-1/+1
* Deny attempts to rename a file from guest users if the policyyar2004-02-071-0/+4
* perror_reply() should not be used where errno isn't meaningful.yar2004-02-071-1/+5
* Work around a bug in some clients by never returning raw directoryyar2004-02-071-1/+8
* Reorder dependencies to fix static NOPAM build.ru2004-02-021-4/+4
* add missing setusershell() calls.charnier2004-01-181-0/+1
* man ftpd says that "by default, anonymous users cannot modify existing files."anholt2004-01-071-1/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,yar2003-11-151-2/+4
* Pacify gcc warning with a Douglas Adams reference.peter2003-10-261-0/+2
* Don't depend on IPv4-mapped IPv6 address to bind to both IPv4ume2003-09-142-76/+116
OpenPOWER on IntegriCloud