Age | Commit message (Expand) | Author |
2016-05-17 | tyop | Jeremie Courreges-Anglas |
2016-05-12 | more hppa64 cleaning | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-07 | Move the set_tcb after getdents to keep L_cerr in range. | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-05-04 | Kill #ifdef INET6 occurrences in userland. | Jeremie Courreges-Anglas |
2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future | Ricardo Mestre |
2016-04-26 | Add missing "tty" promise to the pledge(2) call | Ricardo Mestre |
2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective | Theo de Raadt |
2016-04-24 | explicit_bzero some keys after use. | Sebastian Benoit |
2016-04-10 | per rfc, ehlo responses contain hostname, then options. from dyn+bsd | Ted Unangst |
2016-04-06 | compare pointer to NULL instead of 0 | Sebastien Marie |
2016-04-02 | Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") to | Todd C. Miller |
2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-25 | - Both checks for pw are not needed since it was already done at the start of | mestre |
2016-03-24 | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Provide _dlctl(), an alternate name for dlctl() that's in the reserved | Philip Guenther |
2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | - Check if user running spamlogd(8) has root privileges and if not then stop | mestre |
2016-03-10 | - add a define for "_spamd" user like others OpenBSD daemons; | Gleydson Soares |
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 |