Deleted Added
full compact
cpasswd.1 (213573) cpasswd.1 (233648)
1.\" Copyright 1999-2003 John D. Polstra.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $Id: cvpasswd.1,v 1.4 2003/03/04 18:24:42 jdp Exp $
1.\" Copyright 1999-2003 John D. Polstra.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $Id: cvpasswd.1,v 1.4 2003/03/04 18:24:42 jdp Exp $
30.\" $FreeBSD: head/usr.bin/csup/cpasswd.1 213573 2010-10-08 12:40:16Z uqs $
30.\" $FreeBSD: head/usr.bin/csup/cpasswd.1 233648 2012-03-29 05:02:12Z eadler $
31.\"
32.Dd June 27, 2007
33.Dt CPASSWD 1
34.Os FreeBSD
35.Sh NAME
36.Nm cpasswd
37.Nd scramble passwords for csup authentication
38.Sh SYNOPSIS

--- 8 unchanged lines hidden (view full) ---

47server's authentication database. It is invoked with a client name
48and a server name.
49.Ar ClientName
50is the name the client uses to gain access to the
51server. By convention, e-mail addresses are used for all client
52names, e.g.,
53.Ql BillyJoe@FreeBSD.org .
54Client names are case-insensitive.
31.\"
32.Dd June 27, 2007
33.Dt CPASSWD 1
34.Os FreeBSD
35.Sh NAME
36.Nm cpasswd
37.Nd scramble passwords for csup authentication
38.Sh SYNOPSIS

--- 8 unchanged lines hidden (view full) ---

47server's authentication database. It is invoked with a client name
48and a server name.
49.Ar ClientName
50is the name the client uses to gain access to the
51server. By convention, e-mail addresses are used for all client
52names, e.g.,
53.Ql BillyJoe@FreeBSD.org .
54Client names are case-insensitive.
55.Pp
55.Pp
56.Ar ServerName
57is the name of the
58.Nm CVSup
59server which the client wishes to access. By convention,
60it is the canonical fully-qualified domain name of the server, e.g.,
61.Ql CVSup.FreeBSD.ORG .
62This must agree with the server's own idea of its name. The name is
63case-insensitive.

--- 56 unchanged lines hidden ---
56.Ar ServerName
57is the name of the
58.Nm CVSup
59server which the client wishes to access. By convention,
60it is the canonical fully-qualified domain name of the server, e.g.,
61.Ql CVSup.FreeBSD.ORG .
62This must agree with the server's own idea of its name. The name is
63case-insensitive.

--- 56 unchanged lines hidden ---