代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/100018/15888449
pl mod_auth.pl
# mod_auth.pl
# Defines editors for text-file authentication directives
sub mod_auth_directives
{
local($rv);
$rv = [ [ 'AuthUserFile AuthGroupFile AuthAuthoritative', 0, 4, 'directory htaccess' ] ];
www.eeworm.com/read/318168/13484547
ini e-mail.ini
;PSPad user HighLighter definition file
[Settings]
Name=E-mail
HTMLGroup=0
Label=1
FileType=*.eml,*.mht,*.b64
CommentString=
IndentChar=
UnIndentChar=
TabWidth=0
DoubleQuote=1
KeyWordChars=
www.eeworm.com/read/227822/14410990
h socket.h
#if defined(TARGET_MIPS)
// MIPS special values for constants
/*
* For setsockopt(2)
*
* This defines are ABI conformant as far as Linux supports these ...
*/
#define TARGET_SOL_SOCKET
www.eeworm.com/read/189716/8457764
pas nmconst.pas
unit NMConst;
interface
{$IFDEF NMF3}
resourcestring
{$ELSE}
const
{$ENDIF}
Cons_Palette_Inet = 'Internet';
Cons_Msg_Auth_Fail = 'Authentication failed';
Cons_Msg_ConnectionTime
www.eeworm.com/read/189056/8493600
todo
Add proxy support
DONE: Add ftpsearch support
Add digest authentication to http
Porting to other platforms
DONE by Flower: Add Ralph's suggestion for a config file.
DONE by Flower: Try to symlink the
www.eeworm.com/read/430016/8772849
c pppchapcomponent.c
/* pppChapComponent.c - Challenge Handshake Authentication Protocol */
/* Copyright 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01s,07aug
www.eeworm.com/read/371315/9556448
c eap.c
/*
* eap.c - Extensible Authentication Protocol for PPP (RFC 2284)
*
* Copyright (c) 2001 by Sun Microsystems, Inc.
* All rights reserved.
*
* Non-exclusive rights to redistribute, modify, trans
www.eeworm.com/read/371315/9556450
c upap.c
/*
* upap.c - User/Password Authentication Protocol.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/371315/9556463
h upap.h
/*
* upap.h - User/Password Authentication Protocol definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms
www.eeworm.com/read/371315/9556549
c auth.c
/*
* auth.c - PPP authentication and phase control.
*
* Copyright (c) 1993-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modi