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