summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2011-05-09Outsmart gcc4 on mips* by moving the declaration of _dl_debug_stateotto2-8/+9
2011-05-05Switch tftp-proxy over to using divert-to. Based on a diff from oga@sthen4-161/+28
2011-04-29-x is currently unimplemented, so comment it out from the man page, and removejmc2-13/+13
2011-04-23When a device or setuid file is owned by a nonexistent user or group,schwarze1-8/+8
2011-04-23Very nice bugfix from Andrew Fresh, who writes:schwarze1-11/+10
2011-04-17Switch from the old shell script /etc/securityschwarze1-2/+2
2011-04-17remove a bogus blank line; from Andrew Freshschwarze1-2/+2
2011-04-17Keep the exact format of the message:schwarze1-4/+5
2011-04-10Reviewing my version of the code, Andrew Fresh found an elegant way toschwarze1-4/+9
2011-04-09implement one last check that Andrew overlookedschwarze1-8/+26
2011-04-09implementation of the remaining checks;schwarze1-22/+432
2011-04-08Do not use NULL in integer comparison.deraadt1-2/+2
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod11-51/+51
2011-03-30style cleanup:schwarze1-14/+14
2011-03-26umask and path checks;schwarze1-1/+126
2011-03-25home directory checks;schwarze1-1/+89
2011-03-24fix "german" typo; from <markus dot lude at gmx dot de>schwarze1-2/+2
2011-03-23Work in progress to replace /etc/security, not yet linked to the build.schwarze2-0/+262
2011-03-19fix rdr-to example (requires direction); from James Turnerokan1-4/+4
2011-03-18actually set and use whiteexp in the new -W option.okan1-3/+3
2011-03-12excessive / at the end of a .PATH; ok guenther drahnderaadt2-4/+4
2011-03-04add -W flag (whiteexp), as opposed to pulling in a hardcoded defaultokan2-9/+27
2011-03-03repair arguments passed to pfctl; PR 6142, ok beckderaadt1-2/+2
2011-03-02zap trailing whitespace;jmc1-4/+4
2011-02-22shut up unless -v, and a few minor enhancements.espie6-51/+110
2011-02-09Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@millert1-3/+18
2011-01-26placeholder for future changes, as discussed with miod@espie2-1/+40
2011-01-10Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@millert1-2/+4
2010-12-13rename() is the atomic operation, unlink() is just there to createespie1-7/+1
2010-12-12Allocate a full C compiler-style stack frame that includes space for 6kettenis1-4/+4
2010-12-07Make the preload error distinct from the normal error.drahn1-2/+2
2010-11-16Fix error message when ld.so ends up loading a different than expecteddrahn3-11/+8
2010-11-11Remove commented out references to old kerberosIV libraries we do notmiod1-11/+1
2010-10-30fix a 10 year old bug in the memory allocator, which affected only sparc.deraadt1-7/+9
2010-10-29more nroff removal, with tweaks from (and ok) schwarze;jmc1-10/+6
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *millert10-20/+20
2010-10-27Fix comment; no binary change. OK deraadt@millert1-2/+2
2010-10-27repair ;;deraadt1-3/+3
2010-10-25Search loaded libs first and add support for SONAME matching. ok drahn@kurt6-50/+128
2010-10-25give a different error message for empty files, as they are obviously wrongespie1-1/+5
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg4-42/+42
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2jsg4-12/+12
2010-10-06do not pass GREY entries to pf's spamd-white table if already TRAPPED.stephan1-7/+11
2010-09-11Fix lazy binding issue by making sure the second argument to _dl_find_symbol()kettenis1-4/+5
2010-09-03add EXIT STATUS for /usr/libexec;jmc2-10/+10
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.millert1-26/+26
2010-08-30Add missing network service name from /var/log/ftpd entries.lum1-2/+4
2010-08-27In revision 1.14 of ftpd.c the ident variable was removed from its only meaningful usage when a snprintf call was removed, rendering ident useless. Time to remove remaining code.lum1-9/+1
2010-08-11Make _dl_searchnum signed as originally intended.drahn2-6/+7
2010-08-01Properly reset states when a login phase is interrupted by another one.tobias1-1/+2