summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore changelist(5) wildcard support that we inadvertently killedschwarze2011-06-201-10/+27
* No need to call _dl_newsymsearch() twice; ok drahn@otto2011-05-261-4/+2
* Fix two bugs where race conditions might cause stat(2) to fail,schwarze2011-05-251-7/+9
* Dynamic linker speed improvement diff. tested by several sinc k2k11.drahn2011-05-224-12/+141
* Do not complain about an /etc/group line "+\n" as "wrong number of fields",schwarze2011-05-101-2/+9
* Fix previous. On i386, library.c isn't compiledotto2011-05-102-9/+8
* Outsmart gcc4 on mips* by moving the declaration of _dl_debug_stateotto2011-05-092-8/+9
* Switch tftp-proxy over to using divert-to. Based on a diff from oga@sthen2011-05-054-161/+28
* -x is currently unimplemented, so comment it out from the man page, and removejmc2011-04-292-13/+13
* When a device or setuid file is owned by a nonexistent user or group,schwarze2011-04-231-8/+8
* Very nice bugfix from Andrew Fresh, who writes:schwarze2011-04-231-11/+10
* Switch from the old shell script /etc/securityschwarze2011-04-171-2/+2
* remove a bogus blank line; from Andrew Freshschwarze2011-04-171-2/+2
* Keep the exact format of the message:schwarze2011-04-171-4/+5
* Reviewing my version of the code, Andrew Fresh found an elegant way toschwarze2011-04-101-4/+9
* implement one last check that Andrew overlookedschwarze2011-04-091-8/+26
* implementation of the remaining checks;schwarze2011-04-091-22/+432
* Do not use NULL in integer comparison.deraadt2011-04-081-2/+2
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-0611-51/+51
* style cleanup:schwarze2011-03-301-14/+14
* umask and path checks;schwarze2011-03-261-1/+126
* home directory checks;schwarze2011-03-251-1/+89
* fix "german" typo; from <markus dot lude at gmx dot de>schwarze2011-03-241-2/+2
* Work in progress to replace /etc/security, not yet linked to the build.schwarze2011-03-232-0/+262
* fix rdr-to example (requires direction); from James Turnerokan2011-03-191-4/+4
* actually set and use whiteexp in the new -W option.okan2011-03-181-3/+3
* excessive / at the end of a .PATH; ok guenther drahnderaadt2011-03-122-4/+4
* add -W flag (whiteexp), as opposed to pulling in a hardcoded defaultokan2011-03-042-9/+27
* repair arguments passed to pfctl; PR 6142, ok beckderaadt2011-03-031-2/+2
* zap trailing whitespace;jmc2011-03-021-4/+4
* shut up unless -v, and a few minor enhancements.espie2011-02-226-51/+110
* Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@millert2011-02-091-3/+18
* placeholder for future changes, as discussed with miod@espie2011-01-262-1/+40
* Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@millert2011-01-101-2/+4
* rename() is the atomic operation, unlink() is just there to createespie2010-12-131-7/+1
* Allocate a full C compiler-style stack frame that includes space for 6kettenis2010-12-121-4/+4
* Make the preload error distinct from the normal error.drahn2010-12-071-2/+2
* Fix error message when ld.so ends up loading a different than expecteddrahn2010-11-163-11/+8
* Remove commented out references to old kerberosIV libraries we do notmiod2010-11-111-11/+1
* fix a 10 year old bug in the memory allocator, which affected only sparc.deraadt2010-10-301-7/+9
* more nroff removal, with tweaks from (and ok) schwarze;jmc2010-10-291-10/+6
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-2810-20/+20
* Fix comment; no binary change. OK deraadt@millert2010-10-271-2/+2
* repair ;;deraadt2010-10-271-3/+3
* Search loaded libs first and add support for SONAME matching. ok drahn@kurt2010-10-256-50/+128
* give a different error message for empty files, as they are obviously wrongespie2010-10-251-1/+5
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-154-42/+42
* The heimdal code switched to using DES from libcrypto when 0.7.2jsg2010-10-134-12/+12
* do not pass GREY entries to pf's spamd-white table if already TRAPPED.stephan2010-10-061-7/+11
* Fix lazy binding issue by making sure the second argument to _dl_find_symbol()kettenis2010-09-111-4/+5