summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2015-12-01Remove superfluous check; "Of course" deraadt@tim1-8/+6
2015-12-01Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@tim1-3/+5
2015-11-29Document that the pfdev check for 63 is /dev/fd/ only contains those nodesderaadt1-1/+4
2015-11-26passwd no longer has an -l flag; ok deraadtjmc1-3/+3
2015-11-26pledge in login_radius(8).yasuoka1-1/+5
2015-11-26rpc.yppasswdd goes to the bitbucket.deraadt7-640/+1
2015-11-26Delete YP password related code. As a result, these can also bederaadt2-167/+6
2015-11-25rename internally to ntalkd, after the binary; this way bothjmc1-8/+10
2015-11-24missing pledge "getpw"deraadt1-2/+2
2015-11-21zap the yppasswdd mlink, at ingo's behest (its original purpose being,jmc1-2/+1
2015-11-21remove mlinks for aliases: ntalkd, mfs, updatedbjmc1-2/+1
2015-11-20Remove login_tis, no one should be using the TIS authenticationmillert5-895/+2
2015-11-19Call syslog() if login_* pledge fails; OK deraadt@millert3-9/+15
2015-11-18use _shadow getpw functions. these utilities obviously deal with hashes.tedu2-4/+4
2015-11-16Observe that FIOASYNC clearing for stdin is only done in the case wherederaadt1-3/+9
2015-11-16don't need to ifdef setproctitletedu4-21/+4
2015-11-15ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soderaadt23-24/+72
2015-11-15pledge "stdio rpath wpath cpath tmppath fattr"deraadt1-1/+4
2015-11-134-step pledge in a program noone really uses anymore.deraadt1-1/+14
2015-11-13_exit() in the child; as a result, must use syslog() directly.deraadt1-2/+3
2015-11-06further PPP reduction, hint from sthentedu4-18/+5
2015-11-06remove ppplogin support. ok sthentedu1-39/+4
2015-11-06Fix unloading of load groups when the last reference wasn't on theguenther2-2/+37
2015-11-02Remove duplicate declarationguenther1-2/+1
2015-11-02Factor out the logic for mprotecting the memory between two symbols intoguenther13-474/+139
2015-11-02Fix typo: s/DT_JUMPREL/DT_JMPREL/guenther2-4/+4
2015-10-29remove tests for LD_HINTS_VERSION_1; ok kettenisderaadt2-10/+4
2015-10-25No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@millert2-10/+4
2015-10-25unifdef some oldness. (BSD not defined since removal of param.h)tedu1-10/+1
2015-10-25No need to declare pwd_gensalt; it's unused and gone.ajacoutot2-4/+2
2015-10-24Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.ajacoutot2-5/+3
2015-10-22Add pledge support to login_yubikey. Much feedback and OK millert@bmercer1-1/+8
2015-10-22use crypt_checkpass("password", NULL) to fake a login instead of bcrypttedu1-3/+3
2015-10-22use crypt_checkpass to check passwordtedu1-2/+2
2015-10-22use crypt_checkpass instead of doing things the hard way with crypt.tedu4-27/+15
2015-10-19Delete the empty example file "ftpchroot"; no example is needed.schwarze1-2/+3
2015-10-17login_token needs pledge "flock" now.bluhm1-2/+2
2015-10-16Hoist clearing of FIOASYNC to much earlier, then getty can usederaadt1-6/+8
2015-10-16Implement real "flock" request and add it to userland programs thatmillert1-1/+7
2015-10-15Pledge login_token with "stdio rpath wpath cpath fattr getpw tty".bluhm1-1/+4
2015-10-14Check mmap and read return values. While at it, remove unused duplicated file.tobias3-621/+14
2015-10-14pledge "stdio rpath" is good enough for these mainline BSD auth loginderaadt2-2/+9
2015-10-13pledge "stdio rpath wpath cpath fattr"; fattr due to locking code borrowedderaadt1-1/+6
2015-10-12Call pledge(2) after initial getsockname(2) to avoid "inet" addition.uebayasi1-4/+5
2015-10-10normalize a few more tame request orderings, to help reviewderaadt1-2/+2
2015-10-09With nfs spool (fork + seteuid/setuid balony) support gone, it becomesderaadt1-1/+5
2015-10-09remove NFS spool support; it stands in the way of pledge(2)deraadt1-8/+1
2015-10-09this cpp operates file using pledge "stdio rpath wpath cpath"deraadt1-0/+6
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.millert8-27/+26
2015-10-05KNF a switch statement, moving a local variable up a frame as well -deraadt1-38/+35