38 lines
1.7 KiB
Diff
38 lines
1.7 KiB
Diff
diff -up cyrus-sasl-2.1.23/mac/libdes/src/des_crypt.man cyrus-sasl-2.1.23/mac/libdes/src/des_crypt
|
|
diff -up cyrus-sasl-2.1.23/mac/libdes/src/des.man cyrus-sasl-2.1.23/mac/libdes/src/des
|
|
diff -up cyrus-sasl-2.1.23/man/Makefile.am.man cyrus-sasl-2.1.23/man/Makefile.am
|
|
--- cyrus-sasl-2.1.23/man/Makefile.am.man 2010-02-05 10:40:17.000000000 +0100
|
|
+++ cyrus-sasl-2.1.23/man/Makefile.am 2010-02-05 10:40:47.000000000 +0100
|
|
@@ -54,6 +54,6 @@ man_MANS = sasl_authorize_t.3 sasl_done.
|
|
sasl_auxprop_getctx.3 sasl_auxprop.3 sasl_idle.3 \
|
|
sasl_errdetail.3 sasl_user_exists.3 sasl_setpass.3 \
|
|
sasl_server_userdb_checkpass_t.3 sasl_server_userdb_setpass_t.3 \
|
|
- sasl_global_listmech.3 sasl_getconfpath_t.3
|
|
+ sasl_global_listmech.3 sasl_getconfpath_t.3 testsaslauthd.8
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
diff -up cyrus-sasl-2.1.23/man/testsaslauthd.8.man cyrus-sasl-2.1.23/man/testsaslauthd.8
|
|
--- cyrus-sasl-2.1.23/man/testsaslauthd.8.man 2010-02-05 10:40:07.000000000 +0100
|
|
+++ cyrus-sasl-2.1.23/man/testsaslauthd.8 2010-02-05 09:48:43.000000000 +0100
|
|
@@ -0,0 +1,20 @@
|
|
+.\" Hey, EMACS: -*- nroff -*-
|
|
+.TH TESTSASLAUTHD 8 "14 October 2006"
|
|
+.SH NAME
|
|
+testsaslauthd \- test utility for the SASL authentication server
|
|
+.SH SYNOPSIS
|
|
+.B testsaslauthd
|
|
+.RI "[ " \(hyr " " realm " ] [ " \(hys " " servicename " ] [ " \(hyf " " socket " " path " ] [ " \(hyR " " repeatnum " ]"
|
|
+.SH DESCRIPTION
|
|
+This manual page documents briefly the
|
|
+.B testsaslauthd
|
|
+command.
|
|
+.PP
|
|
+.SH SEE ALSO
|
|
+.BR saslauthd (8).
|
|
+.br
|
|
+.SH AUTHOR
|
|
+testsaslauthd was written by Carnegie Mellon University.
|
|
+.PP
|
|
+This manual page was written by Roberto C. Sanchez <roberto@connexer.com>,
|
|
+for the Debian project (but may be used by others).
|