Age | Commit message (Expand) | Author |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | Deal with snprintf returning >= sizeof(buf) and simplify some | Todd C. Miller |
2002-02-15 | slight snprintf paranoia | Theo de Raadt |
2002-02-15 | Fix memory leak in get_proxy_env(). | Mike Pechkin |
2002-02-14 | Mark path via .Pa | Mike Pechkin |
2002-02-13 | fix some Xr | Theo de Raadt |
2002-02-13 | correct -m description; wngdn@src.uchicago.edu | Theo de Raadt |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2002-02-11 | libdl is no more | Artur Grabowski |
2002-02-10 | spelling | Theo de Raadt |
2002-02-06 | Fix for heimdal-0.4e | Hans Insulander |
2002-02-01 | missing period | Jun-ichiro itojun Hagino |
2002-02-01 | make tftpd address family independent. | Jun-ichiro itojun Hagino |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2002-02-01 | make sure pw_dir is big enough for strcpy(pw->pw_dir, "/"). | Jun-ichiro itojun Hagino |
2002-01-30 | Fix leak in `EPSV ALL`. | Mike Pechkin |
2002-01-30 | protect `RNTO` from NULL pointer. | Mike Pechkin |
2002-01-25 | s is pointer. 0 -> NULL. | Mike Pechkin |
2002-01-25 | Catch not valid chmod value earlier. This make sense, before we didn't | Mike Pechkin |
2002-01-25 | improve yacc file management. Idea stolen from pfctl's Makefile. | Mike Pechkin |
2002-01-23 | Plug login_cap and bsd_auth related memory leaks. Problem noticed | Todd C. Miller |
2002-01-23 | fix potential memory leak. | Mike Pechkin |
2002-01-23 | lookup() returns pointer. Convert 0 -> NULL. | Mike Pechkin |
2002-01-23 | Use always '.' in the end of the fatal() message. Consistency is good. | Mike Pechkin |
2002-01-23 | don't use \n in reply(). | Mike Pechkin |
2002-01-23 | ``pathname'' can be NULL here too. | Mike Pechkin |
2002-01-17 | reject SIZE request for ascii mode if file is larger than 10k. | Jun-ichiro itojun Hagino |
2002-01-10 | print proper host name for the proxy's peer; bob ok | Michael Shalayeff |
2002-01-08 | Close potential memory leak wrt "fromname"; inspired by similar FreeBSD | Todd C. Miller |
2002-01-08 | STRING is never NULL so there is no need to test it for NULL before | Todd C. Miller |
2002-01-07 | While I'm here (next issue): | Mike Pechkin |
2002-01-07 | o) int -> {uid,gid}_t; %d -> %u; | Mike Pechkin |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller |
2001-12-30 | setup stdout & stderr; marius@alchemy.franken.de | Theo de Raadt |
2001-12-28 | Fix memory leak with EPRT command; Hiroyuki YAMAMORI | Todd C. Miller |
2001-12-18 | Don't use sigprocmask() in signal handlers when we can just set the | Todd C. Miller |
2001-12-17 | Add missing sigaction() call from last commit | Todd C. Miller |
2001-12-14 | RFC 959 wasn't clear about what happens around a PASV reply, and in | Bob Beck |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-07 | Kill longjmp by not restarting system calls on receipt of SIGALRM. | Todd C. Miller |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-12-07 | Block keyboard-generated signals during database accesses. | Todd C. Miller |
2001-12-07 | mark longjmp race | Theo de Raadt |
2001-12-07 | Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the database | Todd C. Miller |
2001-12-07 | o Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-07 | Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller |
2001-12-06 | comment typo, and $OpenBSD$ (thanks pval) | Bob Beck |