summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-03-04Handle signals in non-interactive mode. "looks good" deraadt@Otto Moerbeek
2006-03-04move a debug() outside of a signal handler; ok markus@ a little while backDamien Miller
2006-02-28fix logout recording when privilege separation is disabled, analysis andDamien Miller
patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@
2006-02-26remove unnecessary newline characters in cvs_log() calls.Niall O'Higgins
From: Ray Lai <ray@cyth.net> in PR#5038
2006-02-26consistent error message; from ray laiJason McIntyre
ok deraadt
2006-02-26comma;Jason McIntyre
2006-02-26subsection is pointless here;Jason McIntyre
2006-02-26move PATTERNS to the end of the main body; requested by dtuckerJason McIntyre
2006-02-26also set 'entry' variable in merged case.Niall O'Higgins
fixes PR#5037 From Ray Lai <ray at cyth.net> "somebody please commit" joris@
2006-02-26out-of-bounds access and correct some printf while here;Xavier Santolaria
2006-02-26better user-friendly error message.Xavier Santolaria
2006-02-25Fix a coredump occurring when the terminal is resized while mg isOtto Moerbeek
suspended. Problem reported and fixed tested by reyk@; tweak by kjell@; ok kjell@
2006-02-25document the order in which allow/deny directives are processed;Jason McIntyre
help/ok dtucker
2006-02-25document the possible values for KbdInteractiveDevices;Jason McIntyre
help/ok dtucker
2006-02-24oops - bits i missed;Jason McIntyre
2006-02-24some grammar/wording fixes;Jason McIntyre
2006-02-24some grammar/wording fixes;Jason McIntyre
2006-02-24more consistency fixes;Jason McIntyre
2006-02-24some consistency fixes;Jason McIntyre
2006-02-24remove extra printf;Xavier Santolaria
2006-02-24-T has no effect. It's only there for compatibility.Xavier Santolaria
2006-02-24signpost to PATTERNS section;Jason McIntyre
2006-02-24tidy up the refs to PATTERNS;Jason McIntyre
2006-02-24signpost to PATTERNS;Jason McIntyre
2006-02-24add section on patterns;Jason McIntyre
from dtucker + myself
2006-02-23remove unused variableMartin Reindl
2006-02-22sort options + sync usage();Jason McIntyre
2006-02-22document TMPDIR; from ray laiJason McIntyre
2006-02-22Append two string using strlcpy()/strlcat() instead of snprintf() toOtto Moerbeek
avoid having to check for encoding errors returned by snprintf(). From Ray Lai; ok millert@ jaredy@
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byNiall O'Higgins
my automatic tool. ok xsa@
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-20- more spacingNiall O'Higgins
2006-02-20- spacingNiall O'Higgins
2006-02-20fix some typos in comments; from ray laiJason McIntyre
ok otto
2006-02-20Move two functions to separate file; from Ray Lai; ok jaredy@Otto Moerbeek
2006-02-20refactor processq() loop. From Rai Lay; ok jaredy@Otto Moerbeek
2006-02-19add some vertical space;Jason McIntyre
2006-02-19grammar;Jason McIntyre
2006-02-19sync the (s)hosts.equiv FILES entries w/ those from ssh.1;Jason McIntyre
2006-02-19move the sshrc stuff out of FILES, and into its own section:Jason McIntyre
FILES is not a good place to document how stuff works;
2006-02-17Fix use after free. Problem hunted down by wilfried@; ok fgsch@Otto Moerbeek
millert@
2006-02-17remove trailing whitespace;Jason McIntyre
2006-02-16- zap kwtype variable. lint pointed it out wasn't used by anything.Niall O'Higgins
2006-02-16- rename variable k to iNiall O'Higgins
- only initialise i to zero once
2006-02-16- finally add proper support for `ci -k`. this little-used option requiresNiall O'Higgins
quite a lot of parsing code.
2006-02-16- ensure we handle -d properly in initial revision, not just updates.Niall O'Higgins
2006-02-16- make revision specifiers work for initial revision, not just updates.Niall O'Higgins