Age | Commit message (Expand) | Author |
2020-05-26 | Tweak some out of date bits, reported by bcgraham. | Nicholas Marriott |
2020-05-26 | Return new character properly when converting to data. | Nicholas Marriott |
2020-05-26 | Apply -n when only one pane in the window. | Nicholas Marriott |
2020-05-26 | Remove leftover debug logging and fix comparison. | Nicholas Marriott |
2020-05-26 | Set up UTF-8 data for ASCII keys correctly. | Nicholas Marriott |
2020-05-26 | Do not try to use the last marked pane if it is invalid. | Nicholas Marriott |
2020-05-26 | Pass the stdout file descriptor from the client as well as stdin and use | Nicholas Marriott |
2020-05-26 | fix memleak of signature; from Pedro Martelletto | Damien Miller |
2020-05-26 | Restrict ssh-agent from signing web challenges for FIDO keys. | Damien Miller |
2020-05-26 | improve logging for MaxStartups connection throttling: have sshd log | Damien Miller |
2020-05-26 | add fmt_timeframe() (from bgpd) to format a time interval in a human- | Damien Miller |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | Nicholas Marriott |
2020-05-25 | Fix definition of padding cells so they are not extended cells. | Nicholas Marriott |
2020-05-25 | Tidy up new UTF-8 code and make it more generic. | Nicholas Marriott |
2020-05-25 | Fix some error strings, from Kris Katterjohn. | Nicholas Marriott |
2020-05-25 | Make some data types consistent. | Nicholas Marriott |
2020-05-25 | Do not attempt to divide by zero when working out copy position. | Nicholas Marriott |
2020-05-25 | Include title for the width of the menu. | Nicholas Marriott |
2020-05-25 | Instead of storing all UTF-8 characters in the extended cell which means | Nicholas Marriott |
2020-05-25 | For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since | Ricardo Mestre |
2020-05-24 | annotate I/O errors with the corresponding message | Marc Espie |
2020-05-24 | done() is no longer needed | Marc Espie |
2020-05-24 | Remove leftover call to control_free_offsets and do not use for | Nicholas Marriott |
2020-05-24 | Correct one statement about how the 'm' command works, talk less | Ingo Schwarze |
2020-05-24 | Give control code its own state struct. | Nicholas Marriott |
2020-05-24 | Now the tty has a pointer back to the client there is no point (and a | Nicholas Marriott |
2020-05-23 | those tempfiles no longer have names | Marc Espie |
2020-05-23 | use rewind on tempfiles, so that we don't need to name them | Marc Espie |
2020-05-23 | While the second SSL_CTX in this code is only used on servername | Theo Buehler |
2020-05-23 | In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by | Theo Buehler |
2020-05-23 | Avoid an out-of-bounds array access in the s_server. | Theo Buehler |
2020-05-22 | sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1" | Theo de Raadt |
2020-05-22 | FocusIn keys can also update the latest client, like normal keys. | Nicholas Marriott |
2020-05-22 | xterm* can have focus too. | Nicholas Marriott |
2020-05-22 | Move client offset stuff into control.c since only control clients will | Nicholas Marriott |
2020-05-22 | extract the identical code that creates temp files into its own function | Marc Espie |
2020-05-21 | separate cleanup from exit/signal logic | Marc Espie |
2020-05-21 | test FILE* against NULL and not 0 | Marc Espie |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-05-20 | Fix a couple more places where the key flags need to be masked off. | Nicholas Marriott |
2020-05-20 | Remove a redundant if statement. | Nicholas Marriott |
2020-05-20 | Key strings need to include the cursor and keypad flags now since the | Nicholas Marriott |
2020-05-19 | Shave of some leftovers from snmpd's MIB initialization that are not needed | Martijn van Duren |
2020-05-19 | Some other ctrl keys need to be translated with extended keys on. | Nicholas Marriott |
2020-05-18 | avoid possible NULL deref; from Pedro Martelletto | Damien Miller |
2020-05-17 | __FILE__ and __LINE__ information are fine during early development, or | Theo de Raadt |
2020-05-17 | Print lists as comma-separated items | Alexandre Ratchov |
2020-05-17 | When -m is used, don't print controls that didn't change | Alexandre Ratchov |
2020-05-17 | When -m is used, always print one line per control | Alexandre Ratchov |
2020-05-17 | Factor code to print numbers, no behavior change | Alexandre Ratchov |