Age | Commit message (Expand) | Author |
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 |
2020-08-06 | Wow, the indentation is totally messed up, to the point where compilers | Theo de Raadt |
2020-08-05 | Change searching to behave more like emacs and so that regex searching | Nicholas Marriott |
2020-08-04 | Also ignore SIGQUIT so it can't be used to kill the client when locked. | Nicholas Marriott |
2020-08-03 | Add support for UTF-8 DISPLAY-HINTs with octet length. For now only | Martijn van Duren |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-08-03 | ensure that certificate extensions are lexically sorted. Previously | Damien Miller |
2020-08-03 | allow -A to explicitly enable agent forwarding in scp and sftp. The | Damien Miller |
2020-08-03 | clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */ | Theo de Raadt |
2020-08-03 | Split some code that gives clang10 heartburn | Theo de Raadt |
2020-08-02 | missing {} identified by clang10 | Theo de Raadt |
2020-08-01 | update currency exchange rates; | Jason McIntyre |
2020-07-31 | Also compare username when checking for JumpHost loops. bz#3057, ok djm@ | Darren Tucker |
2020-07-30 | Don't print extra newlines on error before awk starts parsing. | Todd C. Miller |
2020-07-30 | Update awk to July 30, 2020 version. | Todd C. Miller |
2020-07-30 | Improved handling of an unescaped '/' in a bracket expression. | Todd C. Miller |
2020-07-30 | Trim newline from ctime, from Thomas Adam. | Nicholas Marriott |
2020-07-27 | Wrap long lines s_server.c | Kinichiro Inoguchi |
2020-07-27 | Add function prototype and move sub functions to bottom | Kinichiro Inoguchi |
2020-07-27 | Remove space between '*' and pointer variable in s_server.c | Kinichiro Inoguchi |
2020-07-27 | Remove 's_' prefix from member of s_server_config struct | Kinichiro Inoguchi |
2020-07-27 | Convert openssl(1) s_server option handling | Kinichiro Inoguchi |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-07-26 | Add / as alias for g (grep) | kn |