Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Before creating a PHP pointer to an array, make sure the section exists. | Scott Ullrich | 2008-02-03 | 1 | -6/+12 |
| | | | | | Otherwise this will create a <blank></blank> or <blank/> entry. This BUG / practice plagues many packages. Glad we finally found the culprit. | ||||
* | * Do not foreach through non-arrays | Scott Ullrich | 2008-02-03 | 1 | -17/+23 |
| | |||||
* | Only iterate items if the variable is an array. | Scott Ullrich | 2008-01-30 | 1 | -17/+21 |
| | |||||
* | Ensure file is only user readable | Scott Ullrich | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | Ensure file is only user readable | Scott Ullrich | 2007-10-17 | 1 | -0/+2 |
| | |||||
* | Note that the .conf file should not be edited | Scott Ullrich | 2007-10-17 | 1 | -0/+1 |
| | |||||
* | Do not leave a stray } | Scott Ullrich | 2007-10-17 | 1 | -1/+2 |
| | |||||
* | Note that the rc file should not be edited | Scott Ullrich | 2007-10-17 | 1 | -3/+3 |
| | |||||
* | Do not leave a stray } | Scott Ullrich | 2007-10-17 | 1 | -2/+5 |
| | |||||
* | Show which neighbor is referencing the group. | Scott Ullrich | 2007-10-17 | 1 | -2/+3 |
| | |||||
* | Do not allow a group to be deleted when being referenced by a neighbor. | Scott Ullrich | 2007-10-17 | 1 | -0/+17 |
| | |||||
* | Stop BGPD on deinstall | Scott Ullrich | 2007-10-17 | 1 | -1/+2 |
| | |||||
* | * Backout last commit, changing the text breaks the logic * Make sure that ↵ | Scott Ullrich | 2007-10-17 | 1 | -5/+4 |
| | | | | we check every couple seconds for changes | ||||
* | Remove " X" from innertext of select items since this is our way of telling ↵ | Scott Ullrich | 2007-10-17 | 1 | -0/+2 |
| | | | | which fields need parameters. | ||||
* | Do not allow user to set values for items that do not require it. | Scott Ullrich | 2007-10-17 | 1 | -0/+32 |
| | |||||
* | * Add more parameters * Handle neighbors that do not specify a group correctly | Scott Ullrich | 2007-10-16 | 1 | -0/+14 |
| | |||||
* | Correcty filtering item logic | Scott Ullrich | 2007-10-16 | 1 | -1/+2 |
| | |||||
* | * Add more parameters * Add filtering policies for BGP peers | Scott Ullrich | 2007-10-16 | 1 | -0/+7 |
| | |||||
* | Adding OpenBGPD package TODO: Grey out neighbor parameters for certain ↵ | Scott Ullrich | 2007-10-16 | 1 | -0/+122 |
fields TODO: Do not allow a group to be deleted when being referenced by a neighbor |