summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-09-20missing #includeDamien Miller
2010-09-20check that received values are smaller than the group size in theDamien Miller
2010-09-20install a SIGCHLD handler to reap expiried child process; ok markus@Damien Miller
2010-09-19Shorten text pointing from -X to -print0.Ingo Schwarze
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-19- remove BUGS: it was out of dateJason McIntyre
2010-09-18claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@Stuart Henderson
2010-09-18add forgotten ``return NULL'' when a .wav file fails to get theAlexandre Ratchov
2010-09-15fix SYNOPSIS;Jason McIntyre
2010-09-13Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyIngo Schwarze
2010-09-13Prevent .Pp and .Lp from looping endlessly on punctuation.Ingo Schwarze
2010-09-11mention RFC 5656 for ECC stuffDamien Miller
2010-09-11Ugh. Pass the right type into tty_term_has. Teaches me to make lastNicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
2010-09-11Ignore terminal overrides settings without a value.Nicholas Marriott
2010-09-11When resizing the copy mode screen, don't allow it to end up with theNicholas Marriott
2010-09-11Fixed typo.Tobias Stoeckmann
2010-09-10* mention ECDSA in more placesChristian Weisgerber
2010-09-10fix identDamien Miller
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-09-08Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott
2010-09-08Improve buf.c comments, from zinovik.Nicholas Marriott
2010-09-08Do not crash if the screen size is too small for the indicator in copy mode.Nicholas Marriott
2010-09-08Set rcs_suffixes to default value on initialization.Tobias Stoeckmann
2010-09-08Use SIZE_LEFT macro to determine left size instead of calculating withTobias Stoeckmann
2010-09-08work around name-space collisions some buggy compilers (looking at youTheo de Raadt
2010-09-08typoDamien Miller
2010-09-07Remove stray spaces. No code change.Marco Peereboom
2010-09-06add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>Christian Weisgerber
2010-09-06decl before code for compiler compatibilityTheo de Raadt
2010-09-06fix an off by one found by parfaitJonathan Gray
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-09-03add EXIT STATUS (these two were hiding...);Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-03zap trailing whitespace;Jason McIntyre
2010-09-03Make 'file' an argument in -f description.lum
2010-09-03Rename RCSNUM's fd to rf_fd, complies to other variable names andTobias Stoeckmann
2010-09-03Make second parameter of poll() the correct type. Removes compile warning.lum
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656Christian Weisgerber
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@Markus Friedl
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@Markus Friedl
2010-09-02remove trailing whitespace.Igor Sobrado
2010-09-02rcsnum_parse() allocates already an RCSNUM struct, so it's not needed toTobias Stoeckmann
2010-09-01prefer ECDH in a 256 bit curve field; prompted by naddy@Damien Miller
2010-09-01Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott
2010-09-01Reset running jobs when the status line is enabled or disabled as well,Nicholas Marriott
2010-09-01pick up ECDSA host key by default; ok djm@Christian Weisgerber
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller