Age | Commit message (Expand) | Author |
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 |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-16 | signpost the protocol sections; | Jason McIntyre |
2005-12-16 | make the description of -c a little nicer; | Jason McIntyre |
2005-12-16 | simplify a sentence; | Jason McIntyre |
2005-12-16 | move the option descriptions up the page: start of a restructure; | Jason McIntyre |
2005-12-16 | Make div by zero a non-fatal message | Chad Loder |
2005-12-16 | Limp along with integral 0 instead of UQUAD_MAX when there is a division | Chad Loder |
2005-12-16 | Call checkdbz with the correct operand, so that div by zero checks actually | Chad Loder |
2005-12-15 | NULL != '\0'. Spotted by Han Boetes and a linux gcc. | Kjell Wooding |
2005-12-15 | remove inaccuracy (pipes do not appear as unix sockets); | Jason McIntyre |
2005-12-15 | make the systrace section just like the rest... | Jason McIntyre |