代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/121000/14775975
cpp db.cpp
// DB.CPP - This module implements the database routines for the authentication filter.
#include "stdafx.h"
#include "AuthFilt.h"
/*
Routine Description:
Looks up the username and confirm
www.eeworm.com/read/118194/14882589
py mapsite.py
"""Used to instantiate required page generators, and look up realm authentication data."""
import urllib
import SiteSpec, Static, ErrorPages
from types import ClassType, DictType, StringType
d
www.eeworm.com/read/476745/1367281
java userformcontroller.java
package com.cib.webapp.controller;
import org.springframework.security.AccessDeniedException;
import org.springframework.security.Authentication;
import org.springframework.security.AuthenticationTru
www.eeworm.com/read/471038/1434160
java badauth.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how failure to supply an appropriate authentication mechanism
* results in a failure to creat
www.eeworm.com/read/469304/1480781
java badauth.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how failure to supply an appropriate authentication mechanism
* results in a failure to creat
www.eeworm.com/read/247207/4485828
c md4.c
/*
* Unix SMB/Netbios implementation.
* Version 1.9.
* a implementation of MD4 designed for use in the SMB authentication protocol
* Copyright (C) Andrew Tridgell 1997
*
* This program is free
www.eeworm.com/read/247207/4485871
c smb_auth.c
/*
* smb_auth - SMB proxy authentication module
* Copyright (C) 1998 Richard Huveneers
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/247207/4485884
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/247207/4485885
c mswin_auth.c
/*
* mswin_auth - Version 2.0
*
* Returns OK for a successful authentication, or ERR upon error.
*
* Guido Serassio, Torino - Italy
*
* Uses code from -
* Antonino Iannella 2000
* Andrew
www.eeworm.com/read/247207/4485894
readme
This program authenticates users using SASL (specifically the
cyrus-sasl authentication method).
SASL is configurable (somewhat like PAM). Each service authenticating
against SASL identifies itself w