summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2010-11-16Fix error message when ld.so ends up loading a different than expectedDale Rahn
2010-11-11Remove commented out references to old kerberosIV libraries we do notMiod Vallat
2010-10-30fix a 10 year old bug in the memory allocator, which affected only sparc.Theo de Raadt
2010-10-29more nroff removal, with tweaks from (and ok) schwarze;Jason McIntyre
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-27Fix comment; no binary change. OK deraadt@Todd C. Miller
2010-10-27repair ;;Theo de Raadt
2010-10-25Search loaded libs first and add support for SONAME matching. ok drahn@Kurt Miller
2010-10-25give a different error message for empty files, as they are obviously wrongMarc Espie
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
2010-10-06do not pass GREY entries to pf's spamd-white table if already TRAPPED.Stephan A. Rickauer
2010-09-11Fix lazy binding issue by making sure the second argument to _dl_find_symbol()Mark Kettenis
2010-09-03add EXIT STATUS for /usr/libexec;Jason McIntyre
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2010-08-30Add missing network service name from /var/log/ftpd entries.lum
2010-08-27In revision 1.14 of ftpd.c the ident variable was removed from its only meani...lum
2010-08-11Make _dl_searchnum signed as originally intended.Dale Rahn
2010-08-01Properly reset states when a login phase is interrupted by another one.Tobias Stoeckmann
2010-07-30Don't set "success" flags before error checks.Ray Lai
2010-07-13handle Tm, like in tiff2psMarc Espie
2010-07-13work around a strange problem in locality of @_ by copying stuff.Marc Espie
2010-07-09don't print directly, use an interface that's similar enough to pkg_addMarc Espie
2010-07-02Add Makefile.inc for hppa64 to aid in building cross tools.Joel Sing
2010-07-01When generating grpsym lists, avoid duplicates without searching theDale Rahn
2010-06-18Prevent a segmentation fault on ftpd_popen error (memory, file descriptor,Tobias Stoeckmann
2010-06-13Adjust FTP reply codes (in error conditions) to conform to RFC 959.Tobias Stoeckmann