Age | Commit message (Expand) | Author |
2011-05-26 | No need to call _dl_newsymsearch() twice; ok drahn@ | Otto Moerbeek |
2011-05-25 | Fix two bugs where race conditions might cause stat(2) to fail, | Ingo Schwarze |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2011-05-10 | Do not complain about an /etc/group line "+\n" as "wrong number of fields", | Ingo Schwarze |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2011-05-05 | Switch tftp-proxy over to using divert-to. Based on a diff from oga@ | Stuart Henderson |
2011-04-29 | -x is currently unimplemented, so comment it out from the man page, and remove | Jason McIntyre |
2011-04-23 | When a device or setuid file is owned by a nonexistent user or group, | Ingo Schwarze |
2011-04-23 | Very nice bugfix from Andrew Fresh, who writes: | Ingo Schwarze |
2011-04-17 | Switch from the old shell script /etc/security | Ingo Schwarze |
2011-04-17 | remove a bogus blank line; from Andrew Fresh | Ingo Schwarze |
2011-04-17 | Keep the exact format of the message: | Ingo Schwarze |
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 |