summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1744 from phil-davis/patch-5Renato Botelho2015-07-151-1/+1
|\
| * Avoid error loading rules for numeric host name in aliasPhil Davis2015-07-121-1/+1
* | Fix GratisDNS supportmortencombat2015-07-141-2/+2
|/
* 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
* fsync conf_path here tooChris Buechler2015-07-101-0/+1
* fix typoChris Buechler2015-07-101-1/+1
* 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, ti...Renato Botelho2015-07-061-4/+2
* 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
* Fix keyid identifers, and go back to using %any in ipsec.secrets as in previo...Chris Buechler2015-07-031-2/+4
* 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
* 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
* 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
* Make pkg_delete() more verboseRenato Botelho2015-07-011-2/+3
* Remove packages from cache after install, also add debug messagesRenato Botelho2015-07-011-2/+6
* Mute call to 'pkg info -e' used to check if pkg is installedRenato Botelho2015-07-011-1/+1
* Re-implement pkg_call() using proc_open() and stream_select() and also implem...Renato Botelho2015-07-011-4/+124
* pfsense-utils.inc is being required, there is no chance of update_status() an...Renato Botelho2015-07-011-11/+2
* Make rc.packages deal with fcgicli callRenato Botelho2015-06-301-4/+16
* Use interface-automatic for Unbound when the interfaces list is empty (same a...jim-p2015-06-261-0/+2
* Add D1540-XG.Matt Smith2015-06-231-0/+3
* Introduce Netgate RCC-DFF to the list of known platformsRenato Botelho2015-06-232-2/+8
* rereadall is not enough here, restore reload call to make sure everything wor...Renato Botelho2015-06-231-0/+1
* Replace ipsec rereadsecrets + reload by single rereadall, that will re-read a...Renato Botelho2015-06-231-2/+1
* Instead of sending USR1, just call ipsec reload. And before it, call ipsec re...Renato Botelho2015-06-231-1/+2
* Partially revert 019ee2bc8c, this workaround is not necessary. Real fix will ...Renato Botelho2015-06-231-8/+0
* Add a workaround for ticket #4785:Renato Botelho2015-06-231-4/+17
* Merge pull request #1728 from devnullity/patch-1Chris Buechler2015-06-231-1/+1
|\
| * Fix var name typo in shaper.inc Ben Cook2015-06-211-1/+1
* | Don't delete /var/tmp/, that was originally done to clear session data at boo...Chris Buechler2015-06-221-1/+0
* | Use $myid in ipsec.secrets. Ticket #4785Chris Buechler2015-06-221-2/+2
|/
* Specify $myid rather than %any here, otherwise user manager and mobile PSKs w...Chris Buechler2015-06-211-3/+4
* Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-191-2/+2
* Add a GUI field to increase the pf frag entries limit. Fixes ticket #4775jim-p2015-06-181-0/+5
* chmod +x hostidChris Buechler2015-06-181-0/+0
* Blacklist invalid "from" sources since they can be picked up accidentally and...jim-p2015-06-171-1/+3
* Add load_balancer_relay_* to obsolete files. They were removed from the maste...jim-p2015-06-161-0/+4
* Remove the GUI for the pc-sysinstaller as well and add it to obsoletee filesErmal LUÇI2015-06-151-0/+3
* Code spacingPhil Davis2015-06-1534-279/+297
OpenPOWER on IntegriCloud