| Age | Commit message (Expand) | Author | Files | Lines |
| 2001-01-17 | use _exit() in signal handler |  deraadt | 2 | -6/+6 |
| 2001-01-17 | use sig_atomic_t, and check for signal flag more often |  deraadt | 1 | -6/+7 |
| 2001-01-11 | change signal handler to set a flag, and then in the main loop do |  deraadt | 1 | -7/+20 |
| 2001-01-11 | save_errno in signal handler |  deraadt | 1 | -2/+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 |
| 2001-01-04 | spelling |  todd | 4 | -8/+8 |
| 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-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ |  markus | 2 | -34/+31 |
| 2000-12-20 | Fix a warning. |  millert | 1 | -6/+6 |
| 2000-12-20 | correct copyright notice |  millert | 5 | -10/+10 |
| 2000-12-20 | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi |  millert | 8 | -0/+1347 |
| 2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least |  aaron | 1 | -2/+2 |
| 2000-12-12 | skey login script; authenticates the user via S/Key |  millert | 3 | -0/+303 |
| 2000-12-12 | reject login script; rejects attempted authentication |  millert | 3 | -0/+220 |
| 2000-12-12 | passwd login script; authenticates the user via passwd/yp |  millert | 3 | -0/+323 |
| 2000-12-12 | lchpass login script; changes local password |  millert | 3 | -0/+228 |
| 2000-12-12 | kerberos/passwd login script; authenticates the user via kerberos |  millert | 2 | -0/+82 |
| 2000-12-12 | kerberos login script; authenticates the user via kerberos |  millert | 4 | -0/+674 |
| 2000-12-12 | chpass login script; changes local, yp, or kerberos password |  millert | 3 | -0/+430 |
| 2000-12-08 | strip sequences of spaces AFTER stripping other weird characters. |  espie | 1 | -5/+5 |
| 2000-12-08 | Oops. |  hin | 1 | -5/+2 |
| 2000-12-08 | Bring recent kerberos fix into -stable. |  hin | 1 | -2/+5 |
| 2000-12-06 | Be more paranoid about passed KRB environment variables. |  hin | 1 | -3/+3 |
| 2000-12-05 | asprintf can safe time doing character counts |  deraadt | 1 | -4/+10 |
| 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-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can |  millert | 1 | -3/+3 |
| 2000-11-23 | typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp> |  itojun | 1 | -2/+2 |
| 2000-11-22 | More tweaks to recognize more weird cases: |  espie | 1 | -20/+28 |
| 2000-11-19 | Handle more manpages oddities: |  espie | 1 | -9/+51 |
| 2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes |  millert | 3 | -14/+9 |
| 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-11-10 | tiny fix on getaddrinfo error handling |  itojun | 1 | -3/+2 |
| 2000-11-10 | correct call to freeaddrinfo. do not free region before referenced. |  itojun | 1 | -2/+4 |
| 2000-11-10 | seperate -> separate, okay aaron@ |  provos | 1 | -3/+3 |
| 2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 6 | -12/+12 |
| 2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. |  aaron | 2 | -21/+23 |
| 2000-10-30 | libexec man page fleshing. again, bored on the plane home. |  aaron | 20 | -424/+508 |
| 2000-10-24 | When calling setupterm() pass in an int* for the error code so |  millert | 1 | -4/+5 |
| 2000-10-19 | close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore. |  beck | 1 | -3/+2 |
| 2000-10-19 | Fix bug in dl_strcmp, it is not always legal to access a pointer |  drahn | 1 | -5/+11 |
| 2000-10-19 | Update: check malloc() returns, simplify, be a little more paranoid. |  pjanzen | 1 | -14/+28 |
| 2000-10-14 | tcp wrapper support for IPv6. from netbsd. |  itojun | 4 | -23/+139 |