summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-30- make fatal() exit with code 1 instead of 255. makes us more compatibleNiall O'Higgins
2006-01-30remove an incorrect sentence;Jason McIntyre
2006-01-30mark channel as write failed or dead instead of read failed on errorReyk Floeter
2006-01-29- fix a bug where co -l would fail with "permission denied" if the workingNiall O'Higgins
2006-01-29spread some fatal() here too;Xavier Santolaria
2006-01-29RCS_PARSE_FULLY needed here too, as in rlog(1);Xavier Santolaria
2006-01-28Remove duplicate cgetstr() call introduced by accident. Andrey MatveevTodd C. Miller
2006-01-28- don't segfault on rcsnum overflow.Niall O'Higgins
2006-01-28add -- after options, so files with leading - work.Ted Unangst
2006-01-27CVS_EX_BADROOT return code is not worth keeping;Xavier Santolaria
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-27cvs_mkadmin() cannot return < 0 anymore;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-27errors handling cleaning;Xavier Santolaria
2006-01-27use fatal();Xavier Santolaria
2006-01-26strings cleanup; OK niallo@.Xavier Santolaria
2006-01-26add a section on verifying host keys in dns;Jason McIntyre
2006-01-25implement HTTP proxy authentication support, very useful in a ssh_configDamien Miller
2006-01-25this snprintf() occurence should have been removed in previous commit.Xavier Santolaria
2006-01-25use cvs_rcs_getpath() here too + some strings cleanup whilst here.Xavier Santolaria
2006-01-25strings cleanup; OK niallo@.Xavier Santolaria
2006-01-25use cvs_rcs_getpath() instead of duplicating code.Xavier Santolaria
2006-01-25move subsections to full sections;Jason McIntyre
2006-01-25move the options description up the page, and a few additional tweaksJason McIntyre
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-25add support for `-l[lockers]'. Some (needed) cleanup will follow.Xavier Santolaria
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-25lint says Pflag isn't needed. i concurTed Unangst
2006-01-24fclose file stream before opening a new one.Otto Moerbeek
2006-01-24print locker's name if revision is locked;Xavier Santolaria
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23display usage if an unknown option is specified;Xavier Santolaria
2006-01-23add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.Xavier Santolaria
2006-01-23snprintf() -> strlcpy()/strlcat(); OK niallo@.Xavier Santolaria
2006-01-23print complete command name in usage, not aliases.Xavier Santolaria
2006-01-23wrap usage;Xavier Santolaria
2006-01-23Make man page reflect current reality of play command. jmc@ cleanedKenneth R Westerback
2006-01-22- drop privs before running krb5 codeBjorn Sandell
2006-01-21b^Hlsd license! from Mischa DiehmMichael Shalayeff
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2006-01-20typos in comments;Xavier Santolaria
2006-01-20- word change, agreed w/ markusJason McIntyre
2006-01-20Clean up command line parsing, don't accept trailing garbage, add inKenneth R Westerback
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2006-01-19delint: check value against UINT_MAX before casting to u_int; whileOtto Moerbeek
2006-01-18add a section on ssh-based vpn, based on reyk's README.tun;Jason McIntyre
2006-01-17Fix malloc calculation to avoid memory bounds error. deraadt@ okAaron Campbell