summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add /sbin/pfctl -s nat -vvScott Ullrich2005-12-031-0/+4
|
* Use /tmp/reload_interfacesScott Ullrich2005-12-031-6/+2
|
* Reload captiveportal in reload_interfacesScott Ullrich2005-12-031-6/+0
|
* Use /tmp/reload_interfacesScott Ullrich2005-12-034-28/+6
|
* Use /tmp/reload_interfaces to reload interfacesScott Ullrich2005-12-031-1/+1
|
* Allow editing for queues and rules when items are already defined and the ↵Scott Ullrich2005-12-013-7/+9
| | | | shaper is disabled
* Kick pptp server in the face on changesScott Ullrich2005-11-301-5/+3
|
* Sync w/ headScott Ullrich2005-11-301-15/+13
|
* If we cannot find a hostname in the dhcp database, attempt a gethostbyaddr() ↵Scott Ullrich2005-11-291-0/+2
| | | | lookup
* MFC 8163Scott Ullrich2005-11-291-0/+15
| | | | Add 802.11g protection mode. ticket #715
* Do not allow mpd to blockScott Ullrich2005-11-281-1/+1
|
* Do not require a reboot for captive portal configuration to take place.Scott Ullrich2005-11-271-5/+5
| | | | This snuck back in after syncing with m0n0wall 1.2
* MFC 8046Scott Ullrich2005-11-261-1/+13
| | | | Only show DHCP Relay if its enabled on an interface
* MFC 8044Scott Ullrich2005-11-261-7/+10
| | | | Do not redirect to traffic shaper wizard on the shaper enabled status, only redirect if shaper is disabled AND there are no queues defined.
* MFC 8018Scott Ullrich2005-11-251-1/+1
| | | | backup_config_section doesn't take a hash.
* MFC 7982Scott Ullrich2005-11-251-7/+81
| | | | P2P duplication cleanup Add AIM Add more games
* MFC 7984Scott Ullrich2005-11-251-2/+2
| | | | Don't end <span> tags in the middle of paragraphs, it makes people wonder if their monitors are messedup when text sizes change in wierd places
* MFC 7986Scott Ullrich2005-11-251-3/+3
| | | | Make all VOIP providers increment $itemsshaped Remove unneeded code
* MFC 7992Scott Ullrich2005-11-251-1/+3
| | | | Fix mac filter bit from ticket 684. Mac filtering is still a backend function, to enable one has to create the mac filter files in shell and comment out the # lines in hostapd config file. This will be part of my rewrite of wireless once i'm done with everything, but interface design needs to be redone first (as adding the mac filterlists to the wireless config page will "clutter it up" even more)
* MFC 7993Scott Ullrich2005-11-251-1/+1
| | | | can used -> can be used
* MFC 7994Scott Ullrich2005-11-251-1/+1
| | | | add info that distance is for atheros based cards only
* MFC 7995Scott Ullrich2005-11-251-0/+7
| | | | Add FieldValidate() JS function back - accidently removed in 1.28
* MFC 7976Scott Ullrich2005-11-231-3/+3
| | | | Fix "No interfaces supported" error when finishing shaper with no items selected.
* Use / as relative begining pathScott Ullrich2005-11-231-1/+1
|
* Remove "Enable MAC Filtering" option until a helper area is added allowing ↵Scott Ullrich2005-11-221-15/+0
| | | | which mac addresses can associate.
* MFC 7936Scott Ullrich2005-11-211-4/+12
| | | | | | Convert port into :$PORT * Allow ICMP entries to appear correctly Ticket #695
* We no longer reboot. We reload.Scott Ullrich2005-11-201-1/+1
|
* Eliminate needed reboot.Scott Ullrich2005-11-201-2/+9
|
* Allow multiple subnets to overlap. In PF its first come, first served.Scott Ullrich2005-11-181-4/+4
|
* Reload filter after alias changeScott Ullrich2005-11-181-2/+2
|
* Add embedded platformScott Ullrich2005-11-171-1/+1
|
* MFC 7730Scott Ullrich2005-11-161-0/+24
| | | | When adding a NAT redirect to a internal FTP server automatically create a rule to allow traffic to the external IP of the redirect, port 21 so that pftpx can function.
* MFC 7719Scott Ullrich2005-11-161-31/+40
| | | | Add wireless distance tuning.
* MFC 7668Scott Ullrich2005-11-161-10/+14
| | | | Fix wpa_supplicant startup issue and fix macaddress filtering backend function (ticket 684).
* / -> /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
|
OpenPOWER on IntegriCloud