Fri Sep 23 15:24:36 2011 UTC ()
Also note /etc/saslc.d.


(jruoho)
diff -r1.12 -r1.13 src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3
diff -r1.6 -r1.7 src/crypto/external/bsd/libsaslc/lib/Makefile
diff -r1.1676 -r1.1677 src/distrib/sets/lists/comp/mi

cvs diff -r1.12 -r1.13 src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 (expand / switch to unified diff)

--- src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 2011/03/22 09:42:00 1.12
+++ src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 2011/09/23 15:24:36 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: libsaslc.3,v 1.12 2011/03/22 09:42:00 wiz Exp $ 1.\" $NetBSD: libsaslc.3,v 1.13 2011/09/23 15:24:36 jruoho Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Mateusz Kocielski. 7.\" by Mateusz Kocielski.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -24,30 +24,32 @@ @@ -24,30 +24,32 @@
24.\" 24.\"
25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 28.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE. 35.\" POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.Dd March 22, 2011 37.Dd September 23, 2011
38.Dt LIBSASLC 3 38.Dt LIBSASLC 3
39.Os 39.Os
40.Sh NAME 40.Sh NAME
 41.Nm libsaslc ,
 42.Nm saslc.d ,
41.Nm saslc_alloc , 43.Nm saslc_alloc ,
42.Nm saslc_end , 44.Nm saslc_end ,
43.Nm saslc_init , 45.Nm saslc_init ,
44.Nm saslc_sess_init , 46.Nm saslc_sess_init ,
45.Nm saslc_sess_end , 47.Nm saslc_sess_end ,
46.Nm saslc_sess_getprop , 48.Nm saslc_sess_getprop ,
47.Nm saslc_sess_setprop , 49.Nm saslc_sess_setprop ,
48.Nm saslc_sess_cont , 50.Nm saslc_sess_cont ,
49.Nm saslc_sess_decode , 51.Nm saslc_sess_decode ,
50.Nm saslc_sess_encode , 52.Nm saslc_sess_encode ,
51.Nm saslc_sess_getmech , 53.Nm saslc_sess_getmech ,
52.Nm saslc_sess_strerror , 54.Nm saslc_sess_strerror ,
53.Nm saslc_strerror 55.Nm saslc_strerror
@@ -697,26 +699,35 @@ relayhost = [server.my.domain]:submissio @@ -697,26 +699,35 @@ relayhost = [server.my.domain]:submissio
697.Pp 699.Pp
698Here we have assumed the 700Here we have assumed the
699.Em submission 701.Em submission
700port is the port the server is listening to. 702port is the port the server is listening to.
701Finally, as 703Finally, as
702.Em root , 704.Em root ,
703run the command 705run the command
704.Bd -literal -offset indent 706.Bd -literal -offset indent
705su -m postfix -c kinit 707su -m postfix -c kinit
706.Ed 708.Ed
707.Pp 709.Pp
708to obtain a ticket for the postfix user with the postfix credential 710to obtain a ticket for the postfix user with the postfix credential
709and you should be good to go! 711and you should be good to go!
 712.Sh FILES
 713.Bl -tag -width /etc/saslc.d
 714.It Pa /etc/saslc.d
 715.El
 716.Sh HISTORY
 717The
 718.Nm
 719library appeared in
 720.Nx 6.0 .
710.Sh EXAMPLES 721.Sh EXAMPLES
711The following code fragments illustrate the possible use of the 722The following code fragments illustrate the possible use of the
712functions described above. 723functions described above.
713.Bd -literal 724.Bd -literal
714int 725int
715decode_stream(saslc_sess_t *sess, int fdin, int fdout) 726decode_stream(saslc_sess_t *sess, int fdin, int fdout)
716{ 727{
717 uint8_t buf[BUFSIZE]; 728 uint8_t buf[BUFSIZE];
718 uint8_t *in; 729 uint8_t *in;
719 void *out; 730 void *out;
720 size_t inlen, outlen; 731 size_t inlen, outlen;
721 ssize_t n, rval; 732 ssize_t n, rval;
722.Pp 733.Pp

cvs diff -r1.6 -r1.7 src/crypto/external/bsd/libsaslc/lib/Makefile (expand / switch to unified diff)

--- src/crypto/external/bsd/libsaslc/lib/Makefile 2011/09/23 15:17:31 1.6
+++ src/crypto/external/bsd/libsaslc/lib/Makefile 2011/09/23 15:24:35 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2011/09/23 15:17:31 jruoho Exp $ 1# $NetBSD: Makefile,v 1.7 2011/09/23 15:24:35 jruoho Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5USE_FORT?= yes 5USE_FORT?= yes
6 6
7LIB=saslc 7LIB=saslc
8SRCS= 8SRCS=
9SRCS+= buffer.c 9SRCS+= buffer.c
10SRCS+= crypto.c 10SRCS+= crypto.c
11SRCS+= dict.c 11SRCS+= dict.c
12SRCS+= error.c 12SRCS+= error.c
13SRCS+= list.c 13SRCS+= list.c
14SRCS+= mech.c 14SRCS+= mech.c
@@ -22,27 +22,28 @@ SRCS+= mech_gssapi.c @@ -22,27 +22,28 @@ SRCS+= mech_gssapi.c
22SRCS+= mech_login.c 22SRCS+= mech_login.c
23SRCS+= mech_plain.c 23SRCS+= mech_plain.c
24SRCS+= msg.c 24SRCS+= msg.c
25SRCS+= parser.c 25SRCS+= parser.c
26SRCS+= saslc.c 26SRCS+= saslc.c
27SRCS+= xsess.c 27SRCS+= xsess.c
28 28
29COPTS.msg.c = -Wno-format-nonliteral 29COPTS.msg.c = -Wno-format-nonliteral
30 30
31CPPFLAGS+=-I${EXTDIST}/include 31CPPFLAGS+=-I${EXTDIST}/include
32WARNS?=4 32WARNS?=4
33 33
34MAN=libsaslc.3 34MAN=libsaslc.3
35MLINKS+=libsaslc.3 saslc_alloc.3 \ 35MLINKS+=libsaslc.3 saslc.d.3 \
 36 libsaslc.3 saslc_alloc.3 \
36 libsaslc.3 saslc_end.3 \ 37 libsaslc.3 saslc_end.3 \
37 libsaslc.3 saslc_init.3 \ 38 libsaslc.3 saslc_init.3 \
38 libsaslc.3 saslc_sess_init.3 \ 39 libsaslc.3 saslc_sess_init.3 \
39 libsaslc.3 saslc_sess_end.3 \ 40 libsaslc.3 saslc_sess_end.3 \
40 libsaslc.3 saslc_sess_getprop.3 \ 41 libsaslc.3 saslc_sess_getprop.3 \
41 libsaslc.3 saslc_sess_setprop.3 \ 42 libsaslc.3 saslc_sess_setprop.3 \
42 libsaslc.3 saslc_sess_cont.3 \ 43 libsaslc.3 saslc_sess_cont.3 \
43 libsaslc.3 saslc_sess_decode.3 \ 44 libsaslc.3 saslc_sess_decode.3 \
44 libsaslc.3 saslc_sess_encode.3 \ 45 libsaslc.3 saslc_sess_encode.3 \
45 libsaslc.3 saslc_sess_getmech.3 \ 46 libsaslc.3 saslc_sess_getmech.3 \
46 libsaslc.3 saslc_sess_strerror.3 \ 47 libsaslc.3 saslc_sess_strerror.3 \
47 libsaslc.3 saslc_strerror.3 48 libsaslc.3 saslc_strerror.3
48 49

cvs diff -r1.1676 -r1.1677 src/distrib/sets/lists/comp/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/comp/mi 2011/09/23 15:17:31 1.1676
+++ src/distrib/sets/lists/comp/mi 2011/09/23 15:24:35 1.1677
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.1676 2011/09/23 15:17:31 jruoho Exp $ 1# $NetBSD: mi,v 1.1677 2011/09/23 15:24:35 jruoho Exp $
2# 2#
3# Note: don't delete entries from here - mark them as "obsolete" instead. 3# Note: don't delete entries from here - mark them as "obsolete" instead.
4# 4#
5./etc/mtree/set.comp comp-sys-root 5./etc/mtree/set.comp comp-sys-root
6./usr/bin/addr2line comp-debug-bin binutils 6./usr/bin/addr2line comp-debug-bin binutils
7./usr/bin/ar comp-util-bin binutils 7./usr/bin/ar comp-util-bin binutils
8./usr/bin/as comp-util-bin binutils 8./usr/bin/as comp-util-bin binutils
9./usr/bin/asa comp-fortran-bin 9./usr/bin/asa comp-fortran-bin
10./usr/bin/atf-compile comp-obsolete obsolete 10./usr/bin/atf-compile comp-obsolete obsolete
11./usr/bin/c++ comp-cxx-bin gcccmds 11./usr/bin/c++ comp-cxx-bin gcccmds
12./usr/bin/c++filt comp-cxx-bin binutils 12./usr/bin/c++filt comp-cxx-bin binutils
13./usr/bin/c89 comp-c-bin 13./usr/bin/c89 comp-c-bin
14./usr/bin/c99 comp-c-bin 14./usr/bin/c99 comp-c-bin
@@ -8584,26 +8584,27 @@ @@ -8584,26 +8584,27 @@
8584./usr/share/man/cat3/rpcb_set.0 comp-c-catman .cat 8584./usr/share/man/cat3/rpcb_set.0 comp-c-catman .cat
8585./usr/share/man/cat3/rpcb_unset.0 comp-c-catman .cat 8585./usr/share/man/cat3/rpcb_unset.0 comp-c-catman .cat
8586./usr/share/man/cat3/rpcbind.0 comp-c-catman .cat 8586./usr/share/man/cat3/rpcbind.0 comp-c-catman .cat
8587./usr/share/man/cat3/rresvport.0 comp-c-catman .cat 8587./usr/share/man/cat3/rresvport.0 comp-c-catman .cat
8588./usr/share/man/cat3/rresvport_af.0 comp-c-catman .cat 8588./usr/share/man/cat3/rresvport_af.0 comp-c-catman .cat
8589./usr/share/man/cat3/rsa.0 comp-obsolete obsolete 8589./usr/share/man/cat3/rsa.0 comp-obsolete obsolete
8590./usr/share/man/cat3/rump.0 comp-c-catman .cat 8590./usr/share/man/cat3/rump.0 comp-c-catman .cat
8591./usr/share/man/cat3/rump_etfs.0 comp-c-catman .cat 8591./usr/share/man/cat3/rump_etfs.0 comp-c-catman .cat
8592./usr/share/man/cat3/rump_lwproc.0 comp-c-catman .cat 8592./usr/share/man/cat3/rump_lwproc.0 comp-c-catman .cat
8593./usr/share/man/cat3/rumpclient.0 comp-c-catman .cat 8593./usr/share/man/cat3/rumpclient.0 comp-c-catman .cat
8594./usr/share/man/cat3/rumphijack.0 comp-c-catman .cat 8594./usr/share/man/cat3/rumphijack.0 comp-c-catman .cat
8595./usr/share/man/cat3/rumpuser.0 comp-c-catman .cat 8595./usr/share/man/cat3/rumpuser.0 comp-c-catman .cat
8596./usr/share/man/cat3/ruserok.0 comp-c-catman .cat 8596./usr/share/man/cat3/ruserok.0 comp-c-catman .cat
 8597./usr/share/man/cat3/saslc.d.0 comp-c-catman crypto,.cat
8597./usr/share/man/cat3/saslc_alloc.0 comp-c-catman crypto,.cat 8598./usr/share/man/cat3/saslc_alloc.0 comp-c-catman crypto,.cat
8598./usr/share/man/cat3/saslc_end.0 comp-c-catman crypto,.cat 8599./usr/share/man/cat3/saslc_end.0 comp-c-catman crypto,.cat
8599./usr/share/man/cat3/saslc_init.0 comp-c-catman crypto,.cat 8600./usr/share/man/cat3/saslc_init.0 comp-c-catman crypto,.cat
8600./usr/share/man/cat3/saslc_sess_init.0 comp-c-catman crypto,.cat 8601./usr/share/man/cat3/saslc_sess_init.0 comp-c-catman crypto,.cat
8601./usr/share/man/cat3/saslc_sess_end.0 comp-c-catman crypto,.cat 8602./usr/share/man/cat3/saslc_sess_end.0 comp-c-catman crypto,.cat
8602./usr/share/man/cat3/saslc_sess_getprop.0 comp-c-catman crypto,.cat 8603./usr/share/man/cat3/saslc_sess_getprop.0 comp-c-catman crypto,.cat
8603./usr/share/man/cat3/saslc_sess_setprop.0 comp-c-catman crypto,.cat 8604./usr/share/man/cat3/saslc_sess_setprop.0 comp-c-catman crypto,.cat
8604./usr/share/man/cat3/saslc_sess_cont.0 comp-c-catman crypto,.cat 8605./usr/share/man/cat3/saslc_sess_cont.0 comp-c-catman crypto,.cat
8605./usr/share/man/cat3/saslc_sess_decode.0 comp-c-catman crypto,.cat 8606./usr/share/man/cat3/saslc_sess_decode.0 comp-c-catman crypto,.cat
8606./usr/share/man/cat3/saslc_sess_encode.0 comp-c-catman crypto,.cat 8607./usr/share/man/cat3/saslc_sess_encode.0 comp-c-catman crypto,.cat
8607./usr/share/man/cat3/saslc_sess_getmech.0 comp-c-catman crypto,.cat 8608./usr/share/man/cat3/saslc_sess_getmech.0 comp-c-catman crypto,.cat
8608./usr/share/man/cat3/saslc_sess_strerror.0 comp-c-catman crypto,.cat 8609./usr/share/man/cat3/saslc_sess_strerror.0 comp-c-catman crypto,.cat
8609./usr/share/man/cat3/saslc_strerror.0 comp-c-catman crypto,.cat 8610./usr/share/man/cat3/saslc_strerror.0 comp-c-catman crypto,.cat
@@ -14717,26 +14718,27 @@ @@ -14717,26 +14718,27 @@
14717./usr/share/man/html3/rpcb_rmtcall.html comp-c-htmlman html 14718./usr/share/man/html3/rpcb_rmtcall.html comp-c-htmlman html
14718./usr/share/man/html3/rpcb_set.html comp-c-htmlman html 14719./usr/share/man/html3/rpcb_set.html comp-c-htmlman html
14719./usr/share/man/html3/rpcb_unset.html comp-c-htmlman html 14720./usr/share/man/html3/rpcb_unset.html comp-c-htmlman html
14720./usr/share/man/html3/rpcbind.html comp-c-htmlman html 14721./usr/share/man/html3/rpcbind.html comp-c-htmlman html
14721./usr/share/man/html3/rresvport.html comp-c-htmlman html 14722./usr/share/man/html3/rresvport.html comp-c-htmlman html
14722./usr/share/man/html3/rresvport_af.html comp-c-htmlman html 14723./usr/share/man/html3/rresvport_af.html comp-c-htmlman html
14723./usr/share/man/html3/rump.html comp-c-htmlman html 14724./usr/share/man/html3/rump.html comp-c-htmlman html
14724./usr/share/man/html3/rump_etfs.html comp-c-htmlman html 14725./usr/share/man/html3/rump_etfs.html comp-c-htmlman html
14725./usr/share/man/html3/rump_lwproc.html comp-c-htmlman html 14726./usr/share/man/html3/rump_lwproc.html comp-c-htmlman html
14726./usr/share/man/html3/rumpclient.html comp-c-htmlman html 14727./usr/share/man/html3/rumpclient.html comp-c-htmlman html
14727./usr/share/man/html3/rumphijack.html comp-c-htmlman html 14728./usr/share/man/html3/rumphijack.html comp-c-htmlman html
14728./usr/share/man/html3/rumpuser.html comp-c-htmlman html 14729./usr/share/man/html3/rumpuser.html comp-c-htmlman html
14729./usr/share/man/html3/ruserok.html comp-c-htmlman html 14730./usr/share/man/html3/ruserok.html comp-c-htmlman html
 14731./usr/share/man/html3/saslc.d.html comp-c-htmlman crypto,html
14730./usr/share/man/html3/saslc_alloc.html comp-c-htmlman crypto,html 14732./usr/share/man/html3/saslc_alloc.html comp-c-htmlman crypto,html
14731./usr/share/man/html3/saslc_end.html comp-c-htmlman crypto,html 14733./usr/share/man/html3/saslc_end.html comp-c-htmlman crypto,html
14732./usr/share/man/html3/saslc_init.html comp-c-htmlman crypto,html 14734./usr/share/man/html3/saslc_init.html comp-c-htmlman crypto,html
14733./usr/share/man/html3/saslc_sess_init.html comp-c-htmlman crypto,html 14735./usr/share/man/html3/saslc_sess_init.html comp-c-htmlman crypto,html
14734./usr/share/man/html3/saslc_sess_end.html comp-c-htmlman crypto,html 14736./usr/share/man/html3/saslc_sess_end.html comp-c-htmlman crypto,html
14735./usr/share/man/html3/saslc_sess_getprop.html comp-c-htmlman crypto,html 14737./usr/share/man/html3/saslc_sess_getprop.html comp-c-htmlman crypto,html
14736./usr/share/man/html3/saslc_sess_setprop.html comp-c-htmlman crypto,html 14738./usr/share/man/html3/saslc_sess_setprop.html comp-c-htmlman crypto,html
14737./usr/share/man/html3/saslc_sess_cont.html comp-c-htmlman crypto,html 14739./usr/share/man/html3/saslc_sess_cont.html comp-c-htmlman crypto,html
14738./usr/share/man/html3/saslc_sess_decode.html comp-c-htmlman crypto,html 14740./usr/share/man/html3/saslc_sess_decode.html comp-c-htmlman crypto,html
14739./usr/share/man/html3/saslc_sess_encode.html comp-c-htmlman crypto,html 14741./usr/share/man/html3/saslc_sess_encode.html comp-c-htmlman crypto,html
14740./usr/share/man/html3/saslc_sess_getmech.html comp-c-htmlman crypto,html 14742./usr/share/man/html3/saslc_sess_getmech.html comp-c-htmlman crypto,html
14741./usr/share/man/html3/saslc_sess_strerror.html comp-c-htmlman crypto,html 14743./usr/share/man/html3/saslc_sess_strerror.html comp-c-htmlman crypto,html
14742./usr/share/man/html3/saslc_strerror.html comp-c-htmlman crypto,html 14744./usr/share/man/html3/saslc_strerror.html comp-c-htmlman crypto,html
@@ -20856,26 +20858,27 @@ @@ -20856,26 +20858,27 @@
20856./usr/share/man/man3/rpcb_set.3 comp-c-man .man 20858./usr/share/man/man3/rpcb_set.3 comp-c-man .man
20857./usr/share/man/man3/rpcb_unset.3 comp-c-man .man 20859./usr/share/man/man3/rpcb_unset.3 comp-c-man .man
20858./usr/share/man/man3/rpcbind.3 comp-c-man .man 20860./usr/share/man/man3/rpcbind.3 comp-c-man .man
20859./usr/share/man/man3/rresvport.3 comp-c-man .man 20861./usr/share/man/man3/rresvport.3 comp-c-man .man
20860./usr/share/man/man3/rresvport_af.3 comp-c-man .man 20862./usr/share/man/man3/rresvport_af.3 comp-c-man .man
20861./usr/share/man/man3/rsa.3 comp-obsolete obsolete 20863./usr/share/man/man3/rsa.3 comp-obsolete obsolete
20862./usr/share/man/man3/rump.3 comp-c-man .man 20864./usr/share/man/man3/rump.3 comp-c-man .man
20863./usr/share/man/man3/rump_etfs.3 comp-c-man .man 20865./usr/share/man/man3/rump_etfs.3 comp-c-man .man
20864./usr/share/man/man3/rump_lwproc.3 comp-c-man .man 20866./usr/share/man/man3/rump_lwproc.3 comp-c-man .man
20865./usr/share/man/man3/rumpclient.3 comp-c-man .man 20867./usr/share/man/man3/rumpclient.3 comp-c-man .man
20866./usr/share/man/man3/rumphijack.3 comp-c-man .man 20868./usr/share/man/man3/rumphijack.3 comp-c-man .man
20867./usr/share/man/man3/rumpuser.3 comp-c-man .man 20869./usr/share/man/man3/rumpuser.3 comp-c-man .man
20868./usr/share/man/man3/ruserok.3 comp-c-man .man 20870./usr/share/man/man3/ruserok.3 comp-c-man .man
 20871./usr/share/man/man3/saslc.d.3 comp-c-man crypto,.man
20869./usr/share/man/man3/saslc_alloc.3 comp-c-man crypto,.man 20872./usr/share/man/man3/saslc_alloc.3 comp-c-man crypto,.man
20870./usr/share/man/man3/saslc_end.3 comp-c-man crypto,.man 20873./usr/share/man/man3/saslc_end.3 comp-c-man crypto,.man
20871./usr/share/man/man3/saslc_init.3 comp-c-man crypto,.man 20874./usr/share/man/man3/saslc_init.3 comp-c-man crypto,.man
20872./usr/share/man/man3/saslc_sess_init.3 comp-c-man crypto,.man 20875./usr/share/man/man3/saslc_sess_init.3 comp-c-man crypto,.man
20873./usr/share/man/man3/saslc_sess_end.3 comp-c-man crypto,.man 20876./usr/share/man/man3/saslc_sess_end.3 comp-c-man crypto,.man
20874./usr/share/man/man3/saslc_sess_getprop.3 comp-c-man crypto,.man 20877./usr/share/man/man3/saslc_sess_getprop.3 comp-c-man crypto,.man
20875./usr/share/man/man3/saslc_sess_setprop.3 comp-c-man crypto,.man 20878./usr/share/man/man3/saslc_sess_setprop.3 comp-c-man crypto,.man
20876./usr/share/man/man3/saslc_sess_cont.3 comp-c-man crypto,.man 20879./usr/share/man/man3/saslc_sess_cont.3 comp-c-man crypto,.man
20877./usr/share/man/man3/saslc_sess_decode.3 comp-c-man crypto,.man 20880./usr/share/man/man3/saslc_sess_decode.3 comp-c-man crypto,.man
20878./usr/share/man/man3/saslc_sess_encode.3 comp-c-man crypto,.man 20881./usr/share/man/man3/saslc_sess_encode.3 comp-c-man crypto,.man
20879./usr/share/man/man3/saslc_sess_getmech.3 comp-c-man crypto,.man 20882./usr/share/man/man3/saslc_sess_getmech.3 comp-c-man crypto,.man
20880./usr/share/man/man3/saslc_sess_strerror.3 comp-c-man crypto,.man 20883./usr/share/man/man3/saslc_sess_strerror.3 comp-c-man crypto,.man
20881./usr/share/man/man3/saslc_strerror.3 comp-c-man crypto,.man 20884./usr/share/man/man3/saslc_strerror.3 comp-c-man crypto,.man