1
|
# CVS - Concurrent Versions System
|
2
|
# Pattern attributes: good veryfast fast
|
3
|
# Protocol groups: version_control open_source
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/CVS
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
|
7
|
cvs
|
8
|
|
9
|
# Matches pserver login. AUTH is for actually starting the protocol
|
10
|
# VERIFICATION is for authenticating without starting the protocols
|
11
|
# and GSSAPI is for using security services such as kerberos.
|
12
|
# http://www.loria.fr/~molli/cvs/doc/cvsclient_3.html
|
13
|
|
14
|
^BEGIN (AUTH|VERIFICATION|GSSAPI) REQUEST\x0a
|