Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | Fix inverted pledge requests, from Frederic Nowak | Jeremie Courreges-Anglas | |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller | |
An attacker exploiting an overflow can change the egid themselves so running with the egid of the user in other places just gives you a false sense of security. OK nicm@ deraadt@ | |||
2015-11-03 | There really is no double standard. Treat m4 just like openssl, by | Theo de Raadt | |
removing VMS and MSDOS support. ok espie | |||
2015-11-03 | Detach the client we are looping over, from Thomas Adam. | Nicholas Marriott | |
2015-11-03 | Blank line after pledge call. | mmcc | |
2015-11-03 | Blank line after pledge call. | mmcc | |
2015-11-03 | Surround pledge calls with blank lines. | mmcc | |
2015-11-03 | Blank line after pledge(). | mmcc | |
2015-11-03 | Blank line before pledge(). | mmcc | |
2015-11-03 | Add blank line after pledge call. | mmcc | |
2015-11-02 | remove Tn macros ("Tradename") from things which are actually hostnames, | Stuart Henderson | |
ok jmc | |||
2015-11-02 | Make signify's stdout line buffered. This allows to run the verbose | Alexander Bluhm | |
output through a pipe and still see the progress immediately. OK tedu@ | |||
2015-11-02 | add support for whois -I, to use whois.iana.org (root zone database). | Stuart Henderson | |
ok millert@, tweak/"everything else looks fine" jmc@ | |||
2015-11-02 | Cast isdigit()'s argument to an unsigned char. | mmcc | |
ok millert@, jca@ | |||
2015-11-02 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok millert@ | |||
2015-11-02 | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | Nicholas Marriott | |
checks that are now unnecessary, from Michael W Bombardieri. ok millert | |||
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre | |
2015-11-01 | pledge m4. tested by me. | Marc Espie | |
reordered to match the manpage, and added tmppath as an annotation prompted by deraadt@ | |||
2015-11-01 | Pledge; OK millert@ | Tim van der Molen | |
2015-11-01 | update currency exchange rates; | Jason McIntyre | |
2015-11-01 | KNF; from Rob Pierce | Theo de Raadt | |
2015-10-31 | Update Matroska magic file. | Nicholas Marriott | |
2015-10-31 | Fall back silently to ~ or / rather than checking -c with access(), this | Nicholas Marriott | |
was the old behaviour. | |||
2015-10-31 | Don't shift version out of peerid, it is needed later. | Nicholas Marriott | |
2015-10-31 | The output log is only useful once and it means creating a file, so open | Nicholas Marriott | |
it once at startup instead of in every call to tty_open. | |||
2015-10-31 | Split client-only (at, crontab) functions out of misc.c and into | Todd C. Miller | |
client.c. Move truly common functions into common.c. This avoids dead code in the at and crontab commands. | |||
2015-10-31 | mark *Completions* buffer as read-only | Jasper Lievisse Adriaanse | |
ok lum@ | |||
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott | |
around, we can't use file descriptors for the working directory because we will be unable to pass it to a privileged process to tell it where to read or write files or spawn children. So move tmux back to using strings for the current working directory. We try to check it exists with access() when it is set but ultimately fall back to ~ if it fails at time of use (or / if that fails too). | |||
2015-10-30 | Redo 1.69, but correctly, so that this really works for yp setups. | Miod Vallat | |
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | |
its contents. Removing a gratuitious difference to groff output found after a related bug report from krw@. | |||
2015-10-30 | Do not access a NULL pointer when a .Bd macro has no arguments at all. | Ingo Schwarze | |
Bug reported by krw@. | |||
2015-10-30 | top renice command requires pledge "id", from Michael Lesniewski | Theo de Raadt | |
2015-10-30 | mark usage __dead | Ted Unangst | |
2015-10-29 | I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in | Mark Lumsden | |
the mg source now. | |||
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden | |
and make the error more useful when there is a problem opening a directory. Reported by and ok jasper@ | |||
2015-10-29 | This sausage is made from unsound meat. | Ted Unangst | |
2015-10-29 | Break version check into a separate function, and limit version to 8 bits. | Nicholas Marriott | |
2015-10-29 | Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@ | Damien Miller | |
2015-10-29 | pledge "stdio rpath". | Theo de Raadt | |
2015-10-29 | Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start | Theo de Raadt | |
the review for regressions... | |||
2015-10-28 | pledge | Theo de Raadt | |
ok millert | |||
2015-10-28 | remove knowledge of dnssocket/dnsconnect | Theo de Raadt | |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott | |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott | |
2015-10-27 | No more TMPDIR. | Nicholas Marriott | |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott | |
between server and client out into a separate internal API. This will make it easier to add another process. | |||
2015-10-27 | Count brackets in #{?...} so that nested conditional formats work, from | Nicholas Marriott | |
Daniel De Graaf. | |||
2015-10-27 | The format callback may not always succeed, so we need to check for | Nicholas Marriott | |
NULL. From Patrick Palka. | |||
2015-10-27 | Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. | Nicholas Marriott | |
2015-10-27 | fix execv arguments in a way less likely to cause grief for -portable; | Damien Miller | |
ok dtucker@ |