Home
last modified time | relevance | path

Searched refs:fwobj (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/fwbuilder/fwbuilder-5.3.7/test/iosacl/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_iosacl -v -f $XMLFILE -xt $fwobj"
16 sort | while read fwobj
19 echo "echo \"============================ $fwobj\""
20 echo "fwb_iosacl -v -f $XMLFILE -xt -xc $fwobj"
H A Dquick-cmp.sh18 fwbedit list -f $xmlfile -o $folder -c -F%name% | sort | while read fwobj; do
19 V="$fwobj <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
21 echo "$DIFFCMD ${fwobj}.fw.orig ${fwobj}.fw"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/pf/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_pf -v -f $XMLFILE -xt $fwobj"
14 sort | while read fwobj
17 echo "echo \"============================ $fwobj\""
18 echo "fwb_pf -v -f $XMLFILE -xt -xc $fwobj"
H A Drun-clusters.all14 sort | while read fwobj
17 echo "echo \"============================ $fwobj\""
18 echo "fwb_pf -v -f $XMLFILE -xt -xc $fwobj"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/procurve_acl/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_procurve_acl -v -f $XMLFILE -xt $fwobj"
16 sort | while read fwobj
19 echo "echo \"============================ $fwobj\""
20 echo "fwb_procurve_acl -v -f $XMLFILE -xt -xc $fwobj"
H A Dquick-cmp.sh18 fwbedit list -f $xmlfile -o $folder -c -F%name% | sort | while read fwobj; do
19 V="$fwobj <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
21 echo "$DIFFCMD ${fwobj}.fw.orig ${fwobj}.fw"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/ipf/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_ipf -v -f $XMLFILE -xt $fwobj"
16 sort | while read fwobj
19 echo "echo \"============================ $fwobj\""
20 echo "fwb_ipf -v -f $XMLFILE -xt -xc $fwobj"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/ipfw/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_ipfw -v -f $XMLFILE -xt $fwobj"
16 sort | while read fwobj
19 echo "echo \"============================ $fwobj\""
20 echo "fwb_ipfw -v -f $XMLFILE -xt -xc $fwobj"
H A Dquick-cmp.sh18 fwbedit list -f $xmlfile -o $folder -c -F%name% | sort | while read fwobj; do
19 V="$fwobj <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
21 echo "$DIFFCMD ${fwobj}.fw.orig ${fwobj}.fw"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/pix/
H A Drun.all5 sort | while read fwobj
8 echo "echo \"============================ $fwobj\""
9 echo "fwb_pix -v -f $XMLFILE -xt $fwobj"
14 sort | while read fwobj
17 echo "echo \"============================ $fwobj\""
18 echo "fwb_pix -v -f $XMLFILE -xt -xc $fwobj"
/dports/security/fwbuilder/fwbuilder-5.3.7/test/ipt/
H A Drun.all10 sort | while read fwobj
13 echo "echo \"============================ $fwobj\""
14 echo "fwb_ipt -v -f $XMLFILE -xt $fwobj"
19 sort | while read fwobj
22 echo "echo \"============================ $fwobj\""
23 echo "fwb_ipt -v -f $XMLFILE -xt -xc $fwobj"
H A Dquick-cmp.sh18 fwbedit list -f $xmlfile -o $folder -c -F%name% | sort | while read fwobj; do
19 V="$fwobj <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
21 echo "$DIFFCMD ${fwobj}.fw.orig ${fwobj}.fw"
H A Drun-clusters.all6 sort | while read fwobj
9 echo "echo \"============================ $fwobj\""
10 echo "fwb_ipt -v -f $XMLFILE -xt -xc $fwobj"
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DFirewallInstallerCisco.cpp78 Management *mgmt = cnf->fwobj->getManagementObject(); in packInstallJobsList()
136 string platform = cnf->fwobj->getStr("platform"); in packInstallJobsList()
172 if (cnf->fwobj->getStr("platform")=="pix" || in activatePolicy()
173 cnf->fwobj->getStr("platform")=="fwsm") in activatePolicy()
176 cnf->fwobj->getName().c_str(), in activatePolicy()
181 } else if (cnf->fwobj->getStr("platform")=="nxosacl") in activatePolicy()
184 cnf->fwobj->getName().c_str(), in activatePolicy()
192 cnf->fwobj->getName().c_str(), in activatePolicy()
210 string version = cnf->fwobj->getStr("version"); in activatePolicy()
214 string host_os = cnf->fwobj->getStr("host_OS"); in activatePolicy()
H A DinstDialog_compile.cpp75 cnf.fwobj = fw; in runCompiler()
141 blockInstallForFirewall(cnf.fwobj); in stopCompile()
302 opWarning(cnf.fwobj); in compilerFinished()
304 opSuccess(cnf.fwobj); in compilerFinished()
309 project->db()->getFileName().c_str(), cnf.fwobj->getId())); in compilerFinished()
311 if (Cluster::isA(cnf.fwobj)) in compilerFinished()
315 Cluster::cast(cnf.fwobj)->getMembersList(members); in compilerFinished()
327 blockInstallForFirewall(cnf.fwobj); in compilerFinished()
328 opError(cnf.fwobj); in compilerFinished()
H A DinstOptionsDialog.cpp65 if (cnf->fwobj) in instOptionsDialog()
68 fw_id = cnf->fwobj->getId(); in instOptionsDialog()
117 QString fwname = QString::fromUtf8(cnf->fwobj->getName().c_str()); in instOptionsDialog()
124 QString platform = cnf->fwobj->getStr("platform").c_str(); in instOptionsDialog()
125 string version = cnf->fwobj->getStr("version"); in instOptionsDialog()
189 if (cnf->fwobj) in savePassword()
192 fw_id = cnf->fwobj->getId(); in savePassword()
H A DinstDialog_installer.cpp64 cnf.fwobj = fw; in runInstaller()
204 opSuccess(cnf.fwobj); in installerSuccess()
208 cnf.fwobj->getId())); in installerSuccess()
219 opError(cnf.fwobj); in installerError()
221 opListMapping[cnf.fwobj->getId()]->setText(1, tr("Failure")); in installerError()
H A DFirewallInstallerProcurve.cpp74 Management *mgmt = cnf->fwobj->getManagementObject(); in packInstallJobsList()
156 cnf->fwobj->getName().c_str(), in activatePolicy()
174 string version = cnf->fwobj->getStr("version"); in activatePolicy()
176 string host_os = cnf->fwobj->getStr("host_OS"); in activatePolicy()
H A DFirewallInstallerJuniper.cpp76 Management *mgmt = cnf->fwobj->getManagementObject(); in packInstallJobsList()
134 string platform = cnf->fwobj->getStr("platform"); in packInstallJobsList()
173 cnf->fwobj->getName().c_str(), in activatePolicy()
190 string host_os = cnf->fwobj->getStr("host_OS"); in activatePolicy()
H A DinstConf.cpp61 QString cmd = Resources::getTargetOptionStr(fwobj->getStr("host_OS"), in getCmdFromResource()
84 fwobj = NULL; in clear()
H A DFirewallInstaller.cpp610 cnf->fwobj->getName().c_str(), in copyFile()
620 FWObjectDatabase *db = cnf->fwobj->getRoot(); in executeExternalInstallScript()
638 args.push_back(cnf->fwobj->getName().c_str()); in executeExternalInstallScript()
726 FWOptions *fwopt = cnf->fwobj->getOptionsObject(); in getActivationCmd()
732 string host_os = cnf->fwobj->getStr("host_OS"); in getActivationCmd()
756 QString::fromUtf8(cnf->fwobj->getName().c_str())); in getActivationCmd()
824 cnf->fwobj->getName().c_str()); in replaceMacrosInCommand()
831 QString::fromUtf8(cnf->fwobj->getName().c_str())); in replaceMacrosInCommand()
H A DclusterMembersDialog.cpp213 const char *new_text = (*it)->fwobj->getName().c_str(); in updateSelectedTable()
218 item->setIcon(QIcon(getIcon((*it)->fwobj))); in updateSelectedTable()
276 fwitem->setText(0, member->fwobj->getName().c_str()); in updateAvailableTree()
277 fwitem->setIcon(0, QIcon(getIcon(member->fwobj))); in updateAvailableTree()
314 new_member->fwobj = fw; in createMember()
363 if (QString((*it)->fwobj->getName().c_str()) == fw) in setMaster()
H A DinstDialog_ui_ops.cpp519 .arg(QString::fromUtf8(cnf.fwobj->getName().c_str()))); in summary()
530 .arg(cnf.fwobj->getStr("platform").c_str())); in summary()
532 .arg(cnf.fwobj->getStr("host_OS").c_str())); in summary()
1097 cnf.fwobj = fw; in getInstOptions()
1178 string platform = cnf.fwobj->getStr("platform"); in readInstallerOptionsFromFirewallObject()
1179 string host_OS = cnf.fwobj->getStr("host_OS"); in readInstallerOptionsFromFirewallObject()
1187 const InetAddr *mgmt_addr = cnf.fwobj->getManagementAddress(); in readInstallerOptionsFromFirewallObject()
1277 cnf.diff_file = QString(cnf.fwobj->getName().c_str())+".diff"; in readInstallerOptionsFromFirewallObject()
1330 fwopt = cnf.fwobj->getOptionsObject(); in readInstallerOptionsFromDialog()
1404 .arg(QString::fromUtf8(cnf.fwobj->getName().c_str())); in verifyManagementAddress()
[all …]
H A DclusterMembersDialog.h45 libfwbuilder::FWObject *fwobj;
182 QString fwname = member->fwobj->getName().c_str(); in operator()
H A DFirewallInstallerUnx.cpp79 Management *mgmt = cnf->fwobj->getManagementObject(); in packInstallJobsList()
200 cnf->fwobj->getName().c_str(), in executeSession()

12