summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix up invalid/old .tcshrc for 2.0.x.jim-p2013-06-052-4/+36
|
* Correct mouseover description for adding a certificate. Fixes #3017jim-p2013-06-031-1/+1
|
* "block" is also a reserved keyword that can't be an alias name, or pf tosses ↵jim-p2013-05-291-1/+1
| | | | an error.
* remove preferoldsa as a default value from 2.0.x also (was removed from 2.1 ↵jim-p2013-05-241-1/+0
| | | | as default a few months ago)
* Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to ↵jim-p2013-05-221-4/+47
| | | | require zone declarations, and the ddns-update-style directive only works globally.
* remove auto-added allow rule for pfsyncChris Buechler2013-05-171-1/+0
|
* Fixes on HA setup:Renato Botelho2013-05-161-1/+5
| | | | | | | | - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
* Add nsswitch.conf to stop syslog from producing errors when sending full ↵jim-p2013-04-261-0/+8
| | | | messages.
* Fix isvm check to match on productWarren Baker2013-04-261-5/+6
|
* Remove the - in the word 'number'Warren Baker2013-04-251-3/+3
|
* Correct spelling on editing gif interfaceWarren Baker2013-04-251-1/+1
|
* Move dnsmasq start to before ntp, or else the entry for the DNS forwarder in ↵jim-p2013-04-251-3/+3
| | | | /etc/resolv.conf will always time out.
* Avoid set 2 sources for penalty rules on shapper wizard. Fixes #2959Renato Botelho2013-04-244-4/+0
|
* Show the package section if the lock is present alsojim-p2013-04-221-1/+1
|
* Make more strict comparison to avoid type issues when gw name only contain ↵Renato Botelho2013-04-181-2/+2
| | | | numbers. Fixes #2956
* bump to 2.0.3-RELEASERELENG_2_0_3Chris Buechler2013-04-101-1/+1
|
* change back to PRERELEASE, we'll re-enable public snapshots until we're ↵Chris Buechler2013-04-051-1/+1
| | | | confident the build problem is resolved.
* bump to 2.0.3-RELEASEChris Buechler2013-04-021-1/+1
|
* Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-279-3/+51
| | | | | | | | | | | | | themes. Fixes #2900 Conflicts: usr/local/www/interfaces.php usr/local/www/themes/_corporate/all.css usr/local/www/themes/code-red/all.css usr/local/www/themes/pfsense-dropdown/all.css usr/local/www/themes/pfsense/all.css usr/local/www/themes/pfsense_ng/all.css usr/local/www/themes/the_wall/all.css
* Move status file to a ram disk to avoid possible latency issuesErmal2013-03-261-5/+5
|
* point to new github repoChris Buechler2013-03-101-1/+1
|
* Use the process name rather to avoid the infamous file not found errorWarren Baker2013-03-081-3/+3
|
* Fix variable name reference, fixes port display after lan IP reset.jim-p2013-03-071-1/+1
|
* Use the correct interface number (old code broke for >= 10)jim-p2013-03-041-1/+1
|
* Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-278-26/+77
| | | | direction to catch connections initiated both ways.
* Better check for the right bits being set.jim-p2013-02-251-2/+2
|
* Always clear the OpenVPN route when using shared key, no matter what the ↵jim-p2013-02-251-6/+13
| | | | tunnel network "CIDR" is set to, it still needs it.
* Encrypt backup after rrd data is added, it fixes #2836Renato Botelho2013-02-241-5/+5
|
* Fix reference to SNMP interface binding.jim-p2013-02-211-1/+1
|
* fix typoRenato Botelho2013-02-201-1/+1
|
* Use our own git package and not the really old one from FreeBSD's ftp ↵jim-p2013-02-151-1/+4
| | | | archive for 8.1
* Fix page name. Fixes #2640jim-p2013-02-121-1/+1
|
* Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-112-7/+35
| | | | rather than killing/restarting manually.
* If more than 2 minutes have passed from the prunning process ignore the lockErmal2013-02-111-2/+7
|
* Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
|
* Fix fallback pool monitor selection.jim-p2013-02-081-1/+1
|
* Restart ntpd a little differently, seems to stabilize it when restarted from ↵jim-p2013-02-082-2/+2
| | | | rc.newwanip
* Actually let xmlrpc construct the url internally from the passed info it is ↵Ermal2013-02-061-9/+3
| | | | doing same checks
* Correct url creation for xmlrpc. Fix lock order with voucher expire. Bring ↵Ermal2013-02-061-10/+20
| | | | from master fixes for exec_php xmlrpc code generation
* When going through the xmlrpc calls do not hold the lock since deadlock ↵Ermal2013-02-061-7/+12
| | | | might occur.
* Unlink pid file before starting a new processErmal2013-02-051-1/+4
|
* Test var before using as array. Should fix #2794jim-p2013-02-051-1/+1
|
* Bring in the RCFILEPREFIX as constant fixes from HEAD, since otherwise ↵jim-p2013-01-303-19/+18
| | | | rc.stop_packages was globbing in the wrong dir and executing the wrong scripts. Also seems to have fixed the "bad fd" error.
* Whitespace fixesjim-p2013-01-301-18/+16
|
* Change output style to follow halt.php and reboot.php so the shutdown output ↵jim-p2013-01-301-10/+13
| | | | | | | | appears in the correct location on the page. Conflicts: usr/local/www/diag_defaults.php
* Add header to DHCP static mappings tablejim-p2013-01-281-0/+4
|
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
|
* Add a note about rdr pass not supporting Multi-WAN.jim-p2013-01-261-0/+1
|
* No reason for the ppp log to use this display method, use dump_clog() instead.jim-p2013-01-211-19/+1
|
* Enable cgi for the webgui since some ports like lightsquid need itErmal2013-01-211-1/+5
|
OpenPOWER on IntegriCloud