Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-09 | printing the raw ip protocol name breaks the protocol loop, so just | Otto Moerbeek | |
print the number. ok henning@ markus@ deraadt@ | |||
2004-09-07 | cleanup multiplex control socket on SIGHUP too, spotted by sturm@ | Damien Miller | |
ok markus@ deraadt@ | |||
2004-09-07 | Do not incorrectly sign-extend a mode_t value. | Miod Vallat | |
ok deraadt@ | |||
2004-09-06 | set the xflags; form netbsd; millert@ deraadt@ otto@ ok | Michael Shalayeff | |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink | |
ok jfb | |||
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau | |
version of a diff by Joris Vink. | |||
2004-08-31 | check return value of strdup(3); | Joris Vink | |
ok jfb | |||
2004-08-30 | For username foo.bar, don't treat "bar" as a kerberos instance, | Todd C. Miller | |
that was a kerb4'ism. OK deraadt@ | |||
2004-08-30 | .Xsession -> .xsession; | Jason McIntyre | |
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@ | |||
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 | |
write access, close it and reopen it only on demand, since large trees can contain enough Entries files to generate a 'Too many open files'. Problem spotted by Todd Fries. | |||
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 | |
structure. Also enable the use of at least Valid-responses and valid-requests | |||
2004-08-27 | When the remote version string points to NULL, print "(unknown)" like | Jean-Francois Brousseau | |
GNU CVS does | |||
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 | |
cvs_file_getdir(). That information will get freed anyways by cvs_file_free(). Fixes a double free found by Todd Fries. | |||
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 | |
match the documentation. The old code was making assumptions about how vfork() is implemented which are not valid on OpenBSD. From Jason Ish. | |||
2004-08-23 | Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead | Todd C. Miller | |
of using snprintf(). Based on a patch from Brent Graveland. Ok tdeval@ and otto@ | |||
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 | |
change in Portable; ok markus@ | |||
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 | |
- sort options and sync usage() | |||
2004-08-18 | - Xr w 1 | Jason McIntyre | |
- sort options and sync usage() | |||
2004-08-16 | Make the README file a little more informative and explain how to install | Jean-Francois Brousseau | |
the software on OpenBSD systems. | |||
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 | |
* when writing a directory entry, skip the revision and timestamp | |||
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 | |
of a bogus date | |||
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 | |
the timestamp in time_t instead of a string | |||
2004-08-13 | Assume the parent's Entries file is always opened when receiving a new | Jean-Francois Brousseau | |
entry to add, and move to using the `ce_mtime' field of the entry so we don't end up adding data from a local variable that was discarded | |||
2004-08-13 | When comparing a file's timestamp against the one found in the Entries | Jean-Francois Brousseau | |
file, do a straight compare between the time_t's instead of generating asctime()-style strings and doing strcmp(), and make sure that we have a repository string if we create the directory, so the file gets created when calling cvs_mkadmin() | |||
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker | |
ok markus@, djm@ | |||
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 | |