summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Converted all print() statements to echo() and also added 2 new XML tags for ↵Warren Baker2010-09-081-148/+283
| | | | | | packages to create an 'Advanced Features' section. Tags are <advanced_options/> and <advancedfield/> which when enabled will add the advanced field into the new advanced section and also gives it a shiny new 'Advanced' button to click.
* Check for proper type.Ermal2010-09-081-2/+2
|
* Correct typo in file name. Also do not delete users just expire them.Ermal2010-09-082-4/+5
|
* Use foreach and check for type to avoid errors.Ermal2010-09-081-10/+9
|
* Start-up first check_reload_status than call rc.bootup since this is the new ↵Ermal2010-09-081-86/+84
| | | | world order. This unbreaks booting and removes spurious messages during boot. While here for all binaries use full path for correctnes and avoid any 'strange' issues.
* Typo: choosen -> chosenjim-p2010-09-081-1/+1
|
* Expand alias for redirect target port and truncate to first port or range if ↵Erik Fonnesbeck2010-09-071-1/+8
| | | | destination port is not that same alias, since the translation port in PF does not accept lists.
* Fix variable name typo in status_services.php and fix return value of ↵Erik Fonnesbeck2010-09-072-2/+2
| | | | is_pid_running. Fixes #877
* Fix hyphen validation for host name on Services: DHCP: Edit static mapping page.Erik Fonnesbeck2010-09-071-1/+1
|
* Provide a button to reload the filter at status->filter reload status.Ermal2010-09-071-1/+8
|
* Do the check regarding 'none' configured interfaces properly. This fixes ↵Ermal2010-09-071-1/+1
| | | | breakage on VIP configuration. Reported-by: http://forum.pfsense.org/index.php/topic,28120.0.html
* Ticket #876. Reload gateways/apinger before filter_reload so the new ↵Ermal2010-09-071-4/+3
| | | | ip/gateway is considered up from the beginning.
* 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.
OpenPOWER on IntegriCloud