summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Remove -fno-stack-protector; works fine without it.kettenis1-2/+2
2017-08-25It's a standalone script now, so explicitly set a sane PATH.rpe1-1/+3
2017-08-25Fix detection whether /usr/share is on a nfs mounted filesystem.rpe1-2/+2
2017-08-22descend into reorder_kerneljsg1-1/+2
2017-08-21Move the kernel relinking code from /etc/rc into a seperate scriptrpe2-0/+67
2017-08-19Build ld.so with ${DEBUG} which defults to -g, like other "libraries" are.deraadt1-2/+2
2017-08-16remove accidentally duplicated cpp chunksderaadt1-32/+10
2017-08-16Adapt the commit in libc that changes how a string like "0xy" ismillert1-3/+4
2017-08-15Align text locations to 16 (instead of 4) to match modern recommendationsderaadt2-10/+10
2017-08-13Get R_MIPS_* defines via <machine/reloc.h>.visa1-4/+3
2017-07-23from libc malloc: only access offset if canaries are enabled *and* size > 0otto1-1/+2
2017-07-20When login_skey was called for a user without skey, it crashed withbluhm1-4/+6
2017-07-07allow fetching lists from https:// URLs toodjm1-2/+2
2017-07-07switch user to _spamd before executing ftp(1) to fetch lists.djm1-6/+34
2017-07-02Fixed a typo in error message.tobias1-2/+2
2017-06-22Do not interpret an empty path as current working directory "." whenbenno1-10/+3
2017-06-04Remove the sigprocmask stub that has long been made unused sincepatrick1-17/+1
2017-06-04For the memory operand, clang passes in an address relative to thenaddy1-2/+3
2017-05-29do not need dev[] wasting bss spacederaadt1-3/+2
2017-05-28Do a better job of not printing sequences we cannot reverse in DELETE orderaadt1-7/+18
2017-05-27Stop echoing ANSI sequences back to the console, by expanding ESC characterderaadt1-2/+6
2017-05-27Stop supporting primordial # (erase) and @ (kill) sequences.deraadt2-15/+5
2017-05-27remove the getname() code trying to handle baud < 1200 terminals.tedu1-8/+3
2017-05-27bzero -> memsettedu1-2/+2
2017-05-27remove support for OSFtedu1-5/+1
2017-05-27unifdef XXX_DELAY which is older than i amtedu1-73/+1
2017-05-25Xr inetd as a hint about what flavor of crazy you're dealing withtedu1-4/+5
2017-05-08Always use the same callback to unlock as was used to lock. Permitsguenther3-23/+34
2017-04-27Change len arg of getidle() from size_t to int since it is used asmillert1-2/+2
2017-04-27challenge is an array, not a pointer, therefore cannot be NULL.millert1-2/+2
2017-04-27Don't send multiple error messages in response to a single commandmikeb1-1/+5
2017-04-17memset() of password field should be explicit_bzero().deraadt1-2/+2
2017-04-17freezero() can be used herederaadt1-3/+2
2017-04-06fix missing \ on \n, spotted by Edgar Pettijohnbeck1-2/+2
2017-04-03check return from pread, don't divide -1 for counttedu1-2/+6
2017-04-03use recallocarray() because the array contains data that can be observedderaadt1-2/+3
2017-04-02note that some hosts never generate tuples and are ignored;jmc1-2/+4
2017-04-02Prefer pread() over lseek()+read()guenther1-4/+3
2017-03-16define the role of spamd-setup a little better;jmc1-5/+7
2017-03-16use one way to show filter rules, not two. the bits and pieces of thejmc1-5/+3
2017-02-18Add NULL tests to wrterror() to avoid a NULL deref when called fromguenther1-1/+4
2017-02-16correct format strings, ok guentherderaadt1-3/+3
2017-02-16Match the recent change in the kernel and ask for a generic armv8-ajsg1-2/+2
2017-02-15Make this build (and run) with gcc 4.miod1-2/+2
2017-02-08Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that insteadguenther2-4/+4
2017-01-30Fix ELF64_R_TYPE(reloc->r_info) to have the same type on mips64leguenther1-3/+3
2017-01-29Previous commit broke build on loongson. Refix by addingvisa1-3/+3
2017-01-25Fix build on mips64.visa1-2/+2
2017-01-24make ldso[] const; OK guenther@millert1-2/+2
2017-01-24For consistentcy, use 'void *' with %p instead of 'char *'guenther1-4/+4