summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Openvpn tunnel network should not be a required parameter as it was not ↵sullrich2009-12-081-6/+4
| | | | reuired in 1.2.3- Resolves #212
* Use is_port here.Ermal Luçi2009-12-081-3/+1
|
* Add one more check for port aliases now that /etc/services can be used in ↵Ermal Luçi2009-12-081-0/+2
| | | | port names.
* Add the no nat for tftp-proxy entry. Ticket #140Ermal Luçi2009-12-081-2/+2
|
* Correctly unset rules when switching disabling AON.Ermal Luçi2009-12-081-1/+1
|
* Revert "Correctly unset rules when switching disabling AON."Ermal Luçi2009-12-081-1/+1
| | | | This reverts commit 989e5d62da2f7f6dad2bb55d20d2558cfb3fa34a.
* Correctly unset rules when switching disabling AON.Ermal Luçi2009-12-081-1/+1
|
* Ticket #140 Fix Outbound edit page to really show errors. Propperly generate ↵Ermal Luçi2009-12-082-32/+57
| | | | rules when switching from/to AON.
* add teredo-protocol to port definitionsMartin2009-12-081-0/+1
|
* Squeeze help menu insullrich2009-12-071-2/+1
|
* Remove ph2 add button. It is shown when neededsullrich2009-12-071-3/+0
|
* Pass ph1entsullrich2009-12-071-2/+3
|
* Make g a global and pass ph1entsullrich2009-12-071-1/+2
|
* Replace dollarsigndollarsign with dollarsignsullrich2009-12-071-1/+1
|
* Reboot after uploading configsullrich2009-12-071-2/+8
|
* fix typosChris Buechler2009-12-073-3/+3
|
* Include needed files. Ticket #209.Ermal Luçi2009-12-073-0/+5
|
* Fix missing ).Ermal Luçi2009-12-071-1/+1
|
* Rename unknown.pat to any.pat pattern since that is what it really means. ↵Ermal Luçi2009-12-071-0/+0
| | | | This pattern matches any traffic.
* Remove extra ) which broke the pageSeth Mos2009-12-071-1/+1
|
* Increase bogons font size Resolves #205sullrich2009-12-061-4/+5
|
* Show default valuessullrich2009-12-061-0/+5
|
* Remove leading spacesullrich2009-12-061-1/+0
|
* Add listtopic and extra save button.sullrich2009-12-061-8/+26
|
* Set back to post.sullrich2009-12-051-1/+1
|
* Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI ↵sullrich2009-12-053-15/+19
| | | | can easily link to them. Add links from DNS page for ping and traceroute.
* _REQUEST has data, too. Don't just check _POST only.sullrich2009-12-051-1/+1
|
* Use a br instead of a tr.sullrich2009-12-051-3/+4
|
* Use hostsullrich2009-12-051-1/+1
|
* Remove req from classsullrich2009-12-051-1/+1
|
* Set table size to 170sullrich2009-12-051-1/+1
|
* Do not show resolution tr unless browser is postingsullrich2009-12-051-0/+2
|
* Replace '' with No responsesullrich2009-12-051-1/+3
|
* Query each DNS server and report the resolution time.sullrich2009-12-051-1/+45
|
* Open links in new tab/windowsullrich2009-12-051-2/+2
|
* Add listtopic headersullrich2009-12-051-0/+3
|
* Make td cell class vncell. Add whitespace between save button and tablesullrich2009-12-051-2/+3
|
* Increase colspan to 90sullrich2009-12-051-1/+1
|
* Latest PPP changes from 'BG'. Reformat this royal mess of formatting while ↵sullrich2009-12-051-230/+249
| | | | I am here.
* Prompt for the correct image extension when updating firmware. (.img.gz for ↵jim-p2009-12-041-1/+5
| | | | nano and .tgz for others)
* Adding code-red theme from cheesyboofs via forum. ↵sullrich2009-12-04235-0/+5096
| | | | http://forum.pfsense.org/index.php/topic,14282.0.html
* Adding patch from "G B":sullrich2009-12-041-0/+14
| | | | | | | | | | | | | | | | | First, I update the get_real_interface function so that it returns just the serial port for the ppp device (instead of ppp_<serial_port>) when the ppp link is not up. This makes the function more useful because now you can call the "interface_ppp_configure" function and pass in the the result of "get_real_interface($wan)" for example. I also changed the method that the "get_real_interface" function uses to get the tunnel interface name when the ppp link is up. I found that when my 3G modem was in a low signal area, the ppp link would come up partially, and not receive an IP address. If this occurred the web GUI would report that my WAN interface was "pflog0" because the method of chopping up the "ps aux" and "ifconfig" system calls didn't account for the tunnel being partially up (ppp running, but no connectivity.) The userland ppp program puts two files into /var/run when it is running. One is /var/run/<serial_device>.if which contains the interface name that the serial device is attached to, and the other is /var/run/tunX.pid which is the process id for the ppp instance using "tunX." These two files are more simple and reliable methods of controlling and figuring out what's going on with the ppp link. Second, I added a function to interfaces.inc called "interface_ppp_bring_down" which figures out the pid using the /var/run/tunX.pid file and sends a kill -QUIT signal to the ppp process. Third, I modified interfaces_ppp_configure and interface_ppp_configure functions so that 1. The ppp interface is not brought up automatically when you save the configuration because this presents problems for defining ppp.conf entries for diagnostic purposes. 2. You can call interface_ppp_configure from other functions (like interface_configure($interface)) and not have to write the ppp.conf file to the disk when you just want to bring the link up. Fourth, I added "interface_ppp_configure($realif)" to the function definition of "interface_configure" and "interface_ppp_bring_down" to the function definition of "interface_bring_down". These allow good integration into the existing code for bringing interfaces down and up from the status_interfaces.php page. Finally, I modified the status_interfaces.php file so that you get a button to "connect" and "disconnect" the ppp wan link.
* Make all autocompletes in there case insensitive.Ermal Luçi2009-12-044-8/+8
|
* Ticket #146 Fix typos ansd copy/pasto errors.Ermal Luçi2009-12-041-11/+11
|
* Lower buffer to 1000. This reduces page load from 1.2 to 0.9sullrich2009-12-031-1/+1
|
* Really preloadsullrich2009-12-031-3/+3
|
* Die with an error if not 127.0.0.1sullrich2009-12-031-1/+1
|
* Include config.inc, toosullrich2009-12-031-0/+1
|
* Use preload.phpsullrich2009-12-031-2/+55
|
* Increase buffer to 500000sullrich2009-12-031-1/+1
|
OpenPOWER on IntegriCloud