Age | Commit message (Expand) | Author |
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 |
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 |
2015-10-31 | Split client-only (at, crontab) functions out of misc.c and into | Todd C. Miller |
2015-10-31 | mark *Completions* buffer as read-only | Jasper Lievisse Adriaanse |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
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 |
2015-10-30 | Do not access a NULL pointer when a .Bd macro has no arguments at all. | Ingo Schwarze |
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 |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
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 |
2015-10-28 | pledge | Theo de Raadt |
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 |
2015-10-27 | Count brackets in #{?...} so that nested conditional formats work, from | Nicholas Marriott |
2015-10-27 | The format callback may not always succeed, so we need to check for | Nicholas Marriott |
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 |
2015-10-27 | log certificate serial in verbose() messages to match the main | Damien Miller |
2015-10-27 | avoid de-const warning & shrink; ok dtucker@ | Damien Miller |
2015-10-26 | If a mouse event has no key binding, pass it through to the pane it | Nicholas Marriott |
2015-10-26 | Default bindings for mouse wheel on status line to change window (like | Nicholas Marriott |
2015-10-26 | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) | Jeremie Courreges-Anglas |
2015-10-26 | Use error(FATAL) instead of what was previously err(1,...) | Jeremie Courreges-Anglas |
2015-10-26 | Handle unknown keys more gracefully, return a string instead of NULL. | Nicholas Marriott |
2015-10-26 | Don't reject properties with no whitespace after the colon; it's perfectly | Jasper Lievisse Adriaanse |
2015-10-26 | no more TMPDIR; | Jason McIntyre |
2015-10-26 | Some extra logging of where keys are actually going. | Nicholas Marriott |
2015-10-26 | Rather than setpassent(1) for the lifetime of the program, use two smaller | Theo de Raadt |
2015-10-26 | Put off some "notyet" dust from login.c. | Vadim Zhukov |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-10-26 | remove the silly username cache here and use libc user_from_uid. | Ted Unangst |
2015-10-26 | remove TMPDIR support | Theo de Raadt |
2015-10-26 | remove TMPDIR support. ok millert | Ted Unangst |
2015-10-26 | print uptime too. ok deraadt | Ted Unangst |
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is | Theo de Raadt |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |