summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add new bgtable type.Colin Smith2005-05-181-0/+10
|
* better regexpBill Marquette2005-05-181-2/+2
|
* Allow for multiple calls to write_lock() within a single processBill Marquette2005-05-181-3/+8
| | | | This will still clear out both the process and file lock if config_unlock() is called (intended feature)
* Just create the config.cache - we already have a good $config, no need to ↵Bill Marquette2005-05-181-2/+2
| | | | reload and parse the XML after writing it
* Cleanup.Colin Smith2005-05-181-0/+14
|
* * Minor cleanup, almost entirely of bootup messages.Colin Smith2005-05-189-87/+49
|
* Version bumpScott Ullrich2005-05-171-1/+1
|
* Add initial support for usb pen drives when using a read only cd versionScott Ullrich2005-05-171-0/+8
| | | | of pfSense
* Don't bother checking for the directory - we already check for the cache itself.Colin Smith2005-05-171-4/+0
|
* Make sure we have a backup.cache before cleaning.Colin Smith2005-05-171-37/+38
|
* Don't clean the backup cache if the directory doesn't exist.Colin Smith2005-05-171-0/+5
|
* Minor locking changesBill Marquette2005-05-171-0/+6
|
* Minor speed-up, config.cache has already been created in parse_config()Bill Marquette2005-05-171-1/+1
|
* Clean up wierd $config updates here tooBill Marquette2005-05-171-14/+45
|
* Trim remaining debug prints.Colin Smith2005-05-171-3/+0
|
* (hopefully) fix the remaining config bugs.Colin Smith2005-05-171-3/+1
|
* Version bumpScott Ullrich2005-05-171-1/+1
|
* More hacking away at the config hosification bugs.Colin Smith2005-05-171-13/+21
|
* Change the behavior of parse_config() and a few other functions. This will ↵Colin Smith2005-05-171-16/+12
| | | | (hopefully) fix the config hosification issues.
* $parsed -> $parsedcfgColin Smith2005-05-171-1/+1
| | | | reported-by: billm
* * skipto 65535 on rules when talking to firewall directlyScott Ullrich2005-05-171-2/+2
| | | | * use me instead of $lanip when detecting if we're conversing with the firewall directly
* Make xmlrpc.inc cleaner. This needs to be followed up by a cleanup and ↵Colin Smith2005-05-171-10/+10
| | | | integration of xmlparse_pkg.inc.
* restore 1.62Scott Ullrich2005-05-161-65/+175
|
* Revert to version 1.38Scott Ullrich2005-05-161-176/+66
|
* need global $gBill Marquette2005-05-161-2/+2
|
* Version bumpScott Ullrich2005-05-161-1/+1
|
* Do not set IPV6 forwarding unless checkbox is ticked and a ip is defined.Scott Ullrich2005-05-161-3/+2
|
* fix whitespace and make wording a hair betterBill Marquette2005-05-161-3/+3
|
* Restore stuff accidentally nuked in an earlier commit.Colin Smith2005-05-161-0/+4
|
* Remove check for version_control flag. This should clean up related errors.Colin Smith2005-05-161-25/+22
|
* Show the current state table size on the index pageBill Marquette2005-05-161-1/+22
| | | | This ones for you Hoba
* md5's can have '/'s in them apparently...dohBill Marquette2005-05-161-2/+2
|
* guiconfig.inc wasn't the right include files for theseBill Marquette2005-05-162-4/+2
| | | | found via the auth.inc change
* version bumpScott Ullrich2005-05-161-1/+1
|
* Authentication is now PHP basedBill Marquette2005-05-161-0/+4
|
* Include guiconfig.inc so we can use auth.incBill Marquette2005-05-165-0/+7
|
* ensure .htpasswd doesn't existBill Marquette2005-05-161-0/+3
|
* split out auth types (system passwd vs htpasswd)Bill Marquette2005-05-161-6/+42
| | | | PHP_AUTH_* no longer exists, change code to use AUTH_* (I think this will be changing back as I believe we're using the wrong mini_httpd patches now)
* Include the year a revision is made.Colin Smith2005-05-161-1/+1
|
* fix php syntax error in last commitBill Marquette2005-05-161-1/+1
|
* Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)Bill Marquette2005-05-162-8/+17
|
* remove duplicate codeBill Marquette2005-05-161-18/+3
|
* Ticket 6: Allow NAT to duplicate rulesBill Marquette2005-05-162-4/+13
|
* Add a variable to limit the number of backed up configs. This is rather ugly ↵Colin Smith2005-05-161-6/+13
| | | | if you're simulatenously adding and deleting.
* Generate config cache, sweep backups, and run bootup-specific config parsing.Colin Smith2005-05-161-0/+2
|
* * Always use the config cache - only parse the actual XML config at boot and ↵Colin Smith2005-05-161-42/+71
| | | | | | | | when it's changed. * Add config_restore() to properly revert and document config file reverts. * Add parse_config() and parse_config_bootup(). * Fix cleanup_backupcache().
* Use config_restore to document config file reversion, unlink desired ↵Colin Smith2005-05-161-43/+38
| | | | configs, etc.
* Enable config restoreBill Marquette2005-05-161-0/+13
|
* speed improvements - backup.cache was created so we didn't have to read ↵Bill Marquette2005-05-161-10/+2
| | | | through all the XML files
* Fix double display of first config lineBill Marquette2005-05-161-1/+0
|
OpenPOWER on IntegriCloud