Age | Commit message (Expand) | Author |
2019-05-20 | embiggen format buffer size for certificate serial number so | Damien Miller |
2019-05-20 | When signing certificates with an RSA key, default to using the | Damien Miller |
2019-05-19 | Fix integer overflow in block size calculation. | Alexandre Ratchov |
2019-05-18 | Move the single command flag (CMD_CONTROL) into the shared flags. | Nicholas Marriott |
2019-05-17 | Change a couple of ACS characters to be more sensible and add a few | Nicholas Marriott |
2019-05-17 | Initialize default size variables, from Thomas Adam. | Nicholas Marriott |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-16 | Move a variable declaration to the block where it's used to make things | Darren Tucker |
2019-05-16 | unveil "w" on ttys was too strict, introducing a failure condition | Theo de Raadt |
2019-05-15 | trivial patch to at least make the buggy functions control_char() | Ingo Schwarze |
2019-05-15 | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | Nicholas Marriott |
2019-05-15 | trivial replacement of the home-grown IS_ASCII_OCTET() | Ingo Schwarze |
2019-05-15 | Clean up all major UTF-8 issues in cvt.c. | Ingo Schwarze |
2019-05-15 | UTF-8 cleanup in the function cmd_putstr(). | Ingo Schwarze |
2019-05-15 | improve wrong markup and poor wording regarding the -t argument | Ingo Schwarze |
2019-05-15 | Display "bytes received" like the csrg ftp used to when the progressbar | Florian Obser |
2019-05-15 | Add the -m flag to the ftp.1 man page. | kmos |
2019-05-15 | re-indent bwscoll() after previous commit; no binary change | Ingo Schwarze |
2019-05-15 | Cleanup: | Ingo Schwarze |
2019-05-15 | When doing the fork+exec'ing for ssh-keysign, rearrange the socket | Theo de Raadt |
2019-05-14 | do not intermingle direct io (write), and potentially buffered io (stdio) | Theo de Raadt |
2019-05-14 | Document -v | Florian Obser |
2019-05-14 | -v forces verbose mode even if stdin is not a terminal | Florian Obser |
2019-05-14 | Delete some .Sx macros that were used in a wrong way. | Ingo Schwarze |
2019-05-14 | Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. | Nicholas Marriott |
2019-05-14 | Enable TLSv1.0 and TLSv1.1 | Jeremie Courreges-Anglas |
2019-05-14 | Remove leftover elf.c | Sunil Nimmagadda |
2019-05-14 | Use elf(3) api instead of an ad-hoc elf parser. | Sunil Nimmagadda |
2019-05-14 | Remove an unused and leftover label. | Sunil Nimmagadda |
2019-05-14 | tls_write(3): Handle short writes. | Sunil Nimmagadda |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-05-13 | Always include Lock in the menu. | Nicholas Marriott |
2019-05-13 | Delete tentacles of LC_NUMERIC support. | Ingo Schwarze |
2019-05-13 | ephermal -> ephemeral | Theo Buehler |
2019-05-13 | Fix column width for copy mode commands. | Nicholas Marriott |
2019-05-12 | Fix double free by nulling out pointers after free. | Theo Buehler |
2019-05-12 | Make the "xx bytes received in y time" message go to the right place | kmos |
2019-05-12 | zap confusing unneeded parameters | Marc Espie |
2019-05-12 | Repair ftp -o - and thus pkg_add: print informational messages on stderr | Jeremie Courreges-Anglas |
2019-05-12 | It will show up in 6.6. | Florian Obser |
2019-05-12 | add rcs ids | Jasper Lievisse Adriaanse |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2019-05-12 | Oops, removed too much in last change. | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-05-12 | Remove menu_create_from_items, I thought I would use it for some later | Nicholas Marriott |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-11 | Don't use arguments with It and -enum, pointed out by jmc. | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |