代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/209211/4985777
h boot.h
typedef struct Method Method;
struct Method
{
char *name;
void (*config)(Method*);
int (*connect)(void);
char *arg;
};
enum
{
Statsz= 256,
Nbarg= 16,
};
extern void authentication(int);
extern
www.eeworm.com/read/200458/5064959
c md5.c
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
#ifdef FREEBSD
# include
#elif defined(LINUX)
# i
www.eeworm.com/read/200458/5065029
c md5.c
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
#ifdef __FreeBSD__
# include
#elif defined(LINUX)
www.eeworm.com/read/187332/5224109
sql admin.sql
-- SQL script for PDT module
USE pdt;
-- create table
CREATE TABLE admin(
name VARCHAR(20) NOT NULL PRIMARY KEY,
passwd VARCHAR(20) NOT NULL DEFAULT ""
);
CREATE TABLE authentication (
username
www.eeworm.com/read/187332/5224345
makefile
# $Id: Makefile,v 1.1 2004/11/01 10:27:04 janakj Exp $
#
# Digest Authentication - Database support
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Mak
www.eeworm.com/read/187332/5224584
makefile
# $Id: Makefile,v 1.2 2003/05/23 15:43:42 andrei Exp $
#
# Digest Authentication - Database support
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Mak
www.eeworm.com/read/187332/5224705
makefile
# $Id: Makefile,v 1.5.2.3 2005/09/07 16:23:00 andrei Exp $
#
# Digest Authentication - Radius support
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../M
www.eeworm.com/read/184888/5243736
sql admin.sql
-- SQL script for PDT module
USE pdt;
-- create table
CREATE TABLE admin(
name VARCHAR(20) NOT NULL PRIMARY KEY,
passwd VARCHAR(20) NOT NULL DEFAULT ""
);
CREATE TABLE authentication (
username
www.eeworm.com/read/183719/5252470
c negotiate_auth.c
/*
* mswin_negotiate_auth: helper for Negotiate Authentication for Squid Cache
*
* (C)2005 Guido Serassio - Acme Consulting S.r.l.
*
* Authors:
* Guido Serassio
www.eeworm.com/read/183719/5252531
sh smb_auth.sh
#!/bin/sh
#
# smb_auth - SMB proxy authentication module
# Copyright (C) 1998 Richard Huveneers
#
# This program is free software; you can redistribute it and/or modify
#