mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
# CVS - Concurrent Versions System
|
|
# Pattern attributes: good veryfast fast
|
|
# Protocol groups: version_control open_source
|
|
# Wiki: http://www.protocolinfo.org/wiki/CVS
|
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
|
|
|
cvs
|
|
|
|
# Matches pserver login. AUTH is for actually starting the protocol
|
|
# VERIFICATION is for authenticating without starting the protocols
|
|
# and GSSAPI is for using security services such as kerberos.
|
|
# http://www.loria.fr/~molli/cvs/doc/cvsclient_3.html
|
|
|
|
^BEGIN (AUTH|VERIFICATION|GSSAPI) REQUEST\x0a
|