summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-13/+13
|
* Implement gettext() callsRafael Lucas2010-06-181-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-181-13/+13
|
* Implement gettext() callsRafael Lucas2010-06-181-13/+13
|
* Implement gettext() callsRenato Botelho2010-06-181-8/+8
|
* Implement gettext() callsRenato Botelho2010-06-181-36/+37
|
* Implement gettext() callsRenato Botelho2010-06-181-5/+5
|
* Implement gettext() callsRenato Botelho2010-06-181-19/+19
|
* Implement gettext() callsRenato Botelho2010-06-181-18/+18
|
* Implement gettext() callsRenato Botelho2010-06-181-44/+42
|
* Adding gettext calls to the file diag_logs_filter_dynamic.phpVinicius Coque2010-06-181-20/+20
|
* Adding gettext calls to the file diag_logs_filter.phpVinicius Coque2010-06-181-28/+28
|
* Adding gettext calls to the file diag_logs.phpVinicius Coque2010-06-181-1/+1
|
* Adding gettext calls to the file diag_logs_dhcp.phpVinicius Coque2010-06-181-14/+14
|
* Adding gettext calls to the file diag_logs_auth.phpVinicius Coque2010-06-181-14/+14
|
* Adding gettext calls to the file diag_logs.phpVinicius Coque2010-06-181-14/+14
|
* Adding gettext calls to the file diag_ipsec_spd.phpVinicius Coque2010-06-181-16/+16
|
* Merge remote branch 'mainline/master'Renato Botelho2010-06-187-29/+84
|\
| * Ooops curly missing.Ermal2010-06-171-3/+4
| |
| * Actually correctly handle some vip types ips for getNasIP.Ermal2010-06-171-1/+4
| |
| * Teach even getNasIP for the new callingstation ip setting.Ermal2010-06-171-5/+12
| |
| * Do not include functions.inc just for pfSenseHeader which is not really the ↵Ermal2010-06-171-3/+5
| | | | | | | | best place to use!
| * Use proper name for index.Ermal2010-06-171-1/+1
| |
| * Fixes #660. Simplify some code and correctly do an exit after a redirect is ↵Ermal2010-06-171-8/+4
| | | | | | | | issued. Thanks-to: Efonne for analysis.
| * Use the configured src ip attribute choosen for accounting too.Ermal2010-06-171-1/+5
| |
| * Show even VIP's in the list. This is copied from nat code and probably ↵Ermal2010-06-172-6/+24
| | | | | | | | should be generalized.
| * Do not assume WAN as the default interface to get the ip from for the ↵Ermal2010-06-172-1/+24
| | | | | | | | calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.
| * fix textChris Buechler2010-06-171-3/+3
| |
| * Check if a variable is set before trying to unset. Otherwise, this will blow ↵jim-p2010-06-171-3/+4
| | | | | | | | up with $a[b][c] if $a[b] doesn't exist.
* | Implement gettext() calls at the files: "diag_traceroute.php", ↵Rafael Lucas2010-06-183-26/+26
| | | | | | | | "diag_system_pftop.php", "diag_system_activity.php"
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-171-17/+17
| |
* | Implement gettext() callscadu2010-06-171-3/+3
| |
* | Implement gettext() callscadu2010-06-171-5/+5
| |
* | CHANGED FILES: diag_routes.php diag_showbogons.php diag_states_summary.phpRafaellucas2010-06-173-20/+19
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-06-1710-50/+67
|\ \ | |/
| * Strip windows carriage return (^M) on save. IE adds this, and it can break ↵jim-p2010-06-171-0/+1
| | | | | | | | certain files that don't expect to deal with it.
| * Fix wireless status page to look at the right wireless interface name.smos2010-06-171-2/+2
| | | | | | | | Ticket #649
| * correct the limiter, it reversed up/down beforeChris Buechler2010-06-161-3/+3
| |
| * Save log file and give better output of what is happeningScott Ullrich2010-06-161-3/+5
| |
| * Properly match SafeNet crypto cards. See ↵jim-p2010-06-161-1/+1
| | | | | | | | http://forum.pfsense.org/index.php/topic,26056.0.html
| * Add missing semicolon.gnhb2010-06-161-1/+1
| |
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-1613-88/+70
| |\
| | * Fixes #665. Optimize and correctly check for the gateways on static routes ↵Ermal2010-06-161-11/+8
| | | | | | | | | | | | to be included on $tonatsubnets macro.
| | * Actually it needs choparp_ prepended.Ermal2010-06-161-2/+2
| | |
| | * Fixes #632. When bringing down a vip of proxyarp use the new pidfile ↵Ermal2010-06-162-9/+27
| | | | | | | | | | | | introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.
| * | Modify pfsense-utils and status_interfaces.php so Uptime is shown for all ↵gnhb2010-06-162-21/+20
| | | | | | | | | | | | PPPx type links.
* | | changing <php gettext() to <php=gettext() in files? diag_arg.php ↵Neriberto C.Prado2010-06-173-23/+23
| | | | | | | | | | | | diag_authentication.php diag_backup.php
* | | translate of the files: diag_arp.php diag_authentication.php diag_backup.phpNeriberto C.Prado2010-06-163-71/+71
| |/ |/|
* | Make some non functional changes, mostly to keep up with latest gw changes. ↵Ermal2010-06-164-9/+9
| | | | | | | | Related to Ticket #666
OpenPOWER on IntegriCloud