Age | Commit message (Expand) | Author |
2020-08-28 | Check that the addresses supplied to Match Address and Match | Darren Tucker |
2020-08-27 | Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>: | Ingo Schwarze |
2020-08-27 | unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det... | Sebastien Marie |
2020-08-27 | Fix a regression caused by the insertion of two new tokens, | Ingo Schwarze |
2020-08-27 | Make it more explicit that the statement "-O tag does not work with less(1)" | Ingo Schwarze |
2020-08-27 | Avoid artifacts in the most common case of closing conditional blocks | Ingo Schwarze |
2020-08-27 | sentence fix; from pedro martelletto | Jason McIntyre |
2020-08-27 | debug()-print a little info about FIDO-specific key fields via | Damien Miller |
2020-08-27 | skip a bit more FIDO token selection logic when only a single token | Damien Miller |
2020-08-27 | Add pane_last format, GitHub issue 2353. | Nicholas Marriott |
2020-08-27 | tweak previous; | Jason McIntyre |
2020-08-27 | remove unreachable code I forgot to delete in r1.334 | Damien Miller |
2020-08-27 | Request PIN ahead of time for certain FIDO actions | Damien Miller |
2020-08-27 | preserve verify-required for resident FIDO keys | Damien Miller |
2020-08-27 | major rework of FIDO token selection logic | Damien Miller |
2020-08-27 | support for requiring user verified FIDO keys in sshd | Damien Miller |
2020-08-27 | support for user-verified FIDO keys | Damien Miller |
2020-08-26 | Add "t" to toggle the display of routing tables | kn |
2020-08-25 | Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue | Nicholas Marriott |
2020-08-25 | Rename rtable filter variables and simplify buffer handling | kn |
2020-08-24 | Old Terminal.app versions do not respond correctly to secondary DA, | Nicholas Marriott |
2020-08-24 | Do not run off end of string when stripping delays, reported by Dave | Nicholas Marriott |
2020-08-23 | Filter by routing table | kn |
2020-08-22 | Support looking up unix domain sockets by file name. | Todd C. Miller |
2020-08-21 | Print unp_path for unix domain sockets. OK kn@ mvs@ | Todd C. Miller |
2020-08-20 | Add n: modifier to get length of a format, also automatically expand | Nicholas Marriott |
2020-08-19 | Handle EADDRNOAVAIL from connect(2) gracefully | kn |
2020-08-19 | Set alert flag for the current window if the session is unattached. | Nicholas Marriott |
2020-08-19 | Respond to colour requests if a colour is available, from Michal Goral. | Nicholas Marriott |
2020-08-17 | -F requires at least 5 columns for folding, while a tab at start of line is | Martijn van Duren |
2020-08-17 | honor /etc/nologin by unveiled it | Sebastien Marie |
2020-08-14 | '!' does not need to be escaped; | Jason McIntyre |
2020-08-13 | new kstat(1) manual page, using info from dlg@, from his commit messages, | Ingo Schwarze |
2020-08-12 | ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@ | cheloha |
2020-08-11 | Update awk to August 7, 2020 version. | Todd C. Miller |
2020-08-11 | let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for | Damien Miller |
2020-08-11 | let the "Confirm user presence for key ..." ssh-askpass notification | Damien Miller |
2020-08-11 | add -w so kstat can update and print stats at a specified wait interval. | David Gwynne |
2020-08-10 | sigh, i made the previous diff to small. | David Gwynne |
2020-08-10 | factor out the printing of kstats. no functional change otherwise. | David Gwynne |
2020-08-10 | add the ability to filter which kstats are displayed. | David Gwynne |
2020-08-09 | Convert openssl req option handling. | Joel Sing |
2020-08-08 | Reorder SNMPv2-MIB to match order with original document. | Martijn van Duren |
2020-08-08 | Reorganize SNMPv2-MIB so that all it's elements are together and in order | Martijn van Duren |
2020-08-08 | Clean up smi_mibtree. | Martijn van Duren |
2020-08-08 | Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIB | Martijn van Duren |
2020-08-08 | Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB. | Martijn van Duren |
2020-08-08 | Somewhere during working on UTF-8 support I thought it was a good idea to | Martijn van Duren |
2020-08-08 | Document UTF-8 support in snmp. | Martijn van Duren |
2020-08-07 | Do not force line width to grid width because it may need to be larger | Nicholas Marriott |