summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2006-02-16`ci -k` is described incorrectly in a number of places.Niall O'Higgins
- fix ci(1) manual page for this option - fix usage() for this option - fix CI_OPTSTRING for this option.
2006-02-16- make function prototypes consistent.Niall O'Higgins
2006-02-16sync some of the FILES entries w/ ssh.1;Jason McIntyre
2006-02-16Strip newline from lines used with -I, otherwise ^$ will match allOtto Moerbeek
lines and ignore them all. With and ok jaredy@
2006-02-16delete a few double declarations; ok ottoPeter Valchev
2006-02-15- improve description of -IJason McIntyre
- Xr re_format(7) from ray lai
2006-02-15remove ietf draft references; RFC list now maintained in ssh.1;Jason McIntyre
2006-02-15remove the IETF draft references and replace them with some updated RFCs;Jason McIntyre
list from markus;
2006-02-15Fix bug introduced by previous delint and rename a var. From Ray.Otto Moerbeek
2006-02-15delint; from Ray with input from me and jaredy@; ok jaredy@Otto Moerbeek
2006-02-15typo in comment; ok djm@David Krause
2006-02-14Put commas in right places, from Ray Lai.Otto Moerbeek
2006-02-14typo in comment; from ray laiJason McIntyre
2006-02-14- fix behaviour when using -u and -l at the same timeXavier Santolaria
- do not display some messages when checking in a file for the first time OK niallo@.
2006-02-14fix output when checking in a file for the first time. OK niallo@.Xavier Santolaria
2006-02-14Document that -0 is an non-standard extension (sad but true).Otto Moerbeek
ok millert@
2006-02-14Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@Otto Moerbeek
2006-02-13sort FILES and use a -compact list;Jason McIntyre
2006-02-13- avoid nasty line splitJason McIntyre
- `*' does not need to be escaped
2006-02-13write out an empty comment in RCS files even if there isn't one asXavier Santolaria
gnu/usr.bin/cvs does. Found by niallo@'s automatic tool.
2006-02-13turn this into an example ssh_known_hosts file; ok djmJason McIntyre
2006-02-13small tweaks for the ssh_known_hosts section;Jason McIntyre
2006-02-13no need to subsection the authorized_keys examples - instead, convertJason McIntyre
this to look like an actual file. also use proto 2 keys, and use IETF example addresses; much help from djm; ok markus djm;
2006-02-12sort the list of options permissable w/ authorized_keys;Jason McIntyre
ok djm dtucker
2006-02-12Fix mail notification for rdist(1) as reported in user/5009. ok otto@Moritz Jodeit
2006-02-12rework the description of authorized_keys a little;Jason McIntyre
2006-02-12slight rewording; ok djmJason McIntyre
2006-02-12raise error when the user specifies a RekeyLimit that is smaller than 16Damien Miller
(the smallest of our cipher's blocksize) or big enough to cause integer wraparound; ok & feedback dtucker@
2006-02-12add a %l expansion code to the ControlPath, which is filled in with theDamien Miller
local hostname at runtime. Requested by henning@ to avoid some problems with /home on NFS; ok dtucker@
2006-02-11type correctness; from Ray Lai in PR 5011; ok millert@Otto Moerbeek
2006-02-11Initialize been_warned. From Benjamin Pineau in PR 5007.Otto Moerbeek
2006-02-11namelist must be NULL terminated, plus some cleanup after mickeyMartin Reindl
ok mickey@
2006-02-10forgot to document CVS/Baserev.tmp, so here it is.Xavier Santolaria
2006-02-10document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.Xavier Santolaria
OK jmc@.
2006-02-10fix CVS_PATH_NOTIFY duplicate.Xavier Santolaria
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-09add missing client-side paths definitions;Xavier Santolaria
2006-02-09- move some text into a CAVEATS sectionJason McIntyre
- merge the COMMAND EXECUTION... section into AUTHENTICATION
2006-02-09delint; remove redundant vars and functions; ok jaredy@Otto Moerbeek