| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -1/+3 |
* | 1) Use OPIE response only when OPIE keys really used | ache | 2001-09-29 | 1 | -2/+5 |
* | Improve the description on how to construct ~ftp/pub. Specifically, | mikeh | 2001-09-25 | 1 | -5/+7 |
* | Remove a field width specifier that's not doing anything more than | mikeh | 2001-09-10 | 1 | -6/+3 |
* | Do the best we can with respect to fixing command-line option disorder | sheldonh | 2001-09-04 | 1 | -62/+62 |
* | Extend the functionality offered by the -o option into a new option | sheldonh | 2001-09-02 | 3 | -2/+15 |
* | 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 | 3 | -2/+16 |
* | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | mikeh | 2001-07-29 | 2 | -2/+2 |
* | Portability configuration data for LukeM ftpd. | obrien | 2001-07-19 | 1 | -0/+281 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -10/+10 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Remove S/Key. PAM can do its job. Well, not quite - there is an issue | markm | 2001-07-09 | 4 | -63/+19 |
* | Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so that | dd | 2001-06-13 | 1 | -2/+2 |
* | Cleaner method of making PAMable apps static (in the optional case of | markm | 2001-04-28 | 1 | -5/+0 |
* | Damn. That should be _enable_ static linking, not _force_ static linking. | markm | 2001-04-28 | 1 | -1/+0 |
* | Enable (optional) static linking. | markm | 2001-04-28 | 1 | -0/+6 |
* | Change names of functions and variables with global scope that are | markm | 2001-04-28 | 3 | -19/+19 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
* | Previous clobbered a work-in-progress. Here is the merged result: | peter | 2001-04-17 | 1 | -3/+6 |
* | Limit number of paths returned via glob() for authorized users | jedgar | 2001-04-17 | 1 | -0/+4 |
* | Support the empty "PASS\r\n" command. | green | 2001-04-16 | 1 | -3/+7 |
* | Document that SITE extensions are disabled for anonymous logins. | ru | 2001-04-16 | 1 | -0/+2 |
* | Add the "SITE MD5 filename" facility. | phk | 2001-04-15 | 2 | -1/+16 |
* | Add full PAM support for account management and sessions. | markm | 2001-03-27 | 2 | -12/+52 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Teach ftpd about the new GLOB_MAXPATH flag. | jlemon | 2001-03-19 | 2 | -0/+11 |
* | When the file was transferred using sendfile(2), we forgot to keep track | des | 2001-03-11 | 1 | -0/+1 |
* | Change the read-only reply to "550 Permission denied.". | des | 2001-02-19 | 1 | -1/+1 |
* | Limit commands that can be issued when not logged in: | jedgar | 2001-01-20 | 1 | -70/+90 |
* | In send_data(), use sendfile() instead of the mmap() algorithm. | dan | 2000-12-20 | 1 | -20/+22 |
* | mdoc(7) police: removed hard sentence breaks, run through spell-checker. | ru | 2000-12-18 | 1 | -12/+15 |
* | Fix typo. | demon | 2000-12-17 | 1 | -1/+1 |
* | Add option -E to disable EPSV which throws certain stateful firewalls | phk | 2000-12-16 | 3 | -35/+89 |
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 1 | -0/+1 |
* | There is no src/contrib-crypto/ anything directory. So don't look for | obrien | 2000-12-01 | 1 | -2/+1 |
* | Prevent leakage of information about anonymous user's homedir | danny | 2000-11-26 | 1 | -2/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | 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 |
* | remove redundant optreset declaration | imp | 2000-09-04 | 1 | -1/+0 |
* | 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 |
* | Don't reply "not a plain file" when the requested file doesn't exist. | des | 2000-07-17 | 1 | -2/+8 |
* | Explain that the -S option only logs file downloads, not all transfers. | ben | 2000-07-11 | 1 | -1/+1 |
* | Fix a problem in the virtual host address compare code which caused | davidn | 2000-06-26 | 1 | -8/+11 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 1 | -2/+2 |