summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* return non-zero exit status when killed by signal; bz#3281djm2021-03-191-2/+2
* increase maximum SSH2_FXP_READ to match the maximum packet size.djm2021-03-191-24/+38
* From Joachim Wiberg's version of mg.lum2021-03-181-3/+11
* Read ahead is now enforced for DTLS - remove workarounds.jsing2021-03-172-20/+2
* Use consistent s_server_opt_ prefix.jsing2021-03-171-9/+9
* Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing2021-03-174-34/+129
* Netstat wants to access kernel internal structures for the kvm walker ofclaudio2021-03-171-1/+3
* Add client-detached notification in control mode, from Mohsin Kaleem.nicm2021-03-164-5/+21
* don't let logging clobber errno before usedjm2021-03-161-4/+6
* Do not crash if there is no item to show command error, from Anindyanicm2021-03-151-3/+8
* only try to set timestamps on files; avoids error with ftp -o /dev/nullsthen2021-03-131-2/+3
* Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm2021-03-122-16/+30
* spellingjsg2021-03-124-13/+13
* Add ModuliFile keyword to sshd_config to specify the location of thedtucker2021-03-126-12/+49
* pwcopy() struct passwd that we're going to reuse across a bunch ofdjm2021-03-121-1/+2
* Tidy old jobs every hour instead of every 30 seconds.nicm2021-03-113-28/+36
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-115-36/+204
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-1114-52/+66
* zlib functions take a gzFile not gzFile * (gzFile is already a pointer).millert2021-03-103-7/+7
* sndiod: When a slot structure is recycled allocate new controlratchov2021-03-101-27/+8
* sndiod: Style tweak: swap if/else code blocks in slot_new()ratchov2021-03-101-16/+16
* Import regenerated moduli file.dtucker2021-03-106-405/+445
* no need to reset buffer after send_msg() as that is done for us;djm2021-03-101-3/+1
* Allow cursor to be just after match if copying, GitHub issue 2602.nicm2021-03-091-3/+6
* Copy mode improvements from Anindya Mukherjee:nicm2021-03-092-79/+55
* Start looking at parsing text to find separators.lum2021-03-081-5/+26
* Put regex tests into a function.lum2021-03-081-40/+32
* sndiod: Use chronological order for {dev,port}_listratchov2021-03-083-22/+29
* sndiod: Initialize dev->master_enabled earlierratchov2021-03-081-2/+2
* sndiod: Style tweak: uniformize pattern to access ctlslot_arrayratchov2021-03-081-4/+6
* use a journal reference instead of cstr when possiblejsg2021-03-082-9/+14
* Add some references, most of these were removed when we stopped buildingjsg2021-03-0812-25/+116
* v1/v2 find is different to pwb/v5 findjsg2021-03-071-4/+13
* Fix PRINT macro, the suffix param to sshlog() was missing.millert2021-03-061-21/+20
* put back Lst_Destroy(paths) where it belongsespie2021-03-061-2/+6
* If there is a problem with opening a directory via M-x dired, let thelum2021-03-051-2/+5
* warn about proper usage of Lst_Destroy.espie2021-03-041-1/+6
* better if I commit the version which actually includes the header ;)espie2021-03-041-1/+2
* somehow I forgot to add copyright and to include the right prototypes.espie2021-03-042-0/+50
* don't sshbuf_get_u32() into an enum; reported by goetze ATdjm2021-03-031-4/+4
* typo in other_hostkeys_message() display output, ok djmsthen2021-03-031-2/+2
* sndiod: Move MTC/MMC state to its own global structureratchov2021-03-035-153/+178
* sndiod: Move MIDI control endpoint to opt structureratchov2021-03-035-165/+200
* sndiod: Move controls out of the device structureratchov2021-03-035-236/+380
* sndioctl: Flush stdout before pollingratchov2021-03-031-1/+2
* remove unreachable and unneeded codejsg2021-03-031-3/+1
* needs FILE*; from Mike Frysingerdjm2021-03-031-1/+2
* Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.millert2021-03-021-7/+4
* It is now possible to define single value variables in the startup file:lum2021-03-021-24/+24
* This diff soaks up the user input while the the maximum characterlum2021-03-021-5/+8