summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-02-01Make cvs_requests struct more readable.Xavier Santolaria
2008-02-01introduce cvs_read_config() which will be used as a generalJoris Vink
2008-02-01Added rannotate supportTobias Stoeckmann
2008-02-01Another GNU cvs weirdo: During annotate, invalid revisions are allowed ifTobias Stoeckmann
2008-01-31Handle magic branch numbers in OpenCVS as well.Tobias Stoeckmann
2008-01-31free RCSNUM's when we are done with them;Joris Vink
2008-01-31Zap trailing whitespaces.Xavier Santolaria
2008-01-31If CVS/Entries.Static exists, don't look for more files in repository.Tobias Stoeckmann
2008-01-31We have cvs_client_send_logmsg for transmission of log messages.Tobias Stoeckmann
2008-01-31in some cases we did not return a copy of the resulting RCSNUMJoris Vink
2008-01-31remove dead and unreachable codeJoris Vink
2008-01-31add changed lines support to log and rlog (the + and - stuff)Joris Vink
2008-01-31vasprintf requires stdio.hTobias Stoeckmann
2008-01-31explain how to handle local file names containing colons;Jason McIntyre
2008-01-31Make use of CVS_REV_BUFSZ everywhere for `sticky'.Xavier Santolaria
2008-01-31Rename `stickytag' variable to `sticky' for consistency with rest of the code.Xavier Santolaria
2008-01-31We have to carefully check if a checkout command is run with a validTobias Stoeckmann
2008-01-31During checkout -p don't print files which are in Attic if they are notTobias Stoeckmann
2008-01-31Rework of cvs_get_repository_name.Tobias Stoeckmann
2008-01-31Revert last patch and add this magic branch number only duringTobias Stoeckmann
2008-01-31On repository-side, only parse files which end with ,v (RCS_FILE_EXT).Tobias Stoeckmann
2008-01-31Our directory entries in CVS/Entries had one slash too much -- zapped.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-29A few changes:Marc Espie
2008-01-29There is no need to xstrdup() optarg.Tobias Stoeckmann
2008-01-29Fixed function name in fatal calls. While at it, adjusted style.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory on error path.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory. Also skip needless checks.Tobias Stoeckmann
2008-01-29Properly check if an argument has been supplied for "Removed"Tobias Stoeckmann
2008-01-28Actually support checkout's -l.Tobias Stoeckmann
2008-01-28Properly free "rev".Tobias Stoeckmann
2008-01-28Zapped some variables which made the source harder to read (and to verify).Tobias Stoeckmann
2008-01-28checkout's options -m and -F are mutually exclusive. Also watch out toTobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2008-01-24Work-in-progress for sparc64, by David Crawshaw.Anders Magnusson
2008-01-23Don't reset the sticky tag of a file in CVS/Entries if it is not requested.Tobias Stoeckmann
2008-01-23Revert the change for bz #1307 as it causes connection aborts if an IGNOREDarren Tucker
2008-01-22Don't remove magic branch numbers from rcs files, as it breaks compatibilityTobias Stoeckmann
2008-01-21update to sudo 1.6.9p12Todd C. Miller
2008-01-21when a remote write error occurs during an upload, ensure that ACKs for allDamien Miller
2008-01-21Remove the fixed 100 handle limit in sftp-server and allocate as manyDamien Miller
2008-01-21Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrcTobias Stoeckmann
2008-01-21Fixed export to be fully functional and compliant to GNU cvs in local andTobias Stoeckmann
2008-01-20When uploading, correctly handle the case of an unquoted filename withDamien Miller
2008-01-19promote rekeylimit to a int64 so it can hold the maximum useful limitDamien Miller
2008-01-19When we added support for specified bind addresses for port forwards, weDamien Miller
2008-01-19unbreak line numbering (broken in revision 1.164), fix error messageDamien Miller
2008-01-19when hashing individual hosts (ssh-keygen -Hf hostname), make sure weDamien Miller
2008-01-19fix remote handle leak in do_download() local file open error path;Damien Miller
2008-01-19ignore SIGPIPE in multiplex client mode - we can receive this if theDamien Miller