Age | Commit message (Expand) | Author |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink |
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau |
2004-08-31 | check return value of strdup(3); | Joris Vink |
2004-08-30 | For username foo.bar, don't treat "bar" as a kerberos instance, | Todd C. Miller |
2004-08-30 | .Xsession -> .xsession; | Jason McIntyre |
2004-08-30 | s/keygen/keyscan/ | Markus Friedl |
2004-08-28 | don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@ | Damien Miller |
2004-08-27 | Add CF_NOSYMS to the flags so we skip symbolic links | Jean-Francois Brousseau |
2004-08-27 | Instead of keeping an open pointer to the Entries file when opening with | Jean-Francois Brousseau |
2004-08-27 | Unbreak when running into files with an inode of 0 | Jean-Francois Brousseau |
2004-08-27 | cleanup and reset the valid requests array when allocating a new root | Jean-Francois Brousseau |
2004-08-27 | When the remote version string points to NULL, print "(unknown)" like | Jean-Francois Brousseau |
2004-08-27 | Skip directory entries which have a file number of 0 | Jean-Francois Brousseau |
2004-08-27 | Do not attempt to free directory information on error cases in | Jean-Francois Brousseau |
2004-08-27 | Fix two descriptor leaks | Jean-Francois Brousseau |
2004-08-26 | get rid of references to rhosts authentication; with jmc@ | Markus Friedl |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-08-23 | another | Henning Brauer |
2004-08-23 | Make behavior if the utility was not found or could not be executed | Todd C. Miller |
2004-08-23 | Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead | Todd C. Miller |
2004-08-23 | Remove duplicate getuid(), suggested by & ok markus@ | Darren Tucker |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-08-23 | typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller |
2004-08-23 | fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller |
2004-08-20 | grok STT_SECTION and beautify STT_OBJECT | Michael Shalayeff |
2004-08-19 | STT_FUNC can be an absolute too | Michael Shalayeff |
2004-08-19 | bruce lee | Michael Shalayeff |
2004-08-18 | - .Xr utmp 5 | Jason McIntyre |
2004-08-18 | - Xr w 1 | Jason McIntyre |
2004-08-16 | Make the README file a little more informative and explain how to install | Jean-Francois Brousseau |
2004-08-16 | 3.9 | Markus Friedl |
2004-08-13 | Cleanup the code, will need rework | Jean-Francois Brousseau |
2004-08-13 | More unused variables | Jean-Francois Brousseau |
2004-08-13 | Remove unused variables | Jean-Francois Brousseau |
2004-08-13 | * add an entry for directories when we create them | Jean-Francois Brousseau |
2004-08-13 | Sample server config file | Jean-Francois Brousseau |
2004-08-13 | Make add work in client mode | Jean-Francois Brousseau |
2004-08-13 | When the mtime is (time_t)-1, print the dummy timestamp string instead | Jean-Francois Brousseau |
2004-08-13 | Handle RFC822 and ctime(3) style timestamps | Jean-Francois Brousseau |
2004-08-13 | Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keeps | Jean-Francois Brousseau |
2004-08-13 | Assume the parent's Entries file is always opened when receiving a new | Jean-Francois Brousseau |
2004-08-13 | When comparing a file's timestamp against the one found in the Entries | Jean-Francois Brousseau |
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker |
2004-08-13 | Leave stderr alone for the moment | Jean-Francois Brousseau |
2004-08-13 | Add a macro for dummy timestamp strings | Jean-Francois Brousseau |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller |
2004-08-13 | Add cvs_datesec() to calculate the time_t value corresponding to a | Jean-Francois Brousseau |
2004-08-13 | kill whitespace at eol; | Jason McIntyre |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter |