aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide do_on_exit() functionReto Buerki2013-01-171-0/+28
| | | | | This function allows to register an exit action which executes when the calling script terminates.
* Import testing.conf file in function.shReto Buerki2013-01-1710-72/+26
| | | | | This is needed to have access to $LOGFILE and possibly other config settings.
* Drop build-hostconfig scriptReto Buerki2013-01-173-140/+10
| | | | Use processed host configurations directly instead.
* Update build-umlhostfs script to new log formatReto Buerki2013-01-171-41/+31
|
* Update build-umlrootfs script to new log formatReto Buerki2013-01-171-58/+29
|
* Update build-umlkernel script to new log formatReto Buerki2013-01-171-85/+24
|
* Use red color in die() functionReto Buerki2013-01-172-18/+11
| | | | This is the function where red color SHOULD be used.
* Move execute wrappers to function.sh fileReto Buerki2013-01-172-28/+24
|
* Use log_action, log_status in build-baseimage scriptReto Buerki2013-01-171-9/+21
|
* Provide log_action and log_status functionsReto Buerki2013-01-171-1/+26
| | | | | These two functions are used to log action descriptions and the corresponding command exit status in a consistent way.
* Add chroot() helper functionReto Buerki2013-01-171-3/+8
|
* Use execute wrapper to disable root passwordReto Buerki2013-01-171-1/+1
|
* Use key(and password-)less SSH authenticationTobias Brunner2013-01-172-64/+2
|
* Adjust strongSwan version handling in HTML outputReto Buerki2013-01-172-2/+3
|
* Patch AVP parsing in EAP-TTLS module in FreeRADIUSTobias Brunner2013-01-172-0/+19
|
* Add recipes for libtnc and TNC@FHHTobias Brunner2013-01-175-2/+6749
|
* Drop SHAREDTREE in favor of mounting the compile dirTobias Brunner2013-01-171-10/+4
|
* Patch EAP-SIM module in FreeRADIUSTobias Brunner2013-01-173-4/+45
|
* Add recipe for iptablesReto Buerki2012-12-181-0/+27
|
* Add freeradius recipeReto Buerki2012-12-181-0/+32
|
* Factor out building of strongswan into own MakefileReto Buerki2012-12-182-322/+116
| | | | | Small Makefiles (recipes) are used to install software from source into the root UML image.
* testing: Switch to Debian based guest imagesReto Buerki2012-12-1812-581/+151
| | | | | | | | | | Instead of extracting a downloaded Gentoo filesystem tree into a file containing a reiserfs filesystem, create an ext3 filesystem inside a sparse file, mount it and debootstrap an up-to-date Debian system. Use this image as base for all UML guest images. Also, drop support for the various consoles and use xterm unconditionally.
* created OS IMC/IMV pairAndreas Steffen2012-10-091-0/+10
|
* Build unity plugin in strongSwan test suiteMartin Willi2012-09-181-0/+5
|
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-141-5/+0
|
* added ikev2/rw-eap-dynamic scenarioAndreas Steffen2012-09-121-0/+5
|
* upgraded UML options to 5.0.0Andreas Steffen2012-06-191-5/+5
|
* enable xauth-eap plugin in UML scenariosAndreas Steffen2012-05-251-0/+5
|
* two new options for 5.0.0 UML testingAndreas Steffen2012-05-021-0/+10
|
* activated cmac plugin in UML test suitesAndreas Steffen2012-04-221-0/+5
|
* created tnc-pdp policy decision point pluginAndreas Steffen2012-03-131-0/+5
|
* added ikev2/rw-pkcs8 scenarioAndreas Steffen2012-02-031-0/+5
|
* added Attestation IMC/IMV to UML buildAndreas Steffen2011-12-181-0/+10
|
* added UML support for IF-MAP interfaceAndreas Steffen2011-12-121-0/+5
|
* added ITA Scanner IMC/IMV pair which detects open server ports on TNC clientsAndreas Steffen2011-07-041-0/+10
|
* output strongswan.conf and daemon.log on RADIUS hosts with strongSwan IMVAndreas Steffen2011-06-011-2/+2
|
* added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocolAndreas Steffen2011-05-301-0/+10
|
* added ikev2/rw-whitelist scenarioAndreas Steffen2011-05-121-0/+5
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-061-0/+5
|
* build the af-alg plugin in the UML test environmentAndreas Steffen2011-03-171-0/+5
|
* move sleep into host start if statementAndreas Steffen2011-01-312-2/+2
|
* additional UML configuration optionsAndreas Steffen2011-01-311-0/+15
|
* enabled ha plugin in UML scenariosAndreas Steffen2010-11-201-0/+5
|
* testing: Reduce testing runtime by reusing SSH sessions.Tobias Brunner2010-10-142-4/+4
| | | | | | | By using the ControlMaster and ControlPath options, existing SSH sessions are reused (a session to each host is opened at the beginning of a test run). Also, RC4 is used as encryption algorithm to further improve the performance. These changes reduce the runtime by over 20%.
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-071-0/+10
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-281-0/+5
|
* display configuration and log of FreeRadius serversAndreas Steffen2010-09-021-0/+12
|
* testing: Print output of 'make oldconfig' to STDOUT, besides logging it.Tobias Brunner2010-09-021-1/+1
|
* testing: Only sleep after a host has actually been started.Tobias Brunner2010-09-021-1/+1
|
* testing: Build strongSwan a bit faster using make -j.Tobias Brunner2010-09-021-1/+1
|