summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix operatorRenato Botelho2014-09-101-1/+1
| |
* | Return something meaningful until the widget is made to work correctlyErmal2014-09-101-0/+3
| |
* | Remove racoon referencesErmal2014-09-102-2/+2
| |
* | Remove all remnants of racoon from log pageErmal2014-09-101-42/+0
| |
* | Correct status.php for new ipsecErmal2014-09-101-1/+1
| |
* | Remove traces of older implementation still presentErmal2014-09-102-12/+18
| |
* | Put some tuning on number of half open connection possible in one time.Ermal2014-09-101-0/+1
| |
* | Provide some parallellizm on the IKESA lookups for heavy loaded boxes.Ermal2014-09-101-0/+2
| |
* | Actually roll this back since it was a testing glitchErmal2014-09-101-3/+3
| |
* | Also here be more strict on checking to return proper result. (some missed ↵Ermal2014-09-101-3/+3
| | | | | | | | from previous commit)
* | Also here be more strict on checking to return proper resultErmal2014-09-101-1/+1
| |
* | Put some more statistics and the user that gets connected now that we canErmal2014-09-091-1/+34
| |
* | Merge pull request #1273 from fsSnowboard/masterRenato Botelho2014-09-091-3/+3
|\ \
| * | Fix minor typo to name and port rangeTyler Turner2014-09-091-3/+3
| | | | | | | | | | | | | | | Typo on the name of the FaceTime shape rule, and missing 1 from Google Talk port range.
* | | Make sure dhclient is not running before start it, it fixes console ↵Renato Botelho2014-09-091-0/+3
| | | | | | | | | | | | interface setup when interface is using dhcpv4. It should also help #3482
* | | Implement a function to kill dhclient process, sometimes it takes a little ↵Renato Botelho2014-09-092-7/+17
| | | | | | | | | | | | time to die, so use a sleep(1) there
* | | find_dhclient_process() returns an int, not stringRenato Botelho2014-09-092-2/+2
| | |
* | | Some device names are bigger now (eg vtnet, ixgbe, cxgbe)Renato Botelho2014-09-091-1/+1
| | |
* | | Be more explicitErmal2014-09-091-1/+1
| | |
* | | Correct log prepending valueErmal2014-09-091-1/+1
|/ /
* | Correct generating loglevels for startup through ipsec.confErmal2014-09-091-2/+2
| |
* | Fix guess_interface_from_ip() to account for differences in netstat output. ↵jim-p2014-09-091-4/+4
| | | | | | | | Fixes #3853
* | Import fix for http://bugs.jquery.com/ticket/9521Renato Botelho2014-09-091-2/+2
| |
* | Blah unconditionally set rightsourceip per ↵Ermal2014-09-091-3/+4
| | | | | | | | https://forum.pfsense.org/index.php?topic=80300.0 Until pools can be supported properly.
* | As pointed out by Ermal, VIPs should go first in the list since NAT is first ↵Renato Botelho2014-09-091-2/+2
| | | | | | | | match. Ticket #983
* | igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
| |
* | Ticket #3826 correct point number 2) by showing not connected tunnels in the ↵Ermal2014-09-081-3/+75
| | | | | | | | end of the status page
* | Improvements on interfaces_assign.php:Renato Botelho2014-09-081-99/+125
| | | | | | | | | | | | - Let user select network port to add instead of pick the first available, it fixes #3846 - While I'm here, drop GET and use only POST
* | Convert this block into a function for later useRenato Botelho2014-09-081-40/+38
| |
* | Fix indentRenato Botelho2014-09-081-2/+2
| |
* | Remove unecessary var initializationRenato Botelho2014-09-081-1/+0
| |
* | Replace mwexec() by unlink_if_exists() and respect global tmp_pathRenato Botelho2014-09-081-1/+1
| |
* | Fix indent and whitespacesRenato Botelho2014-09-081-103/+122
| |
* | Fixes #3664, actually make sense of this function to work properlyErmal2014-09-081-5/+3
| |
* | Fixes #3823 Properly parse auth tags as variablesErmal2014-09-081-1/+1
| |
* | Show properly a setting of any for Identifiers to use in the status pageErmal2014-09-081-6/+12
| |
* | Adjust states summary for new pfctl -ss output. Fixes #2121jim-p2014-09-051-5/+15
| |
* | Merge pull request #1271 from fsSnowboard/masterRenato Botelho2014-09-053-291/+1079
|\ \
| * | Add more services and reorderTyler Turner2014-09-043-291/+1079
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add following shaping rules: ARMA 3 WII EA Origin Games For Windows Live Crysis 3 DeadSpace 2 DeadSpace 3 DragonAge2 MassEffect3 Facetime Google Hangouts TeamSpeak 3 Ventrilo iTunes Rado IMAP/S POP3/S SMTP/S Apple Mobile Sync Apple Push Network Service Crashplan Git Subversion BattleNet Downloader Steam Downloader Changed: Playstation Xbox to include XBOX one Battlefield 3 to include 4 OperationFlashpoint rename Quake 3 rename Quake 4 rename Tribes Ascend rename Removed: Halo2 because its covered under XBOX Add Game console and Client section with Wii, PlayStation, XBOX, BattleNet, EA Origin and Steam. Reordered file contents by section and alphabetically for user friendliness. Added Game Downloader section in step 7 which includes ports for Battle.NET and Steam.
* | Make sure button 'move to the end' highlight last lineRenato Botelho2014-09-041-2/+2
| |
* | Do not collapse phase2 items every time an action occoursRenato Botelho2014-09-041-10/+12
| |
* | Replace all GET use by POSTRenato Botelho2014-09-041-83/+72
| |
* | More improvements on IPsec GUI (Ticket #3328):Renato Botelho2014-09-041-49/+153
| | | | | | | | | | | | * Allow to reorder P2 entries * Allow to remove multiple P2 entries * Add an icon to quickly toggle enable/disable status of p1 items
* | Mark host as up or down before execute script, then script can use this ↵Renato Botelho2014-09-041-2/+2
| | | | | | | | | | | | information. Submitted by: Jean Debogue <jean@wedebugyou.com>
* | Remove wrong code left from copy/pasteRenato Botelho2014-09-041-8/+0
| |
* | Use array id to delete phase2, it will simplify changes I'm working on and ↵Renato Botelho2014-09-041-10/+5
| | | | | | | | will commit soon
* | Change functions from row_toggle.js to work with different field names, ↵Renato Botelho2014-09-041-14/+25
| | | | | | | | keeping the old behaviour as default. This is necessary to have more than one group of fields in the same page
* | fix menu wrap on non-default themesJared Dillard2014-09-034-21/+8
| |
* | fix menu wrap on pfense_ng and pfsense_ng_fsJared Dillard2014-09-032-6/+4
| |
* | Improvements on IPsec GUI (Ticket #3328):Renato Botelho2014-09-031-70/+157
| | | | | | | | | | | | | | | | * Allow to reorder phase1 items * Allow to remove multiple phase1 items * Add an icon to quickly toggle enable/disable status of p1 items * Print P1 header only once and remove space between items * Fix table border when P2 items are expanded
OpenPOWER on IntegriCloud