Age | Commit message (Expand) | Author |
2004-08-13 | Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@ | Dale Rahn |
2004-08-13 | When running regex regress build a private copy with REDEBUG enabled. | Todd C. Miller |
2004-08-13 | Change an assert into a loop termination condition. Fixes a core | Todd C. Miller |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
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 | add missing copyright | Per Fogelstrom |
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 | Reset deadline on failed transmit. Avoids a spinning process if | Otto Moerbeek |
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker |
2004-08-13 | More nasty cases involving back references. | Otto Moerbeek |
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 | new sentence, new line; | Jason McIntyre |
2004-08-12 | Add ability to specify default serial console just like i386. | Kenneth R Westerback |
2004-08-12 | sync | Theo de Raadt |
2004-08-12 | more sync | Theo de Raadt |
2004-08-12 | partial sync | Theo de Raadt |
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 |
2004-08-12 | Add error checking and move the protocol calls so we only send them if | Jean-Francois Brousseau |
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 | add missing $ | Brad Smith |
2004-08-12 | Remove leftovers from pre-clonable device days. | Ryan Thomas McBride |
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 |
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 |
2004-08-12 | When creating a new Entries file, make sure we put one 'D' instead of | Jean-Francois Brousseau |
2004-08-12 | Leave the command wait interrupt enabled as long as there is at least one | Jason Wright |
2004-08-12 | Use cvs_files to build the file hierarchy and handle explicit arguments | Jean-Francois Brousseau |
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau |
2004-08-12 | If the directory we are updating is unknown, send a Questionable request | Jean-Francois Brousseau |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-12 | Avoid dereferencing outside the bounds of an array. Found by mmap | Todd C. Miller |
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer |