summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Save update file on $g[upload_path] instead of /tmpRenato Botelho2009-07-311-9/+17
|
* Check for nanobsd updateRenato Botelho2009-07-301-1/+7
|
* Check if file exists before unlinkRenato Botelho2009-07-301-2/+4
|
* Call conf_mount_rw() before execute boot0cfg to prevent I/O errorsRenato Botelho2009-07-281-1/+3
|
* s/ABOOT_DRIVE/BOOT_DRIVE/ since this variable is not defined, and the drive ↵Renato Botelho2009-07-281-7/+7
| | | | is always the same, the only thing that changes is the slice.
* Change only needed aliases.Ermal Luçi2009-07-281-2/+6
|
* Fix the alias replacing when renamed so it does not do casualities like ↵Ermal Luçi2009-07-281-2/+8
| | | | replacing thing with same name. This change prevents i.e. alias Test and Test34 refrenced in alias MyHome after renaming alias Test to Testagain the previous code would replace even Test34 to Testagin34 which is very unexpected.
* Fix rrd graphs in pfsense_ng theme for 2.0. Should Fix Ticket #1942. Someone ↵hoba2009-07-271-5/+5
| | | | please test on 2.0 and report back.
* Add prototypeScott Ullrich2009-07-241-0/+1
|
* Add debugmode sysctlsScott Ullrich2009-07-241-0/+4
|
* Request noembedded tag, tooScott Ullrich2009-07-241-1/+1
|
* When renaming an alias that is referenced by other aliases make the propper ↵Ermal Luçi2009-07-241-2/+8
| | | | ajustements to reflect the changed name.
* Remove the nat_server pages they are never used and unnecessary!Ermal Luçi2009-07-242-331/+0
|
* Fix typoErmal Luçi2009-07-241-1/+1
|
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-0/+26
| | | | | * Prevent that the user mixes wrong type of aliases, only host and network type mixing is allowed. Openvpn may be added later on too. * Instead of checking for nested loops when unwinding aliases just prevent the loops. It is easier and allows some rare cases when nesting is needed.
* Make matching on autosuggestion case insensitive.Ermal Luçi2009-07-231-2/+2
|
* Remove unused code.Ermal Luçi2009-07-231-1/+0
|
* Add my copyright i have done the necessary work on aliases.Ermal Luçi2009-07-231-0/+1
|
* Add the id tag to the row helper javascript created input objects. Make the ↵Ermal Luçi2009-07-232-3/+39
| | | | controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).
* Allow to enter names in these fields for letting nested aliases to be specified.Ermal Luçi2009-07-221-1/+1
|
* No NAT and static port is an invalid combination, don't allow it.Chris Buechler2009-07-211-0/+3
| | | | Fixes bug #37
* don't delete PPTP rules when disabling PPTP. Enable/disable happens too much ↵Chris Buechler2009-07-161-7/+0
| | | | given the issues with PPTP outbound when server is enabled.
* touch up textChris Buechler2009-07-161-6/+6
|
* Add missing priviledge checks to the bridge pages.Ermal Luçi2009-07-152-0/+14
|
* Fix incorrect double click edit link for phase2 records.Seth Mos2009-07-151-1/+1
| | | | The link referred the phase2 edit page with the phase1 id which was incorrect
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-1412-75/+74
| | | | all the nested functions real functions.
* Add missing includeErmal Luçi2009-07-141-0/+1
|
* Remove redundant IPSEC entryScott Ullrich2009-07-131-3/+0
|
* move the content area some pixels down so it doesn't conflict with the ↵hoba2009-07-141-1/+1
| | | | static menu layer on the very top
* some pages need a minimal height to be displayed correctlyhoba2009-07-141-0/+1
|
* Fixing that annoying 1Px-Line offset background on the nervecenter theme on ↵hoba2009-07-1386-49/+26
| | | | some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
* Do not create nested function this seems to upset php for some reason.Ermal Luçi2009-07-132-7/+8
|
* some pixeltuning here and therehoba2009-07-133-0/+0
|
* On popular demand: change the footer back to a classic one at the end of the ↵hoba2009-07-1210-1278/+16
| | | | page
* Oops, we do not need to reboot to set nmbflowsScott Ullrich2009-07-121-1/+0
|
* Note that we may need to reboot if the op changes the state limitScott Ullrich2009-07-121-1/+2
|
* Enable flowtable supportScott Ullrich2009-07-121-2/+6
|
* Move save button outside of if statement and remove extra blank seperatorScott Ullrich2009-07-121-4/+1
|
* Remove second save buttonScott Ullrich2009-07-121-4/+0
|
* Trim resultsScott Ullrich2009-07-121-1/+4
|
* Add enable/disable option for flow table supportScott Ullrich2009-07-121-0/+9
|
* Add enable/disable option for flow table supportScott Ullrich2009-07-121-0/+22
|
* Use the same style structure as on other guis.Ermal Luçi2009-07-101-0/+7
|
* Fix includes for the widget too.Ermal Luçi2009-07-101-2/+1
|
* Add missing include.Ermal Luçi2009-07-101-0/+1
|
* Make this ressemble other pages for styleErmal Luçi2009-07-101-0/+7
|
* Adding register_via_growl()Scott Ullrich2009-07-091-1/+2
|
* Restore form values correctly... really.Scott Ullrich2009-07-091-9/+4
|
* Send a sample test message when user clicks saveScott Ullrich2009-07-091-0/+2
|
* Adding Notifications tabScott Ullrich2009-07-095-0/+5
|
OpenPOWER on IntegriCloud