Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
ctime(3)-style date string | |||
2004-08-13 | kill whitespace at eol; | Jason McIntyre | |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter | |
2004-08-12 | If we create a directory with cvs_file_create(), keep a pointer to the | Jean-Francois Brousseau | |
newly created Entries file in the directory data | |||
2004-08-12 | Add error checking and move the protocol calls so we only send them if | Jean-Francois Brousseau | |
the cvs server is remote | |||
2004-08-12 | Unused variable | Jean-Francois Brousseau | |
2004-08-12 | Make `init' work in client mode | Jean-Francois Brousseau | |
2004-08-12 | Don't attempt to send the `Root' request if the operation is an `init' | Jean-Francois Brousseau | |
2004-08-12 | Update | Jean-Francois Brousseau | |
2004-08-12 | Fix handling of unknown directories | Jean-Francois Brousseau | |
2004-08-12 | Implement cvs_file_getspec() so we can finally deal with explicit file | Jean-Francois Brousseau | |
arguments on the command-line, and fix a bunch of minor issues | |||
2004-08-12 | Don't bother about the server's standard error just yet | Jean-Francois Brousseau | |
2004-08-12 | Before stating the Root file, make sure we actually have something to | Jean-Francois Brousseau | |
write in it | |||
2004-08-12 | When creating a new Entries file, make sure we put one 'D' instead of | Jean-Francois Brousseau | |
leaving the file empty | |||
2004-08-12 | Use cvs_files to build the file hierarchy and handle explicit arguments | Jean-Francois Brousseau | |
correctly | |||
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau | |
file structure | |||
2004-08-12 | If the directory we are updating is unknown, send a Questionable request | Jean-Francois Brousseau | |
instead of attempting to connect to an invalid root specification | |||
2004-08-12 | typo in error message, spotted by moritz AT jodeit.org | Damien Miller | |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy | |
markus@ ok | |||
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy | |
2004-08-11 | Stop search when -q option is given and a match is found. Found by jmc@ | Otto Moerbeek | |
ok millert@ | |||
2004-08-11 | make store_lastlog_message() static to appease -Wall; ok markus | Damien Miller | |
2004-08-11 | check that lseek went were we told it to; ok markus@ | Damien Miller | |
2004-08-11 | Don't try to close startup_pipe if it's not open; ok djm@ | Darren Tucker | |