summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the new events mechanisms to dispatch events.Ermal2010-09-0717-29/+52
|
* Ticket #876. Remove old status file of apinger before restarting because it ↵Ermal2010-09-061-1/+2
| | | | might confuse gui.
* Delete previous route if present.Ermal2010-09-061-6/+2
|
* Actually there is a script that will run ntpd on bootup. Revert partially ↵Ermal2010-09-061-0/+3
| | | | the change to fix ntp.
* Ticket #877. Some cleanup and fixes so that openvpn status works correctly.Ermal2010-09-061-11/+8
|
* Fix ntpd starting at boot time and also status->services ↵Ermal2010-09-062-10/+8
| | | | checking/stop/start/restart display. Previously ntpd would not start at all either though it should.
* Add upgrade code for NAT 1:1 rules and bump config version.Erik Fonnesbeck2010-09-052-1/+24
|
* Fix "use system default" setting for reflection on NAT 1:1 rule edit page ↵Erik Fonnesbeck2010-09-051-1/+2
| | | | and remove reference to nonexistent "externalmask" field.
* Fix reflection on 1:1 rules and properly reinitialize the variable holding ↵Erik Fonnesbeck2010-09-051-4/+9
| | | | the CIDR mask on each iteration of the loop since having none specified is allowed.
* Revert "Add missing break statement in input validation code."gnhb2010-09-051-1/+0
| | | | This reverts commit 52bebb6f44293de1d184c2a6310ad6fb38c5f7f2.
* Add missing break statement in input validation code.gnhb2010-09-051-0/+1
|
* Do this check earlier rather than later, instead of moving the ↵Erik Fonnesbeck2010-09-031-1/+12
| | | | interface_bring_down call.
* Revert "Rearrange function calls for wireless to prevent killing ↵Erik Fonnesbeck2010-09-031-6/+5
| | | | | | hostapd/wpa_supplicant at the wrong time." This reverts commit e93385d06ddf0e2888b3f5ee5764992a19f99120.
* Revert "Ticket #867. Do not destory interfaces other than preventing a loop ↵Erik Fonnesbeck2010-09-031-5/+1
| | | | | | for ppp interfaces during interface configuration." This reverts commit 990fb7a9a9b03f744c56792011f1c1e2950ce764.
* Protect against wpa_supplicant dying when bringing down interfaces to change ↵Erik Fonnesbeck2010-09-031-0/+14
| | | | wireless regulatory configuration.
* Ticket #873. Call write_config() before including file to avoid loosing ↵Ermal2010-09-032-112/+150
| | | | already done modifications. While here do some code cleanup and formating to make it more readble.
* Rearrange function calls for wireless to prevent killing ↵Erik Fonnesbeck2010-09-031-5/+6
| | | | | | | hostapd/wpa_supplicant at the wrong time. - Moved interface_wireless_configure call to after the new location of the interface_bring_down call to prevent it from killing hostapd and wpa_supplicant right after they start. - Replaced the original interface_wireless_configure call with the call to the wireless cloning function so that the interface still exists soon enough in the function.
* Ticket #843. Disable for now bringing down the interface unless we want to ↵Ermal2010-09-031-2/+4
| | | | destroy it. While this is not all correct this seems to help alleviate problems when the parent is shared on cloned types.
* Allow 1:1 rules to specify source and destination. This is almost the same ↵Ermal2010-09-033-126/+395
| | | | as on Port Forward tab rules without protocol and ports.
* Add missing break;Ermal2010-09-031-0/+1
|
* Actually decode before writing to mpd.secret. Alos correct variable names. ↵Ermal2010-09-031-1/+1
| | | | Discovered-by: Efonne(IRC)
* Added wiki help page for Tables and removed help link for Bogons (now ↵Warren Baker2010-09-031-1/+1
| | | | included in Tables).
* Base64 encode passowrd fields for safer operations. Suggested-by: Efonne(IRC)Ermal2010-09-032-3/+3
|
* Upgrade user data too for new pppoe world.Ermal2010-09-031-0/+11
|
* Correct function name. Pointy-hat: jimp@Ermal2010-09-032-2/+2
|
* We no longer need system_usermanager_addcert.php, its redundant ↵jim-p2010-09-023-294/+1
| | | | functionality has been merged with system_certmanager.php
* Allow creating a user certificate, pre-fill some info, direct back to user ↵jim-p2010-09-022-57/+138
| | | | edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
* Adjust add link.jim-p2010-09-021-1/+1
|
* Adjust the user manager to use cert references on the user instead of the ↵jim-p2010-09-021-7/+12
| | | | actual certs.
* When generating a user cert, put it in with the rest of the certificates and ↵jim-p2010-09-021-2/+5
| | | | store a reference in the user.
* Update sync code since CERT/CA have moved.jim-p2010-09-021-4/+8
|
* Only allow a certificate to be deleted if it is not currently in use.jim-p2010-09-021-1/+7
|
* Remove two unused functions (now useless) and add a few more utility functions.jim-p2010-09-021-12/+48
|
* Show was a certificate is used for, if anything.jim-p2010-09-021-2/+20
|
* Upgrade code to merge user certificates with normal certificates.jim-p2010-09-021-0/+25
|
* Remove obsolete Bogons filesWarren Baker2010-09-022-110/+1
|
* Added missing Save message.Warren Baker2010-09-021-0/+1
|
* Remove redundant 'Show Bogons' link and added Bogons list to Diagnostics -> ↵Warren Baker2010-09-022-3/+23
| | | | Tables while preserving the same download functionality.
* These are obsolete now.Ermal2010-09-021-0/+2
|
* Fix typo: s/write_confg/write_config/Vinicius Coque2010-09-021-1/+1
|
* Upgrade code for pppoe.Ermal2010-09-023-2/+13
|
* Add my copyright.Ermal2010-09-021-0/+1
|
* Forgot to add the new file for pppoe.Ermal2010-09-021-0/+610
|
* Make possible to run multiple instances of pppoe server. Not yet switched to ↵Ermal2010-09-027-787/+150
| | | | mpd4.
* Bump 7.1 -> 8.1Warren Baker2010-09-022-2/+2
|
* keep src-nodes the same as states, as it is by default. in some ↵Chris Buechler2010-09-021-0/+2
| | | | circumstances this can limit per-host connections
* Revert "Since IPFW is redirecting to the captive portal running on 127.0.0.1:"Scott Ullrich2010-09-011-1/+0
| | | | This reverts commit d624c7902cf71d8fe739fd68595784949902a948.
* Since IPFW is redirecting to the captive portal running on 127.0.0.1:Scott Ullrich2010-09-011-0/+1
| | | | | | | | | | | | 65531 11375 1820680 fwd 127.0.0.1,8000 tcp from any to any in We need to permit traffic from the Captive Portal interface to 127.0.0.1. Otherwise the portal will not come up without a seperate rule allowing it or a allow all rule. How to reproduce: Set your captive portal interface rule to allow traffic from its subnet to it's subnet. IE: * OPT1 net * OPT1 net * * none Try using the captive portal. Now add in this commit and the portal should work without a dedicated user rule permitting traffic to 127.0.0.1. The other solution is to change the IPFW fwd to redirect to the Captive Portal interface IP address in question but this is much easier and just as clean.
* Add even carp ips to the sloppy state filter rules of CP.Ermal2010-09-011-1/+12
|
* Fix line endings on remaining files that did not have the same line endings ↵Erik Fonnesbeck2010-09-0111-3781/+3781
| | | | as everything else.
OpenPOWER on IntegriCloud