| Age | Commit message (Expand) | Author | Files | Lines |
| 2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. |  fgsch | 1 | -2/+2 |
| 2002-02-20 | Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,... |  jason | 1 | -2/+2 |
| 2002-02-20 | err/warn strings don't need \n's |  jason | 1 | -2/+2 |
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 8 | -167/+36 |
| 2002-02-19 | Fix gethostname() usage. |  mpech | 1 | -3/+3 |
| 2002-02-19 | Rewrite upper(). |  mpech | 1 | -6/+7 |
| 2002-02-17 | Call S_ISLNK with correct variable; Peter Philipp |  millert | 1 | -3/+3 |
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 6 | -23/+21 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 44 | -354/+354 |
| 2002-02-16 | Deal with snprintf returning >= sizeof(buf) and simplify some |  millert | 1 | -7/+12 |
| 2002-02-15 | slight snprintf paranoia |  deraadt | 1 | -4/+6 |
| 2002-02-15 | Fix memory leak in get_proxy_env(). |  mpech | 1 | -9/+3 |
| 2002-02-14 | Mark path via .Pa |  mpech | 1 | -2/+4 |
| 2002-02-13 | fix some Xr |  deraadt | 1 | -3/+4 |
| 2002-02-13 | correct -m description; wngdn@src.uchicago.edu |  deraadt | 1 | -6/+4 |
| 2002-02-13 | When you give command examples and etc., in a manual page prefix them with: |  mpech | 1 | -4/+4 |
| 2002-02-11 | libdl is no more |  art | 1 | -2/+2 |
| 2002-02-10 | spelling |  deraadt | 2 | -3/+3 |
| 2002-02-06 | Fix for heimdal-0.4e |  hin | 1 | -4/+4 |
| 2002-02-01 | missing period |  itojun | 1 | -2/+2 |
| 2002-02-01 | make tftpd address family independent. |  itojun | 1 | -9/+10 |
| 2002-02-01 | strlcpy |  itojun | 1 | -6/+6 |
| 2002-02-01 | make sure pw_dir is big enough for strcpy(pw->pw_dir, "/"). |  itojun | 1 | -2/+17 |
| 2002-01-30 | Fix leak in `EPSV ALL`. |  mpech | 1 | -6/+3 |
| 2002-01-30 | protect `RNTO` from NULL pointer. |  mpech | 1 | -3/+3 |
| 2002-01-25 | s is pointer. 0 -> NULL. |  mpech | 1 | -3/+3 |
| 2002-01-25 | Catch not valid chmod value earlier. This make sense, before we didn't |  mpech | 1 | -3/+3 |
| 2002-01-25 | improve yacc file management. Idea stolen from pfctl's Makefile. |  mpech | 1 | -3/+3 |
| 2002-01-23 | Plug login_cap and bsd_auth related memory leaks. Problem noticed |  millert | 1 | -15/+30 |
| 2002-01-23 | fix potential memory leak. |  mpech | 1 | -3/+5 |
| 2002-01-23 | lookup() returns pointer. Convert 0 -> NULL. |  mpech | 1 | -6/+6 |
| 2002-01-23 | Use always '.' in the end of the fatal() message. Consistency is good. |  mpech | 2 | -7/+7 |
| 2002-01-23 | don't use \n in reply(). |  mpech | 1 | -5/+5 |
| 2002-01-23 | ``pathname'' can be NULL here too. |  mpech | 1 | -3/+4 |
| 2002-01-17 | reject SIZE request for ascii mode if file is larger than 10k. |  itojun | 1 | -3/+8 |
| 2002-01-10 | print proper host name for the proxy's peer; bob ok |  mickey | 1 | -4/+4 |
| 2002-01-08 | Close potential memory leak wrt "fromname"; inspired by similar FreeBSD |  millert | 1 | -11/+15 |
| 2002-01-08 | STRING is never NULL so there is no need to test it for NULL before |  millert | 1 | -12/+6 |
| 2002-01-07 | While I'm here (next issue): |  mpech | 1 | -16/+8 |
| 2002-01-07 | o) int -> {uid,gid}_t; %d -> %u; |  mpech | 2 | -11/+11 |
| 2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN |  millert | 1 | -3/+3 |
| 2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN |  millert | 1 | -3/+3 |
| 2002-01-06 | Don't let root change it's password via login_l?chpass(8). |  millert | 2 | -16/+25 |
| 2001-12-30 | setup stdout & stderr; marius@alchemy.franken.de |  deraadt | 1 | -2/+15 |
| 2001-12-28 | Fix memory leak with EPRT command; Hiroyuki YAMAMORI |  millert | 1 | -2/+4 |
| 2001-12-18 | Don't use sigprocmask() in signal handlers when we can just set the |  millert | 1 | -13/+16 |
| 2001-12-17 | Add missing sigaction() call from last commit |  millert | 1 | -2/+3 |
| 2001-12-14 | RFC 959 wasn't clear about what happens around a PASV reply, and in |  beck | 1 | -5/+8 |
| 2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use |  miod | 2 | -15/+12 |
| 2001-12-07 | Kill longjmp by not restarting system calls on receipt of SIGALRM. |  millert | 1 | -10/+13 |