Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only sync if IP and password are passed | Scott Ullrich | 2007-02-15 | 1 | -1/+2 |
| | |||||
* | When a sync error occurs, enable debug mode and sync again to obtain ↵ | Scott Ullrich | 2007-02-15 | 1 | -0/+2 |
| | | | | enhanced error messages. | ||||
* | OpenNTPD moved to Base. Removing from package list | Scott Ullrich | 2007-02-15 | 1 | -14/+0 |
| | |||||
* | -move network ups tools into its own directory | Ryan Wagoner | 2007-02-15 | 4 | -1/+928 |
| | | | | -added status page to display ups status | ||||
* | Renamed Last Tab Array to Sync vs. Logs | Goffredo Andreone | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | Put tinydns_filter in the correct directory | Goffredo Andreone | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | Remove non committed module | Goffredo Andreone | 2007-02-15 | 1 | -5/+0 |
| | |||||
* | Displays the registered DNS records | Goffredo Andreone | 2007-02-14 | 1 | -0/+110 |
| | |||||
* | Added | Goffredo Andreone | 2007-02-14 | 6 | -46/+277 |
| | | | | | | | | | | | | | | | 1) Binding of tinyDNS to LAN with auto registration of DNS ans rDNS 2) Auto DHCP server Static registration 3) Auto DHCP server Active lease registration. 4)Tab page that displays ALL registered leases. Open items 1)Unable to change the displayed IP in settings even when it says "config_rw"? 2) DNS pages have to be active in order for the DNS to be updated with new DHCP leases. What do you suggest is the best way to implement DNS forarding? The diff files and a new file tinydns_dhcp_filter.php | ||||
* | Misc style formatting | Scott Ullrich | 2007-02-14 | 1 | -6/+3 |
| | |||||
* | Timeout after 250 seconds during xmlrpc sync | Scott Ullrich | 2007-02-14 | 1 | -4/+4 |
| | |||||
* | Do not attempt sync if a blank ip is passed | Scott Ullrich | 2007-02-13 | 1 | -4/+7 |
| | |||||
* | Logs -> Sync | Scott Ullrich | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | bump nut version | Ryan Wagoner | 2007-02-13 | 1 | -3/+3 |
| | |||||
* | Changes to snort rules will now prompt user to apply changes. Applying ↵ | Scott Dale | 2007-02-12 | 1 | -84/+102 |
| | | | | changes will now restart snort properly after changes have been made. | ||||
* | Fix bug: | Scott Ullrich | 2007-02-12 | 1 | -2/+7 |
| | | | | Warning: file_get_contents(/var/db/pingmsstatus/XX.XXX.XXX.XXX): failed to open stream: No such file or directory in /usr/local/pkg/tinydns.inc on line 155 | ||||
* | Fix RDNS bug: | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | | | | Warning: Missing argument 5 for tinydns_get_rowline_data() in /usr/local/pkg/tinydns.inc on line 319 | ||||
* | Use a password type field | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Use a different namespace | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Add missing tabs | Scott Ullrich | 2007-02-12 | 5 | -0/+34 |
| | |||||
* | s/sidir/is_dir/ | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Remove unused functions | Scott Ullrich | 2007-02-12 | 1 | -6/+0 |
| | |||||
* | * Use $_POST | Scott Ullrich | 2007-02-12 | 2 | -2/+2 |
| | | | | * Misc formatting | ||||
* | Add custom sync to function allowing a Admin to sync their tinydns to remote ↵ | Scott Ullrich | 2007-02-12 | 4 | -70/+110 |
| | | | | firewalls with ease. | ||||
* | Correct installation bug: | Scott Ullrich | 2007-02-12 | 1 | -1/+4 |
| | | | | Warning: fopen(/service/tinydns/root/data): failed to open stream: No such file or directory in /usr/local/pkg/tinydns.inc on line 255 | ||||
* | Make sure snort is deinstalled correctly | Scott Ullrich | 2007-02-11 | 1 | -0/+3 |
| | | | | Ticket #1252 | ||||
* | fixup imspector log colors to match pfSense | Ryan Wagoner | 2007-02-10 | 1 | -24/+39 |
| | |||||
* | correct spelling of permission | Ryan Wagoner | 2007-02-10 | 1 | -6/+6 |
| | |||||
* | add log viewer to imspector additional files | Ryan Wagoner | 2007-02-10 | 1 | -3/+8 |
| | |||||
* | added ajax log viewer to imspector | Ryan Wagoner | 2007-02-10 | 4 | -68/+362 |
| | |||||
* | * Patched tinydns.inc to restart service. | Scott Ullrich | 2007-02-08 | 2 | -10/+15 |
| | | | | | | * Support for independent NS records has been added. Submitted-by: GAndreone@imapro.com | ||||
* | miniupnpd version bump 20070208 .. adds uuid, serial number, and version support | Ryan Wagoner | 2007-02-08 | 4 | -9/+22 |
| | |||||
* | correctly set the webgui url in miniupnpd | Ryan Wagoner | 2007-02-07 | 1 | -2/+12 |
| | |||||
* | Add rDNS and show the IP address in the column list | Scott Ullrich | 2007-02-06 | 2 | -6/+32 |
| | | | | Submitted-by: GAndreone@imapro.com | ||||
* | Parse config before locking. | Scott Ullrich | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | * Reparse config.xml before writing out file. | Scott Ullrich | 2007-02-06 | 1 | -0/+4 |
| | | | | * Update TINYDNS ip upon change | ||||
* | Add premium subscriber checkbox which appends _s to the url for people who ↵ | Scott Ullrich | 2007-02-05 | 2 | -2/+12 |
| | | | | subscribe to Snort.org | ||||
* | Correct bandwidthd location | Scott Ullrich | 2007-02-05 | 1 | -1/+1 |
| | | | | Ticket #1243 | ||||
* | output_cdf should be true | Scott Ullrich | 2007-02-05 | 1 | -1/+1 |
| | |||||
* | Use correct locking. Mount rw ro for embedded (not that its supported) | Scott Ullrich | 2007-02-05 | 1 | -0/+10 |
| | |||||
* | true / false plz | Scott Ullrich | 2007-02-05 | 1 | -1/+1 |
| | |||||
* | Fix custom rule errors | Scott Ullrich | 2007-02-05 | 1 | -7/+7 |
| | |||||
* | Do not install blank subnet line | Scott Ullrich | 2007-02-04 | 1 | -1/+2 |
| | |||||
* | * Note that this is pfSense package in bandwidth.conf | Scott Ullrich | 2007-02-04 | 1 | -0/+11 |
| | | | | * Automatically start package on setup since it requires no input | ||||
* | Blow away previous symlink to ensure that it is correct | Scott Ullrich | 2007-02-04 | 1 | -2/+1 |
| | |||||
* | Default to settings menu | Scott Ullrich | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | Correctly create symlink | Scott Ullrich | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | Handle PPPOE and DHCP correctly | Scott Ullrich | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | Remove XXX | Scott Ullrich | 2007-02-04 | 1 | -1/+0 |
| | |||||
* | Don't forget /n | Scott Ullrich | 2007-02-04 | 1 | -1/+1 |
| |