Age | Commit message (Expand) | Author |
2011-04-10 | Reviewing my version of the code, Andrew Fresh found an elegant way to | Ingo Schwarze |
2011-04-09 | implement one last check that Andrew overlooked | Ingo Schwarze |
2011-04-09 | implementation of the remaining checks; | Ingo Schwarze |
2011-04-08 | Do not use NULL in integer comparison. | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-30 | style cleanup: | Ingo Schwarze |
2011-03-26 | umask and path checks; | Ingo Schwarze |
2011-03-25 | home directory checks; | Ingo Schwarze |
2011-03-24 | fix "german" typo; from <markus dot lude at gmx dot de> | Ingo Schwarze |
2011-03-23 | Work in progress to replace /etc/security, not yet linked to the build. | Ingo Schwarze |
2011-03-19 | fix rdr-to example (requires direction); from James Turner | Okan Demirmen |
2011-03-18 | actually set and use whiteexp in the new -W option. | Okan Demirmen |
2011-03-12 | excessive / at the end of a .PATH; ok guenther drahn | Theo de Raadt |
2011-03-04 | add -W flag (whiteexp), as opposed to pulling in a hardcoded default | Okan Demirmen |
2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck | Theo de Raadt |
2011-03-02 | zap trailing whitespace; | Jason McIntyre |
2011-02-22 | shut up unless -v, and a few minor enhancements. | Marc Espie |
2011-02-09 | Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@ | Todd C. Miller |
2011-01-26 | placeholder for future changes, as discussed with miod@ | Marc Espie |
2011-01-10 | Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@ | Todd C. Miller |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-12-07 | Make the preload error distinct from the normal error. | Dale Rahn |
2010-11-16 | Fix error message when ld.so ends up loading a different than expected | Dale Rahn |
2010-11-11 | Remove commented out references to old kerberosIV libraries we do not | Miod Vallat |
2010-10-30 | fix a 10 year old bug in the memory allocator, which affected only sparc. | Theo de Raadt |
2010-10-29 | more nroff removal, with tweaks from (and ok) schwarze; | Jason McIntyre |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-27 | Fix comment; no binary change. OK deraadt@ | Todd C. Miller |
2010-10-27 | repair ;; | Theo de Raadt |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2010-10-25 | give a different error message for empty files, as they are obviously wrong | Marc Espie |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. | Stephan A. Rickauer |
2010-09-11 | Fix lazy binding issue by making sure the second argument to _dl_find_symbol() | Mark Kettenis |
2010-09-03 | add EXIT STATUS for /usr/libexec; | Jason McIntyre |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2010-08-30 | Add missing network service name from /var/log/ftpd entries. | lum |
2010-08-27 | In revision 1.14 of ftpd.c the ident variable was removed from its only meani... | lum |
2010-08-11 | Make _dl_searchnum signed as originally intended. | Dale Rahn |
2010-08-01 | Properly reset states when a login phase is interrupted by another one. | Tobias Stoeckmann |
2010-07-30 | Don't set "success" flags before error checks. | Ray Lai |
2010-07-13 | handle Tm, like in tiff2ps | Marc Espie |
2010-07-13 | work around a strange problem in locality of @_ by copying stuff. | Marc Espie |
2010-07-09 | don't print directly, use an interface that's similar enough to pkg_add | Marc Espie |
2010-07-02 | Add Makefile.inc for hppa64 to aid in building cross tools. | Joel Sing |
2010-07-01 | When generating grpsym lists, avoid duplicates without searching the | Dale Rahn |
2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, | Tobias Stoeckmann |
2010-06-13 | Adjust FTP reply codes (in error conditions) to conform to RFC 959. | Tobias Stoeckmann |