代码搜索:V1
找到约 10,000 项符合「V1」的源代码
代码结果 10,000
www.eeworm.com/read/340710/3265419
v1
# /etc/ipsec.conf - FreeS/WAN IPsec configuration file
# RCSID $Id: v1,v 1.1 2002/09/15 22:45:15 dhr Exp $
# More elaborate and more varied sample configurations can be found
# in FreeS/WAN's doc/exa
www.eeworm.com/read/340710/3265441
v1
# conn for OE for network behind us.
# Uses would-be-implicit conn OEself.
include ../setup.default.new
conn OEnet
leftsubnet=192.0.2.0/24 # behind east
also=OEself
conn OEself
left=%defaultrout
www.eeworm.com/read/340710/3265462
v1
# this is the conn automatically supplied by V2
include ../setup.default.new
conn OEself
left=%defaultroute
leftrsasigkey=%dnsondemand
right=%opportunistic
rightrsasigkey=%dnsondemand
keyingtri
www.eeworm.com/read/340710/3265486
v1
# From Ignat.Vassilev@optus.com.au Fri Sep 13 01:22:37 2002
# Date: Wed, 14 Aug 2002 11:43:07 +1000
# From: Ignat Vassilev
# To: 'FreeS/WAN Design'
www.eeworm.com/read/340710/3265497
v1
# this error isn't detected by v1
# ipsec _confread --config v1 --search auto add
conn x
auto=route
auto=add
www.eeworm.com/read/431110/1912404
v1
# V1 _confread --search finds fred, even though it should not!
# It does not find walter (good) and does find joe (good).
# Notice that it always finds an empty section (bad).
#
# ipsec _confread --co
www.eeworm.com/read/431110/1912421
v1
# See if an goofy config section name is noticed and diagnosed
# Only config %default and config setup are meaningful.
# ipsec _confread --config ipsec.conf --type config setup
config setup # mandit
www.eeworm.com/read/431110/1912426
v1
# V1 strips quotes, even within comments
# V1 strips quotes that are not even quotes.
# ipsec _confread --config ipsec.conf fred
# ! (ipsec.conf, line 4) mismatched quotes in parameter value
# ipse
www.eeworm.com/read/431110/1912435
v1
# V1 _confread search does not notice if the searched-for parameter is repeated.
# This may not matter: ordinary _confread will notice if it is applied to
# the conn.
# ipsec _confread --config ipsec
www.eeworm.com/read/431110/1912456
v1
# Exploit never-before-used config %default to aid migration to V2.
# Good: this boilerplate covers over some of the differences between V1 and V2.
# Bad: it encourages continued use of inferior V1 co