summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Sort return of get_pkg_info()Renato Botelho2015-10-201-0/+5
|
* Change get_pkg_info() to also return installed_versionRenato Botelho2015-10-201-0/+13
|
* Make get_pkg_info() add a tag saying when package is installedRenato Botelho2015-10-201-0/+4
|
* Remove unnecessary functions verify_all_package_servers() and ↵Renato Botelho2015-10-201-10/+0
| | | | check_package_server_ssl()
* Teach get_pkg_info() to deal with an array of packagesRenato Botelho2015-10-201-1/+10
|
* Remove WWW: line from pkg descRenato Botelho2015-10-201-0/+2
|
* Add pkg_version_compare()Renato Botelho2015-10-201-0/+20
|
* Remove fifo debug from internal functionsRenato Botelho2015-10-201-18/+0
|
* Check whether the P2 or its associated P1 are disabled before adding NATChris Buechler2015-10-201-1/+8
| | | | rules. Ticket #5320
* Cleanup unused code:Renato Botelho2015-10-206-458/+9
| | | | | | | | | | | | | | | | - Remove xmlrpcbaseurl from globals - Remove xmlrpcpath from globals - Remove embeddedbootupslice from globals - Remove call_pfsense_method() - Remove check_firmware_version() - Remove get_active_xml_rpc_base_url() - Remove zeromq.inc - Remove pkg_mgr_settings.php - Remove pkg_mgr_settings.php privilege definitions - Bump config version to 12.3 - Write upgrade code to cleanup $config['altpkgrepo'] - Remove check_firmware_version method from xmlrpc.php - Fix pfSense_firmware_version_doc text
* Rework installpkg and uninstallpkg scripts to use pfSense-upgradeRenato Botelho2015-10-202-39/+18
|
* Disable zero copy buffers in bpf.Luiz Otavio O Souza2015-10-191-1/+0
| | | | | | | | | This was a no-op before my changes (so this was never really enabled) and now it is known to cause issues with tcpdump and hostapd. Disable this until we fix all the raised issues. Issue: #5257
* Fix the captive portal rules after 98bf4991dc31f97fc7315a6b8aba433de9d39cea.Luiz Otavio O Souza2015-10-191-10/+4
| | | | | | The malformed rules breaks the parsing of initialisation rules. Issue: #4746
* Fixed bogus "Beginning package installation" message from the ↵Stephen Beaver2015-10-161-2/+0
| | | | install_package_XML() function
* Add 'caref' attribute to the ca object passed into ca_inter_create so aMatt Smith2015-10-161-0/+1
| | | | relationship to the signing CA can be maintained. Fixes #5313.
* Limit strongswan trusted CA certificates to those required for authentication ofMatt Smith2015-10-161-22/+46
| | | | the configured IPsec SA's instead of trusting all known CA's. Fixes #5243.
* only use daemon and not auth for strongswan logging. As it was, all logs ↵Chris Buechler2015-10-151-6/+0
| | | | were duplicated. Ticket #5242
* fix comparison here. Ticket #4558Chris Buechler2015-10-151-1/+1
|
* Set rightca for IPsec phase 1 using Mutual RSA, Mutual RSA + xauth, or ↵Matt Smith2015-10-151-0/+24
| | | | EAP-TLS. Fixes #5241.
* Disable repo auto updateRenato Botelho2015-10-141-2/+4
|
* Merge pull request #1689 from jlduran/l2tp-mschapv2Matt Smith2015-10-141-4/+10
|\
| * Add MS-CHAPv2 option to L2TP ConfigurationJose Luis Duran2015-09-221-4/+10
| | | | | | | | See [#4732](https://redmine.pfsense.org/issues/4732)
* | Run pkg update once one time every hour, like upgrade script doesRenato Botelho2015-10-141-1/+32
| |
* | s/ip/IP/ it got lost on revert. Spotted by @phil-davisRenato Botelho2015-10-141-1/+1
| |
* | Revert "remove the destination server's interface(s) from dhcrelay. Ticket ↵Renato Botelho2015-10-141-4/+133
| | | | | | | | | | | | #4908" This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8
* | Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add ↵Chris Buechler2015-10-141-0/+13
| | | | | | | | filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558
* | RevisionsStephen Beaver2015-10-131-0/+1
| |
* | Silent executionRenato Botelho2015-10-131-1/+1
| |
* | Make sure timezones listed on first level directory is also grabbed by ↵Renato Botelho2015-10-131-2/+15
| | | | | | | | system_get_timezone_list(). It fixes #5303
* | Add missing ;Renato Botelho2015-10-131-1/+1
| |
* | PHP chmod() doesn't like 1777, gives it 01777 thenRenato Botelho2015-10-131-1/+1
| |
* | Fix path for 2.3Renato Botelho2015-10-131-1/+1
| |
* | Remove accidentally added lineRenato Botelho2015-10-131-1/+0
| |
* | Preserve /tmp permission, it fixes #5298. While here, replace some rm calls ↵Renato Botelho2015-10-131-20/+18
| | | | | | | | by unlink()
* | Do not obsolete includes, they are small and it obsoleting it adds lots of ↵Renato Botelho2015-10-131-1/+0
| | | | | | | | warnings during pkg upgrade
* | Remove /usr/local/lib/php.ini, we don't need 2 copies of thisRenato Botelho2015-10-134-25/+14
| |
* | Remove strongswan's cert directories and repopulate them, to ensure no ↵Chris Buechler2015-10-121-0/+5
| | | | | | | | removed CAs, certs, or CRLs remain. Ticket #5238
* | Fix up strongswan logging levels. Remove charondebug since strongswan.conf ↵Chris Buechler2015-10-121-7/+11
| | | | | | | | settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242
* | Do curl_init above any curl_setopt, and take it out of that if block since ↵Chris Buechler2015-10-081-1/+2
| | | | | | | | it applies to all types.
* | https://redmine.pfsense.org/issues/5207Matt Smith2015-10-071-2/+1
| | | | | | | | change auth methods for both peers when using hybrid RSA + xauth with IKEv1
* | Add support for an IPv6 pool for mobile clients.Matt Smith2015-10-071-3/+11
| |
* | Rework pfSense-upgrade script to make it work with nanobsdRenato Botelho2015-10-071-5/+4
| |
* | Fixed #5277Stephen Beaver2015-10-071-0/+53
| |
* | improve spacing for non form panelsJared Dillard2015-10-061-1/+1
| |
* | Partial fix for #5263Stephen Beaver2015-10-061-39/+84
| | | | | | | | Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available
* | Merge pull request #1572 from stilez/patch-5Renato Botelho2015-10-061-33/+19
| |
* | Page converted to POST operationStephen Beaver2015-10-051-9/+13
| |
* | Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. ↵Chris Buechler2015-10-031-0/+4
| | | | | | | | Ticket #3858
* | Merge pull request #1803 from nagyrobi/patch-18Renato Botelho2015-10-021-3/+3
| |
* | Fix typoChris Buechler2015-10-021-1/+1
| |
OpenPOWER on IntegriCloud