index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
admin.c
Age
Commit message (
Expand
)
Author
2007-02-09
remove the cvs_file_classify() `loud' argument, it was used
Joris Vink
2007-02-01
add support for [-k mode]; tests/input/ok otto@.
Xavier Santolaria
2007-01-25
use more stack allocations for fixed size buffers. ok xsa@ joris@
Otto Moerbeek
2007-01-21
add support for the -A flag;
Xavier Santolaria
2007-01-11
in a remote setup:
Joris Vink
2007-01-02
missing xfree()'s; spotted by joris.
Xavier Santolaria
2007-01-01
add support for [-s state[:rev]]
Xavier Santolaria
2006-12-31
client-side bits might be useful too for -m...
Xavier Santolaria
2006-12-31
add support for -m option.
Xavier Santolaria
2006-11-13
Run cvs_file_classify() so local mode works...
Xavier Santolaria
2006-11-13
fix check on required arguments.
Xavier Santolaria
2006-11-13
Write rcs file when finished.
Xavier Santolaria
2006-11-13
Add support for [-a users] and [-o rev].
Xavier Santolaria
2006-11-13
bring back basic admin command, mostly based on OpenRCS rcs(1).
Xavier Santolaria
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-04-10
change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.
Xavier Santolaria
2006-04-01
fix some bugs that lint discovered for us.
Joris Vink
2006-03-24
Remove unused variables, better integer types, prevent fallthroughs.
Ray Lai
2006-03-16
zap more unused variables.
Xavier Santolaria
2006-02-01
cannot admin newly added file.
Xavier Santolaria
2006-01-30
strerror() -> rcs_errstr() when passing rcs_errno as argument;
Xavier Santolaria
2006-01-27
more errors handling cleanup;
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-12-22
cvs_rcs_getpath() cannot fail anymore;
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-18
be consistent w/ warning messages (and handle -Q);
Xavier Santolaria
2005-07-14
use cvs_rcs_getpath();
Xavier Santolaria
2005-07-11
add info message;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-25
split cvs_admin_file() into the local and remote versions and do
Jean-Francois Brousseau
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-16
snprintf return value check; joris ok
Xavier Santolaria
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-26
fix a variety of things i found at coverity. ok joris@
Ted Unangst
2005-03-11
support the remaining options as well.
Joris Vink
2005-03-08
don't forget to send options to the server when they are specified.
Joris Vink
2005-03-07
use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for valid
Joris Vink
2005-03-07
free rcs when we are done using it.
Joris Vink
2005-03-06
initial support for the admin command. Not all options are working yet.
Joris Vink