summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not check dynamic and special interfaces for a complete interface ↵Scott Ullrich2011-06-191-17/+18
| | | | mismatch error
* Do not create blank domain lines if domain is gone from config.xml. It ↵Scott Ullrich2011-06-191-1/+3
| | | | breaks tools such as dig when troubleshooting, etc.
* Simplify message that wraps off screenScott Ullrich2011-06-191-1/+1
|
* Bug #1602. diag_arp.php hangs when DNS server unreachable.Evgeny Yurchenko2011-06-171-5/+19
|
* Cleanup and drop verbosityScott Ullrich2011-06-171-37/+39
|
* Add new config option cpdupPathsPrefixScott Ullrich2011-06-171-5/+11
|
* Turn down verbosityScott Ullrich2011-06-171-1/+1
|
* Fix formatting of fastcgi params in lighty config.jim-p2011-06-171-13/+13
|
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-172-4/+26
|
* Bug #1437. Dropdown list for country codes for CSRs (Cert Manager)Evgeny Yurchenko2011-06-171-7/+18
|
* Bug #1437. Check for invalid characters in the fields for ca, cert and csr.Evgeny Yurchenko2011-06-172-2/+26
|
* Bug #1437. Dropdown list for country codes (CA manager)Evgeny Yurchenko2011-06-162-6/+263
|
* Do a more thorough check for platform on the ro call, or factory reset blows up.jim-p2011-06-161-1/+3
|
* Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for ↵jim-p2011-06-151-4/+6
| | | | me. Coded-By: Ermal
* PHP says that arrays cannot be used as keys, protect against this case as ↵Ermal2011-06-151-2/+6
| | | | reported that some keys are arrays!
* Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
|
* Add carp.xml to obsolete file list.Ermal2011-06-151-1/+2
|
* Remove obsolete file lurking on installs.Ermal2011-06-152-235/+0
|
* Ticket #1598. Correctly handle ipalias vips when re-enabling carp from the ↵Ermal2011-06-151-2/+6
| | | | carp_status screen.
* Show the OpenVPN instance description when listing interfaces to assign in ↵jim-p2011-06-141-0/+12
| | | | the gui.
* Use the new username field from the GUI or default to admin.Ermal2011-06-141-16/+14
|
* Up config number for username sync upgrade.Ermal2011-06-141-1/+1
|
* Up config number for username sync upgrade.Ermal2011-06-141-1/+1
|
* Upgrade sync username to latest config version.Ermal2011-06-141-0/+11
|
* Allow Accounting Updates to become configurable when Accounting is selected.Warren Baker2011-06-141-4/+4
|
* Allow people to enter another user than admin for syncrhonizing in the carp ↵Ermal2011-06-141-0/+8
| | | | settings page.
* Correct displaying any availble default value.Ermal2011-06-141-1/+1
|
* Correct check for ipaliases over carp so we do not allow the deletion.Ermal2011-06-141-2/+2
|
* Actually correct check so it throws some errors during the second try.Ermal2011-06-141-2/+2
|
* Correct functiong does_vip_exist() to actually work. Fixes #1598Ermal2011-06-141-10/+17
|
* Ooops fix the function. Spotted-by: wagnosa(IRC)Ermal2011-06-141-3/+1
|
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ↵Ermal2011-06-142-4/+49
| | | | help in carp sync issues. Fixes #1598
* Porvide information for the filter reload status screen.Ermal2011-06-141-1/+3
|
* Do not assume that every merge is about vips. Found-by: JimErmal2011-06-131-1/+1
|
* unset after checking that no reconfiguring is needed.Ermal2011-06-131-2/+4
|
* Do not call time() uselessly every time for each entry. Instead just ↵Ermal2011-06-131-7/+16
| | | | snapshot it and use it in calculations. This helps performance and useless paranoic time fetching since every 60 seconds the code will be executed again.
* Do not test for availbility of voucher session_timeout in the database it is ↵Ermal2011-06-131-1/+1
| | | | mandatory for vouchers. This will make sure that if ever a corrupted db happens a user will be required to relogin and correct the db. Possibly related to: http://forum.pfsense.org/index.php/topic,37636.0.html
* Allow packages to specify that their tabmenus should not be a drop-down list ↵Warren Baker2011-06-122-5/+9
| | | | by using a <no_drop_down/> tag.
* Fixes #1327. Trigger synching of vouchers to config through ↵Ermal2011-06-103-38/+23
| | | | check_reload_status. Retire the saveinterval option since it is not useful anymore. Use the prune process of captiveportal to sync vouchers as well to fix issues as reported-by: http://forum.pfsense.org/index.php/topic,37636.0.html
* Fixes #1327. Put description that a full qualified hostname is required.Ermal2011-06-101-0/+1
|
* Ticket #1545. Ooops pass parameter so the dyndns works correctly. ↵Ermal2011-06-101-1/+1
| | | | Pointy-hat: Copy/pasto
* Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342jim-p2011-06-082-4/+34
|
* Fixes #1341. If a table has not entries it is marked as persist and pf(4) ↵Ermal2011-06-081-3/+6
| | | | does not clear its contents. Schedule a table flush for these tables after filter reload to make sure an entry is not forgotten.
* Actually make this code more readble.Ermal2011-06-081-3/+2
|
* Remove the entry from old entries even when there are no changes to prevent ↵Ermal2011-06-081-2/+3
| | | | marking them down.
* Actually correct vip check to be correct for all vip types.Ermal2011-06-081-2/+5
|
* Send correct event for reloading packages.Ermal2011-06-081-1/+1
|
* Do not destroy and create the vip during interface [re]configuration since ↵Ermal2011-06-081-3/+4
| | | | it causes unecessary work and most importantly issues.
* Generate proper index for unsetting so we do not destroy all the vips in the ↵Ermal2011-06-081-1/+1
| | | | backup.
* Disconnect any voucher forced to expire if there are active sessions with it.Ermal2011-06-071-0/+16
|
OpenPOWER on IntegriCloud