Home
last modified time | relevance | path

Searched defs:SASL_CB_ECHOPROMPT (Results 1 – 11 of 11) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dldap.c122 #define SASL_CB_ECHOPROMPT (0x4005) /* challenge and client entered result.*/ macro
/dports/net/dante/dante-1.4.3/unlicensed/
H A Dldap.c122 #define SASL_CB_ECHOPROMPT (0x4005) /* challenge and client entered result.*/ macro
/dports/www/squid/squid-4.15/src/acl/external/kerberos_ldap_group/
H A Dsupport_sasl.cc57 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/include/
H A Dsasl.h534 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/include/
H A Dsasl.h541 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */ macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/src/
H A Dsasl.rs303 pub const SASL_CB_ECHOPROMPT: c_ulong = 16389; const