summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. ↵Ermal2011-05-171-0/+4
| | | | Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues.
* Make sure all CP form elements are disabled/enabled with the master checkbox.jim-p2011-05-171-0/+2
|
* Fixup MAC display on this other path toojim-p2011-05-161-1/+1
|
* Print the MAC mfg on another line in a smaller font if it's found. Less ↵jim-p2011-05-162-3/+3
| | | | obtrusive than completely replacing the MAC.
* Use base 1000 on user graphs and display cumulative of Total users logged in ↵Warren Baker2011-05-161-31/+11
| | | | over the 'x' period.
* Ensure that $timestamp is only ever written out if it contains a value and ↵Warren Baker2011-05-161-6/+8
| | | | let file be retained through reboots.
* MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵Evgeny2011-05-143-5/+32
| | | | Diagnostics->ARP table
* Merge branch 'axscode-pfs'Bill Marquette2011-05-141-2/+6
|\
| * Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465)Albert S. Causing2011-03-161-2/+6
| |
* | Merge branch 'master' into yakatz-sslBill Marquette2011-05-141145-265/+369
|\ \
| * \ Merge branch 'drcookie-he.net'Bill Marquette2011-05-142-4/+4
| |\ \
| | * | Added HE.net (dns.he.net) to the list of available dyndns services.Chris Wells2011-05-142-4/+4
| | | |
| * | | Fix interface recognition for diag > arp. It was't seeing wireless ↵jim-p2011-05-131-2/+4
| | | | | | | | | | | | | | | | interfaces properly.
| * | | Fix whitespace.jim-p2011-05-131-107/+106
| | | |
| * | | Sync with dhcp leases reading code.jim-p2011-05-131-0/+4
| | | |
| * | | Fix commentjim-p2011-05-121-1/+1
| | | |
| * | | Also skip the rewind binding state or leases show expired. Reported at ↵jim-p2011-05-121-0/+4
| | | | | | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,36657.0.html
| * | | Revert this change. reload_all() already sends a reload message. ↵Scott Ullrich2011-05-121-2/+1
| | | | | | | | | | | | | | | | Unfortunately there is still something else lurking that causes a delay when loading the wizard step
| * | | Use send_event()Scott Ullrich2011-05-121-1/+1
| | | |
| * | | Use send_message and issue the reload all operation in the backgroundScott Ullrich2011-05-121-1/+1
| | | |
| * | | Make autocomplete on the login form optional.jim-p2011-05-121-1/+19
| | | |
| * | | Skip step #9 for non pfSense branded installationsScott Ullrich2011-05-111-0/+8
| | | |
| * | | Various CRL fixes, handle empty internal CRLs better.jim-p2011-05-111-0/+1
| | | |
| * | | Reload the wizard and then redirect to a wizard completed step. Prompt the ↵Scott Ullrich2011-05-111-3/+19
| |/ / | | | | | | | | | user to donate to the project.
| * | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone ↵Chris Buechler2011-05-071119-0/+0
| |\ \ | | | | | | | | | | | | into review/master
| | * | Optimized all images using Yahoo Smush.it service.root2011-03-231119-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Savings: ------------------------------------- Total images uploaded - 1432 Total images smushed - 575 Total uploaded images size - 4507518 bytes Total smushed image size - 3928995 bytes Percentage saving - 14.724452% -------------------------------------
| * | | Misc fixes to make the openvpn wizard stop re-creating a CA previously made ↵jim-p2011-05-071-2/+7
| | | | | | | | | | | | | | | | via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512
| * | | this should be checking for synchronizetoip not pfsyncpeeripChris Buechler2011-05-071-1/+1
| | | |
| * | | Reorder instructions and do not reload dns if its not allowed from the dns ↵Ermal2011-05-061-6/+7
| | | | | | | | | | | | | | | | allow override setting.
| * | | If we are disabling the radius inputs, also disable the secondary radius inputs.jim-p2011-05-061-0/+4
| | | |
| * | | This field should be server2jim-p2011-05-061-1/+1
| | | |
| * | | Use the availble constant on php for this and also the right value that ↵Ermal2011-05-061-2/+2
| | | | | | | | | | | | | | | | comes with it since PHP never supported u_int. There is a bug open still on PHP about bcmod but some more info is needed.
| * | | Misc OpenVPN CRL selection fixes.jim-p2011-05-051-5/+8
| | | |
| * | | When deleting a CA, delete its associated CRLs.jim-p2011-05-051-2/+12
| | | |
| * | | Correct wrong key for checking if a interface type switched. Ticket #1420Ermal2011-05-041-2/+2
| | | |
| * | | Set default colors explicity, the theme can then override them. This ↵jim-p2011-05-021-19/+22
| | | | | | | | | | | | | | | | prevents missing colors in themes from crashing the graphs.
| * | | If the rrd multiplier is negative, use 5% for out instead of 95% for the ↵jim-p2011-05-021-1/+2
| | | | | | | | | | | | | | | | 95th percentile line.
| * | | Set password on the OS instead of just the gui. Fixes #1485jim-p2011-04-291-1/+1
| | | |
| * | | Remove static routes that are added for dns servers when allow override is ↵Ermal2011-04-291-1/+7
| | | | | | | | | | | | | | | | allowed when a ppp interface goes down. Code borrowed from dhclient-script.
| * | | Ticket #1408. Honor the allow override settings even for ppp devices.Ermal2011-04-291-10/+13
| | | |
| * | | Correct saving of qinq specified members and also correctly destroy parent ↵Ermal2011-04-282-4/+4
| | | | | | | | | | | | | | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
| * | | Correct code description during assignmentErmal2011-04-281-1/+1
| | | |
| * | | fix typoChris Buechler2011-04-271-1/+1
| | | |
| * | | Comment out debug printjim-p2011-04-271-1/+1
| | | |
| * | | Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ↵jim-p2011-04-271-78/+91
| | | | | | | | | | | | | | | | accept a subnet to filter on via the host field.
| * | | Allow users to select SSL/TLS+User Auth with external authentication sources.jim-p2011-04-261-7/+0
| | | |
| * | | No need to include head.inc twicejim-p2011-04-261-2/+0
| | | |
| * | | Show OpenVPN instances on Status > Traffic Graphs, with descriptions.jim-p2011-04-251-1/+11
| | | |
| * | | Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd ↵jim-p2011-04-221-1/+3
| | | | | | | | | | | | | | | | from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.
| * | | Set user when removing privileges, otherwise things like the user's shell ↵jim-p2011-04-211-0/+1
| | | | | | | | | | | | | | | | would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.
OpenPOWER on IntegriCloud