Home
last modified time | relevance | path

Searched refs:saslc (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/etc/
H A DREADME4 in /etc/saslc.d/ and are used to configure saslc globally as well as its
11 /etc/saslc.d/saslc/saslc.conf
12 /etc/saslc.d/saslc/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
13 /etc/saslc.d/saslc/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
17 /etc/saslc.d/<program>/saslc.conf
18 /etc/saslc.d/<program>/mechs/{ANONYMOUS,CRAM-MD5,DIGEST-MD5}.conf
19 /etc/saslc.d/<program>/mechs/{EXTERNAL,GSSAPI,LOGIN,PLAIN}.conf
H A DMakefile13 FILES= saslc.conf
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_saslc_client.c91 saslc_t *saslc; /* saslc context */ member
96 saslc_t *saslc; /* saslc context */ member
144 client->sess = saslc_sess_init(client->saslc, mechanism_list, in xsasl_saslc_client_first()
258 client->saslc = xp->saslc; in xsasl_saslc_client_create()
277 if (xp->saslc) { in xsasl_saslc_client_done()
278 saslc_end(xp->saslc); in xsasl_saslc_client_done()
279 xp->saslc = NULL; /* XXX: unnecessary as freeing impl */ in xsasl_saslc_client_done()
309 if ((xp->saslc = saslc_alloc()) == NULL) in xsasl_saslc_client_init()
313 if (saslc_init(xp->saslc, XSASL_SASLC_APPNAME, path_info) == -1) in xsasl_saslc_client_init()
315 saslc_strerror(xp->saslc)); in xsasl_saslc_client_init()
/netbsd-src/crypto/external/bsd/libsaslc/lib/
H A DMakefile7 LIB=saslc
26 SRCS+= saslc.c
35 MLINKS+=libsaslc.3 saslc.d.3 \
54 INCS+= saslc.h
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A DMakefile.bsd7 LIB=saslc
24 SRCS+= saslc.c
34 INCS+= saslc.h
H A DMakefile20 OBJS+= saslc.o
/netbsd-src/crypto/external/bsd/libsaslc/dist/doc/
H A Dlibrary.txt14 configuration files if available (/etc/saslc/appname.d/sasl.conf and then
15 /etc/saslc/appname.d/mechanism.conf for machanisms which are listed in
19 const char *saslc_strerror(saslc_t *saslc); - function maps last error
20 number in saslc to the message string. Returns pointer to the message string
23 int saslc_end(saslc_t *saslc); - function destroys SASL library context and
27 saslc_sess_t *saslc_sess_init(saslc_t *saslc, const char *mechs); - Function
28 creates a new sasl session. If saslc is NULL then default configuration
33 is returned on failure. In case of a failure saslc errno is set.
/netbsd-src/crypto/external/bsd/libsaslc/dist/test/
H A DAtffile3 prop: test-suite = saslc
/netbsd-src/etc/mtree/
H A DNetBSD.dist.base55 ./etc/saslc.d
56 ./etc/saslc.d/postfix
57 ./etc/saslc.d/postfix/mech
58 ./etc/saslc.d/saslc
59 ./etc/saslc.d/saslc/mech
/netbsd-src/share/mk/
H A Dbsd.prog.mk179 saslc \
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt3415 saslc
3416 saslc.d
/netbsd-src/distrib/sets/lists/misc/
H A Dmi1453 ./usr/share/examples/libsaslc/saslc.conf misc-libsaslc-examples share