代码搜索:Secure
找到约 3,281 项符合「Secure」的源代码
代码结果 3,281
www.eeworm.com/read/396640/2411256
svn-base makefile.vc.svn-base
OUTDIR=obj-dummy
CC=cl.exe
VALID_TARGET=no
CFLAGS = $(CFLAGS) /D "_CRT_SECURE_NO_WARNINGS=1" /D "_CRT_SECURE_NO_DEPRECATE=1" /D "_SECURE_CSL=0"
!if "$(TARGET)"=="rel"
OUTDIR=obj-win-rel
CF
www.eeworm.com/read/262892/11386914
h secureprocessor.h
/**
* SecureProcessor - To prevent unauthorised access to AIML
* content
*
* @author Jonathan Roewen
*/
#ifndef SECURE_PROCESSOR_H
#define SECURE_PROCESSOR_H
#include
#include
www.eeworm.com/read/175066/5350555
sql 0_2_4-systemdatabase.sql
ALTER TABLE SECURE_PROXY_OPTIONS ADD COLUMN RESTRICT_TO_HOSTS VARCHAR;
ALTER TABLE SECURE_PROXY_OPTIONS DROP COLUMN RESTRICT_TO_URL;
www.eeworm.com/read/438676/1824417
h dynamic_drmmanager.h
/* ** WARNING **
* This file is part of the secure CVS. If you need to modify it, modify it in
* the secure CVS, and then copy it in the normal CVS.
*/
#ifndef __DYNAMIC_DRMMANAGER_H__
#define __DYN
www.eeworm.com/read/412408/2170906
h dynamic_drmmanager.h
/* ** WARNING **
* This file is part of the secure CVS. If you need to modify it, modify it in
* the secure CVS, and then copy it in the normal CVS.
*/
#ifndef __DYNAMIC_DRMMANAGER_H__
#define __DYN
www.eeworm.com/read/373121/9474832
bat cvc6.bat
@echo off
set src=xli_CPLEX.c lp_CPLEX.c lp_rlpt1.c lp_wlpt1.c yacc_read1.c lp_Hash1.c ../../lp_utils.c args.c
set c=cl
%c% -I.. -I../.. -I../../shared /LD /MD /Zp8 /Gz -D_WINDLL -D_USRDLL -DWI
www.eeworm.com/read/250731/4428035
descr sshchecker.descr
description=Secure shell server
optargs=port timeout
www.eeworm.com/read/281897/4112074
descr sshchecker.descr
description=Secure shell server
optargs=port timeout
www.eeworm.com/read/401563/2339368
readme
-------------------------------------------------------------------------------
DojoX Secure
-------------------------------------------------------------------------------
Version 0.1
Release date: 0
www.eeworm.com/read/471252/6900276
c pubcrypt.c
/*
* Following codes(particularly check_secure_directory function)
* are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
*