代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/209559/4975215
c pmap_clnt.c
/*
* linux/net/sunrpc/pmap.c
*
* Portmapper client.
*
* FIXME: In a secure environment, we may want to use an authentication
* flavor other than AUTH_NULL.
*
* Copyright (C) 1996, Olaf Kirch
www.eeworm.com/read/209559/4975220
c auth_gss.c
/*
* linux/net/sunrpc/auth_gss.c
*
* RPCSEC_GSS client authentication.
*
* Copyright (c) 2000 The Regents of the University of Michigan.
* All rights reserved.
*
* Dug Song
www.eeworm.com/read/209211/4984175
c httpdigest.c
/*
* HTTPDIGEST - MD5 challenge/response authentication (RFC 2617)
*
* Client protocol:
* write challenge: nonce method uri
* read response: 2*MD5dlen hex digits
*
* Server protocol:
* unimpl
www.eeworm.com/read/197479/5094588
h header.h
/* header.h
Defines SOAP Header data structure shared by client and service modules.
As an example, authentication information can be included in the header.
Copyright (C) 2000-2002 Robert A. van
www.eeworm.com/read/197059/5098118
java digestclientauthenticationmethod.java
/*
* DigestClientAlgorithm.java
*
* Created on January 7, 2003, 10:45 AM
*/
package gov.nist.applet.phone.ua.authentication;
import java.security.*;
/**
* Get this interface from the nist-sip
www.eeworm.com/read/195013/5123647
c pmap_clnt.c
/*
* linux/net/sunrpc/pmap.c
*
* Portmapper client.
*
* FIXME: In a secure environment, we may want to use an authentication
* flavor other than AUTH_NULL.
*
* Copyright (C) 1996, Olaf Kirch
www.eeworm.com/read/187332/5224233
c uac.c
/*
* $Id: uac.c,v 1.52 2004/11/09 15:15:12 andrei Exp $
*
* simple UAC for things such as SUBSCRIBE or SMS gateway;
* no authentication and other UAC features -- just send
* a message, retransmit
www.eeworm.com/read/187332/5224654
makefile
# $Id: Makefile,v 1.1.8.1 2005/06/03 00:56:21 andrei Exp $
#
# Digest Authentication - Diameter support
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
auto_gen=
NAM