summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix glob for serial device namesPhil Davis2015-07-141-1/+6
| | | | | | | | | | | | | | | | Removing the "." that was in {,.[0-9]} allows it to match /dev/cuau10 and onward. I added lots of comments on the glob expression, because the format of the glob expression is not the same as an ordinary regex.
* | | | Fix adding of VoIP rules from traffic shaper wizard where IP/alias is notChris Buechler2015-07-141-0/+6
| | | | | | | | | | | | | | | | specified.
* | | | Merge pull request #1753 from mortencombat/patch-1Chris Buechler2015-07-141-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix GratisDNS supportmortencombat2015-07-141-2/+2
|/ / / | | | | | | The current implementation is not working for me, maybe the interface was changed by GratisDNS? I tested the update URL manually with the IP added ("&i=<ip>") which fixed the issue for me. Code adjusted to include IP.
* | | Merge pull request #1748 from phil-davis/patch-9Chris Buechler2015-07-131-4/+4
|\ \ \ | |/ / |/| |
| * | Fix references to Load Balancer Virtual Server redirect_modePhil Davis2015-07-131-4/+4
|/ / | | | | | | When adding a Virtual Server, if you press Save with blank fields, the validation does not show. That was because the switch statement selecting the fields to validate had wrong case values. Actually the "mode" here is locked to "redirect_mode" (later code to allow the mode to be selected by the user is commented out - not implemented. I fixed the reqdfieldsn array also for relay_mode case, even though it is never used. It looked dodgy the way it was.
* | fix fsync, thanks Phil Davis for noticingChris Buechler2015-07-101-1/+1
| |
* | fix fsyncChris Buechler2015-07-101-1/+1
| |
* | fsync after fclose here, clean up some white space while here.Chris Buechler2015-07-101-2/+9
| | | | | | | | | | Conflicts: etc/inc/config.lib.inc
* | fsync conf_path here tooChris Buechler2015-07-101-0/+1
| |
* | fix typoChris Buechler2015-07-101-1/+1
| |
* | Merge pull request #1739 from yakar/patch-6Chris Buechler2015-07-081-2/+4
|\ \
| * | Update index.phpAydın Yakar2015-07-071-2/+3
| | |
| * | Update index.phpAydın Yakar2015-07-071-2/+3
|/ /
* | Fix dashboard hardware crypto display where AES-NI is enabled. TicketChris Buechler2015-07-061-1/+1
| |
* | Don't check whether the QinQ interface exists when deleting. UnnecessarilyChris Buechler2015-07-061-2/+0
| | | | | | | | | | makes QinQ un-deletable where the parent interface no longer exists (removed, config restored from diff hardware, etc.).
* | Make sure config.xml is safe on disk when restoring a backup, ticket #4803Renato Botelho2015-07-061-0/+1
| |
* | Make sure temporary config file is safe on disk before rename, ticket #4803Renato Botelho2015-07-061-1/+1
| |
* | Remove reference to vfs.forcesyncRenato Botelho2015-07-061-1/+0
| |
* | Use right function pfSense_fsync to make sure config file is safe on disk, ↵Renato Botelho2015-07-061-4/+2
| | | | | | | | ticket #4803
* | fix includes so shellsession restartipsec works.Chris Buechler2015-07-051-0/+2
|/
* remove debug.pfftpproxy, it no longer exists.Chris Buechler2015-07-041-1/+0
|
* de-activate sync on upgrade where it's enabled now that the root ↵Chris Buechler2015-07-031-3/+3
| | | | passwd/group problem is fixed. Ticket #4523
* Fix keyid identifers, and go back to using %any in ipsec.secrets as in ↵Chris Buechler2015-07-031-2/+4
| | | | previous versions, fixing a variety of other ID issues. Latter will break some mobile IPsec circumstances, fix for that to come after more testing. Ticket #4811
* Merge pull request #1736 from phil-davis/patch-1Renato Botelho2015-07-031-2/+2
|\
| * Fix put static route destination in config change descriptionPhil Davis2015-07-041-2/+2
|/ | | | When enabling or disabling a route by using the enable/disable button on the Routes page, the destination network was not being put in the config change description, although the code intended it to be there. This fixes it.
* Improve handling of port ranges in relayd, fixes #4810jim-p2015-07-011-1/+5
|
* Remove the unnecessary deletion of rc.conf. Add an empty rc.conf with aChris Buechler2015-07-013-6/+1
| | | | note so people don't think they should be using it.
* Remove $array_keys references and use $pkg_info. Spotted-by: phil-davisRenato Botelho2015-07-011-5/+2
|
* Encode ca/cert descr in system_certmanager.phpjim-p2015-07-011-3/+7
|
* Encode ca/cert descr in system_certmanager.phpjim-p2015-07-011-6/+14
|
* Encode ca/cert/crl descr in system_crlmanager.phpjim-p2015-07-011-11/+16
|
* Encode ca/cert descr in vpn_openvpn_server.phpjim-p2015-07-011-5/+5
|
* Encode ca/cert descr in vpn_openvpn_client.phpjim-p2015-07-011-3/+3
|
* Encode ca/cert descr in vpn_ipsec_phase1.phpjim-p2015-07-011-2/+2
|
* Encode ca/cert descr in system_authservers.phpjim-p2015-07-011-1/+1
|
* Encode ca/cert descr in system_usermanager.phpjim-p2015-07-011-1/+1
|
* Encode cert/ca descr in system_advanced_admin.phpjim-p2015-07-011-1/+1
|
* Encode cert/ca descr in services_captiveportal.phpjim-p2015-07-011-1/+1
|
* Encode ca/cert info in openvpn_wizard.incjim-p2015-07-011-0/+8
|
* Modify pkg_mgr.php to deal with pkgRenato Botelho2015-07-011-89/+19
|
* Fix install_package calls and check for failuresRenato Botelho2015-07-011-3/+3
|
* Simplify logic and use correct calls for install_packageRenato Botelho2015-07-012-21/+12
|
* Fix install_package() return for failureRenato Botelho2015-07-011-1/+1
|
* Remove old and unnecessary codeRenato Botelho2015-07-011-7/+0
|
* Stop using undefined variable and create a single package debug fileRenato Botelho2015-07-011-1/+1
|
* Improve debug messagesRenato Botelho2015-07-011-2/+5
|
* Fix call to undefined function read_pkg_configRenato Botelho2015-07-011-1/+1
|
* Only try to remove pkg if it's installed, otherwise just cleanup xml partRenato Botelho2015-07-011-1/+6
|
* Implement get_pkg_info()Renato Botelho2015-07-011-12/+40
|
OpenPOWER on IntegriCloud