summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* assign pointers to NULL rather than 0mmcc2015-12-226-13/+13
* Remove a couple needless allocation casts. No binary change.mmcc2015-12-221-3/+3
* s/failes/failed/gmmcc2015-12-172-4/+4
* Remove NULL-checks before free(). ok tb@mmcc2015-12-125-29/+17
* pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks!beck2015-12-111-1/+9
* tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com>beck2015-12-102-28/+42
* Initially pledge spamdbeck2015-12-082-17/+27
* Simplify the relocation code for the ld.so bootstrap and static pie: trackguenther2015-12-0612-233/+136
* adjust to newer tls_read/_write semantics.henning2015-12-051-21/+53
* in response to EHLO, don't offer STARTTLS if we already completed thehenning2015-12-021-2/+3
* I misread the standard when adding TLS; clients are supposed to start overhenning2015-12-021-2/+2
* fix error messages to say tls_write after tls_write and not tls_read...henning2015-12-021-3/+4
* knock out duplicate rcs id;jmc2015-12-011-3/+1
* needs utf8.c from the ls tree alsoderaadt2015-12-011-2/+2
* rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.tim2015-12-012-8/+8
* Remove superfluous check; "Of course" deraadt@tim2015-12-011-8/+6
* Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@tim2015-12-011-3/+5
* Document that the pfdev check for 63 is /dev/fd/ only contains those nodesderaadt2015-11-291-1/+4
* passwd no longer has an -l flag; ok deraadtjmc2015-11-261-3/+3
* pledge in login_radius(8).yasuoka2015-11-261-1/+5
* rpc.yppasswdd goes to the bitbucket.deraadt2015-11-267-640/+1
* Delete YP password related code. As a result, these can also bederaadt2015-11-262-167/+6
* rename internally to ntalkd, after the binary; this way bothjmc2015-11-251-8/+10
* missing pledge "getpw"deraadt2015-11-241-2/+2
* zap the yppasswdd mlink, at ingo's behest (its original purpose being,jmc2015-11-211-2/+1
* remove mlinks for aliases: ntalkd, mfs, updatedbjmc2015-11-211-2/+1
* Remove login_tis, no one should be using the TIS authenticationmillert2015-11-205-895/+2
* Call syslog() if login_* pledge fails; OK deraadt@millert2015-11-193-9/+15
* use _shadow getpw functions. these utilities obviously deal with hashes.tedu2015-11-182-4/+4
* Observe that FIOASYNC clearing for stdin is only done in the case wherederaadt2015-11-161-3/+9
* don't need to ifdef setproctitletedu2015-11-164-21/+4
* ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soderaadt2015-11-1523-24/+72
* pledge "stdio rpath wpath cpath tmppath fattr"deraadt2015-11-151-1/+4
* 4-step pledge in a program noone really uses anymore.deraadt2015-11-131-1/+14
* _exit() in the child; as a result, must use syslog() directly.deraadt2015-11-131-2/+3
* further PPP reduction, hint from sthentedu2015-11-064-18/+5
* remove ppplogin support. ok sthentedu2015-11-061-39/+4
* Fix unloading of load groups when the last reference wasn't on theguenther2015-11-062-2/+37
* Remove duplicate declarationguenther2015-11-021-2/+1
* Factor out the logic for mprotecting the memory between two symbols intoguenther2015-11-0213-474/+139
* Fix typo: s/DT_JUMPREL/DT_JMPREL/guenther2015-11-022-4/+4
* remove tests for LD_HINTS_VERSION_1; ok kettenisderaadt2015-10-292-10/+4
* No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@millert2015-10-252-10/+4
* unifdef some oldness. (BSD not defined since removal of param.h)tedu2015-10-251-10/+1
* No need to declare pwd_gensalt; it's unused and gone.ajacoutot2015-10-252-4/+2
* Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.ajacoutot2015-10-242-5/+3
* Add pledge support to login_yubikey. Much feedback and OK millert@bmercer2015-10-221-1/+8
* use crypt_checkpass("password", NULL) to fake a login instead of bcrypttedu2015-10-221-3/+3
* use crypt_checkpass to check passwordtedu2015-10-221-2/+2
* use crypt_checkpass instead of doing things the hard way with crypt.tedu2015-10-224-27/+15