aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The first line in the function reads: "box = document.forms[1].selectbox;"Scott Ullrich2007-11-011-1/+1
| | | | | | | | Microsoft's javascript system interprets that to say: "box = document.forms.1.selectbox;" which, of course, does not exist on the document being displayed in the browser - this means you can not select the Category for the Rules to view or edit. The "fix" is to remove the [1] in the line so IE-7 and cousins will interpret the line correctly - If this "breaks" other, well mannered browsers then you need to include code in the javascript function to determine "what" browser is performing the action and adjust the variable assignment accordingly .... Ticket #1483
* squid: rename confusing var-nameMartin Fuchs2007-10-292-3/+3
|
* squid: use ip-group for RFC1918Martin Fuchs2007-10-291-3/+1
|
* checkin 19889: correct used terms (RFC1918)Martin Fuchs2007-10-291-2/+2
|
* squid: add option to NOT redirect private subnets to the transparent ↵Martin Fuchs2007-10-292-3/+20
| | | | proxy-server
* squid: do not disorganize future routinesMartin Fuchs2007-10-281-3/+3
|
* add squid custom-optionsMartin Fuchs2007-10-232-0/+17
|
* Ensure file is only user readableScott Ullrich2007-10-171-1/+1
|
* Ensure file is only user readableScott Ullrich2007-10-171-0/+2
|
* Note that the .conf file should not be editedScott Ullrich2007-10-171-0/+1
|
* Do not leave a stray }Scott Ullrich2007-10-171-1/+2
|
* Note that the rc file should not be editedScott Ullrich2007-10-171-3/+3
|
* Do not leave a stray }Scott Ullrich2007-10-171-2/+5
|
* Hook deinstall routines upScott Ullrich2007-10-171-0/+1
|
* Correct variable nameScott Ullrich2007-10-171-1/+1
|
* Show which neighbor is referencing the group.Scott Ullrich2007-10-172-4/+5
|
* Do not allow a group to be deleted when being referenced by a neighbor.Scott Ullrich2007-10-172-0/+22
|
* Show the BGP group in the status column screenScott Ullrich2007-10-171-0/+5
|
* Add route-reflector optionScott Ullrich2007-10-171-0/+1
|
* Package now requires 1.3 since it relies on ID='' definitions in HTML for ↵Scott Ullrich2007-10-171-1/+1
| | | | some of its javascript-fu.
* Add remote-as optionScott Ullrich2007-10-171-0/+1
|
* Stop BGPD on deinstallScott Ullrich2007-10-171-1/+2
|
* * Backout last commit, changing the text breaks the logic * Make sure that ↵Scott Ullrich2007-10-172-7/+5
| | | | we check every couple seconds for changes
* Remove " X" from innertext of select items since this is our way of telling ↵Scott Ullrich2007-10-172-1/+3
| | | | which fields need parameters.
* Do not allow user to set values for items that do not require it.Scott Ullrich2007-10-172-2/+36
|
* Remove accidently inserted textScott Ullrich2007-10-171-4/+1
|
* * Add more parameters * Handle neighbors that do not specify a group correctlyScott Ullrich2007-10-162-0/+19
|
* Correcty filtering item logicScott Ullrich2007-10-161-1/+2
|
* Add OpenBGPD menu itemScott Ullrich2007-10-161-0/+6
|
* * This package works on 1.2 * Set package description for openbgpdScott Ullrich2007-10-161-12/+12
|
* Adding OpenBGPD packageScott Ullrich2007-10-161-4/+16
|
* * Add X to the end of parameters that require a value to be input and ↵Scott Ullrich2007-10-161-4/+4
| | | | explain what is going on.
* * Add more parameters * Add filtering policies for BGP peersScott Ullrich2007-10-162-1/+12
|
* Adding OpenBGPD package TODO: Grey out neighbor parameters for certain ↵Scott Ullrich2007-10-165-0/+709
| | | | fields TODO: Do not allow a group to be deleted when being referenced by a neighbor
* * manually copy filesDaniel Stefan Haischt2007-10-142-4/+10
|
* * fixed dialog positionDaniel Stefan Haischt2007-10-141-1/+1
|
* * added progress dialogDaniel Stefan Haischt2007-10-142-1/+8
|
* * added initial dynamic table prototypeDaniel Stefan Haischt2007-10-141-0/+1
|
* * added initial dynamic table prototypeDaniel Stefan Haischt2007-10-146-2/+1151
|
* Fix broken logic for ipsec statusSeth Mos2007-10-050-0/+0
|
* Fix ipsec overview for wan interface, carp already workedSeth Mos2007-10-052-3/+3
|
* update miniupnpd and imspector descriptionRyan Wagoner2007-10-011-5/+5
|
* bump impspector version to avoid confusionRyan Wagoner2007-10-012-2/+2
|
* - update miniupnpd package version numberRyan Wagoner2007-10-013-54/+50
| | | | - clean up miniupnpd.inc use array directly instead of seperate function
* -fix up issues with imspector source codeRyan Wagoner2007-09-301-35/+30
|
* -bump miniupnpd version to RC9Ryan Wagoner2007-09-291-0/+0
| | | | -add multiple interface support
* Use correct snort advanced config pass through value.Scott Ullrich2007-09-181-1/+1
|
* * added PHP4 based SQLite module. May be used to store users in a DBDaniel Stefan Haischt2007-09-160-0/+0
|
* * added PHP4 based LDAP module. May be added to an already existing ↵Daniel Stefan Haischt2007-09-160-0/+0
| | | | PHP/lighty installation
* * added user manager GUI stuffDaniel Stefan Haischt2007-09-1612-492/+1522
| | | | | | | * split usermanager GUI into several files to improve maintainability * added windows JavaScript files to provide eye candy to alert boxes * added initial wizard * TODO: factor out auth usermanager related logic from authng.inc to authng_usermanager.inc