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