Grouper UI csrf xsrf prevention

Size: px
Start display at page:

Download "Grouper UI csrf xsrf prevention"

Transcription

1 Grouper UI csrf xsrf prevention Wiki Home Download Grouper Grouper Guides Community Contributions Developer Resources Grouper Website This is in Grouper 2.2 UI. btw, Ive heard this does not work with IE8. Logging Set this in log4j.properties for enhanced logging log4j.logger.edu.internet2.middleware.grouper.grouperui.csrf.csrfguardlogg er = DEBUG Legacy instructions These instructions install OWASP CSRF guard in the Grouper UI. These instructions are intended for Grouper v2.1, though it will probably work on v2.0, and could be adapted for previous versions as well. 1. Download the jar, note, this is from the mchyzer github clone 1.5. If you have Grouper UI v2.1.5 or less, then add this logging jar. Note, remember on upgrade to remove this temporary jar. 2. Put the jar(s) in the UI WEB-INF/lib dir 3. Put this in the grouper UI web.core.xml (or web.xml if not building again), below all of the existing <filter> tags.

2 <listener> <listener-class>org.owasp.csrfguard.csrfguardservletcontextlistener</liste ner-class> </listener> <listener> <listener-class>org.owasp.csrfguard.csrfguardhttpsessionlistener</listener -class> </listener> <servlet> <servlet-name>owaspjavascriptservlet</servlet-name> <servlet-class>org.owasp.csrfguard.servlet.javascriptservlet</servlet-clas s> </servlet> <servlet-mapping> <servlet-name>owaspjavascriptservlet</servlet-name> <url-pattern>/grouperexternal/public/owaspjavascriptservlet</url-pattern> </servlet-mapping> <filter> <filter-name>csrfguard</filter-name> <filter-class>org.owasp.csrfguard.csrfguardfilter</filter-class> </filter> <filter-mapping> <filter-name>csrfguard</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> 4. Create conf/owasp.csrfguard.properties (which will go in WEB-INF/classes/Owasp.CsrfGuard.properties), which is the default properties file (extract from csrfguard.jar from META-INF/csrfguard.properties 5. Create conf/owasp.csrfguard.overlay.properties (which will go in WEB-INF/classes/Owasp.CsrfGuard.overlay.properties) org.owasp.csrfguard.logger=edu.internet2.middleware.grouper.grouperui.csrf.csrfguardlogger org.owasp.csrfguard.tokenperpage=false org.owasp.csrfguard.action.redirect.page=%servletcontext%/grouperexternal/ public/csrferror.html org.owasp.csrfguard.configuration.provider.factory=org.owasp.csrfguard.con fig.overlay.configurationoverlayproviderfactororg.owasp.csrfguard.configur ation.provider.factory=org.owasp.csrfguard.config.overlay.configurationove rlayproviderfactory

3 org.owasp.csrfguard.unprotected.defaultgrouper=%servletcontext%/ org.owasp.csrfguard.unprotected.grouperhome=%servletcontext%/home.do org.owasp.csrfguard.unprotected.grouperdir=%servletcontext%/grouper/* org.owasp.csrfguard.unprotected.grouperexternal=%servletcontext%/grouperex ternal/index.html org.owasp.csrfguard.unprotected.grouperexternalapphtml=%servletcontext%/gr ouperexternal/apphtml/* org.owasp.csrfguard.unprotected.grouperexternalpublic=%servletcontext%/gro uperexternal/public/* org.owasp.csrfguard.unprotected.grouperui=%servletcontext%/grouperui/ org.owasp.csrfguard.unprotected.grouperuiindex=%servletcontext%/grouperui/ index.html org.owasp.csrfguard.unprotected.grouperuiapphtml=%servletcontext%/grouperu i/apphtml/* org.owasp.csrfguard.unprotected.grouperi2mi=%servletcontext%/i2mi/* org.owasp.csrfguard.unprotected.grouperscripts=%servletcontext%/scripts/* org.owasp.csrfguard.unprotected.grouperindex=%servletcontext%/index.jsp org.owasp.csrfguard.unprotected.grouperowaspjavascript=%servletcontext%/gr ouperexternal/public/owaspjavascriptservlet org.owasp.csrfguard.unprotected.grouperstrutsbrowsestems=%servletcontext%/ browsestems.do org.owasp.csrfguard.unprotected.grouperstrutsbrowsestemscreate=%servletcon text%/browsestemscreate.do org.owasp.csrfguard.unprotected.grouperstrutsbrowsestemsfind=%servletconte xt%/browsestemsfind.do org.owasp.csrfguard.unprotected.grouperstrutsbrowsestemsmanage=%servletcon text%/browsestemsmanage.do org.owasp.csrfguard.unprotected.grouperstrutsbrowsestemsjoin=%servletconte xt%/browsestemsjoin.do org.owasp.csrfguard.unprotected.grouperstruts/browsestemssubjectsearch=%se rvletcontext%/browsestemssubjectsearch.do org.owasp.csrfguard.unprotected.grouperstrutsbrowsestemsall=%servletcontex t%/browsestemsall.do org.owasp.csrfguard.unprotected.grouperstrutserror=%servletcontext%/error. do org.owasp.csrfguard.unprotected.grouperstrutsfiltererror=%servletcontext%/ filtererror.do org.owasp.csrfguard.unprotected.grouperstrutshelp=%servletcontext%/help.do org.owasp.csrfguard.unprotected.grouperstrutslogin=%servletcontext%/login. do org.owasp.csrfguard.unprotected.grouperstrutslogout=%servletcontext%/logou t.do org.owasp.csrfguard.unprotected.grouperstrutspopulateallgroups=%servletcon text%/populateallgroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulateassignnewmembers=%ser vletcontext%/populateassignnewmembers.do org.owasp.csrfguard.unprotected.grouperstrutspopulatechains=%servletcontex t%/populatechains.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecopygroup=%servletcon

4 text%/populatecopygroup.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecopygrouptostem=%serv letcontext%/populatecopygrouptostem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecopyotherstemtostem=% servletcontext%/populatecopyotherstemtostem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecopystem=%servletcont ext%/populatecopystem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecreategroup=%servletc ontext%/populatecreategroup.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecreategroups=%servlet Context%/populateCreateGroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulatecreatestem=%servletco ntext%/populatecreatestem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatedebugprefs=%servletco ntext%/populatedebugprefs.do org.owasp.csrfguard.unprotected.grouperstrutspopulateeditgroup=%servletcon text%/populateeditgroup.do org.owasp.csrfguard.unprotected.grouperstrutspopulateeditgroupattributes=% servletcontext%/populateeditgroupattributes.do org.owasp.csrfguard.unprotected.grouperstrutspopulateeditstem=%servletcont ext%/populateeditstem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatefindnewmembers=%servl etcontext%/populatefindnewmembers.do org.owasp.csrfguard.unprotected.grouperstrutspopulatefindnewmembersforstem s=%servletcontext%/populatefindnewmembersforstems.do org.owasp.csrfguard.unprotected.grouperstrutspopulategroupasfactor=%servle tcontext%/populategroupasfactor.do org.owasp.csrfguard.unprotected.grouperstrutspopulategroupmember=%servletc ontext%/populategroupmember.do org.owasp.csrfguard.unprotected.grouperstrutspopulategroupmembers=%servlet Context%/populateGroupMembers.do org.owasp.csrfguard.unprotected.grouperstrutspopulategrouppriviligees=%ser vletcontext%/populategrouppriviligees.do org.owasp.csrfguard.unprotected.grouperstrutspopulategroupsummary=%servlet Context%/populateGroupSummary.do org.owasp.csrfguard.unprotected.grouperstrutspopulategrouptypes=%servletco ntext%/populategrouptypes.do org.owasp.csrfguard.unprotected.grouperstrutspopulateindex=%servletcontext %/populateindex.do org.owasp.csrfguard.unprotected.grouperstrutspopulatejoingroups=%servletco ntext%/populatejoingroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulatelistsavedgroups=%serv letcontext%/populatelistsavedgroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulatelistsavedstems=%servl etcontext%/populatelistsavedstems.do org.owasp.csrfguard.unprotected.grouperstrutspopulatelistsavedsubjects=%se rvletcontext%/populatelistsavedsubjects.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemanagegroups=%servlet Context%/populateManageGroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemovegrouptostem=%serv letcontext%/populatemovegrouptostem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemovegroup=%servletcon text%/populatemovegroup.do

5 org.owasp.csrfguard.unprotected.grouperstrutspopulatemovescopieslinks=%ser vletcontext%/populatemovescopieslinks.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemoveotherstemtostem=% servletcontext%/populatemoveotherstemtostem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemovestem=%servletcont ext%/populatemovestem.do org.owasp.csrfguard.unprotected.grouperstrutspopulatemygroups=%servletcont ext%/populatemygroups.do org.owasp.csrfguard.unprotected.grouperstrutspopulatestemmember=%servletco ntext%/populatestemmember.do org.owasp.csrfguard.unprotected.grouperstrutspopulatestempriviligees=%serv letcontext%/populatestempriviligees.do org.owasp.csrfguard.unprotected.grouperstrutspopulatesubjectsummary=%servl etcontext%/populatesubjectsummary.do org.owasp.csrfguard.unprotected.grouperstrutsuseraudit=%servletcontext%/us eraudit.do org.owasp.csrfguard.unprotected.groupersimplemembershipupdateimportexporte xportsubjectidscsv=%servletcontext%/grouperui/app/simplemembershipupdateim portexport.exportsubjectidscsv/* org.owasp.csrfguard.unprotected.groupersimplemembershipupdateimportexporte xportallcsv=%servletcontext%/grouperui/app/simplemembershipupdateimportexp ort.exportallcsv/* org.owasp.csrfguard.unprotected.grouperuiv2mainindex=%servletcontext%/grou perui/app/uiv2main.index org.owasp.csrfguard.unprotected.grouperuiv2mainfoldermenu=%servletcontext% /grouperui/app/uiv2main.foldermenu org.owasp.csrfguard.unprotected.grouperuiv2groupaddmemberfilter=%servletco ntext%/grouperui/app/uiv2group.addmemberfilter org.owasp.csrfguard.unprotected.grouperuiv2groupimportgroupexportsubmit=%s ervletcontext%/grouperui/app/uiv2groupimport.groupexportsubmit org.owasp.csrfguard.unprotected.grouperuiv2stemcopyparentfolderfilter=%ser vletcontext%/grouperui/app/uiv2stem.stemcopyparentfolderfilter org.owasp.csrfguard.unprotected.grouperuiv2stemcreategroupparentfolderfilt er=%servletcontext%/grouperui/app/uiv2stem.creategroupparentfolderfilter org.owasp.csrfguard.unprotected.grouperuiv2stemcreatestemparentfolderfilte r=%servletcontext%/grouperui/app/uiv2stem.createstemparentfolderfilter org.owasp.csrfguard.unprotected.grouperuiv2subjectaddtogroupfilter=%servle tcontext%/grouperui/app/uiv2subject.addtogroupfilter org.owasp.csrfguard.unprotected.grouperuiv2groupupdatefilter=%servletconte xt%/grouperui/app/uiv2group.groupupdatefilter org.owasp.csrfguard.unprotected.grouperuiv2groupcompositefilter=%servletco ntext%/grouperui/app/uiv2group.groupcompositefactorfilter org.owasp.csrfguard.unprotected.grouperuiv2stemaddmemberfilter=%servletcon text%/grouperui/app/uiv2stem.addmemberfilter org.owasp.csrfguard.unprotected.grouperuiv2externalentitiesaddgroupfilter= %servletcontext%/grouperui/app/uiv2externalentities.addgroupfilter org.owasp.csrfguard.unprotected.grouperuiv2subjectaddtostemfilter=%servlet Context%/grouperUi/app/UiV2Subject.addToStemFilter org.owasp.csrfguard.unprotected.grouperuiv2subjectaddtoattributedeffilter=

6 %servletcontext%/grouperui/app/uiv2subject.addtoattributedeffilter

7 6. Create WEB-INF/tld/csrfguard.tld <?xml version="1.0"?> <!-- The OWASP CSRFGuard Project, BSD License Eric Sheridan Copyright (c) 2011 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of OWASP nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <taglib xmlns=" xmlns:xsi=" xsi:schemalocation=" xsd" version="2.0"> <tlib-version>1.2</tlib-version>

8 <jsp-version>2.0</jsp-version> <short-name>owasp CsrfGuard Tag Library</short-name> <uri> </uri> <tag> <name>token</name> <tag-class>org.owasp.csrfguard.tag.tokentag</tag-class> <body-content>empty</body-content> <attribute> <name>uri</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>token-name</name> <tag-class>org.owasp.csrfguard.tag.tokennametag</tag-class> <body-content>empty</body-content> </tag> <tag> <name>token-value</name> <tag-class>org.owasp.csrfguard.tag.tokenvaluetag</tag-class> <body-content>empty</body-content> <attribute> <name>uri</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>a</name> <tag-class>org.owasp.csrfguard.tag.atag</tag-class> <dynamic-attributes>true</dynamic-attributes> </tag> <tag> <name>form</name> <tag-class>org.owasp.csrfguard.tag.formtag</tag-class> <dynamic-attributes>true</dynamic-attributes>

9 </tag> </taglib> 7. Edit grouperexternal/apphtml/grouper.html Add this entry under all the existing js files <script src="../../grouperexternal/public/owaspjavascriptservlet"></script> 8. Create grouperexternal/public/csrferror.html. Note, would be nice to have this in externalized text... CSRF token is missing, <a href="../../">start over</a> 9. Edit grouperui/apphtml/grouper.html Add this entry under all the existing js files <script src="../../grouperexternal/public/owaspjavascriptservlet"></script> 10. Edit WEB-INF/grouperUi/templates/common/commonTaglib.jsp, add this line taglib uri="/web-inf/tld/csrfguard.tld" prefix="csrf" %> 11. Edit WEB-INF/grouperUi/templates/simpleMembershipUpdate/simpleMembershipUpdateImport.jsp, add this line below the form tag <input type="hidden" name="<csrf:token-name/>" value="<csrf:token-value uri="/grouper/grouperui/app/simplemembershipupdateimportexport.importcsv"/ >"/> 12. Edit jsp/head.jsp, add this line below the other script tags <script src="grouperexternal/public/owaspjavascriptservlet"></script> 13. Edit WEB-INF/grouperUi2/assetsJsp/commonBottom.jsp, add this below the script tags <script src="../../grouperexternal/public/owaspjavascriptservlet"></script> 14. Edit WEB-INF/grouperUi2/groupImport/groupImport.jsp FROM <form id="importgroupformid" enctype="multipart/form-data" method="post" > TO

10 <form id="importgroupformid" enctype="multipart/form-data" method="post" > <%-- note this wont work for token per page --%> <input type="hidden" name="<csrf:token-name/>" value="<csrf:token-value />"/> Note, you can test that it works by setting up a static HTML page to remove a member from a group, or you can comment out the JS include in the the head.jsp or other files and try to use the UI, you will get an error

Open Source Used In TSP

Open Source Used In TSP Open Source Used In TSP 3.5.11 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices.

More information

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c

HALCoGen TMS570LS31x Help: example_sci_uart_9600.c Page 1 of 6 example_sci_uart_9600.c This example code configures SCI and transmits a set of characters. An UART receiver can be used to receive this data. The scilin driver files should be generated with

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions

ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions ColdFusion Builder 3.2 Third Party Software Notices and/or Additional Terms and Conditions Date Generated: 2018/09/10 Apache Tomcat ID: 306 Apache Foundation and Contributors This product includes software

More information

System Log NextAge Consulting Pete Halsted

System Log NextAge Consulting Pete Halsted System Log NextAge Consulting Pete Halsted 110 East Center St. #1035 Madison, SD 57042 pete@thenextage.com www.thenextage.com www.thenextage.com/wordpress Table of Contents Table of Contents BSD 3 License

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

Open Source Used In Cisco Configuration Professional for Catalyst 1.0

Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on

More information

Preface. Audience. Cisco IOS Software Documentation. Organization

Preface. Audience. Cisco IOS Software Documentation. Organization This preface describes the audience, organization, and conventions of this publication, and provides information on how to obtain related documentation. Cisco documentation and additional literature are

More information

ANZ TRANSACTIVE MOBILE for ipad

ANZ TRANSACTIVE MOBILE for ipad ANZ TRANSACTIVE MOBILE for ipad CORPORATE CASH AND TRADE MANAGEMENT ON THE GO QUICK REFERENCE GUIDE April 2016 HOME SCREEN The home screen provides immediate visibility of your favourite accounts and transactions

More information

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3)

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Overview Changes History Installation Package Contents Known Limitations Attributions Legal Information Overview The

More information

pyserial-asyncio Documentation

pyserial-asyncio Documentation pyserial-asyncio Documentation Release 0.4 pyserial-team Feb 12, 2018 Contents 1 Short introduction 3 2 pyserial-asyncio API 5 2.1 asyncio.................................................. 5 3 Appendix

More information

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP)

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) June 11, 2015 Chapter 1 Files This section describes the files iwrite utilizes. 1.1 report files An iwrite report consists

More information

ProgressBar Abstract

ProgressBar Abstract Doc type here 1(21) ProgressBar Abstract The WireFlow progressbar module is an easy way to add progress bars to an application. It is easy to customize the look of the displayed progress window, since

More information

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer...

Table of Contents Overview...2 Selecting Post-Processing: ColorMap...3 Overview of Options Copyright, license, warranty/disclaimer... 1 P a g e ColorMap Post-Processing Plugin for OpenPolScope software ColorMap processing with Pol-Acquisition and Pol-Analyzer plugin v. 2.0, Last Modified: April 16, 2013; Revision 1.00 Copyright, license,

More information

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2

Documentation Roadmap for Cisco Prime LAN Management Solution 4.2 Documentation Roadmap for Cisco Prime LAN Thank you for purchasing Cisco Prime LAN Management Solution (LMS) 4.2. This document provides an introduction to the Cisco Prime LMS and lists the contents of

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008 IETF TRUST Legal Provisions Relating to IETF Documents Approved November 6, 2008 Effective Date: November 10, 2008 1. Background The IETF Trust was formed on December 15, 2005, for, among other things,

More information

Package fst. December 18, 2017

Package fst. December 18, 2017 Type Package Package fst December 18, 2017 Title Lightning Fast Serialization of Data Frames for R Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows

More information

HYDROOBJECTS VERSION 1.1

HYDROOBJECTS VERSION 1.1 o HYDROOBJECTS VERSION 1.1 July, 2008 by: Tim Whiteaker Center for Research in Water Resources The University of Texas at Austin Distribution The HydroObjects software, source code, and documentation are

More information

Static analysis for quality mobile applications

Static analysis for quality mobile applications Static analysis for quality mobile applications Julia Perdigueiro MOTODEV Studio for Android Project Manager Instituto de Pesquisas Eldorado Eric Cloninger Product Line Manager Motorola Mobility Life.

More information

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc.

AccuTerm 7 Internet Edition Connection Designer Help. Copyright Schellenbach & Assoc., Inc. AccuTerm 7 Internet Edition Connection Designer Help Contents 3 Table of Contents Foreword 0 Part I AccuTerm 7 Internet Edition 6 1 Description... 6 2 Connection... Designer 6 3 Internet... Client 6 4

More information

MUMPS IO Documentation

MUMPS IO Documentation MUMPS IO Documentation Copyright (c) 1999, 2000, 2001, 2002, 2003 Raymond Douglas Newman. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted

More information

NemHandel Referenceklient 2.3.1

NemHandel Referenceklient 2.3.1 OIO Service Oriented Infrastructure NemHandel Referenceklient 2.3.1 Release Notes Contents 1 Introduction... 3 2 Release Content... 3 3 What is changed?... 4 3.1 NemHandel Referenceklient version 2.3.1...

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009 IETF TRUST Legal Provisions Relating to IETF Documents February 12, 2009 Effective Date: February 15, 2009 1. Background The IETF Trust was formed on December 15, 2005, for, among other things, the purpose

More information

calio / form-input-nginx-module

calio / form-input-nginx-module https://github.com/ 1 of 5 2/17/2015 11:27 AM Explore Gist Blog Help itpp16 + calio / form-input-nginx-module 5 46 9 This is a nginx module that reads HTTP POST and PUT request body encoded in "application/x-www-formurlencoded",

More information

openresty / array-var-nginx-module

openresty / array-var-nginx-module 1 of 6 2/17/2015 11:20 AM Explore Gist Blog Help itpp16 + openresty / array-var-nginx-module 4 22 4 Add support for array variables to nginx config files 47 commits 1 branch 4 releases 2 contributors array-var-nginx-module

More information

Copyright PFU LIMITED 2016

Copyright PFU LIMITED 2016 -------------------------------------------------------- PaperStream Capture Lite 1.0.1 README File -------------------------------------------------------- Copyright PFU LIMITED 2016 This file contains

More information

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc.

Denkh XML Reporter. Web Based Report Generation Software. Written By Scott Auge Amduus Information Works, Inc. Denkh XML Reporter Web Based Report Generation Software Written By Scott Auge sauge@amduus.com Page 1 of 13 Table of Contents License 3 What is it? 4 Basic Software Requirements 5 Basic Report Designer

More information

Open Source Used In c1101 and c1109 Cisco IOS XE Fuji

Open Source Used In c1101 and c1109 Cisco IOS XE Fuji Open Source Used In c1101 and c1109 Cisco IOS XE Fuji 16.8.1 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco

More information

LGR Toolset (beta) User Guide. IDN Program 24 October 2017

LGR Toolset (beta) User Guide. IDN Program 24 October 2017 LGR Toolset (beta) User Guide IDN Program 24 October 2017 1 Introduction to LGR Toolset (beta) Label Generation Rulesets (LGRs) specify metadata, code point repertoire, variant rules and Whole Label Evaluation

More information

Copyright PFU LIMITED

Copyright PFU LIMITED -------------------------------------------------------- PaperStream Capture 1.0.12 README File -------------------------------------------------------- Copyright PFU LIMITED 2013-2015 This file contains

More information

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010

About This Guide. and with the Cisco Nexus 1010 Virtual Services Appliance: N1K-C1010 This guide describes how to use Cisco Network Analysis Module Traffic Analyzer 4.2 (NAM 4.2) software. This preface has the following sections: Chapter Overview, page xvi Audience, page xvii Conventions,

More information

Explaining & Accessing the SPDX License List

Explaining & Accessing the SPDX License List Explaining & Accessing the SPDX License List SOFTWARE PACKAGE DATA EXCHANGE Gary O Neall Source Auditor Inc. Jilayne Lovejoy ARM August, 2014 Copyright Linux Foundation 2014 1 The SPDX License List 2 The

More information

DAP Controller FCO

DAP Controller FCO Release Note DAP Controller 6.40.0412 FCO 2016.046 System : Business Mobility IP DECT Date : 30 June 2016 Category : Maintenance Product Identity : DAP Controller 6.40.0412 Queries concerning this document

More information

User Manual. Date Aug 30, Enertrax DAS Download Client

User Manual. Date Aug 30, Enertrax DAS Download Client EnertraxDL - DAS Download Client User Manual Date Aug 30, 2004 Page 1 Copyright Information Copyright 2004, Obvius Holdings, LLC. All rights reserved. Redistribution and use in source and binary forms,

More information

Fujitsu ScandAll PRO V2.1.5 README

Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Copyright PFU Limited 2007-2017 This file contains information

More information

NemHandel Referenceklient 2.3.0

NemHandel Referenceklient 2.3.0 OIO Service Oriented Infrastructure OIO Service Oriented Infrastructure NemHandel Referenceklient 2.3.0 Release Notes Contents 1 Introduction... 3 2 Release Content... 3 3 What is changed?... 4 3.1 NemHandel

More information

xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx Android Calendar Syn (http://github.com/mukesh4u/android-calendar-sync/), Apache License 2.0 Android NDK (https://developer.android.com/tools/sdk/ndk/index.html),

More information

MagicInfo Express Content Creator

MagicInfo Express Content Creator MagicInfo Express Content Creator MagicInfo Express Content Creator User Guide MagicInfo Express Content Creator is a program that allows you to conveniently create LFD content using a variety of templates.

More information

Data Deduplication Metadata Extension

Data Deduplication Metadata Extension Data Deduplication Metadata Extension Version 1.1c ABSTRACT: This document describes a proposed extension to the SNIA Cloud Data Management Interface (CDMI) International Standard. Publication of this

More information

Open Source and Standards: A Proposal for Collaboration

Open Source and Standards: A Proposal for Collaboration ETSI Workshop on Open Source and ization: Legal Interactions September 16, 2016 Sophia Antipolis Open Source and s: A Proposal for Collaboration David Marr VP & Legal Counsel Open Source Group Qualcomm

More information

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s).

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Cron Service User's Guide Version 1.2.6 Last updated: March 29, 2006 Overview The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Note that Cron

More information

QuarkXPress Server Manager 8.0 ReadMe

QuarkXPress Server Manager 8.0 ReadMe QuarkXPress Server Manager 8.0 ReadMe CONTENTS Contents QuarkXPress Server Manager 8.0 ReadMe...3 What's New in QuarkXPress Server Manager 8...4 Deprecated features, new stubs, and deploying SDK classes...4

More information

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Service Data Objects (SDO) DFED Sample Application README Copyright IBM Corporation, 2012, 2013 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

Definiens. Image Miner bit and 64-bit Editions. Release Notes

Definiens. Image Miner bit and 64-bit Editions. Release Notes Definiens Image Miner 2.0.2 32-bit and 64-bit Editions Release Notes Definiens Documentation: Image Miner 2.0.2 Release Notes Imprint 2012 Definiens AG. All rights reserved. This document may be copied

More information

LGR Toolset (beta) User Guide. IDN Program October 2016

LGR Toolset (beta) User Guide. IDN Program October 2016 LGR Toolset (beta) User Guide IDN Program October 2016 Introduction to LGR Toolset (beta) Label Generation Rulesets (LGRs) specify code point repertoire, variant rules and Whole Label Evaluation (WLE)

More information

Flask-Sitemap Documentation

Flask-Sitemap Documentation Flask-Sitemap Documentation Release 0.3.0 CERN May 06, 2018 Contents 1 Contents 3 2 Installation 5 2.1 Requirements............................................... 5 3 Usage 7 3.1 Simple Example.............................................

More information

Flask Gravatar. Release 0.5.0

Flask Gravatar. Release 0.5.0 Flask Gravatar Release 0.5.0 Jan 05, 2018 Contents 1 Contents 3 1.1 Installation................................................ 3 1.2 Usage................................................... 3 2 Parameters

More information

Package fst. June 7, 2018

Package fst. June 7, 2018 Type Package Package fst June 7, 2018 Title Lightning Fast Serialization of Data Frames for R Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows for random

More information

TWAIN driver User s Guide

TWAIN driver User s Guide 4037-9571-05 TWAIN driver User s Guide Contents 1 Introduction 1.1 System requirements...1-1 2 Installing the TWAIN Driver 2.1 Installation procedure...2-1 To install the software...2-1 2.2 Uninstalling...2-1

More information

DAP Controller FCO

DAP Controller FCO Release Note DAP Controller 6.61.0790 System : Business Mobility IP DECT Date : 20 December 2017 Category : General Release Product Identity : DAP Controller 6.61.0790 Queries concerning this document

More information

Internet Connection Guide

Internet Connection Guide Internet Connection Guide v1.10 CVP-509/505/503/501 PSR-S910/S710 Enjoy your instrument with Internet Direct Connection This instrument can be directly connected to the Internet, conveniently letting you

More information

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013

Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Watch 4 Size v1.0 User Guide By LeeLu Soft 2013 Introduction Installation Start using W4S Selecting a folder to monitor Setting the threshold Setting actions Starting the monitor Live Log Using monitor

More information

Conettix Universal Dual Path Communicator B465

Conettix Universal Dual Path Communicator B465 Conettix Universal Dual Path Communicator B465 en Release Notes Conettix Universal Dual Path Communicator Table of contents en 3 Table of contents 1 Introduction 4 1.1 Requirements 4 2 Version 2.00.000

More information

License, Rules, and Application Form

License, Rules, and Application Form Generic Interface for Cameras License, Rules, and Application Form GenICam_License.doc Page 1 of 11 Table of Contents 1 OVERVIEW... 4 2 SUBJECT OF THE GENICAM LICENSE... 4 3 RULES FOR STANDARD COMPLIANCY...

More information

PageScope Box Operator Ver. 3.2 User s Guide

PageScope Box Operator Ver. 3.2 User s Guide PageScope Box Operator Ver. 3.2 User s Guide Box Operator Contents 1 Introduction 1.1 System requirements...1-1 1.2 Restrictions...1-1 2 Installing Box Operator 2.1 Installation procedure...2-1 To install

More information

FLAMEBOSS 300 MANUAL

FLAMEBOSS 300 MANUAL FLAMEBOSS 300 MANUAL Version 2.1 Download latest at FlameBoss.com/manuals WARNING: Important Safety Instructions It is important for the safety of persons to follow these instructions. Save these instructions.

More information

cs50.c /**************************************************************************** * CS50 Library 6 *

cs50.c /**************************************************************************** * CS50 Library 6 * cs50.c 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. / CS50 Library

More information

Enterprise Payment Solutions. Scanner Installation April EPS Scanner Installation: Quick Start for Remote Deposit Complete TM

Enterprise Payment Solutions. Scanner Installation April EPS Scanner Installation: Quick Start for Remote Deposit Complete TM Enterprise Payment Solutions Complete TM Portions of this software: Copyright 2004-2013 Apache Software Foundation Copyright 2005 Paul Querna Copyright 2008 Marc Gravell Copyright 2000-2007 Niels Provos

More information

@list = bsd_glob('*.[ch]'); $homedir = bsd_glob('~gnat', GLOB_TILDE GLOB_ERR);

@list = bsd_glob('*.[ch]'); $homedir = bsd_glob('~gnat', GLOB_TILDE GLOB_ERR); NAME File::Glob - Perl extension for BSD glob routine SYNOPSIS use File::Glob ':bsd_glob'; @list = bsd_glob('*.[ch]'); $homedir = bsd_glob('~gnat', GLOB_TILDE GLOB_ERR); if (GLOB_ERROR) { # an error occurred

More information

iphone/ipad Connection Manual

iphone/ipad Connection Manual For Electone users / Connection Manual By connecting your, or ipod touch to a compatible Electone and using the various dedicated applications, you can expand the potential of the Electone and make it

More information

Note: The version the Event service must be 1.10 or later (but less than 3.0.0).

Note: The version the Event service must be 1.10 or later (but less than 3.0.0). EventManager Service User's Guide Version 1.2.7 Last updated: March 10, 2006 Overview The EventManager service allows you to register with the Event service in order to execute STAF Commands. When an Event

More information

LabVIEW Driver. User guide Version

LabVIEW Driver. User guide Version LabVIEW Driver User guide Version 1.0.0 2016 Table of Contents Version History...3 Copyright...4 Software License...5 Operational Safety...6 Warranty and Support...7 Introduction...8 Requirements...9 How

More information

User Guide. Calibrated Software, Inc.

User Guide. Calibrated Software, Inc. User Guide Calibrated Software, Inc. Copyright 2008 Calibrated Software, Inc. All rights reserved. www.calibratedsoftware.com Your rights to the software are governed by the accompanying Software License

More information

FLAME BOSS 200V2 & 300 MANUAL. Version 2.6 Download latest at FlameBoss.com/manuals

FLAME BOSS 200V2 & 300 MANUAL. Version 2.6 Download latest at FlameBoss.com/manuals FLAME BOSS 200V2 & 300 MANUAL Version 2.6 Download latest at FlameBoss.com/manuals WARNING: Important Safety Instructions It is important for the safety of persons to follow these instructions. Save these

More information

HYDRODESKTOP VERSION 1.4 QUICK START GUIDE

HYDRODESKTOP VERSION 1.4 QUICK START GUIDE HYDRODESKTOP VERSION 1.4 QUICK START GUIDE A guide to using this free and open source application for discovering, accessing, and using hydrologic data February 8, 2012 by: Tim Whiteaker Center for Research

More information

RPly Documentation. Release Alex Gaynor

RPly Documentation. Release Alex Gaynor RPly Documentation Release 0.7.4 Alex Gaynor December 18, 2016 Contents 1 User s Guide 3 1.1 Generating Lexers............................................ 3 1.2 Generating Parsers............................................

More information

Navigator Documentation

Navigator Documentation Navigator Documentation Release 1.0.0 Simon Holywell February 18, 2016 Contents 1 Installation 3 1.1 Packagist with Composer........................................ 3 1.2 git Clone or Zip Package.........................................

More information

Distinction Import Module User Guide. DISTINCTION.CO.UK

Distinction Import Module User Guide. DISTINCTION.CO.UK Distinction Import Module User Guide. Distinction Import Module. Licence: Copyright (c) 2018, Distinction Limited. All rights reserved. Redistribution and use in source and binary forms, with or without

More information

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0)

HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) HIS document 2 Loading Observations Data with the ODDataLoader (version 1.0) A guide to using CUAHSI s ODDataLoader tool for loading observations data into an Observations Data Model compliant database

More information

CSCE Inspection Activity Name(s):

CSCE Inspection Activity Name(s): CSCE 747 - Inspection Activity Name(s): You are inspecting the source code for the Graduate Record and Data System (GRADS) - a system that graduate students can log into and use to view their transcript

More information

An Easy Way to Split a SAS Data Set into Unique and Non-Unique Row Subsets Thomas E. Billings, MUFG Union Bank, N.A., San Francisco, California

An Easy Way to Split a SAS Data Set into Unique and Non-Unique Row Subsets Thomas E. Billings, MUFG Union Bank, N.A., San Francisco, California An Easy Way to Split a SAS Data Set into Unique and Non-Unique Row Subsets Thomas E. Billings, MUFG Union Bank, N.A., San Francisco, California This work by Thomas E. Billings is licensed (2017) under

More information

Introduction. The Win32 OpenSSL Installation Group hopes that you enjoy this software and get many years of use out of it!

Introduction. The Win32 OpenSSL Installation Group hopes that you enjoy this software and get many years of use out of it! Introduction Welcome to the Win32 OpenSSL Installation Project. This project is designed to make it easy for Windows developers to get OpenSSL binaries (DLLs) installed and enable programmers to quickly

More information

Programming Style & Firmware Standards

Programming Style & Firmware Standards Programming Style & Firmware Standards Numerous opinions exist in academia and industry regarding programming style rules. One common opinion holds true, through poorly structured and poorly commented

More information

This file includes important notes on this product and also the additional information not included in the manuals.

This file includes important notes on this product and also the additional information not included in the manuals. --- fi Series PaperStream IP driver 1.42 README file --- Copyright PFU LIMITED 2013-2016 This file includes important notes on this product and also the additional information not included in the manuals.

More information

Definiens. Image Miner bit and 64-bit Edition. Release Notes

Definiens. Image Miner bit and 64-bit Edition. Release Notes Definiens Image Miner 2.1.1 32-bit and 64-bit Edition Release Notes Definiens Documentation: Image Miner 2.1.1 Release Notes Imprint 2013 Definiens AG. All rights reserved. This document may be copied

More information

SW MAPS TEMPLATE BUILDER. User s Manual

SW MAPS TEMPLATE BUILDER. User s Manual SW MAPS TEMPLATE BUILDER User s Manual Copyright (c) 2017 SOFTWEL (P) Ltd All rights reserved. Redistribution and use in binary forms, without modification, are permitted provided that the following conditions

More information

openresty / encrypted-session-nginx-module

openresty / encrypted-session-nginx-module 1 of 13 2/5/2017 1:47 PM Pull requests Issues Gist openresty / encrypted-session-nginx-module Watch 26 127 26 Code Issues 7 Pull requests 1 Projects 0 Wiki Pulse Graphs encrypt and decrypt nginx variable

More information

Scott Auge

Scott Auge Scott Auge sauge@amduus.com Amduus Information Works, Inc. http://www.amduus.com Page 1 of 14 LICENSE This is your typical BSD license. Basically it says do what you want with it - just don't sue me. Written

More information

PTZ Control Center Operations Manual

PTZ Control Center Operations Manual PTZ Control Center Operations Manual Introduction PTZ Control Center is an application software that runs on Windows. By running this software on a Windows PC, you can remotely operate the Panasonic cameras

More information

Dr. K. Y. Srinivasan. Jason Goldschmidt. Technical Lead NetApp Principal Architect Microsoft Corp.

Dr. K. Y. Srinivasan. Jason Goldschmidt. Technical Lead NetApp Principal Architect Microsoft Corp. Dr. K. Y. Srinivasan Principal Architect Microsoft Corp kys@microsoft.com Jason Goldschmidt Technical Lead NetApp jgoldsch@netapp.com ! Support FreeBSD running as a guest on Hyper-V! Collaboration between

More information

This file includes important notes on this product and also the additional information not included in the manuals.

This file includes important notes on this product and also the additional information not included in the manuals. --- fi Series PaperStream IP driver 1.30 README file --- Copyright PFU LIMITED 2013-2015 This file includes important notes on this product and also the additional information not included in the manuals.

More information

DoJSON Documentation. Release Invenio collaboration

DoJSON Documentation. Release Invenio collaboration DoJSON Documentation Release 1.2.0 Invenio collaboration March 21, 2016 Contents 1 About 1 2 Installation 3 3 Documentation 5 4 Testing 7 5 Example 9 5.1 User s Guide...............................................

More information

TheGreenBow VPN Client ios User Guide

TheGreenBow VPN Client ios User Guide www.thegreenbow.com TheGreenBow VPN Client ios User Guide Property of TheGreenBow 2018 Table of Contents 1 Presentation... 3 1.1 TheGreenBow VPN Client... 3 1.2 TheGreenBow VPN Client main features...

More information

Hyperscaler Storage. September 12, 2016

Hyperscaler Storage. September 12, 2016 Storage Networking Industry Association Technical White Paper Hyperscaler Storage Abstract: Hyperscaler storage customers typically build their own storage systems from commodity components. They have

More information

Packet Trace Guide. Packet Trace Guide. Technical Note

Packet Trace Guide. Packet Trace Guide. Technical Note Packet Trace Guide Technical Note VERSION: 2.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2

Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2 Supported and Interoperable Devices and Softwares for the Cisco Secure Access Control System 5.2 Revised: March 11, 2013 The Cisco Secure Access Control System Release 5.2, hereafter referred to as ACS,

More information

SkyPilot OS Installation: Fedora Core 5

SkyPilot OS Installation: Fedora Core 5 SkyPilot OS Installation: Fedora Core 5 PN 671-00024-01 2006 SkyPilot Networks, Inc. All rights reserved This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose.

More information

Taking the LPC800 into the delta quadrant :)

Taking the LPC800 into the delta quadrant :) Taking the LPC800 into the delta quadrant :) Background One of our boys received a Revell model of the starship Voyager (from Star Trek) as a gift. It sat on his shelf for a least a year crying out for

More information

User Manual for Video Codec

User Manual for Video Codec User Manual for Video Codec CONTENTS OF THIS DOCUMENT This document contains the following sections: 1 Overview 2 System Requirements 3 Language Support 4 Installing the Software jdk installation jmf installation

More information

SMS2CMDB Project Summary v1.6

SMS2CMDB Project Summary v1.6 SMS2CMDB Project Summary v1.6 Project Abstract SMS2CMDB provides the capability to integrate Microsoft Systems Management Server (MS- SMS) data with BMC Atrium CMDB (Atrium CMDB) and the BMC Remedy Asset

More information

Anybus Wireless Bridge Ethernet Bluetooth Access Point Product Guide

Anybus Wireless Bridge Ethernet Bluetooth Access Point Product Guide Anybus Wireless Bridge Ethernet Bluetooth Access Point Product Guide Document Revision Document number: 1 Release: November 21, 2014 Document version: 1 General This document is a product guide defining

More information

File Servant User Manual

File Servant User Manual File Servant User Manual Serve files over FTP and HTTP - at the snap of a finger! File Servant is free software (see copyright notice below). This document was last revised Monday 28 February 2011. Creator:

More information

Avaya VPN Client Software Release 10.05_100

Avaya VPN Client Software Release 10.05_100 Avaya VPN Client Software Release 10.05_100 1. Release Summary Release Date: September 1 st, 2011 Purpose: Software maintenance release to address customer requests and software issues. 2. Important Notes

More information

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide

NEC Display Solutions MultiProfiler for Linux x64 Versions Installation Guide NEC Display Solutions MultiProfiler for Linux x64 Versions 1.3.60 Installation Guide 1 ABOUT MULTIPROFILER... 4 2 SYSTEM REQUIREMENTS... 5 2.1 SUPPORTED NEC DISPLAY MODELS AND DESCRIPTION... 5 2.1.1 Minimum

More information

Management Software Web Browser User s Guide

Management Software Web Browser User s Guide FS900M Series Fast Ethernet Switches Management Software Web Browser User s Guide 613-002073 Rev. A Copyright 2014, Allied Telesis, Inc. All rights reserved. No part of this publication may be reproduced

More information

Encrypted Object Extension

Encrypted Object Extension Encrypted Object Extension ABSTRACT: "Publication of this Working Draft for review and comment has been approved by the Cloud Storage Technical Working Group. This draft represents a "best effort" attempt

More information

Installation. List Wrangler - Mailing List Manager for GTK+ Part I. 1 Requirements. By Frank Cox. September 3,

Installation. List Wrangler -  Mailing List Manager for GTK+ Part I. 1 Requirements. By Frank Cox. September 3, List Wrangler - Email Mailing List Manager for GTK+ By Frank Cox September 3, 2012 theatre@melvilletheatre.com Abstract Do you have a mailing list of people that you send periodic emails to? If so, List

More information

Tenable Hardware Appliance Upgrade Guide

Tenable Hardware Appliance Upgrade Guide Tenable Hardware Appliance Upgrade Guide June 4, 2012 (Revision 3) The newest version of this document is available at the following URL: http://static.tenable.com/prod_docs/tenable_hardware_appliance_upgrade.pdf

More information

Definiens. Tissue Studio Release Notes

Definiens. Tissue Studio Release Notes Definiens Tissue Studio 3.0.1 Release Notes Definiens Documentation: Definiens Tissue Studio 3.0.1 Release Notes Imprint 2012 Definiens AG. All rights reserved. This document may be copied and printed

More information