summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-23Properly align the stack early on in the ld.so startup code such that code runMark Kettenis
2011-07-20During mailbox and special file checks, skip all files that can'tIngo Schwarze
2011-07-20In lists of setuid/setgid files and devices, do not pad the last columnIngo Schwarze
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-13Delete items on grpreflist when walking them to decrement the count,Dale Rahn
2011-07-04Add ld.so ia64 support.Paul Irofti
2011-07-02add file equivalence. Choose the most recent timestamp between man andMarc Espie
2011-06-27Backout the dynamic linker speed improvement diff for now, it stillStuart Henderson
2011-06-24Handle \*(Na in .Nd, needed by nan(3).Ingo Schwarze
2011-06-22fix whitespaceStuart Henderson
2011-06-22Fix another pre-{rdr,nat}-to rule example...Stuart Henderson
2011-06-20Restore changelist(5) wildcard support that we inadvertently killedIngo Schwarze
2011-05-26No need to call _dl_newsymsearch() twice; ok drahn@Otto Moerbeek
2011-05-25Fix two bugs where race conditions might cause stat(2) to fail,Ingo Schwarze
2011-05-22Dynamic linker speed improvement diff. tested by several sinc k2k11.Dale Rahn
2011-05-10Do not complain about an /etc/group line "+\n" as "wrong number of fields",Ingo Schwarze
2011-05-10Fix previous. On i386, library.c isn't compiledOtto Moerbeek
2011-05-09Outsmart gcc4 on mips* by moving the declaration of _dl_debug_stateOtto Moerbeek
2011-05-05Switch 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 removeJason McIntyre
2011-04-23When a device or setuid file is owned by a nonexistent user or group,Ingo Schwarze
2011-04-23Very nice bugfix from Andrew Fresh, who writes:Ingo Schwarze
2011-04-17Switch from the old shell script /etc/securityIngo Schwarze
2011-04-17remove a bogus blank line; from Andrew FreshIngo Schwarze
2011-04-17Keep the exact format of the message:Ingo Schwarze
2011-04-10Reviewing my version of the code, Andrew Fresh found an elegant way toIngo Schwarze
2011-04-09implement one last check that Andrew overlookedIngo Schwarze
2011-04-09implementation of the remaining checks;Ingo Schwarze
2011-04-08Do not use NULL in integer comparison.Theo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-03-30style cleanup:Ingo Schwarze
2011-03-26umask and path checks;Ingo Schwarze
2011-03-25home directory checks;Ingo Schwarze
2011-03-24fix "german" typo; from <markus dot lude at gmx dot de>Ingo Schwarze
2011-03-23Work in progress to replace /etc/security, not yet linked to the build.Ingo Schwarze
2011-03-19fix rdr-to example (requires direction); from James TurnerOkan Demirmen
2011-03-18actually set and use whiteexp in the new -W option.Okan Demirmen
2011-03-12excessive / at the end of a .PATH; ok guenther drahnTheo de Raadt
2011-03-04add -W flag (whiteexp), as opposed to pulling in a hardcoded defaultOkan Demirmen
2011-03-03repair arguments passed to pfctl; PR 6142, ok beckTheo de Raadt
2011-03-02zap trailing whitespace;Jason McIntyre
2011-02-22shut up unless -v, and a few minor enhancements.Marc Espie
2011-02-09Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@Todd C. Miller
2011-01-26placeholder for future changes, as discussed with miod@Marc Espie
2011-01-10Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@Todd C. Miller
2010-12-13rename() is the atomic operation, unlink() is just there to createMarc Espie
2010-12-12Allocate a full C compiler-style stack frame that includes space for 6Mark Kettenis
2010-12-07Make the preload error distinct from the normal error.Dale Rahn