summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-13Assume the parent's Entries file is always opened when receiving a newJean-Francois Brousseau
2004-08-13When comparing a file's timestamp against the one found in the EntriesJean-Francois Brousseau
2004-08-13Reset deadline on failed transmit. Avoids a spinning process ifOtto Moerbeek
2004-08-13Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.frDarren Tucker
2004-08-13More nasty cases involving back references.Otto Moerbeek
2004-08-13Leave stderr alone for the momentJean-Francois Brousseau
2004-08-13Add a macro for dummy timestamp stringsJean-Francois Brousseau
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-13Add cvs_datesec() to calculate the time_t value corresponding to aJean-Francois Brousseau
2004-08-13kill whitespace at eol;Jason McIntyre
2004-08-12new sentence, new line;Jason McIntyre
2004-08-12Add ability to specify default serial console just like i386.Kenneth R Westerback
2004-08-12syncTheo de Raadt
2004-08-12more syncTheo de Raadt
2004-08-12partial syncTheo de Raadt
2004-08-12improve SSHFP documentation; ok deraadt@Jakob Schlyter
2004-08-12If we create a directory with cvs_file_create(), keep a pointer to theJean-Francois Brousseau
2004-08-12Add error checking and move the protocol calls so we only send them ifJean-Francois Brousseau
2004-08-12Unused variableJean-Francois Brousseau
2004-08-12Make `init' work in client modeJean-Francois Brousseau
2004-08-12Don't attempt to send the `Root' request if the operation is an `init'Jean-Francois Brousseau
2004-08-12add missing $Brad Smith
2004-08-12Remove leftovers from pre-clonable device days.Ryan Thomas McBride
2004-08-12UpdateJean-Francois Brousseau
2004-08-12Fix handling of unknown directoriesJean-Francois Brousseau
2004-08-12Implement cvs_file_getspec() so we can finally deal with explicit fileJean-Francois Brousseau
2004-08-12Don't bother about the server's standard error just yetJean-Francois Brousseau
2004-08-12Before stating the Root file, make sure we actually have something toJean-Francois Brousseau
2004-08-12When creating a new Entries file, make sure we put one 'D' instead ofJean-Francois Brousseau
2004-08-12Leave the command wait interrupt enabled as long as there is at least oneJason Wright
2004-08-12Use cvs_files to build the file hierarchy and handle explicit argumentsJean-Francois Brousseau
2004-08-12After the command is done executing, if cvs_files isn't NULL, free theJean-Francois Brousseau
2004-08-12If the directory we are updating is unknown, send a Questionable requestJean-Francois Brousseau
2004-08-12do not try to getaddrinfo() in the unprivileged process, send an imsgHenning Brauer
2004-08-12Avoid dereferencing outside the bounds of an array. Found by mmapTodd C. Miller
2004-08-12Fix compiler warning on alpha.Hans-Joerg Hoexer
2004-08-12Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau.Hakan Olsson
2004-08-12ditch File::Copy so that buffering is consistent.Marc Espie
2004-08-12Just ignore RFC2545 and the silly idea of using link local addresses asClaudio Jeker
2004-08-12typo in error message, spotted by moritz AT jodeit.orgDamien Miller
2004-08-12Prevent core dump on large block sizes by checking block size againstOtto Moerbeek
2004-08-12Prevent a panic by validating the super block size as recorded in theOtto Moerbeek
2004-08-12Fix the shared irq problem, by allocating a low priority vectorNiklas Hallqvist
2004-08-11use atomicio instead of homegrown equivalents or read/write.Anil Madhavapeddy
2004-08-11some signed/unsigned int comparison cleanups; markus@ okAnil Madhavapeddy
2004-08-11syncTheo de Raadt
2004-08-11Pick common code for trampoline mprotect() code. This did not work at allMiod Vallat
2004-08-11syncTheo de Raadt
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-08-11In dkcsumattach() avoid modifying bootdev until we are done matching.Todd C. Miller