Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | If we encounter an error during expanding line of a trigger file, print an | Tobias Stoeckmann | |
actually useful error message. ok joris | |||
2008-06-10 | better reference for pattern-list | Damien Miller | |
2008-06-10 | append "- Imported sources" for imports. | Joris Vink | |
2008-06-10 | support CIDR address matching in sshd_config "Match address" blocks, with | Damien Miller | |
full support for negation and fall-back to classic wildcard matching. For example: Match address 192.0.2.0/24,3ffe:ffff::/32,!10.* PasswordAuthentication yes addrmatch.c code mostly lifted from flowd's addr.c feedback and ok dtucker@ | |||
2008-06-10 | newly added directories need "- New directory" to be passed to the | Joris Vink | |
loginfo script. ok tobias@ | |||
2008-06-10 | pass the basename(3) for file_path to the script, so we do not get | Joris Vink | |
weird double modules names in the logs; | |||
2008-06-10 | newly added files should pass "NONE" for their initial revision, unbreaks | Joris Vink | |
more scripts that depend on this. | |||
2008-06-10 | Fix obvious off-by-one in macro loop. From Marc Butler via debian | Kjell Wooding | |
2008-06-10 | loginfo allows 't' as well - unbreaks certain loginfo scripts. | Joris Vink | |
2008-06-10 | Don't spawn editor for log message on server-side if no log message has | Tobias Stoeckmann | |
been supplied as argument by client. ok joris | |||
2008-06-10 | missing header | Joris Vink | |
2008-06-10 | style | Joris Vink | |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink | |
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on. This enables the use of log_accum2 and all that other nice stuff we like. This was mostly written by Jonathan Armani with help from tobias@ and myself. ok tobias@ | |||
2008-06-10 | Remove copyright notices and put these files back into the public domain. | Kjell Wooding | |
ok art | |||
2008-06-09 | unused var | Joris Vink | |
2008-06-09 | log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify, | Joris Vink | |
so do not mention it again in cvs_log_local(); | |||
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann | |
Instead of ignoring all files which contain possible conflict markers, only watch out for files which have actually been merged. With input by and ok joris. | |||
2008-06-09 | Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position: | Tobias Stoeckmann | |
cvs_directory_tag is reinitalized every time we enter a new directory, so make it clear by freeing before going into a new directory. discussed with and ok joris | |||
2008-06-09 | Check if RCS file exists before trying to retrieve revisions for annotate, | Tobias Stoeckmann | |
fixes segmentation fault on added but not yet committed files for example. Based on diff by Igor Zinovik. | |||
2008-06-09 | Use a $OpenBSD tag so our scripts will sync changes. | Darren Tucker | |
2008-06-09 | Extend 32bit -> 64bit values for statvfs extension missed in previous commit. | Darren Tucker | |
2008-06-08 | simplification from igor | Joris Vink | |
2008-06-08 | check whether media supports TAO or blanking. | av | |
It makes error output nicer, e.g.: "The media can't be written in TAO mode" instead of "cdio: Only 0 of the required _N_ blocks available" ok fgsch | |||
2008-06-08 | more | Henning Brauer | |
2008-06-08 | add ability to determine media capabilities (what we can do with media). | av | |
ok fgsch | |||
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker | |
which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard. | |||
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann | |
once in local setup. Also added '!' to reuse typed log message for all following directories. ok joris | |||
2008-06-08 | kill debug printf | Joris Vink | |
2008-06-08 | properly handle FILE_UPTODATE and FILE_LOST | Joris Vink | |
2008-06-08 | check for file_rcs being NULL | Joris Vink | |
2008-06-08 | Add case for ENOSYS in errno_to_portable; ok deraadt | Darren Tucker | |
2008-06-08 | Don't check a file for conflict markers if it has no CVS/Entries entry. | Tobias Stoeckmann | |
ok joris | |||
2008-06-08 | there are more cases where we cannot show the tags when -v is specified. | Joris Vink | |
noticed by tobias@ | |||
2008-06-08 | do not segfault when running status -v on non existing files. | Joris Vink | |
original patch from Igor Zinovik but fixed in another way. | |||
2008-06-08 | rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f' | Tobias Stoeckmann | |
in (r)annotate and (r)diff. ok joris | |||
2008-06-08 | allow for multiple release tags, noticed by tobias@ | Joris Vink | |
2008-06-08 | Removed unreachable code. | Tobias Stoeckmann | |
Spotted by Igor Zinovik. ok joris | |||
2008-06-08 | properly check the passed tags if they are valid before attempting | Joris Vink | |
the import. | |||
2008-06-08 | Avoid memory leaks in directory tag handling by always allocating and | Tobias Stoeckmann | |
always freeing dirtag. ok joris | |||
2008-06-08 | Properly build up path to description files (descr entry in RCS files if | Tobias Stoeckmann | |
you add a file with -m message). ok joris | |||
2008-06-08 | There is no need to convert RCSNUMs to char just to see if they differ. | Tobias Stoeckmann | |
We have rcsnum_differ for that. Also remove an unused var assignment if no CVS/Entries entry exists. ok joris | |||
2008-06-07 | statvfs member fsid needs to be wider, increase it to 64 bits and | Damien Miller | |
crank extension revision number to 2; prodded and ok dtucker@ | |||
2008-06-06 | update the description of -b and STANDARDS; suggested by grunk | Jason McIntyre | |
ok millert | |||
2008-06-06 | Make open_cd() remember open mode. "blank" doesn't have to check for EPERM | av | |
anymore. idea by jakemsr ok jakemsr ratchov fgsch (with tweaks) | |||
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt | |
2008-06-04 | tweak previous, and arrange the text to read a little better; | Jason McIntyre | |
2008-06-04 | Extend awk with bitwise operations. This is an extension to the awk | Pierre-Yves Ritschard | |
spec and documented as such, but comes in handy from time to time. The prototypes make it compatible with a similar GNU awk extension. ok millert@, enthusiasm from deraadt@ | |||
2008-06-03 | fix some spacing issues; | Jason McIntyre | |
2008-06-03 | group the descriptions for -CcHhEeRr in such a way as to avoid | Jason McIntyre | |
unneccessarily duplicating text; ok ratchov jakemsr | |||
2008-06-03 | Allow aucat to play/record from input-only or output-only devices. | Dale Rahn | |
ok jakemsr, ratchov |