summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-interactive script bug on upgrade.Scott Ullrich2009-08-091-0/+10
|
* Allow tcpdump by default on enc. There is no measurable performance impact, ↵Chris Buechler2009-08-081-2/+2
| | | | and it's annoying to flip the sysctls to allow when needed.
* Do not create /root/var/tmpScott Ullrich2009-08-061-3/+1
|
* Only symlink pkg dirScott Ullrich2009-08-061-2/+1
|
* Reverse link arguments and rm dirScott Ullrich2009-08-061-2/+3
|
* Create symlink after disks are mountedScott Ullrich2009-08-061-8/+6
|
* Create symlink after disks are mountedScott Ullrich2009-08-062-6/+7
|
* Allow packages to be persistent across reboots. Resolved #44sullrich2009-08-051-1/+9
|
* Use php to detect product name on shell scriptsRenato Botelho2009-08-034-4/+4
|
* Save update file on $g[upload_path] instead of /tmpRenato Botelho2009-07-311-9/+17
|
* Circumvent weirdness of php when unsetting an array members during a loop.Ermal Luçi2009-07-311-2/+6
|
* Add ';' which should make the error page link work again.Ermal Luçi2009-07-311-1/+1
|
* Fix a probably php undetermined behaviour of code in php.Ermal Luçi2009-07-301-1/+4
|
* Check for nanobsd updateRenato Botelho2009-07-301-1/+7
|
* Check if file exists before unlinkRenato Botelho2009-07-301-2/+4
|
* Tell syslogd to not compress information to the following line is repeated N ↵Ermal Luçi2009-07-291-3/+3
| | | | times. This unbreaks sshlockout_pf.
* 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
|
* Add better checks to the lighty port setting to prevent some issues with ↵Ermal Luçi2009-07-281-1/+1
| | | | php5 arrays and wrongly set values.
* 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.
* It is printf and not print. Thanks-To: merlin from forums for spotting it.Ermal Luçi2009-07-281-1/+1
|
* Fix routes on the same interface and the return value of ↵Ermal Luçi2009-07-272-2/+2
| | | | guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html.
* 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.
* Turn off fastcgi for installations with less than 65 megabytes of ramScott Ullrich2009-07-261-1/+5
|
* PHP 5 array change handling. Better check before blindly taking the reference.Ermal Luçi2009-07-261-0/+4
|
* Add prototypeScott Ullrich2009-07-241-0/+1
|
* Add debugmode sysctlsScott Ullrich2009-07-241-0/+4
|
* Request noembedded tag, tooScott Ullrich2009-07-241-1/+1
|
* Show size of detected on disk partition and size of upgrade fileScott Ullrich2009-07-241-1/+1
|
* Make the propper check about arrays that php5 requires.Ermal Luçi2009-07-241-0/+4
|
* 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
|
* Eliminate the usage of global variables on the aliases. Remove some ↵Ermal Luçi2009-07-241-7/+10
| | | | debugging leftovers.
* Fix typoErmal Luçi2009-07-241-1/+1
|
* Remove one global definition, unused. Fix style and use is_alias instead of ↵Ermal Luçi2009-07-241-5/+3
| | | | doing our own testing.
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-232-7/+39
| | | | | * 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).
* Merge alias_expand_value and filter_generate_aliases this makes the more ↵Ermal Luçi2009-07-232-33/+18
| | | | sense from functionality. This removes alias_expand_value function as it is not needed in new world order.
* * Cleanup the mess that is reflection. Basically refactor the reflection ↵Ermal Luçi2009-07-232-188/+138
| | | | | | | code into its own function and cleanup some code. * Remove alias_expand_{host,net} and fix the alias_expand_value to confirm to the new alias neting 'standards' * Use trhoughout the code the new macros and do not expand all of them again(basically speed improvement)
* Minor commnetsScott Ullrich2009-07-231-1/+3
|
* Set kern.geom.debugflags=16Scott Ullrich2009-07-221-0/+4
|
* Allow to enter names in these fields for letting nested aliases to be specified.Ermal Luçi2009-07-221-1/+1
|
* Create a function to generate aliases and nested aliases. This will ↵Ermal Luçi2009-07-221-36/+30
| | | | translate all network and hosts aliases in tables and there will be no more ugly tricks in the code. While here fix the bug that aliases can generate a line longer than 4096 characters that is not supported by pf(4). The new functionality supports alias nesting for network and host type of aliases but the gui needs improvemnet on this.
* 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
|
OpenPOWER on IntegriCloud