代码搜索:hba
找到约 262 项符合「hba」的源代码
代码结果 262
www.eeworm.com/read/120487/6072763
c hba.c
/*-------------------------------------------------------------------------
*
* hba.c
* Routines to handle host based authentication (that's the scheme
* wherein you authenticate a user by see
www.eeworm.com/read/120487/6073067
h hba.h
/*-------------------------------------------------------------------------
*
* hba.h
* Interface to hba.c
*
*
* $Id: hba.h,v 1.33 2003/04/17 22:26:01 tgl Exp $
*
*--------------------------
www.eeworm.com/read/100285/6271325
c hba.c
/*-------------------------------------------------------------------------
*
* hba.c
* Routines to handle host based authentication (that's the scheme
* wherein you authenticate a user by see
www.eeworm.com/read/100285/6271607
h hba.h
/*-------------------------------------------------------------------------
*
* hba.h
* Interface to hba.c
*
*
* $Id: hba.h,v 1.13.2.1 1999/07/30 19:36:33 scrappy Exp $
*
*------------------
www.eeworm.com/read/183001/5259685
c hba.c
/*-------------------------------------------------------------------------
*
* hba.c
* Routines to handle host based authentication (that's the scheme
* wherein you authenticate a user by see
www.eeworm.com/read/183001/5260004
h hba.h
/*-------------------------------------------------------------------------
*
* hba.h
* Interface to hba.c
*
*
* $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.41 2005/10/15 02:49:44 momjian E
www.eeworm.com/read/387667/2557465
h hba.h
/*-------------------------------------------------------------------------
*
* hba.h
* Interface to hba.c
*
*
* $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.45 2006/11/05 22:42:10 tgl Exp $
www.eeworm.com/read/416787/11013102
c hba_timer.c
#include "hba_header.h"
/* how long a time between which should each keeper work be done */
#define KEEPER_SHIFT (HZ >> 1)
static struct mv_hba_msg_queue mv_msg_queue;
static struct task_struct *hou
www.eeworm.com/read/416787/11013105
h hba_header.h
#ifndef __MV_HBA_HEADER_LINUX__
#define __MV_HBA_HEADER_LINUX__
struct hba_extension;
typedef struct hba_extension HBA_Extension, *PHBA_Extension;
#include "mv_os.h"
#include "com_type.h"
#include
www.eeworm.com/read/416787/11013109
c hba_mod.c
/*
* module management module - module of the modules
*
*
*/
#include "hba_header.h"
#include "linux_main.h"
#include "linux_iface.h"
#include "hba_timer.h"
#include "hba_mod.h"
#include "res_m