summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-05-16remove another now-unused variableDarren Tucker
2013-05-16remove now-unused variablesDarren Tucker
2013-05-16switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@Darren Tucker
2013-05-16Fix some "unused result" warnings found via clang and -portable. ok markus@Darren Tucker
2013-05-16oops! avoid Xr to self;Jason McIntyre
2013-05-16put IgnoreUnknown in the right place;Jason McIntyre
2013-05-16add the ability to ignore specific unrecognised ssh_config options;Damien Miller
2013-05-16Add RekeyLimit to sshd with the same syntax as the client allowing rekeyingDarren Tucker
2013-05-16Add an optional second argument to RekeyLimit in the client to allowDarren Tucker
2013-05-15Don't let cursor position overflow when reflowing, from ChristopherNicholas Marriott
2013-05-15Reserve space for \0 in cmd_print, from George Nachman.Nicholas Marriott
2013-05-15RIS should reset focus reporting, from Hayaki Saito.Nicholas Marriott
2013-05-14Don't display swapin/swapout uvmexp fieldsMiod Vallat
2013-05-14keep track of the youngest child, helps a lot with out-of-date messagesMarc Espie
2013-05-14When ^W (WERASE) is hit in insert mode it's possible that the lineTodd C. Miller
2013-05-12use -q options order as order of exposed midi portsAlexandre Ratchov
2013-05-12Fix reversed condition to check if a midi port is referenced,Alexandre Ratchov
2013-05-12get NULL definition from stddef.hAlexandre Ratchov
2013-05-10remove unused extern optarg. ok markus@Darren Tucker
2013-05-10memleak in cert_free(), wasn't actually freeing the struct;Damien Miller
2013-05-10fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 fromDamien Miller
2013-05-07Don't limit width and height to 222 in standard mouse mode.Nicholas Marriott
2013-05-06clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@Christian Weisgerber
2013-05-06actually show list of mismatched for loops when a fatal error occurs.Marc Espie
2013-05-06Reference the version of the sftp draft we actually implement. ok djm@Darren Tucker
2013-05-05Initialize channel ranges of new slots to full sub-device channels.Alexandre Ratchov
2013-05-05Initialize client rate. Fixes crashes when the client doesn't set theAlexandre Ratchov
2013-05-04blacklist a select few characters instead of a limited whitelist forTed Unangst
2013-05-03Use open(2) / fstat(2) instead of stat(2) / open(2) for checkingMatthias Kilian
2013-05-01May 01* update currency exchange rates;Jason McIntyre
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-28Remove an obsolete paragraph in the BUGS section about using ftp(1) withLawrence Teo
2013-04-28further info for EXIT STATUS from Ryan Kavanagh: in the diff heJason McIntyre
2013-04-24remove extra parens noticed by nicmTed Unangst
2013-04-24simplify tilde expand as seen in ssh. ok nicmTed Unangst
2013-04-24.Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel.Nicholas Marriott
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-23create a method to print the unp_ino (ino_t) properly once it becomesTheo de Raadt
2013-04-23simple large ino_t handlingTheo de Raadt
2013-04-23handle large ino_t; ok millertTheo de Raadt
2013-04-23use xasprintf instead of a series of strlcats and strdup. ok djmTed Unangst
2013-04-23rework to simplify, check errors against -1, remove casts, etc.Ted Unangst
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2013-04-23add EXIT STATUS; original diff from Ryan Kavanagh, but i've used theJason McIntyre
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-04-22Get session of -t window rather than client's window.Nicholas Marriott
2013-04-22Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott
2013-04-22Use lockf which is more portable than flock, from Dagobert Michelsen.Nicholas Marriott
2013-04-22unifdef non full TIMESPEC codeMarc Espie
2013-04-22typo in debug output: evitval->exitvalDarren Tucker