Return false if $net is not defined.
touch up text
Ticket #1569
moved widget tab function to guiconfig.inc
Do not show hostname in page title.
Unbreak title in package areas.
Move common functions to guiconfig.inc since head.inc requires them.
remove whitespace at end
comment out debugging code, was slightly breaking IPsec logs page and possibly others.
Ticket #1462: Make the save button only appear if you change an assignment
add MMS (TCP/UDP) to protocol definitions
added STUN,RTP,SIP to protocol-definitions
Add ASN1DN identities support to IPSEC.
Subbmitted-by: Nic Bernstein <nic_AT_onlight.com>
Add system tunables area which allows the user to fine control sysctl's.
Remove syslog from port definitions
Ticket #1314
Add more protocols.
Submitted-by: Martin Fuchs
Add more well known ports to the protocols drop down.
Patch-submitted-by: Martin Fuchs
Backport usermanager code from HEAD so I can get it in the snaps andstart testing it properlyThere's still some CSS/HTML fixes needed but the code seems to work
Firewall Schedule GUI! ... and there was much rejoicing.
We do not need to enforce reboots.
Added Alias popup description for firewall rules.
Restore nuked $i variables
We cannot tail the initial clog file in return_clog because we are not guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly.
We cannot tail the initial clog file in dump_clog because we are not guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly.
Don't try to filter records that have strange date / time stamps.
Ticket #1052
Remove date check. This is breaking the system logs in certain cases and I am tired of fighting this battle. The logs WILL remain broken on the last entries in some cases. I know of this fact and I do't plan on changing it as it breaks something else ever time that a fix is attempted.
Do not show entries with corrupted time entries (clog)
Remove repeat return_clog()
MFC 12656Required changes for status_slbd_pool.php
MFC Load Balancing status screen
MFC rijndael,rijndael 256 support
Requested-by: Andrew Thompson
Do not show log entries with busted dates due to CLOG support.
MFC 11472no longer use dirty pool - restart all of slbd if VS or Pool changes
MFC 11098Helper -> Allow for LAN Address in rules MFC: with billm changes for next snapshot.
Define $d_shaperconfdirty_path
Tell user they can monitor the filter reload status when applying the rules.
Woops, dont grep for CLOG, inverse grep.
Pointy-hat-with-wings-to: ME
Do not show entries with CLOG in them.
Do not include characters with ESC (dec 033) in them. Examples of this are ansi escape codes.
Move gui globals to guiconfig.inc
Correct warnings and errors found eclipse
MFC
MFC 8799EZShaper wizard will now spit out rules ordered by queue priority in order to at least make a stab at a reasonable rule order
Use / as relative begining path
Add embedded platform
Add wanip as a special net
Allow a 0 to be posted (false).
Ticket #645
<br> after error messages. our gui is so pretty that this really looks bad.
Add port descriptions for:
NTPIDENTIMAP/S
I'm an idiot - clean up CVS merge message.
Restore old logging code.
Only foreach through arrays
Add lan dirty flag
Change to applied successfully.
Show differences in arrays in $changedesc
vsconf
Need dirtypool
Add $d_pppoeuserdirty_path to globals
Add pppoe_users_sort()
move IP TOS and TCP FLAGS to globals.inc now that filter_reconfiguremight be run outside of the gui
Move theme selection to guiconfig.inc.
just a few modifications
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Add Dynamic DNS to allowed identifiers
Merge in virtual IP codeThis changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag...
Code cleanup
<br> after informational messages
Remoive <br>
Only show apply changes button if apply is in the message.
Consolidate Apply changes button into the info box on the right hand side
Break msg into its own table to protect from wrapping under icon
Move image to the right some more.
Cleanup alert message.
Merge IPsec defines from m0n0wall
add ipsec_ca_sort()
Restore guiconfig.inc and remove comonly used functions.
Somehow I forgot we already cleaned up this mess.
sync w/ m0n0wall
Import ipsec_ca_sort() from m0n0wall
Reorder tcpflags in a more logical fashion that is for loop safe
Initial commit of dnsmasq domain overrides
Submitted-to-m0n0wall-dev-by: Joe Suhre
The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG inorder to force queries for domain to a specific dns server rather thendoing a full recursive query
Don't remove preg_grep just yet.
Remove package handling from dump_clog.
Require pkg-utils.inc instead of xmlparse_pkg (and make it exclusive to dump_clog instead of global).
add require_once("pkg-utils.inc");
Don't use the package parser anymore.
corrected slight color mismatch
Remove cURL functions.
Force package installation, even if dependency installation fails. This addresses ticket (#100), but is a bit ugly.
Authentication is now PHP based
Remove more duplicate code
Remove duplicate code
Add support for <exclude_dependency>.
Don't attempt to get errors from the cURL handle after it's closed.
Always ignore packages.
Add an option to ignore package log entries. This has the convenient side effect of moving package installation and deletion messages to the package log page (if it's defined) while moving them back to the main log page upon deinstallation.
Fix formatting.
Fix package installation.