bpdyndnsd
2020-05-23 Thomas JaroschFix 'occurred' typo master
2017-09-08 Thomas JaroschExplicitly link pthread, needed by new binutils
2015-05-26 Gerd von Egidyrelease v1.1 v1.1
2015-05-25 Gerd von Egidydon't log passwords by default, but make password loggi...
2015-05-25 Gerd von Egidyadd new protocol variation "gnudip-fullhostname", used...
2015-05-25 Gerd von Egidyfix compile with newer boost version
2014-10-16 Bjoern SikoraAdded updated IP into update successful log message.
2014-06-12 Gerd von Egidycorrectly parse responses from changeip.com (dyndns...
2013-07-17 Bjoern SikoraSplitted method serialize() into load() and save()...
2013-07-16 Bjoern SikoraEnhanced update logic to respect not activated hostname...
2013-07-16 Bjoern SikoraCatch generic std::exception as there can be thrown...
2013-07-16 Bjoern SikoraDon't exit program if state file could not be pared...
2013-07-16 Bjoern SikoraMade compilable again. Now boost_system is explicitly...
2012-12-27 Thomas JaroschAdd missing iterator initialization
2011-03-24 Thomas JaroschIncrease easydns update interval as the described ten...
2011-02-01 Thomas JaroschLog burnt IP only once
2011-01-31 Thomas JaroschDyndns: Better handling for nochg and abuse return...
2011-01-31 Thomas JaroschUse enum for perform_update() return code. Made functio...
2011-01-31 Thomas JaroschAdd new feature wish
2011-01-31 Thomas JaroschDyndns protocol: Mark "nochg" and "abuse" return code...
2011-01-31 Bjoern SikoraFixed burnt IP detection issue. Moved burnt IP detectio...
2011-01-31 Thomas JaroschAs we want to delete to oldest entry, we can use begin...
2011-01-31 Thomas JaroschNo need for manual copy. Implemented exception safe...
2011-01-31 Thomas JaroschCosmetic/documentation changes only
2011-01-28 Bjoern SikoraFixed burnt logic: Only check for burnt IP address...
2011-01-28 Bjoern SikoraFixed unused variable.
2011-01-28 Bjoern SikoraFixed spelling.
2011-01-28 Bjoern SikoraFixed undefined var ;-).
2011-01-28 Bjoern SikoraDon't update the same IP more than 2 times in success.
2011-01-28 Bjoern SikoraAlso add the default update interval into generic servi...
2011-01-28 Bjoern SikoraAdded values for update interval and max updates within...
2011-01-17 Bjoern SikoraFixed mantis Bug#1750: Don't call EVP_cleanup(). This...
2010-12-08 Thomas JaroschAdded possibility to override automatic WAN IP detection
2010-11-19 Bjoern SikoraChanged the comparing "good" update string to satisfy...
2010-11-08 Thomas JaroschFix md5 to hex conversion: Output a leading zero for...
2010-10-20 Thomas JaroschAdd note about TTL
2010-10-20 Thomas JaroschAdd DNS TTL/server error threshold so we don't update...
2010-10-20 Thomas JaroschImprove logging when IP update is not allowed (log...
2010-10-18 Thomas JaroschAdd TODO entry about nochg response
2010-10-18 Thomas JaroschSave one indent level in ServiceDyndns::perform_update()
2010-10-18 Thomas JaroschFix HTTP request output parsing: Don't read past the...
2010-10-18 Thomas JaroschFix user agent. Don't output a newline after any HTTP...
2010-10-14 Thomas JaroschAnd even one more TODO entry
2010-10-14 Thomas JaroschFix another user-agent pointer bug. Fix user-agent...
2010-10-14 Thomas JaroschFix user-agent issue: Use char* pointer instead of...
2010-10-14 Thomas JaroschDisable SSL certificate validation until we have CA...
2010-10-14 Thomas JaroschAdd CA certificate handling to TODO
2010-10-14 Thomas JaroschOne more TODO entry
2010-10-14 Thomas JaroschOne more idea to do
2010-10-14 Thomas JaroschUpdate TODO list
2010-10-14 Thomas JaroschBlock service for a short period of time on too many...
2010-10-14 Thomas JaroschSet last webcheck timestamp early so we don't trash...
2010-10-14 Thomas JaroschSkip webcheck idle period check if we just went online...
2010-10-14 Thomas JaroschMake note about curl HTTP headers
2010-10-13 Bjoern SikoraAdded a TODO: Failure handling.
2010-10-13 Thomas JaroschAdd HTTP proxy auth to TODO list
2010-10-13 Thomas JaroschAdd example configuration for no-ip
2010-10-13 Thomas JaroschUse alternative server name ;)
2010-10-13 Bjoern SikoraDYNDNS protocol from now on accepts alternative update...
2010-10-13 Thomas JaroschAdd TODO entry about user-agent version string
2010-10-13 Thomas JaroschConfigurable version string in CMakeLists.txt
2010-10-13 Thomas JaroschFix typo in error message
2010-10-12 Thomas JaroschUpdate gitignore file to kdevelop v4
2010-10-12 Bjoern SikoraRemoved redundant code into separate member function.
2010-10-12 Thomas JaroschAbort on unknown/misspelled configuration options
2010-10-11 Thomas JaroschImplement dialup mode
2010-10-11 Thomas JaroschMove exit_now variable to main() function
2010-10-11 Thomas JaroschImplemented command line parser for dialup mode
2010-10-11 Thomas JaroschMigrate to kdevelop v4
2010-10-11 Thomas JaroschSwitch version number to 1.0
2010-10-11 Thomas JaroschDocument new dialup mode
2010-10-11 Thomas JaroschRemove redundant function
2010-10-11 Thomas JaroschFix config file regex
2010-10-08 Thomas JaroschIncrease log level on SIGRTMAX. Reset it on SIGHUP
2010-10-07 Thomas JaroschLog message on startup
2010-10-07 Thomas JaroschDon't kill config and doc dir on uninstallation
2010-10-07 Thomas JaroschDon't replace user modified config files on RPM upgrade
2010-10-07 Thomas JaroschMake sure get_last_updates() contains atleast one entry...
2010-10-06 Thomas JaroschLog determined WAN IP
2010-10-06 Thomas JaroschLog once if we can't determine our IP. Also log if...
2010-10-06 Thomas JaroschLog if we don't update a service when switching from...
2010-10-06 Thomas JaroschRename signal handler functions to what they really...
2010-10-06 Bjoern SikoraExpire old entries in LastUpdates of each service.
2010-10-06 Thomas JaroschReally handle SIG_TERM outside the signal handler
2010-10-06 Thomas JaroschMove signal processing completly out of the signal...
2010-10-06 Thomas JaroschDo the SIGTERM cleanup outside the signal handler
2010-10-06 Thomas JaroschLog before exiting the application on config reload...
2010-10-06 Thomas JaroschDon't reload config in the signal handler
2010-10-06 Thomas JaroschClarify comment
2010-10-06 Thomas JaroschRemove almost redundant update code
2010-10-06 Thomas JaroschSave one more indent/if level
2010-10-06 Thomas JaroschSave one more indent/if level
2010-10-06 Thomas JaroschSafe one indent level by reversing empty IP logic
2010-10-06 Thomas JaroschVariables modified inside signal handlers should be...
2010-10-06 Thomas JaroschSkip interfaces without IP addresses
2010-09-23 Thomas JaroschDon't depend on the boost meta package as this would...
2010-09-17 Thomas JaroschAdapt to boost 1.44.0
2010-09-17 Bjoern SikoraAdded file from the ignore list.
2010-06-25 Bjoern SikoraRemoved double quote from external log message, escape_...
2010-06-25 Bjoern SikoraEscaped argument for external warning log.
next