summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-23- sync the description of -e w/ synopsisJason McIntyre
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
2005-12-23cvs_buf_write() did not properly set new permissionsJoris Vink
2005-12-22gaurantee a space after the first string; janus@area319.deTheo de Raadt
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-12-22another fatal() round;Xavier Santolaria
2005-12-22unitialized variable. ok xsa@Moritz Jodeit
2005-12-22expand the description of -w somewhat;Jason McIntyre
2005-12-22put the description of "UsePrivilegedPort" in the correct place;Jason McIntyre
2005-12-22- fix handling of zero byte files.Niall O'Higgins
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@Kevin Steves
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-21Initialize basepath right after xmalloc()ing it so we won't end up withAleksander Piotrowski
2005-12-21use fatal();Xavier Santolaria
2005-12-21initialize `rlen' in cvs_buf_set();Xavier Santolaria
2005-12-21Remove an ambiguiity and make 'e' short for "eject". The short formTodd C. Miller
2005-12-21-Y does X11 forwarding too;Jason McIntyre
2005-12-21options now described `above', rather than `later';Jason McIntyre
2005-12-21-L and -R descriptions are now above, not below, ~C description;Jason McIntyre
2005-12-21use fatal() here too;Xavier Santolaria
2005-12-21cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;Xavier Santolaria
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-20move info on ssh return values and config files up into the mainJason McIntyre
2005-12-20.Ss -> .Sh: subsections have not made this page more readableJason McIntyre
2005-12-20merge the sections on protocols 1 and 2 into one section on authentication;Jason McIntyre
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-20fix use of fatal() from previous commit;Xavier Santolaria
2005-12-20cvs_buf_write() cannot fail here;Xavier Santolaria
2005-12-20missed that in previous fatal() commit;Xavier Santolaria
2005-12-20use fatal(); OK joris@ niallo@.Xavier Santolaria
2005-12-20spread the use of fatal();Xavier Santolaria
2005-12-20No need to define UFS_EXTATTR anymore.Miod Vallat
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
2005-12-20Do some delinting of strl-type functions. Also, remove a superfluousKjell Wooding
2005-12-20Fix broken "Undo of undo" when line is empty. Noticed by theo.Kjell Wooding
2005-12-20exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@Darren Tucker
2005-12-19fix indentationTodd C. Miller
2005-12-19remove trailing spaceTodd C. Miller
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
2005-12-19use fatal() if getpwuid() fails; OK joris@.Xavier Santolaria
2005-12-18Grok NORETURN function prototypes in addition to NORETURN functionChad Loder
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Indicate that the flags are exclusive, mention realm in the descriptionBjorn Sandell
2005-12-17spelling: intented -> intendedKevin Steves
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-17Check for functions declared with ARGSUSED but having no arguments.Chad Loder