aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Improve XMLRPC syncdoktornotor2015-11-011-8/+40
| | | | | | | | | | | | | | | - Fix CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol/port selection
| * | Improve XMLRPC syncdoktornotor2015-11-011-51/+70
| | | | | | | | | | | | | | | | | | | | | | | | - Fix CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid
| * | Improve XMLRPC syncdoktornotor2015-11-011-8/+40
| |/ | | | | | | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting
* | Merge pull request #1126 from doktornotor/patch-10Renato Botelho2015-11-037-106/+224
|\ \
| * | Bump sshdcond package versiondoktornotor2015-11-011-3/+3
| | |
| * | Bump sshdcond package versiondoktornotor2015-11-011-3/+3
| | |
| * | Bump sshdcond package versiondoktornotor2015-11-011-1/+1
| | |
| * | Improve XMLRPC syncdoktornotor2015-11-011-71/+105
| | | | | | | | | | | | | | | | | | | | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid
| * | Improve XMLRPC syncdoktornotor2015-11-011-20/+64
| | | | | | | | | | | | | | | | | | - Add CARP/HA sync option - Add enable/disable checkbox per replication target - Add protocol selection - Add timeout setting
| * | Add privileges configuration to sshdcond packagedoktornotor2015-11-011-0/+42
| | |
| * | Add privileges configuration to sshdcond packagedoktornotor2015-11-011-8/+6
| |/ | | | | Do some cleanups while here.
* | Merge pull request #1125 from doktornotor/patch-9Renato Botelho2015-11-035-10/+52
|\ \
| * | Bump and sanitize stunnel package versiondoktornotor2015-11-011-2/+2
| | |
| * | Bump and sanitize stunnel package versiondoktornotor2015-11-011-2/+2
| | |
| * | Bump stunnel package versiondoktornotor2015-11-011-1/+1
| | |