Age | Commit message (Expand) | Author |
2008-01-23 | Revert the change for bz #1307 as it causes connection aborts if an IGNORE | Darren Tucker |
2008-01-22 | Don't remove magic branch numbers from rcs files, as it breaks compatibility | Tobias Stoeckmann |
2008-01-21 | update to sudo 1.6.9p12 | Todd C. Miller |
2008-01-21 | when a remote write error occurs during an upload, ensure that ACKs for all | Damien Miller |
2008-01-21 | Remove the fixed 100 handle limit in sftp-server and allocate as many | Damien Miller |
2008-01-21 | Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrc | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-20 | When uploading, correctly handle the case of an unquoted filename with | Damien Miller |
2008-01-19 | promote rekeylimit to a int64 so it can hold the maximum useful limit | Damien Miller |
2008-01-19 | When we added support for specified bind addresses for port forwards, we | Damien Miller |
2008-01-19 | unbreak line numbering (broken in revision 1.164), fix error message | Damien Miller |
2008-01-19 | when hashing individual hosts (ssh-keygen -Hf hostname), make sure we | Damien Miller |
2008-01-19 | fix remote handle leak in do_download() local file open error path; | Damien Miller |
2008-01-19 | ignore SIGPIPE in multiplex client mode - we can receive this if the | Damien Miller |
2008-01-19 | fd leak on session multiplexing error path. Report and patch from | Damien Miller |
2008-01-19 | scp -q implies ssh -q for the underlying connection, it doesn't just | Damien Miller |
2008-01-19 | satisfy the pedants: -q does not suppress all diagnostic messages (e.g. | Damien Miller |
2008-01-14 | Changed xmalloc(n * m) pattern into xcalloc(n, m). | Tobias Stoeckmann |
2008-01-13 | the mixer_devinfo structure contains next and prev pointers; they are used | Alexandre Ratchov |
2008-01-13 | revert 1.4, a.out toolchain needs this not-so-unused-after-all function. | Charles Longeau |
2008-01-13 | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-12 | Added missing break statements. | Tobias Stoeckmann |
2008-01-12 | Updates from master repo: | Anders Magnusson |
2008-01-12 | Updates from master repo. | Anders Magnusson |
2008-01-12 | Updates from master repo: | Anders Magnusson |
2008-01-12 | Large update from master repo: | Anders Magnusson |
2008-01-12 | Update from master repo: | Anders Magnusson |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2008-01-12 | new function: lstRequeue, to be used by the job handler | Marc Espie |
2008-01-11 | add a note about shell built-ins; | Jason McIntyre |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre |
2008-01-11 | disable unused functions | Charles Longeau |
2008-01-10 | kill trailing whitespace; | Jason McIntyre |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2008-01-10 | This file is in the public domain. ok deraadt@ | Kjell Wooding |
2008-01-10 | Greatly improve this man page. ok jmc@ | Kjell Wooding |
2008-01-10 | Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog with | Tobias Stoeckmann |
2008-01-10 | various fixes for remote commands (right now we support rlog and rtag) | Tobias Stoeckmann |
2008-01-10 | Added support for rtag in local and remote setups (with interoperability | Tobias Stoeckmann |
2008-01-10 | just for the record: I HATE Log | Tobias Stoeckmann |
2008-01-10 | Damnit, I should avoid this nasty Log word in a comment ... | Tobias Stoeckmann |
2008-01-10 | Make cvs_file_classify more readable. | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | rcs_getrev is gone: zap prototype, too. | Tobias Stoeckmann |
2008-01-10 | Simply the use of cmdp and cvs_command by zapping cvs_command and working | Tobias Stoeckmann |
2008-01-10 | cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries, | Tobias Stoeckmann |
2008-01-10 | Got cvs_server_rlog back into shape. | Tobias Stoeckmann |
2008-01-10 | Don't ignore files and directories due to patterns on repository-side, | Tobias Stoeckmann |