Home
last modified time | relevance | path

Searched refs:send_token (Results 1 – 25 of 108) sorted by relevance

12345

/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dauth_gss.c84 gss_buffer_desc request_buf, send_token; in imap_auth_gss() local
162 mutt_to_base64 ((unsigned char*) buf1, send_token.value, send_token.length, in imap_auth_gss()
164 gss_release_buffer (&min_stat, &send_token); in imap_auth_gss()
200 send_token.length, sizeof (buf1) - 2); in imap_auth_gss()
201 gss_release_buffer (&min_stat, &send_token); in imap_auth_gss()
227 gss_release_buffer (&min_stat, &send_token); in imap_auth_gss()
237 gss_release_buffer (&min_stat, &send_token); in imap_auth_gss()
242 ((char*) send_token.value)[0] = 0; in imap_auth_gss()
244 gss_release_buffer (&min_stat, &send_token); in imap_auth_gss()
260 &cflags, &send_token); in imap_auth_gss()
[all …]
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dauth_gss.c107 gss_buffer_desc request_buf, send_token; in imap_auth_gss() local
187 mutt_b64_buffer_encode(buf1, send_token.value, send_token.length); in imap_auth_gss()
188 gss_release_buffer(&min_stat, &send_token); in imap_auth_gss()
230 mutt_b64_buffer_encode(buf1, send_token.value, send_token.length); in imap_auth_gss()
231 gss_release_buffer(&min_stat, &send_token); in imap_auth_gss()
262 gss_release_buffer(&min_stat, &send_token); in imap_auth_gss()
272 gss_release_buffer(&min_stat, &send_token); in imap_auth_gss()
277 ((char *) send_token.value)[0] = '\0'; in imap_auth_gss()
279 gss_release_buffer(&min_stat, &send_token); in imap_auth_gss()
296 &cflags, &send_token); in imap_auth_gss()
[all …]
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dgssapi.c135 gss_buffer_desc request_buf, send_token; in do_gssauth() local
172 send_token.length = 0; in do_gssauth()
173 send_token.value = NULL; in do_gssauth()
184 &send_token, in do_gssauth()
206 to64frombits(buf1, send_token.value, send_token.length, sizeof buf1); in do_gssauth()
207 gss_release_buffer(&min_stat, &send_token); in do_gssauth()
256 ((char *)send_token.value)[0] = 0; in do_gssauth()
259 gss_release_buffer(&min_stat, &send_token); in do_gssauth()
281 &cflags, &send_token); in do_gssauth()
290 to64frombits(buf1, send_token.value, send_token.length, sizeof buf1); in do_gssauth()
[all …]
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Dgssapi.c135 gss_buffer_desc request_buf, send_token; in do_gssauth() local
172 send_token.length = 0; in do_gssauth()
173 send_token.value = NULL; in do_gssauth()
184 &send_token, in do_gssauth()
206 to64frombits(buf1, send_token.value, send_token.length, sizeof buf1); in do_gssauth()
207 gss_release_buffer(&min_stat, &send_token); in do_gssauth()
256 ((char *)send_token.value)[0] = 0; in do_gssauth()
259 gss_release_buffer(&min_stat, &send_token); in do_gssauth()
281 &cflags, &send_token); in do_gssauth()
290 to64frombits(buf1, send_token.value, send_token.length, sizeof buf1); in do_gssauth()
[all …]
/dports/mail/balsa/balsa-2.5.1/libbalsa/imap/
H A Dauth-gssapi.c220 gss_buffer_desc send_token; in ag_get_token() local
233 lit_conv_to_base64(client_token, send_token.value, send_token.length, in ag_get_token()
235 gss_release_buffer(&min_stat, &send_token); in ag_get_token()
258 gss_buffer_desc request_buf, send_token; in ag_negotiate_parameters() local
272 gss_release_buffer (&min_stat, &send_token); in ag_negotiate_parameters()
277 server_conf_flags = *((char*) send_token.value); in ag_negotiate_parameters()
281 gss_release_buffer (&min_stat, &send_token); in ag_negotiate_parameters()
287 t = send_token.value; in ag_negotiate_parameters()
289 gss_release_buffer (&min_stat, &send_token); in ag_negotiate_parameters()
305 &request_buf, &cflags, &send_token); in ag_negotiate_parameters()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/gtk_common/
H A Dgtk_clipboard.py86 def send_token(*token_data): function
91 send_token()
96 send_token()
99 send_token(targets)
108 send_token(targets, (text_target, "UTF8_STRING", 8, text))
110 send_token(text_targets)
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dlatin_tokenizer.cpp181 else if ( send_token( token, lang, callback, item ) ) { in tokenize_string()
217 send_token( token, lang, callback, item ); in tokenize_string()
222 bool LatinTokenizer::send_token( string_type const &token, iso639_1::type lang, in send_token() function in zorba::LatinTokenizer
/dports/textproc/zorba/zorba-2.7.0/src/unit_tests/
H A Dtest_tokenizer.cpp91 bool send_token( token_t const &token, iso639_1::type, Callback&,
266 else if ( send_token( token, lang, callback, item ) ) { in tokenize_string()
298 send_token( token, lang, callback, item ); in tokenize_string()
323 bool TestTokenizer::send_token( token_t const &token, iso639_1::type lang, in send_token() function in TestTokenizer
/dports/ftp/bbftp-client/bbftp-client-3.2.1/gfw/
H A Dgfw_accept.c90 if (send_token(os, &send_tok) < 0) { in gfw_accept_sec_context()
103 if (send_token(os, &send_tok) < 0) { in gfw_accept_sec_context()
H A Dgfw-misc.h13 int send_token
/dports/ftp/bbftp-server/bbftp-server-3.2.1/gfw/
H A Dgfw_accept.c90 if (send_token(os, &send_tok) < 0) { in gfw_accept_sec_context()
103 if (send_token(os, &send_tok) < 0) { in gfw_accept_sec_context()
H A Dgfw-misc.h13 int send_token
/dports/security/vaultwarden/vaultwarden-1.23.1/src/api/core/two_factor/
H A Demail.rs51 send_token(&user.uuid, &conn)?; in send_email_login()
57 pub fn send_token(user_uuid: &str, conn: &DbConn) -> EmptyResult { in send_token() function
68 mail::send_token(&twofactor_data.email, &twofactor_data.last_token.map_res("Token is empty")?)?; in send_token()
133 mail::send_token(&twofactor_data.email, &twofactor_data.last_token.map_res("Token is empty")?)?; in send_email()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dgss-misc.c214 static int send_token(int s, gss_buffer_t tok) in send_token() function
266 pIf->send_token = send_token;
H A Dgss-misc.h31 int (*send_token)(int s, gss_buffer_t tok); variable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/gss-threads/
H A Dgss-client.c210 if (send_token(s, TOKEN_NOOP | TOKEN_CONTEXT_NEXT, in client_establish_context()
251 if (send_token(s, v1_format ? 0 : TOKEN_CONTEXT, in client_establish_context()
291 } else if (send_token(s, TOKEN_NOOP, empty_token) < 0) { in client_establish_context()
507 if (send_token(s, flags, &out_buf) < 0) { in call_server()
548 (void)send_token(s, TOKEN_NOOP, empty_token); in call_server()
H A Dgss-misc.h31 int send_token(int s, int flags, gss_buffer_t tok);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dauth_gss.c399 gss_buffer_desc *recv_tokenp, send_token; in authgss_refresh() local
429 &send_token, in authgss_refresh()
444 if (send_token.length != 0) { in authgss_refresh()
449 &send_token, in authgss_refresh()
453 gss_release_buffer(&min_stat, &send_token); in authgss_refresh()
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dauth_gss.c399 gss_buffer_desc *recv_tokenp, send_token; in authgss_refresh() local
429 &send_token, in authgss_refresh()
444 if (send_token.length != 0) { in authgss_refresh()
449 &send_token, in authgss_refresh()
453 gss_release_buffer(&min_stat, &send_token); in authgss_refresh()
/dports/security/krb5/krb5-1.19.2/src/tests/gss-threads/
H A Dgss-client.c210 if (send_token(s, TOKEN_NOOP | TOKEN_CONTEXT_NEXT, in client_establish_context()
251 if (send_token(s, v1_format ? 0 : TOKEN_CONTEXT, in client_establish_context()
291 } else if (send_token(s, TOKEN_NOOP, empty_token) < 0) { in client_establish_context()
507 if (send_token(s, flags, &out_buf) < 0) { in call_server()
548 (void)send_token(s, TOKEN_NOOP, empty_token); in call_server()
H A Dgss-misc.h31 int send_token(int s, int flags, gss_buffer_t tok);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/appl/gss-sample/
H A Dgss-client.c274 if (send_token(s, TOKEN_NOOP | TOKEN_CONTEXT_NEXT, empty_token) < in client_establish_context()
317 if (send_token(s, v1_format ? 0 : TOKEN_CONTEXT, &send_tok) < in client_establish_context()
354 if (send_token(s, TOKEN_NOOP, empty_token) < 0) in client_establish_context()
586 if (send_token(s, (v1_format ? 0
635 (void) send_token(s, TOKEN_NOOP, empty_token);
H A Dgss-misc.h36 int send_token(int s, int flags, gss_buffer_t tok);
/dports/security/krb5/krb5-1.19.2/src/appl/gss-sample/
H A Dgss-client.c274 if (send_token(s, TOKEN_NOOP | TOKEN_CONTEXT_NEXT, empty_token) < in client_establish_context()
317 if (send_token(s, v1_format ? 0 : TOKEN_CONTEXT, &send_tok) < in client_establish_context()
354 if (send_token(s, TOKEN_NOOP, empty_token) < 0) in client_establish_context()
586 if (send_token(s, (v1_format ? 0
635 (void) send_token(s, TOKEN_NOOP, empty_token);
H A Dgss-misc.h36 int send_token(int s, int flags, gss_buffer_t tok);

12345