Age | Commit message (Expand) | Author |
2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ | Jeremie Courreges-Anglas |
2016-02-29 | Kill unused variable. | Jeremie Courreges-Anglas |
2016-02-05 | pledge(2) for talkd(8): | mestre |
2016-02-01 | Remove unused headers and sort the remaining | mestre |
2016-01-24 | Delete remnants of grpsym cache setting during symbol search: it's done at | Philip Guenther |
2016-01-24 | Lacking precise dependency-from-relocation tracking, a nodelete object | Philip Guenther |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2016-01-04 | pledge(2) spamd-setup(8) | mestre |
2015-12-22 | assign pointers to NULL rather than 0 | mmcc |
2015-12-22 | Remove a couple needless allocation casts. No binary change. | mmcc |
2015-12-17 | s/failes/failed/g | mmcc |
2015-12-12 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-11 | pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks! | Bob Beck |
2015-12-10 | tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com> | Bob Beck |
2015-12-08 | Initially pledge spamd | Bob Beck |
2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track | Philip Guenther |
2015-12-05 | adjust to newer tls_read/_write semantics. | Henning Brauer |
2015-12-02 | in response to EHLO, don't offer STARTTLS if we already completed the | Henning Brauer |
2015-12-02 | I misread the standard when adding TLS; clients are supposed to start over | Henning Brauer |
2015-12-02 | fix error messages to say tls_write after tls_write and not tls_read... | Henning Brauer |
2015-12-01 | knock out duplicate rcs id; | Jason McIntyre |
2015-12-01 | needs utf8.c from the ls tree also | Theo de Raadt |
2015-12-01 | rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time. | Tim van der Molen |
2015-12-01 | Remove superfluous check; "Of course" deraadt@ | Tim van der Molen |
2015-12-01 | Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@ | Tim van der Molen |
2015-11-29 | Document that the pfdev check for 63 is /dev/fd/ only contains those nodes | Theo de Raadt |
2015-11-26 | passwd no longer has an -l flag; ok deraadt | Jason McIntyre |
2015-11-26 | pledge in login_radius(8). | YASUOKA Masahiko |
2015-11-26 | rpc.yppasswdd goes to the bitbucket. | Theo de Raadt |
2015-11-26 | Delete YP password related code. As a result, these can also be | Theo de Raadt |
2015-11-25 | rename internally to ntalkd, after the binary; this way both | Jason McIntyre |
2015-11-24 | missing pledge "getpw" | Theo de Raadt |
2015-11-21 | zap the yppasswdd mlink, at ingo's behest (its original purpose being, | Jason McIntyre |
2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb | Jason McIntyre |
2015-11-20 | Remove login_tis, no one should be using the TIS authentication | Todd C. Miller |
2015-11-19 | Call syslog() if login_* pledge fails; OK deraadt@ | Todd C. Miller |
2015-11-18 | use _shadow getpw functions. these utilities obviously deal with hashes. | Ted Unangst |
2015-11-16 | Observe that FIOASYNC clearing for stdin is only done in the case where | Theo de Raadt |
2015-11-16 | don't need to ifdef setproctitle | Ted Unangst |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
2015-11-15 | pledge "stdio rpath wpath cpath tmppath fattr" | Theo de Raadt |
2015-11-13 | 4-step pledge in a program noone really uses anymore. | Theo de Raadt |
2015-11-13 | _exit() in the child; as a result, must use syslog() directly. | Theo de Raadt |
2015-11-06 | further PPP reduction, hint from sthen | Ted Unangst |
2015-11-06 | remove ppplogin support. ok sthen | Ted Unangst |
2015-11-06 | Fix unloading of load groups when the last reference wasn't on the | Philip Guenther |
2015-11-02 | Remove duplicate declaration | Philip Guenther |
2015-11-02 | Factor out the logic for mprotecting the memory between two symbols into | Philip Guenther |
2015-11-02 | Fix typo: s/DT_JUMPREL/DT_JMPREL/ | Philip Guenther |
2015-10-29 | remove tests for LD_HINTS_VERSION_1; ok kettenis | Theo de Raadt |