Age | Commit message (Expand) | Author |
2021-03-21 | Add quoted strings capability in list values, no special chars | Mark Lumsden |
2021-03-20 | Looking at loading all expressions initially, working towards multi | Mark Lumsden |
2021-03-20 | Add a 'batch' mode to mg via the '-b' command line option which will | Mark Lumsden |
2021-03-19 | return non-zero exit status when killed by signal; bz#3281 | Damien Miller |
2021-03-19 | increase maximum SSH2_FXP_READ to match the maximum packet size. | Damien Miller |
2021-03-18 | From Joachim Wiberg's version of mg. | Mark Lumsden |
2021-03-17 | Read ahead is now enforced for DTLS - remove workarounds. | Joel Sing |
2021-03-17 | Use consistent s_server_opt_ prefix. | Joel Sing |
2021-03-17 | Add DTLSv1.2 support to openssl(1) s_client/s_server. | Joel Sing |
2021-03-17 | Netstat wants to access kernel internal structures for the kvm walker of | Claudio Jeker |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-16 | don't let logging clobber errno before use | Damien Miller |
2021-03-15 | Do not crash if there is no item to show command error, from Anindya | Nicholas Marriott |
2021-03-13 | only try to set timestamps on files; avoids error with ftp -o /dev/null | Stuart Henderson |
2021-03-12 | Fix so tmux correctly sends the cvvis (cursor very visible) capability | Nicholas Marriott |
2021-03-12 | spelling | Jonathan Gray |
2021-03-12 | Add ModuliFile keyword to sshd_config to specify the location of the | Darren Tucker |
2021-03-12 | pwcopy() struct passwd that we're going to reuse across a bunch of | Damien Miller |
2021-03-11 | Tidy old jobs every hour instead of every 30 seconds. | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-03-10 | zlib functions take a gzFile not gzFile * (gzFile is already a pointer). | Todd C. Miller |
2021-03-10 | sndiod: When a slot structure is recycled allocate new control | Alexandre Ratchov |
2021-03-10 | sndiod: Style tweak: swap if/else code blocks in slot_new() | Alexandre Ratchov |
2021-03-10 | Import regenerated moduli file. | Darren Tucker |
2021-03-10 | no need to reset buffer after send_msg() as that is done for us; | Damien Miller |
2021-03-09 | Allow cursor to be just after match if copying, GitHub issue 2602. | Nicholas Marriott |
2021-03-09 | Copy mode improvements from Anindya Mukherjee: | Nicholas Marriott |
2021-03-08 | Start looking at parsing text to find separators. | Mark Lumsden |
2021-03-08 | Put regex tests into a function. | Mark Lumsden |
2021-03-08 | sndiod: Use chronological order for {dev,port}_list | Alexandre Ratchov |
2021-03-08 | sndiod: Initialize dev->master_enabled earlier | Alexandre Ratchov |
2021-03-08 | sndiod: Style tweak: uniformize pattern to access ctlslot_array | Alexandre Ratchov |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-03-07 | v1/v2 find is different to pwb/v5 find | Jonathan Gray |
2021-03-06 | Fix PRINT macro, the suffix param to sshlog() was missing. | Todd C. Miller |
2021-03-06 | put back Lst_Destroy(paths) where it belongs | Marc Espie |
2021-03-05 | If there is a problem with opening a directory via M-x dired, let the | Mark Lumsden |
2021-03-04 | warn about proper usage of Lst_Destroy. | Marc Espie |
2021-03-04 | better if I commit the version which actually includes the header ;) | Marc Espie |
2021-03-04 | somehow I forgot to add copyright and to include the right prototypes. | Marc Espie |
2021-03-03 | don't sshbuf_get_u32() into an enum; reported by goetze AT | Damien Miller |
2021-03-03 | typo in other_hostkeys_message() display output, ok djm | Stuart Henderson |
2021-03-03 | sndiod: Move MTC/MMC state to its own global structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move MIDI control endpoint to opt structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move controls out of the device structure | Alexandre Ratchov |
2021-03-03 | sndioctl: Flush stdout before polling | Alexandre Ratchov |
2021-03-03 | remove unreachable and unneeded code | Jonathan Gray |
2021-03-03 | needs FILE*; from Mike Frysinger | Damien Miller |