summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2012-09-02Specify an include path for SYS.h via CPPFLAGS not AFLAGSJonathan Gray
2012-08-31Compile ld.so with debug info. This will not only help people hacking onMark Kettenis
2012-08-31Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sureMark Kettenis
2012-08-30remove libexec/tftp-proxy now we have usr.sbin/tftp-proxyDavid Gwynne
2012-08-28Add __guard_local as a hidden symbol to ld.so, kernel, and everyMatthew Dempsky
2012-08-22Change ld.so and libc to use .openbsd.randomdata on ELF platforms forMatthew Dempsky
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEMatthew Dempsky
2012-08-17Fix mips64 and powerpc's ld.so syscall implementations by addingMatthew Dempsky
2012-08-16send inetd tftpd to the attic.David Gwynne
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.David Gwynne
2012-08-07Factor out a _dl_randombuf() method from _dl_random().Matthew Dempsky
2012-08-04MDTM and SIZE have been in RFC 3659 for over five years. Also, mention bothPascal Stumpf
2012-07-21Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED toMatthew Dempsky
2012-07-08To detect changes of system files, use SHA-256 rather than MD5,Ingo Schwarze
2012-07-08remove unused functions, ok phesslerStuart Henderson
2012-07-07rename prio in struct pf_rule and related structs to set_prio so it isHenning Brauer
2012-07-06Fix LD_DEBUG=1 regression introduced by previous commit.Matthew Dempsky
2012-06-20With MP rthread setups, we cannot remove the X permission from the GOTTheo de Raadt
2012-06-19use warn() instead of perror(), like the rest of the code doesTheo de Raadt
2012-06-14Add support for DF_1_NOOPEN. Based on an origional diff from matthew@.Mark Kettenis
2012-06-12Fix loaded object sod matching: when we load libfoo.so.X.Y intoMatthew Dempsky
2012-06-01add a krb5-noverify option for login.conf that disables verificationDavid Gwynne
2012-05-17Also check permissions of .ssh/id_ecdsa.Pascal Stumpf
2012-05-08Refuse to load ELF objects that contain a PT_TLS program header.Joel Sing
2012-04-19rate-limit accept(); small tweaks and such along the way from gilles,Theo de Raadt
2012-04-18merge some whitespace changes before bigger changesTheo de Raadt
2012-04-13Don't assume that the new conffd is a unset in the fd_set, it could be aTheo de Raadt
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedMatthew Dempsky
2012-03-06Fill in default values for rtableid/onrdomain/prio when creating PF rules,Stuart Henderson
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.David Gwynne
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntIgor Sobrado
2012-02-01flags without arguments come first; use a standard wording on theIgor Sobrado
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
2012-02-01document login_yubikey optionsDavid Hill
2012-01-31remove superfluous RCS identifiers; while here, indent identifierIgor Sobrado
2012-01-31use the right capitalization for YubiKey.Igor Sobrado
2012-01-27fix pkg_delete for people who had mandocdb enabled:Marc Espie
2012-01-26hook login_yubikey to the buildDavid Hill
2012-01-22Bring in corrections and improvements that were committed to the newIngo Schwarze
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.David Hill
2012-01-18tweak previous;Jason McIntyre
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.David Hill
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-09Don't mmap 0 byte areas, treat them as a noop instead.Ariane van der Steldt
2012-01-08Since PIE executables on mips64 don't have DT_MIPS_RLD_MAP, fall back onMark Kettenis
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze