代码搜索:Authenticator

找到约 887 项符合「Authenticator」的源代码

代码结果 887
www.eeworm.com/read/411046/2196271

bat mkauths.bat

@ECHO OFF REM Program: Authenticator Linkage Generator for DOS REM REM Author: Mark Crispin REM Networks and Distributed Computing REM Computing & Communications REM University of Washington REM A
www.eeworm.com/read/411046/2196340

bat mkauths.bat

@ECHO OFF REM Program: Authenticator Linkage Generator for DOS REM REM Author: Mark Crispin REM Networks and Distributed Computing REM Computing & Communications REM University of Washington REM A
www.eeworm.com/read/411046/2196570

bat mkauths.bat

@ECHO OFF REM Program: Authenticator Linkage Generator for DOS REM REM Author: Mark Crispin REM Networks and Distributed Computing REM Computing & Communications REM University of Washington REM A
www.eeworm.com/read/372380/2773103

java session.java

package javax.mail; import java.util.Properties; public class Session { public static Session getInstance(Properties props, Authenticator auth) { return null; } public st
www.eeworm.com/read/351777/3098990

h valid.h

/* * mswin_auth - Version 2.0 * * Modified to act as a Squid authenticator module. * Returns OK for a successful authentication, or ERR upon error. * * Guido Serassio, Torino - Italy * * U
www.eeworm.com/read/169087/9881146

c eap.c

/* * hostapd / EAP Standalone Authenticator state machine * Copyright (c) 2004-2005, Jouni Malinen * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/169087/9881340

c eap_sim_db.c

/* * hostapd / EAP-SIM database/authenticator gateway * Copyright (c) 2005, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under
www.eeworm.com/read/208881/15233500

java swingauthenticator.java

import javax.mail.*; import javax.swing.*; import java.util.*; public class SwingAuthenticator extends Authenticator{ private String fUser; private String fPassword; public PasswordAuthen
www.eeworm.com/read/247207/4485857

pl pop3.pl

#!/usr/bin/perl # # POP3 authenticator for Squid # Copyright (C) 2006 Henrik Nordstrom # # This program is free software; you can redistribute it and/or modify # it under
www.eeworm.com/read/429841/1944977

java smtpsimpleauthenticator.java

package jodd.mail; import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; /** * Performs simple authentication when the SMTP server requires it. */ public class SmtpSim