summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-03-04use buffer_get_string_ptr_ret() where we are checking the returnDamien Miller
2010-03-03s/similar same/similar/; from imorgan AT nas.nasa.govDamien Miller
2010-03-03the authorized_keys option for CA keys is "cert-authority", notDamien Miller
2010-03-03it's true!Jasper Lievisse Adriaanse
2010-03-03reject strings with embedded ASCII nul chars in certificate key IDs,Damien Miller
2010-03-02Add RCS IdentDamien Miller
2010-03-02POSIX strptime is stricter than OpenBSD's so do a little dance toDamien Miller
2010-03-02In man(7), do not crash on very long title lines,Ingo Schwarze
2010-03-02For -man -Tascii, limit the width of normal text to 65 characters,Ingo Schwarze
2010-03-02Accept the non-standard macros .Sp (similar to .sp)Ingo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-03-02Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott
2010-03-02Distinguish opening and closing delimiters, and close out blockIngo Schwarze
2010-03-01Extend the end-of-line key so that in normal mode a second press movesNicholas Marriott
2010-03-01Check for colour and attribute modifications early so the translatedNicholas Marriott
2010-03-01update to sudo 1.7.2p5Todd C. Miller
2010-03-01zap what seems to be a left-over debug message; ok markus@Otto Moerbeek
2010-03-01Add printing of current profile and feature information to 'info'Kenneth R Westerback
2010-02-28%t didn't properly remove trailing spaces from the end of the prompt.Jasper Lievisse Adriaanse
2010-02-28In -x mode, if count was > 1 we would print both the hex and ascii versionsTodd C. Miller
2010-02-27Fix the atelnet() function, which was wrong in several ways.Nicholas Marriott
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-26Old news: there is an experimental "loongson" port.Ingo Schwarze
2010-02-26The groff_man(7) manual says "the first line of text following" .TP isIngo Schwarze
2010-02-26Support .It .Xo.Ingo Schwarze
2010-02-25The correct value of DEL is 0x7F, not 0xFF. This is purely a documentationChristian Weisgerber
2010-02-24Typo fix from Tim van der Molen.Nicholas Marriott
2010-02-24Don't set the terminal to nonblocking on detach until we have finished with itNicholas Marriott
2010-02-24Add $OpenBSD$ tags in comments, our portable-syncing scripts use theseDamien Miller
2010-02-23Fix the worst among the fatal block-nesting issues we have in our tree,Ingo Schwarze
2010-02-23bump patchlevelTodd C. Miller
2010-02-22Check for pseudo-command by looking at the first character of theTodd C. Miller
2010-02-22Option to set the characters considered word separators in copy mode, fromNicholas Marriott
2010-02-22In load-buffer, read until EOF rather than using stat() and reading a fixedNicholas Marriott
2010-02-22Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursorNicholas Marriott
2010-02-22Display -t argument to new-session, from Tiago Cunha.Nicholas Marriott
2010-02-21`-q' is an output option, hence it is mutually exclusive.Igor Sobrado
2010-02-21dlclose() call should also be #ifdef HAVE_DLOPENTheo de Raadt
2010-02-20unbreak build for NOPIC systems; noticed, help and ok deraadt@Markus Friedl
2010-02-19gcc2 requires decls before codeTheo de Raadt
2010-02-19have_arg matches buf so it is no longer necessary, spotted by Tim van derNicholas Marriott
2010-02-19copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott
2010-02-18Our groff does not handle all cases of nested displays properly, soIngo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-02-17Make next-word stop at beginning of word even if it is at the start of theNicholas Marriott
2010-02-17Man page additions/improvements, thanks to Robin Lee Powell.Nicholas Marriott
2010-02-17Don't strip add newline if only copying part of wrapped line. Problem spottedNicholas Marriott
2010-02-14"the the"Jason McIntyre
2010-02-13Update to sudo 1.7.2p3Todd C. Miller