Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-27 | Many improvements to the RCS support: | Jean-Francois Brousseau | |
- make it possible to specify creation and the file mode in rcs_open() - implicitly write the contents to disk on rcs_close() if the RCS handle has been changed - fix a bug in the output of the `expand' keyword - add functions to retrieve and modify the expansion mode - rcs_parse() shouldn't be available to the outside - empty string instead of `(null)' if there is no description ok Joris | |||
2005-02-26 | spelling fixes | David Krause | |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau | |
- make rcsnum_parse() fail if it encounters an invalid character | |||
2005-02-25 | exit with an error message if cvs_file_init() fails | Jean-Francois Brousseau | |
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau | |
2005-02-25 | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | Xavier Santolaria | |
2005-02-25 | add /etc/motd and $HOME/.hushlogin to FILES; | Jason McIntyre | |
from michael knudsen; | |||
2005-02-24 | Store result of snprintf() in a signed type and check it for -1. | Jonathan Gray | |
Do not depend on errno being set for snprintf, use errx() instead of err(). ok otto@, earlier version ok deraadt@ some time ago | |||
2005-02-24 | remove docompress() completely in case of -DSMALL and | Moritz Jodeit | |
replace it with a better error message. ok millert@ henning@ | |||
2005-02-22 | more error checking on protocol calls when running in client mode | Jean-Francois Brousseau | |
2005-02-22 | use the file's name, and not its full path, when building the path to | Jean-Francois Brousseau | |
the RCS file in the repository spotted by pvalchev@ | |||
2005-02-22 | unused variable | Jean-Francois Brousseau | |
2005-02-22 | get rid of code that shouldn't have made it in there | Jean-Francois Brousseau | |
2005-02-22 | Split the cvs daemon into two different processes: cvsd and cvsd-child. | Jean-Francois Brousseau | |
The cvsd process only takes care of managing children and repository locks, while the child handles all requests made to access or modify the contents of the repository. This will allow us to take advantage of randomized library remapping and new propolice cookies, and minimizes the amount of code that can run with elevated privileges. Still work in progress. suggested by deraadt@ | |||
2005-02-22 | - support -c and -s to retrieve the module list | Jean-Francois Brousseau | |
- silently accept most of the other options supported by checkout - do not abandon all hope if the `expand-modules' request fails | |||
2005-02-22 | set the standard request socket path to /var/run/cvsd.sock | Jean-Francois Brousseau | |
from pvalchev@ | |||
2005-02-22 | give the `noop' request its own handler, it definitely does not need | Jean-Francois Brousseau | |
to be in the generic command handler, and add a dummy handler for the `expand-modules' request | |||
2005-02-22 | when a log message is generated by the server and is sent to | Jean-Francois Brousseau | |
standard error, instead redirect it to standard out with the appropriate `E' prefix to indicate an error response message | |||
2005-02-22 | do not leak a file pointer in case of error | Jean-Francois Brousseau | |
from Joris Vink | |||
2005-02-22 | sort options; sync usage(); | Jason McIntyre | |
2005-02-22 | sort options; sync usage(); | Jason McIntyre | |
2005-02-21 | document `cvs log'; ok jmc | Xavier Santolaria | |
2005-02-21 | use a standard hostname in EXAMPLES (host.example.com), which also | Jason McIntyre | |
fixes an error; from ray; | |||
2005-02-21 | tweaks; | Jason McIntyre | |
2005-02-20 | turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net; | Damien Miller | |
ok markus@ | |||
2005-02-19 | Add getcap(1), a simple tool to query getcap(3)-style databases. | Todd C. Miller | |
2005-02-18 | better error messages for getnameinfo failures; ok dtucker@ | Damien Miller | |
2005-02-17 | only increase the reference count on the cvsroot structure when it | Jean-Francois Brousseau | |
gets inserted into the cache. This makes cvsroot_free() work correctly instead of leaking memory in error cases of cvsroot_parse() spotted by and ok pat@ | |||
2005-02-17 | Fix case where we were testing on AC, but operating on FD. The changed code | Aaron Campbell | |
follows the pattern of the rest of the source. otto@ ok | |||
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff | |
2005-02-16 | get rid of unneeded whitespace | Jean-Francois Brousseau | |
2005-02-16 | basic repository handling code, not plugged yet | Jean-Francois Brousseau | |
2005-02-16 | properly initialize the syslog_data structure | Jean-Francois Brousseau | |
2005-02-16 | more `cvs history' documentation about the columns added to | Xavier Santolaria | |
records depending on the command issued; ok jmc | |||
2005-02-16 | Better diagnostic if an identity file is not accesible. ok markus@ djm@ | Otto Moerbeek | |
2005-02-15 | set the close-on-exec flag on the parent's local socket descriptor | Jean-Francois Brousseau | |
2005-02-15 | remove the LP_FILTER_TOGGLE operation, which is really pointless, and | Jean-Francois Brousseau | |
use a bitmask to keep track of the log filters | |||
2005-02-15 | avoid crashing when setting a variable with cvsd_set() that was not | Jean-Francois Brousseau | |
initialized with a dynamically-allocated string. spotted by mpech@ | |||
2005-02-14 | Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ ok | Aaron Campbell | |
2005-02-14 | use .Pa for paths, not .Ar; ok jmc | Xavier Santolaria | |
2005-02-13 | start documenting `cvs history'; ok jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-11 | Fix -d option; it should print a newline at EOL, not the specified delimeter. | Todd C. Miller | |
Problem found and OK by robert@ | |||
2005-02-10 | backout previous; i committed to wrong repository (i meant to commit kame) | Jun-ichiro itojun Hagino | |
2005-02-10 | dccp support | Jun-ichiro itojun Hagino | |
2005-02-09 | hrmz, should be right now ... | Xavier Santolaria | |
2005-02-09 | hrmz .. still missed a few ones ... | Xavier Santolaria | |
2005-02-09 | ooopsie... | Xavier Santolaria | |
2005-02-09 | add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink; | Xavier Santolaria | |
2005-02-08 | Provide reason in error message if getnameinfo fails; ok markus@ | Darren Tucker | |
2005-02-08 | Some extra strict warning cleanup. From Xin Li <delphij at FreeBSD | Otto Moerbeek | |
dot ORG> with a twist from myself. No binary change. ok djm@ |