summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/admin.c
AgeCommit message (Expand)Author
2008-09-12Be also very conservative about the supplied revision for state changes,Tobias Stoeckmann
2008-06-20admin is only allowed on files which have an entry in CVS/Entries.Tobias Stoeckmann
2008-06-14Conforming to RCS specification, it is possible but unlikely to encounterTobias Stoeckmann
2008-06-13pass the complete path to cvs_file_get_cf() instead of reconstructingJoris Vink
2008-06-11ofd is being closed in cvs_file_free(), no need to close it ourselfsJoris Vink
2008-05-22expension -> expansionTobias Stoeckmann
2008-05-11If "cvs admin" encountered an entry in CVS/Entries for a file which has noTobias Stoeckmann
2008-03-09proper repository locking:Joris Vink
2008-03-09pass user_supplied to struct cvs_file so it can be usedJoris Vink
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-01-31We have cvs_client_send_logmsg for transmission of log messages.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-01add support for [-k mode]; tests/input/ok otto@.Xavier Santolaria
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-21add support for the -A flag;Xavier Santolaria
2007-01-11in a remote setup:Joris Vink
2007-01-02missing xfree()'s; spotted by joris.Xavier Santolaria
2007-01-01add support for [-s state[:rev]]Xavier Santolaria
2006-12-31client-side bits might be useful too for -m...Xavier Santolaria
2006-12-31add support for -m option.Xavier Santolaria
2006-11-13Run cvs_file_classify() so local mode works...Xavier Santolaria
2006-11-13fix check on required arguments.Xavier Santolaria
2006-11-13Write rcs file when finished.Xavier Santolaria
2006-11-13Add support for [-a users] and [-o rev].Xavier Santolaria
2006-11-13bring back basic admin command, mostly based on OpenRCS rcs(1).Xavier Santolaria
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-03-24Remove unused variables, better integer types, prevent fallthroughs.Ray Lai
2006-03-16zap more unused variables.Xavier Santolaria
2006-02-01cannot admin newly added file.Xavier Santolaria
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-18be consistent w/ warning messages (and handle -Q);Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-11add info message;Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-25split cvs_admin_file() into the local and remote versions and doJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau