Age | Commit message (Expand) | Author |
2006-01-31 | include uvm_km_pages_free into the pool accounting as it is the main consumer... | Michael Shalayeff |
2006-01-31 | errors in cvs_checkout_init() are definitly fatal. | Xavier Santolaria |
2006-01-31 | "scp a b c" shouldn't clobber "c" when it is not a directory, report and | Damien Miller |
2006-01-31 | fix local arbitrary command execution vulnerability on local/local and | Damien Miller |
2006-01-31 | use "proxy_protocol" as the arg to -X, not "proxy_version"; | Jason McIntyre |
2006-01-30 | strerror() -> 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 compatible | Niall O'Higgins |
2006-01-30 | remove an incorrect sentence; | Jason McIntyre |
2006-01-30 | mark channel as write failed or dead instead of read failed on error | Reyk Floeter |
2006-01-29 | - fix a bug where co -l would fail with "permission denied" if the working | Niall O'Higgins |
2006-01-29 | spread some fatal() here too; | Xavier Santolaria |
2006-01-29 | RCS_PARSE_FULLY needed here too, as in rlog(1); | Xavier Santolaria |
2006-01-28 | Remove duplicate cgetstr() call introduced by accident. Andrey Matveev | Todd C. Miller |
2006-01-28 | - don't segfault on rcsnum overflow. | Niall O'Higgins |
2006-01-28 | add -- after options, so files with leading - work. | Ted Unangst |
2006-01-27 | CVS_EX_BADROOT return code is not worth keeping; | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-27 | errors handling cleaning; | Xavier Santolaria |
2006-01-27 | use fatal(); | Xavier Santolaria |
2006-01-26 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-26 | add a section on verifying host keys in dns; | Jason McIntyre |
2006-01-25 | implement HTTP proxy authentication support, very useful in a ssh_config | Damien Miller |
2006-01-25 | this snprintf() occurence should have been removed in previous commit. | Xavier Santolaria |
2006-01-25 | use cvs_rcs_getpath() here too + some strings cleanup whilst here. | Xavier Santolaria |
2006-01-25 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-25 | use cvs_rcs_getpath() instead of duplicating code. | Xavier Santolaria |
2006-01-25 | move subsections to full sections; | Jason McIntyre |
2006-01-25 | move the options description up the page, and a few additional tweaks | Jason McIntyre |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-25 | add support for `-l[lockers]'. Some (needed) cleanup will follow. | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-25 | lint says Pflag isn't needed. i concur | Ted Unangst |
2006-01-24 | fclose file stream before opening a new one. | Otto Moerbeek |
2006-01-24 | print locker's name if revision is locked; | Xavier Santolaria |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-23 | display usage if an unknown option is specified; | Xavier Santolaria |
2006-01-23 | add support for `-sstates' and `-w[logins]' options; tested and OK niallo@. | Xavier Santolaria |
2006-01-23 | snprintf() -> strlcpy()/strlcat(); OK niallo@. | Xavier Santolaria |
2006-01-23 | print complete command name in usage, not aliases. | Xavier Santolaria |
2006-01-23 | wrap usage; | Xavier Santolaria |
2006-01-23 | Make man page reflect current reality of play command. jmc@ cleaned | Kenneth R Westerback |
2006-01-22 | - drop privs before running krb5 code | Bjorn Sandell |
2006-01-21 | b^Hlsd license! from Mischa Diehm | Michael Shalayeff |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2006-01-20 | typos in comments; | Xavier Santolaria |
2006-01-20 | - word change, agreed w/ markus | Jason McIntyre |
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback |