summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-08-22Support looking up unix domain sockets by file name.Todd C. Miller
2020-08-21Print unp_path for unix domain sockets. OK kn@ mvs@Todd C. Miller
2020-08-20Add n: modifier to get length of a format, also automatically expandNicholas Marriott
2020-08-19Handle EADDRNOAVAIL from connect(2) gracefullykn
2020-08-19Set alert flag for the current window if the session is unattached.Nicholas Marriott
2020-08-19Respond 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 isMartijn van Duren
2020-08-17honor /etc/nologin by unveiled itSebastien Marie
2020-08-14'!' does not need to be escaped;Jason McIntyre
2020-08-13new kstat(1) manual page, using info from dlg@, from his commit messages,Ingo Schwarze
2020-08-12ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@cheloha
2020-08-11Update awk to August 7, 2020 version.Todd C. Miller
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-08-11let the "Confirm user presence for key ..." ssh-askpass notificationDamien Miller
2020-08-11add -w so kstat can update and print stats at a specified wait interval.David Gwynne
2020-08-10sigh, i made the previous diff to small.David Gwynne
2020-08-10factor out the printing of kstats. no functional change otherwise.David Gwynne
2020-08-10add the ability to filter which kstats are displayed.David Gwynne
2020-08-09Convert openssl req option handling.Joel Sing
2020-08-08Reorder SNMPv2-MIB to match order with original document.Martijn van Duren
2020-08-08Reorganize SNMPv2-MIB so that all it's elements are together and in orderMartijn van Duren
2020-08-08Clean up smi_mibtree.Martijn van Duren
2020-08-08Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIBMartijn van Duren
2020-08-08Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB.Martijn van Duren
2020-08-08Somewhere during working on UTF-8 support I thought it was a good idea toMartijn van Duren
2020-08-08Document UTF-8 support in snmp.Martijn van Duren
2020-08-07Do not force line width to grid width because it may need to be largerNicholas Marriott
2020-08-06Wow, the indentation is totally messed up, to the point where compilersTheo de Raadt
2020-08-05Change searching to behave more like emacs and so that regex searchingNicholas Marriott
2020-08-04Also ignore SIGQUIT so it can't be used to kill the client when locked.Nicholas Marriott
2020-08-03Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlyMartijn van Duren
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-08-03ensure that certificate extensions are lexically sorted. PreviouslyDamien Miller
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-08-03clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */Theo de Raadt
2020-08-03Split some code that gives clang10 heartburnTheo de Raadt
2020-08-02missing {} identified by clang10Theo de Raadt
2020-08-01update currency exchange rates;Jason McIntyre
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-30Don't print extra newlines on error before awk starts parsing.Todd C. Miller
2020-07-30Update awk to July 30, 2020 version.Todd C. Miller
2020-07-30Improved handling of an unescaped '/' in a bracket expression.Todd C. Miller
2020-07-30Trim newline from ctime, from Thomas Adam.Nicholas Marriott
2020-07-27Wrap long lines s_server.cKinichiro Inoguchi
2020-07-27Add function prototype and move sub functions to bottomKinichiro Inoguchi
2020-07-27Remove space between '*' and pointer variable in s_server.cKinichiro Inoguchi
2020-07-27Remove 's_' prefix from member of s_server_config structKinichiro Inoguchi
2020-07-27Convert openssl(1) s_server option handlingKinichiro Inoguchi
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-07-26Add / as alias for g (grep)kn