Age | Commit message (Expand) | Author |
2018-08-05 | calloc the mode data instead of malloc and initialize everything. | Nicholas Marriott |
2018-08-05 | document some more escapes which are hit by restricted mode, | Jason McIntyre |
2018-08-04 | fix a glitch in rev. 1.24: getline(3) returns ssize_t, not size_t; | Ingo Schwarze |
2018-08-04 | obvious KNF: avoid '!' for tests of non-boolean variables, | Ingo Schwarze |
2018-08-04 | Use POSIX getline(3) rather than the non-standard and error-prone fgetln(3). | Ingo Schwarze |
2018-08-04 | invalidate dh->priv_key after freeing it in error path; avoids | Damien Miller |
2018-08-03 | unveil _PATH_UTMP at startup. Time for a commentary: | Theo de Raadt |
2018-08-03 | pledge() a little later, after getopt operation, in case -f option changes | Theo de Raadt |
2018-08-03 | pledge() a little later, after getopt operation, when we know tty name. | Theo de Raadt |
2018-08-03 | unveil of _PATH_DEVDB "/var/run/dev.db" can be done before pledge for | Theo de Raadt |
2018-08-03 | The first unveil userland commit! | Theo de Raadt |
2018-08-03 | This does not need pledge "wpath" | Theo de Raadt |
2018-08-03 | Place a limit on the number of elements in a ber sequence/set. This prevents | rob |
2018-08-02 | Log command arguments. | Nicholas Marriott |
2018-08-02 | session_groups can be static also. | Nicholas Marriott |
2018-08-02 | Make key trees and some other bits static. | Nicholas Marriott |
2018-08-02 | Minor tidying. | Nicholas Marriott |
2018-08-02 | Make display-panes block the client until a pane is chosen or it times out. | Nicholas Marriott |
2018-08-01 | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze |
2018-08-01 | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze |
2018-08-01 | Initialize new lineflag member. | Nicholas Marriott |
2018-08-01 | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze |
2018-08-01 | Use a single space after colon in another errx(). | Theo Buehler |
2018-08-01 | Disallow negative reps, they make no sense. While here, sscanf -> strtonum. | cheloha |
2018-08-01 | Remove midsentence period. | rob |
2018-08-01 | document when -exec evaluates to true; from kris katterjohn | Jason McIntyre |
2018-08-01 | Update a comment to include -delete, -execdir, -ls and -print0 among | Theo Buehler |
2018-08-01 | Document that -delete and -execdir prevent -print from being assumed. | Theo Buehler |
2018-08-01 | update currency exchange rates; | Jason McIntyre |
2018-07-31 | Relocate some public functions above the internal functions comment. | rob |
2018-07-31 | Do not leak path or use it after free. | Nicholas Marriott |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
2018-07-31 | Clear history on RIS like most other terminals do. | Nicholas Marriott |
2018-07-31 | delay bailout for invalid authenticating user until after the packet | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-07-31 | KNF | Theo de Raadt |
2018-07-30 | catch up with the symlink removal of /dev/{audio,mixer}; | Jason McIntyre |
2018-07-30 | Remove a leftover unused struct. | Nicholas Marriott |
2018-07-29 | After "termcap" initilization is finished, top appears to not open any | Theo de Raadt |
2018-07-29 | UTF-8 support: use wcwidth(3) when calculating column widths; | Ingo Schwarze |
2018-07-28 | Issue a STYLE message when normalizing the date format in .Dd/.TH. | Ingo Schwarze |
2018-07-27 | garbage collect the unused "#define INDENT" | Ingo Schwarze |
2018-07-27 | avoid expensive channel_open_message() calls; ok djm@ | Markus Friedl |
2018-07-27 | Now that ssh can't be setuid, remove the original_real_uid and | Darren Tucker |
2018-07-27 | Remove uid checks from low port binds. Now that ssh cannot be | Darren Tucker |
2018-07-27 | ssh(1) no longer supports being setuid root. Remove reference to crc32 | Darren Tucker |
2018-07-25 | Document the spinning time of the CPU in systat(1) and top(1). | Alexander Bluhm |
2018-07-25 | Don't redefine Makefile choices which come correct from bsd.*.mk | Theo de Raadt |