summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-06-10fix fatal() when performing address matching and connection isDamien Miller
2008-06-10We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadTobias Stoeckmann
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-06-10If we encounter an error during expanding line of a trigger file, print anTobias Stoeckmann
2008-06-10better reference for pattern-listDamien Miller
2008-06-10append "- Imported sources" for imports.Joris Vink
2008-06-10support CIDR address matching in sshd_config "Match address" blocks, withDamien Miller
2008-06-10newly added directories need "- New directory" to be passed to theJoris Vink
2008-06-10pass the basename(3) for file_path to the script, so we do not getJoris Vink
2008-06-10newly added files should pass "NONE" for their initial revision, unbreaksJoris Vink
2008-06-10Fix obvious off-by-one in macro loop. From Marc Butler via debianKjell Wooding
2008-06-10loginfo allows 't' as well - unbreaks certain loginfo scripts.Joris Vink
2008-06-10Don't spawn editor for log message on server-side if no log message hasTobias Stoeckmann
2008-06-10missing headerJoris Vink
2008-06-10styleJoris Vink
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2008-06-09unused varJoris Vink
2008-06-09log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify,Joris Vink
2008-06-09Properly handle merged files and conflicts which may arrise while merge.Tobias Stoeckmann
2008-06-09Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position:Tobias Stoeckmann
2008-06-09Check if RCS file exists before trying to retrieve revisions for annotate,Tobias Stoeckmann
2008-06-09Use a $OpenBSD tag so our scripts will sync changes.Darren Tucker
2008-06-09Extend 32bit -> 64bit values for statvfs extension missed in previous commit.Darren Tucker
2008-06-08simplification from igorJoris Vink
2008-06-08check whether media supports TAO or blanking.av
2008-06-08moreHenning Brauer
2008-06-08add ability to determine media capabilities (what we can do with media).av
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
2008-06-08Handle commits on a per-directory basis instead handling all of them atTobias Stoeckmann
2008-06-08kill debug printfJoris Vink
2008-06-08properly handle FILE_UPTODATE and FILE_LOSTJoris Vink
2008-06-08check for file_rcs being NULLJoris Vink
2008-06-08Add case for ENOSYS in errno_to_portable; ok deraadtDarren Tucker
2008-06-08Don't check a file for conflict markers if it has no CVS/Entries entry.Tobias Stoeckmann
2008-06-08there are more cases where we cannot show the tags when -v is specified.Joris Vink
2008-06-08do not segfault when running status -v on non existing files.Joris Vink
2008-06-08rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f'Tobias Stoeckmann
2008-06-08allow for multiple release tags, noticed by tobias@Joris Vink
2008-06-08Removed unreachable code.Tobias Stoeckmann
2008-06-08properly check the passed tags if they are valid before attemptingJoris Vink
2008-06-08Avoid memory leaks in directory tag handling by always allocating andTobias Stoeckmann
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
2008-06-08There is no need to convert RCSNUMs to char just to see if they differ.Tobias Stoeckmann
2008-06-07statvfs member fsid needs to be wider, increase it to 64 bits andDamien Miller
2008-06-06update the description of -b and STANDARDS; suggested by grunkJason McIntyre
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04tweak previous, and arrange the text to read a little better;Jason McIntyre
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard