| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-11-13 | o) fix bogus .Xr usage; |  mpech | 1 | -5/+6 |
| 2001-11-05 | more signal marks, and some syslog_r in handlers |  deraadt | 2 | -9/+15 |
| 2001-10-10 | ftp-chroot variable is documented in this man page, not login.conf(5) |  millert | 1 | -3/+2 |
| 2001-10-02 | as is aleady closed and freed by auth_userresponse, ok millert@ |  wilfried | 1 | -3/+2 |
| 2001-09-05 | make sure that va_start() has matching va_end() |  deraadt | 1 | -2/+3 |
| 2001-08-22 | missing space |  beck | 1 | -2/+2 |
| 2001-08-22 | See also ftp-proxy |  beck | 1 | -2/+3 |
| 2001-08-20 | Powered by @mantoya. |  mpech | 1 | -3/+2 |
| 2001-07-08 | -Wall |  deraadt | 1 | -6/+7 |
| 2001-07-03 | Use the 'welcome' variable from login.conf instead of hard-coding |  millert | 2 | -10/+18 |
| 2001-06-28 | Clariry, brevity and grammar |  millert | 1 | -5/+6 |
| 2001-06-25 | millert didn't compile this. |  hin | 1 | -4/+4 |
| 2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get |  millert | 1 | -3/+5 |
| 2001-06-13 | more va_start/end fixes, ok deraadt@ |  markus | 1 | -2/+9 |
| 2001-06-11 | strncpy vs strlcpy, some strlen missuse. |  mickey | 1 | -8/+12 |
| 2001-05-29 | use BSD authentication |  millert | 3 | -160/+191 |
| 2001-05-11 | mmap returns MAP_FAILED on error, not 0. |  art | 1 | -2/+2 |
| 2001-04-24 | compatility -> compatibility; mpech@prosoft.org.lv |  aaron | 1 | -2/+2 |
| 2001-03-18 | use GLOB_LIMIT |  deraadt | 2 | -7/+8 |
| 2001-03-09 | Block all signals in lostconn() and sigprocmask() since we are headed |  millert | 1 | -14/+10 |
| 2001-03-09 | do not strerror() a signo |  deraadt | 1 | -3/+2 |
| 2001-02-04 | Whoops, don't use strlcpy with utmp; millert@ |  pjanzen | 1 | -4/+4 |
| 2001-02-03 | Long usernames; also some simple strncpy->strlcpy. |  pjanzen | 1 | -17/+11 |
| 2001-01-28 | $OpenBSD$ |  niklas | 2 | -1/+3 |
| 2001-01-24 | proto ls_main() |  deraadt | 1 | -1/+3 |
| 2001-01-19 | mark remaining signal races |  deraadt | 1 | -3/+4 |
| 2001-01-09 | make sure replydirname() do not truncate names, even if the filename |  itojun | 1 | -2/+2 |
| 2001-01-09 | make sure we do not return stray " at the end of stirng, like bla"\0. |  itojun | 1 | -5/+8 |
| 2001-01-07 | Make the -P option effective (rjmooney@mediaone.net) |  angelos | 1 | -3/+3 |
| 2001-01-06 | Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382 |  millert | 2 | -3/+72 |
| 2000-12-30 | Log the actual bytes transfered, rather than the original file size. |  angelos | 1 | -2/+2 |
| 2000-12-24 | Xr shells(5), not getusershell(3). |  aaron | 1 | -4/+4 |
| 2000-12-04 | in replydirname(), avoid one-byte overrun. |  itojun | 1 | -7/+13 |
| 2000-12-02 | The man page says the default umask is 027 but it is really 022 since |  millert | 2 | -8/+15 |
| 2000-11-26 | setusercontext should not set umask as this interferes with the |  millert | 1 | -4/+4 |
| 2000-11-23 | typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp> |  itojun | 1 | -2/+2 |
| 2000-11-14 | cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo). |  itojun | 3 | -129/+200 |
| 2000-11-13 | combine check_epsvall + check_login into check_login_epsvall. |  itojun | 1 | -21/+24 |
| 2000-11-13 | make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall. |  itojun | 1 | -62/+76 |
| 2000-09-15 | check return value for setenv(3) for failure, and deal appropriately |  deraadt | 1 | -5/+15 |
| 2000-09-08 | Some miscellaneous man page repairs. |  aaron | 1 | -45/+52 |
| 2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. |  espie | 1 | -4/+4 |
| 2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call |  millert | 2 | -10/+50 |
| 2000-08-17 | document -4 and -6 options |  brad | 1 | -2/+14 |
| 2000-08-13 | Remove documentation for non-existent -p option; a7r@andern.org |  millert | 1 | -7/+1 |
| 2000-07-19 | new strtofflags/fflagstostr |  mickey | 1 | -2/+2 |
| 2000-07-05 | crank version to 6.5 |  deraadt | 1 | -2/+2 |
| 2000-07-05 | another setproctitle |  deraadt | 1 | -2/+2 |
| 2000-07-05 | always setproctitle with %s if using a variable |  deraadt | 1 | -3/+3 |
| 2000-06-18 | transfered -> transferred |  aaron | 1 | -3/+3 |