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