summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* / -> /conf/Scott Ullrich2005-11-141-4/+4
|
* Update reflection blurb to "Disables the automatic creation of NAT redirect ↵Scott Ullrich2005-11-121-1/+1
| | | | | | rules for access to your public IP addresses from within your internal networks" Suggested-by: cmb
* Remove extra FTP helper boxScott Ullrich2005-11-121-9/+1
|
* Remove FTP referenceScott Ullrich2005-11-121-1/+1
|
* MFC 7522Scott Ullrich2005-11-121-0/+23
| | | | | | | | | | Add NAT Reflection AKA Nat Bouncing nat Flashback and many other groovy names. Sponsored-by: Greenhagen, Robin <Robin_AT_gsi-kc.com> Please visit http://www.gsihosting.com/ for all your hosting needs as they are sponsoring pfSense and plan to use it extensively! As an added bonus, this will be MFC'd very soon. Please thank them with your support!
* Add HINTS.Scott Ullrich2005-11-121-2/+2
|
* m0n0wall -> pfsenseScott Ullrich2005-11-091-1/+1
|
* We now sign our own imagesScott Ullrich2005-11-081-1/+0
|
* Correctly check/uncheck FTP HelperScott Ullrich2005-11-084-4/+4
|
* Move FTP Helper to above wireless portion. Uncheck box correctly on page ↵Scott Ullrich2005-11-082-14/+29
| | | | restore.
* MFC 7451Scott Ullrich2005-11-071-0/+1
| | | | unset $config['shaper']['itemsshaped'] after configuring shaper
* Redirect back to teh main status page after removing the traffic shaperScott Ullrich2005-11-071-1/+1
|
* MFC 7447Scott Ullrich2005-11-071-3/+5
| | | | | Only check against an item if external-address is defined Ticket #648
* MFC 7446Scott Ullrich2005-11-071-10/+14
| | | | | | Remove range feature. Will be reinvestigated after 1.0 Ticket #660 Ticket #661
* MFC 7444 7445Scott Ullrich2005-11-071-7/+21
| | | | | | Keep track of the number of items the user has requested to shape. If at the end of the wizard the count is still 0 then unset the shaper configuration and alert the user that they have not picked anything to shape Ticket #642
* Do not require a reboot to setup polling.Scott Ullrich2005-11-071-2/+5
|
* Move value into the textarea tagScott Ullrich2005-11-071-1/+1
|
* Make left td consistentScott Ullrich2005-11-071-1/+1
|
* * Clean up interface, make consistentScott Ullrich2005-11-071-3/+55
| | | | * Add php execute command
* MFC 7415Scott Ullrich2005-11-064-4/+4
| | | | Use $pconfig
* MFC 7413Scott Ullrich2005-11-064-18/+44
| | | | Make FTP Its own area with header bar
* MFC 7406Scott Ullrich2005-11-064-51/+99
| | | | | | Sync OpenVPN with Peter A's latest version: rootfs-1.2-ovpn2.tar.gz
* MFC 7401Scott Ullrich2005-11-065-19/+81
| | | | | | | | Add support for per interface ftp helper. Suggested-by: Dan Swartzendruber <dswartz_AT_druber.com> In-Discussion-with: Bill M, Dan S
* When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if ↵Scott Ullrich2005-11-051-2/+8
| | | | | | | | we do not have the record in the database Also check to make sure gethostbyaddr() would return a real value Ticket 7390
* Recompile for FreeBSD 6Scott Ullrich2005-11-043-15/+5
|
* Clean $log_split during each loopScott Ullrich2005-11-041-0/+2
| | | | Ticket #657
* Handle other protocols besides tcp and udp.Scott Ullrich2005-11-041-0/+3
| | | | Ticket #657
* <br> between "Note:"Scott Ullrich2005-11-041-0/+1
|
* Do not show blank entriesScott Ullrich2005-11-041-0/+3
| | | | Ticket #664
* Show item if mac or ip is defined.Scott Ullrich2005-11-041-1/+1
| | | | Ticket #669
* Do not call type_change() on form load. It clears the box.Scott Ullrich2005-11-041-3/+0
| | | | Ticket #624
* Do not echo out an array. It only echos "Array"Scott Ullrich2005-11-041-1/+0
| | | | Ticket #624
* Add a note to include the host and domain name in the hostname field.Scott Ullrich2005-11-041-1/+7
|
* Add wanip as a special netScott Ullrich2005-11-031-1/+1
|
* MFC 7320Scott Ullrich2005-11-031-1/+3
| | | | Add interface ip option for firewall rules
* MFC 7313Scott Ullrich2005-11-031-8/+28
| | | | | | Setup serial console correctly Ticket #670
* close <center> tagScott Ullrich2005-11-031-0/+1
|
* <?php if($mapent['mac'] <> ""): ?> is preferred. Scolded by support forums.Scott Ullrich2005-11-031-1/+1
|
* Add back checks for LAN ip address. An address is required for traffic ↵Scott Ullrich2005-10-311-6/+5
| | | | shaping.
* MFC 7248Scott Ullrich2005-10-301-1/+1
| | | | Enable BF2 selection :)
* MFC 7247Scott Ullrich2005-10-301-0/+19
| | | | Add Battlefield 2
* MFC 7246Scott Ullrich2005-10-301-1/+4
| | | | | | Alternate schedulers are disabled, don't let advanced settings accidently clear this. Reported-By: Peter Zaitsev
* MFC 7245Scott Ullrich2005-10-301-48/+89
| | | | Shaper wizard is now capable of allowing the user to select which TWO (and only two) interfaces they'd like to shape.
* MFC 7244Scott Ullrich2005-10-301-1/+6
| | | | Allow the wizard to send the user error messages
* MFC 7243Scott Ullrich2005-10-301-4/+4
| | | | Make interface code look the same as other fields
* Do not try and "guess" the subnet mask depending on the ip addressScott Ullrich2005-10-291-5/+0
| | | | Ticket #656
* Do not allow LAN to be bridged with selfScott Ullrich2005-10-291-1/+1
| | | | Ticket #653
* unless both max-src-conn-rate and max-src-conn-rates are provided, unset the ↵Scott Ullrich2005-10-281-2/+9
| | | | values - ticket #650
* Mount image as RW before creating certs.Scott Ullrich2005-10-271-1/+4
| | | | Ticket #647
* MFC 7196Scott Ullrich2005-10-271-1/+1
| | | | | | mpd blocks until ppp-linkup exits, background rc.newwanip as dyndns is tripping this up (it tries to connect out a pppoe connection that's blocking on this script). Tested-by: DungaBee, Hoba, and a few others.
OpenPOWER on IntegriCloud