summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow fetching lists from https:// URLs toodjm2017-07-071-2/+2
* switch user to _spamd before executing ftp(1) to fetch lists.djm2017-07-071-6/+34
* Fixed a typo in error message.tobias2017-07-021-2/+2
* Do not interpret an empty path as current working directory "." whenbenno2017-06-221-10/+3
* Remove the sigprocmask stub that has long been made unused sincepatrick2017-06-041-17/+1
* For the memory operand, clang passes in an address relative to thenaddy2017-06-041-2/+3
* do not need dev[] wasting bss spacederaadt2017-05-291-3/+2
* Do a better job of not printing sequences we cannot reverse in DELETE orderaadt2017-05-281-7/+18
* Stop echoing ANSI sequences back to the console, by expanding ESC characterderaadt2017-05-271-2/+6
* Stop supporting primordial # (erase) and @ (kill) sequences.deraadt2017-05-272-15/+5
* remove the getname() code trying to handle baud < 1200 terminals.tedu2017-05-271-8/+3
* bzero -> memsettedu2017-05-271-2/+2
* remove support for OSFtedu2017-05-271-5/+1
* unifdef XXX_DELAY which is older than i amtedu2017-05-271-73/+1
* Xr inetd as a hint about what flavor of crazy you're dealing withtedu2017-05-251-4/+5
* Always use the same callback to unlock as was used to lock. Permitsguenther2017-05-083-23/+34
* Change len arg of getidle() from size_t to int since it is used asmillert2017-04-271-2/+2
* challenge is an array, not a pointer, therefore cannot be NULL.millert2017-04-271-2/+2
* Don't send multiple error messages in response to a single commandmikeb2017-04-271-1/+5
* memset() of password field should be explicit_bzero().deraadt2017-04-171-2/+2
* freezero() can be used herederaadt2017-04-171-3/+2
* fix missing \ on \n, spotted by Edgar Pettijohnbeck2017-04-061-2/+2
* check return from pread, don't divide -1 for counttedu2017-04-031-2/+6
* use recallocarray() because the array contains data that can be observedderaadt2017-04-031-2/+3
* note that some hosts never generate tuples and are ignored;jmc2017-04-021-2/+4
* Prefer pread() over lseek()+read()guenther2017-04-021-4/+3
* define the role of spamd-setup a little better;jmc2017-03-161-5/+7
* use one way to show filter rules, not two. the bits and pieces of thejmc2017-03-161-5/+3
* Add NULL tests to wrterror() to avoid a NULL deref when called fromguenther2017-02-181-1/+4
* correct format strings, ok guentherderaadt2017-02-161-3/+3
* Match the recent change in the kernel and ask for a generic armv8-ajsg2017-02-161-2/+2
* Make this build (and run) with gcc 4.miod2017-02-151-2/+2
* Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that insteadguenther2017-02-082-4/+4
* Fix ELF64_R_TYPE(reloc->r_info) to have the same type on mips64leguenther2017-01-301-3/+3
* Previous commit broke build on loongson. Refix by addingvisa2017-01-291-3/+3
* Fix build on mips64.visa2017-01-251-2/+2
* make ldso[] const; OK guenther@millert2017-01-241-2/+2
* For consistentcy, use 'void *' with %p instead of 'char *'guenther2017-01-241-4/+4
* To format r_addr, use %p and cast to 'void *'. From comparison withguenther2017-01-241-5/+5
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-2454-323/+278
* Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is usedguenther2017-01-241-5/+7
* remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@naddy2017-01-231-2/+1
* Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value.guenther2017-01-231-1/+3
* Mark a bunch of stuff staticguenther2017-01-233-8/+9
* The functionality of _dl_allocate_tib() is used internally, so renameguenther2017-01-231-2/+4
* Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduceguenther2017-01-234-4/+12
* Fix format string mismatchesguenther2017-01-234-10/+10
* Fix format string mismatchesguenther2017-01-231-3/+3
* check EAGAIN in the correct place,beck2017-01-231-3/+3
* Switch spamd to nonblocking descriptors so we can count on getting abeck2017-01-231-2/+9