summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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-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-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-12typo in error message, spotted by moritz AT jodeit.orgDamien Miller
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-11Stop search when -q option is given and a match is found. Found by jmc@Otto Moerbeek
2004-08-11make store_lastlog_message() static to appease -Wall; ok markusDamien Miller
2004-08-11check that lseek went were we told it to; ok markus@Damien Miller
2004-08-11Don't try to close startup_pipe if it's not open; ok djm@Darren Tucker
2004-08-11mips->mips64Per Fogelstrom
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
2004-08-11Fix minor leak; "looks right" deraadt@Darren Tucker
2004-08-10- reword -d and -u to make them simpler; based on a diff from Andreas Kahari,Jason McIntyre
2004-08-10put mips64 core file recognition (someone please test)Theo de Raadt
2004-08-10Cleanup, and don't close the Entries file handle for a directory when weJean-Francois Brousseau
2004-08-09Mention "setenv" login.conf capability so people can find it.Todd C. Miller
2004-08-08spacingTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-08-08deprecate the need of specifying -w for setting variables.Jared Yanovich
2004-08-06Cleanup and fix a call to cvs_splitpath()Jean-Francois Brousseau
2004-08-06* add a flag CF_NOSYMS to avoid loading information about symbolic linksJean-Francois Brousseau
2004-08-06Fix usage of cvs_splitpath()Jean-Francois Brousseau
2004-08-06Fix the SIGINT handlerJean-Francois Brousseau
2004-08-06Simplify cvs_splitpath() by requiring only one buffer to copy the resultJean-Francois Brousseau
2004-08-06Handle case insensitivity for realJean-Francois Brousseau
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
2004-08-06Add fields to keep track of the file's mode and last modification timeJean-Francois Brousseau
2004-08-06Unused variableJean-Francois Brousseau
2004-08-06Start using the global files listJean-Francois Brousseau
2004-08-06Have one global hierarchy of files that are being affected. This willJean-Francois Brousseau
2004-08-06the CF_STAT flag is useless now, all we have to do is extract the requiredJean-Francois Brousseau
2004-08-06And another...Marco Peereboom
2004-08-06oops. noted by lizardo@openbsd.org.mxArtur Grabowski
2004-08-05spacingTheo de Raadt
2004-08-05When splitting a path, strip the trailing slashes before splitting it,Jean-Francois Brousseau
2004-08-05Add a new log level LP_ABORT, which modifies the behaviour of prefixJean-Francois Brousseau
2004-08-05Adapt the logging so any messages generated by the server will beJean-Francois Brousseau
2004-08-05When spawning the subprocess for the connection, attach a pipe to itsJean-Francois Brousseau
2004-08-05simpler copyright, adjust date.Marc Espie