aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* XMLRPC, share and fetch sync fixesdoktornotor2015-11-031-145/+162
| | | | | | | | - Add protocol/port selection for manually configured sync hosts - Respect timeout settings - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Nuke some no-op rsync nonsense - Code style cleanup
* XMLRPC sync fixesdoktornotor2015-11-031-133/+135
| | | | | | | | - CARP/HA (auto) option has never worked since pfSense 2.1 due to outdated system settings location being checked - Fix CARP/HA protocol/port selection - Add protocol/port selection for manually configured sync hosts - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Code style cleanup
* XMLRPC sync improvementsdoktornotor2015-11-031-91/+107
| | | | - Add protocol and port settings - Tweak some descriptions and nuke useless stuff
* Merge pull request #1119 from doktornotor/patch-2Renato Botelho2015-11-035-119/+111
|\
| * Bump suricata package versiondoktornotor2015-10-281-1/+1
| |
| * Bump suricata package versiondoktornotor2015-10-281-1/+1
| |
| * Bump suricata package versiondoktornotor2015-10-281-1/+1
| |
| * Properly disable 'Start Suricata' for CARP/HA targetsdoktornotor2015-10-281-1/+1
| |
| * Tweak replication target descriptiondoktornotor2015-10-281-46/+37
| | | | | | Fix copyright header and nuke useless tags while here.
| * suricata - XMLRPC sync fixes round twodoktornotor2015-10-281-69/+70
| | | | | | | | | | | | - the CARP (auto) option has never worked due to outdated system settings location being checked - the enable checkbox was not being used at all - the foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - polish log messages a bit
* | Merge pull request #1118 from doktornotor/patch-4Renato Botelho2015-11-033-86/+100
|\ \
| * | Simplify username codedoktornotor2015-10-281-5/+1
| | |
| * | Bump snort package versiondoktornotor2015-10-281-1/+1
| | |
| * | Tweak replication target descriptiondoktornotor2015-10-281-5/+3
| | |
| * | snort - XMLRPC sync fixesdoktornotor2015-10-281-80/+100
| |/ | | | | | | | | | | | | | | | | - Fix CARP protocol/port selection - Properly disable 'Start Snort' for CARP/HA targets - Do some validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - The enable checkbox was not being used at all - The foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - Do some code style cleanups and polish log messages a bit while here
* | Merge pull request #1131 from doktornotor/patch-16Renato Botelho2015-11-038-396/+346
|\ \
| * | Replace reference to obsoleted file, cleanup prehistoric junk, fix XHTMLdoktornotor2015-11-021-13/+8
| | |
| * | Fix filename in copyright headerdoktornotor2015-11-021-1/+1
| | |
| * | Fix filename in copyright headerdoktornotor2015-11-021-1/+1
| | |
| * | Remove leftover tagdoktornotor2015-11-021-1/+0
| | |
| * | Remove leftover listtopic fielddoktornotor2015-11-021-4/+0
| | |
| * | Bump tinydns package versiondoktornotor2015-11-021-2/+2
| | |
| * | Bump tinydns package versiondoktornotor2015-11-021-2/+2
| | |
| * | Bump tinydns package versiondoktornotor2015-11-021-1/+1
| | |
| * | Remove obsolete XMLRPC config on installdoktornotor2015-11-021-0/+1
| | |
| * | Redo XMLRPC sync from scratch, wipe obsolete junk, cleanupsdoktornotor2015-11-021-198/+215
| | |
| * | Redo XMLRPC sync from scratchdoktornotor2015-11-021-90/+109
| | |
| * | Delete tinydns_xmlrpc_sync.phpdoktornotor2015-11-021-59/+0
| | | | | | | | | No-op plus no longer used.
| * | fix XMLRPC sync, cleanup useless junkdoktornotor2015-11-021-27/+9
| | |
* | | Merge pull request #1132 from doktornotor/patch-17Renato Botelho2015-11-035-98/+131
|\ \ \
| * | | Bump sarg package versiondoktornotor2015-11-021-2/+2
| | | |
| * | | Bump sarg package versiondoktornotor2015-11-021-2/+2
| | | |
| * | | Bump sarg package versiondoktornotor2015-11-021-1/+1
| | | |
| * | | XMLRPC sync fixesdoktornotor2015-11-021-10/+40
| | | |
| * | | XMLRPC sync fixesdoktornotor2015-11-021-83/+86
| |/ /
* | | Merge pull request #1130 from doktornotor/patch-15Renato Botelho2015-11-035-167/+177
|\ \ \
| * | | Bump freeradius2 package versiondoktornotor2015-11-021-1/+1
| | | |
| * | | Bump freeradius2 package versiondoktornotor2015-11-021-1/+1
| | | |
| * | | Bump freeradius2 package versiondoktornotor2015-11-021-1/+1
| | | |
| * | | Improve some descriptions, fix copyright header and whitespace, nuke useless ↵doktornotor2015-11-021-44/+45
| | | | | | | | | | | | | | | | tags
| * | | freeradius2 - XMLRPC sync fixesdoktornotor2015-11-021-120/+129
| |/ / | | | | | | | | | | | | | | | | | | | | | - CARP/HA (auto) option has never worked since pfSense 2.1 due to outdated system settings location being checked - Also fix CARP/HA protocol/port selection - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Do not attempt to run XMLRPC sync on boot - Code style cleanup
* | | Merge pull request #1129 from doktornotor/patch-13Renato Botelho2015-11-031-43/+0
|\ \ \
| * | | spamd - remove unused broken XMLRPC sync codedoktornotor2015-11-011-43/+0
| |/ /
* | | Merge pull request #1128 from doktornotor/patch-12Renato Botelho2015-11-034-16/+16
|\ \ \
| * | | Bump squid3/squid3-dev package versionsdoktornotor2015-11-011-4/+4
| | | |
| * | | Bump squid3/squid3-dev package versionsdoktornotor2015-11-011-4/+4
| | | |
| * | | squid3 - fix XMLRPC sync with CARP/HAdoktornotor2015-11-011-4/+4
| | | |
| * | | squid3-dev - fix XMLRPC sync with CARP/HAdoktornotor2015-11-011-4/+4
| |/ /
* | | Merge pull request #1127 from doktornotor/patch-11Renato Botelho2015-11-034-68/+151
|\ \ \
| * | | Bump squid3 package versiondoktornotor2015-11-011-1/+1
| | | |