Home
last modified time | relevance | path

Searched refs:handle_login (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/moinmoin/moin-1.9.11/MoinMoin/auth/_tests/
H A Dtest_ldap_login.py17 from MoinMoin.auth import handle_login
66 u = handle_login(self.request, None, username='', password='')
68 u = handle_login(self.request, None, username='usera', password='')
70 u = handle_login(self.request, None, username='usera', password='userawrong')
76 u1 = handle_login(self.request, None, username='usera', password='usera')
80 u2 = handle_login(self.request, None, username='userb', password='userb')
119 u1 = handle_login(self.request, None, username='usera', password='usera')
132 u2 = handle_login(self.request, None, username='usera', password='')
136 u2 = handle_login(self.request, None, username='usera', password='wrong')
229 u1 = handle_login(self.request, None, username='usera', password='usera')
[all …]
/dports/sysutils/ucspi-proxy/ucspi-proxy-1.1/
H A Dimap-filter.c27 static void handle_login(str* line, int offset) in handle_login() function
66 handle_login(line, offset + 6); in filter_client_line()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/WebService/Server/
H A DJSONRPC.pm222 sub handle_login { subroutine
245 $self->SUPER::handle_login($class, $method, $full_method);
388 $self->handle_login();
H A DXMLRPC.pm67 sub handle_login { subroutine
79 $self->SUPER::handle_login($class, $method, $full_method);
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dprivops.c30 static enum EVSFPrivopLoginResult handle_login(
258 handle_login(p_sess, &p_sess->user_str, p_pass_str); in vsf_privop_do_login()
280 handle_login(struct vsf_session* p_sess, struct mystr* p_user_str, in handle_login() function
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/preferences/
H A Ddigikey_auth_window.cpp46 login_button->signal_clicked().connect(sigc::mem_fun(*this, &DigiKeyAuthWindow::handle_login)); in DigiKeyAuthWindow()
81 void DigiKeyAuthWindow::handle_login() in handle_login() function in horizon::DigiKeyAuthWindow
H A Ddigikey_auth_window.hpp21 void handle_login();
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/WebService/Server/
H A DJSONRPC.pm238 sub handle_login { subroutine
261 $self->SUPER::handle_login($class, $method, $full_method);
414 $self->handle_login();
H A DREST.pm177 sub handle_login { subroutine
207 Bugzilla::WebService::Server->handle_login($class, $method, $full_method);
271 $self->handle_login();
H A DXMLRPC.pm104 sub handle_login { subroutine
118 $self->SUPER::handle_login($class, $method, $full_method);
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dprivops.c31 static enum EVSFPrivopLoginResult handle_login(
259 handle_login(p_sess, &p_sess->user_str, p_pass_str); in vsf_privop_do_login()
281 handle_login(struct vsf_session* p_sess, struct mystr* p_user_str, in handle_login() function
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dxmlrpc.cgi41 $server->on_action(sub { $server->handle_login(WS_DISPATCH, @_) })
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dxmlrpc.cgi38 $server->on_action(sub { $server->handle_login(WS_DISPATCH, @_) })
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/WebService/
H A DServer.pm16 sub handle_login { subroutine
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/WebService/
H A DServer.pm22 sub handle_login { subroutine
/dports/sysutils/libudisks/udisks-udisks-2.9.2/modules/iscsi/
H A Dudiskslinuxmanageriscsiinitiator.c572 handle_login (UDisksManagerISCSIInitiator *object, in handle_login() function
756 iface->handle_login = handle_login; in udisks_linux_manager_iscsi_initiator_iface_init()
/dports/net/p5-Net-OpenID-Consumer/Net-OpenID-Consumer-1.18/examples/
H A Dconsumer.cgi82 sub handle_login {
/dports/net-im/meanwhile/meanwhile-1.0.2/samples/
H A Dlogin_server.c101 static void handle_login(struct mwMsgLogin *msg) { in handle_login() function
166 handle_login(msg); in side_process()
/dports/security/p5-Net-OpenID-Server/Net-OpenID-Server-1.09/examples/
H A Dserver.cgi141 sub handle_login {
/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-ssh.c364 handle_login (GtkWindow *parent, in handle_login() function
789 res = handle_login (parent, host, port, user, tty_fd, stdout_fd, stderr_fd, error); in vinagre_ssh_connect()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Dwsgiapp.py226 userobj = auth.handle_login(context, userobj, **params)
/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_cimd2.c446 static void handle_login(Octstr *packet, Octstr *out, int sequence) { in handle_login() function
772 { 1, handle_login },
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Client/
H A DUI.pm233 return $self->handle_login( { req => $req, reply => $reply } );
416 sub handle_login { method in OpenXPKI::Client::UI
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Client/
H A DUI.pm233 return $self->handle_login( { req => $req, reply => $reply } );
416 sub handle_login { method in OpenXPKI::Client::UI
/dports/www/moinmoin/moin-1.9.11/MoinMoin/auth/
H A D__init__.py401 def handle_login(request, userobj=None, username=None, password=None, function

12