summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Oops, unbreak tdsullrich2009-12-031-1/+2
|
* Fixup Source OS boxsullrich2009-12-032-4/+3
|
* Minor formatting + hide Source OS behind Advanced boxsullrich2009-12-032-22/+35
|
* Style / formatting changessullrich2009-12-031-94/+81
|
* Show advanced option instead of Show state for every entrysullrich2009-12-031-9/+9
|
* Hide layer7 and in/out behind advanced buttonsullrich2009-12-032-2/+24
|
* Add priv.defs.inc to authgui.incsullrich2009-12-031-1/+1
|
* Rework includes a bitsullrich2009-12-032-3/+1
|
* Make item a globalsullrich2009-12-031-1/+2
|
* Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all ↵sullrich2009-12-032-106/+155
| | | | advanced type buttons simplifying the firewall rule edit form for 99% of the cases
* Resolves #146 Add propper validation on alias usage. Allow port type aliases ↵Ermal Luçi2009-12-032-10/+10
| | | | only on port side and other aliases in ip specifications and similar. Introduce a new function is_portoralias to ressemble the is_ipaddroralias to check for the cases.
* Include priv.incsullrich2009-12-031-0/+1
|
* Add carp support for OpenVPN. Ticket #69pierrepomes2009-12-022-1/+7
|
* Show all widgets. Remove - button as there is no save mechanism at all for ↵sullrich2009-12-021-11/+2
| | | | this widget.
* Formatting cleanups. Increase buffer sizesullrich2009-12-023-96/+82
|
* Unbreak auto ugprade. Resolves #181sullrich2009-12-021-1/+1
|
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-021-3/+20
|
* Disallow virtual IP addresses withing the range Ticket #50sullrich2009-12-021-4/+9
|
* Restore the external port range to. Resolves #192sullrich2009-12-021-0/+2
|
* Correctly set vtable classsullrich2009-12-021-1/+1
|
OpenPOWER on IntegriCloud