bpdyndnsd
2010-06-21 Bjoern SikoraCorrected implementation of GnuDIP HTTP update protocol.
2010-06-18 Bjoern SikoraBugfix: Don't check for private IP-Address if we get...
2010-06-15 Bjoern SikoraBugfix. Separated CurlError into CurlError and CurlInit...
2010-06-11 Bjoern SikoraChanged user agent string.
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
2010-06-07 Bjoern SikoraAdded linter settings.
2010-05-21 Bjoern SikoraChanges in spec file: Restrictive folder and file attri...
2010-05-21 Bjoern SikoraStart as user bpdyndnsd.
2010-05-21 Bjoern SikoraBugfix in ExternalLogOnlyOnce. Set the right member...
2010-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-21 Bjoern SikoraChanged some loglevels and ignore invalid service confi...
2010-05-21 Bjoern SikoraImplemented logic for ability to activate webcheck...
2010-05-21 Bjoern SikoraOnly check config option start_offline once, not in...
2010-05-20 Bjoern SikoraSignal handling changed to be able to go offline, onlin...
2010-05-20 Bjoern SikoraAdded config option for starting in offline mode.
2010-05-19 Bjoern SikoraRemoved unneded helper function.
2010-05-19 Bjoern SikoraChanged name for object serialization file to bpdyndnsd...
2010-05-19 Bjoern SikoraChanged folder for serialization file.
2010-05-19 Bjoern SikoraMoved BOOST macro for class registration from header...
2010-05-19 Bjoern SikoraChanged init script not to use initlog.
2010-05-19 Bjoern SikoraAdded sysconfig path in spec file.
2010-05-19 Bjoern SikoraAdded sysconfig file.
2010-05-19 Bjoern SikoraChanged binary path to /usr/bin not /usr/local/bin.
2010-05-19 Bjoern SikoraChanges in spec file dependencies: Should be curl and...
2010-05-19 Bjoern SikoraBuild requires and build process changed.
2010-05-18 Bjoern SikoraFinished fine tuning due to linter output.
2010-05-18 Bjoern SikoraLast linter optimizations.
2010-05-17 Bjoern SikoraVarious fixes.
2010-05-17 Bjoern SikoraUse time_t instead of int.
2010-05-17 Bjoern SikoraAgain some consting and int -> void.
2010-05-17 Bjoern SikoraConst function and changed not needed return value...
2010-05-17 Bjoern SikoraUsing reference for exception catching.
2010-05-17 Bjoern SikoraAvoid using swap to initialize boost:shared_ptr members.
2010-05-12 Bjoern SikoraNext steps in fine tuning code.
2010-05-12 Bjoern SikoraNext steps in fine tuning.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2010-04-15 Bjoern SikoraExamples to improve code.
2010-02-04 Thomas JaroschImproved PC-lint settings
2009-11-06 Gerd von Egidymini test-checkin
2009-10-15 Bjoern SikoraRenamed folder to config_examples.
2009-10-15 Bjoern SikoraInserted docs and examples into rpm and added uninstall...
2009-10-15 Bjoern SikoraInserted final location of binary.
2009-10-15 Bjoern SikoraMoved into doc folder.
2009-10-15 Bjoern SikoraCreated needed docs.
2009-10-15 Bjoern SikoraAdjusted README file to this project.
2009-10-15 Bjoern SikoraMakefile needed for source tar generation.
2009-10-15 Bjoern SikoraWe need to switch to build dir in install section,...
2009-10-15 Bjoern SikoraTo fully support IPv6 we need to be able to parse an...
2009-10-15 Bjoern SikoraLittle change in description and changed buildroot.
2009-10-15 Bjoern SikoraMoved into subfolder config.
2009-10-15 Bjoern SikoraConfigure.in needed for make source tar file.
2009-10-15 Bjoern SikoraFirst shot on spec file.
2009-10-15 Bjoern SikoraMoved config file into subfolder config.
2009-10-14 Bjoern SikoraAdded support for multiple interfaces.
2009-10-13 Bjoern SikoraBugfix: Status code in curl data is delimited by carria...
2009-10-12 Bjoern SikoraDon't try to update if dynamic hostname could not be...
2009-10-09 Bjoern SikoraBugfix: Curl appends rather than overrites writedata...
2009-09-22 Bjoern SikoraBugfix: User \n as delimiter for service tzo.
2009-09-22 Bjoern SikoraBugfix: User \n as delimiter for easydns.
2009-09-22 Bjoern SikoraIncreased version in user agent info.
2009-09-22 Bjoern SikoraChanged paths to the final locations.
2009-09-22 Bjoern SikoraClearly rearranged update algorithm.
2009-09-22 Bjoern SikoraRemoved version information from main.cpp.
2009-09-22 Bjoern SikoraAdded version into agent string.
2009-09-21 Bjoern SikoraAlso (de-)serialize object state (LastWebcheck) of...
2009-09-21 Bjoern SikoraDo not invoke any webcheck url to often (once every...
2009-09-21 Thomas JaroschUpdated macros to search for boost, curl and openssl...
2009-09-21 Thomas JaroschRestructured source file list. Created list for header...
2009-09-21 Thomas JaroschSplit into smaller cmake files
2009-09-21 Thomas Jaroschlint settings: Don't complain about redeclaration of...
2009-09-21 Thomas JaroschNo need for ; after a namespace declaration
2009-09-21 Bjoern SikoraDeleted example config files.
2009-09-21 Bjoern SikoraCreated example config files for each service in exampl...
2009-09-21 Bjoern SikoraAdded compiler option -j2.
2009-09-21 Bjoern SikoraBugfix: Catch also generic program_options error.
2009-09-21 Bjoern SikoraBugfix: Don't test for NULL pointer of fixed sized...
2009-09-21 Bjoern SikoraBugfix: We need a virtual destructor for the interface.
2009-09-18 Bjoern SikoraImproved cmake CMakeLists.txt.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-18 Bjoern SikoraGet rid of the compiler warning about strict aliasing...
2009-09-18 Bjoern SikoraImproved shared_pointer handling. Use swap instead...
2009-09-17 Bjoern SikoraAdded logging for external logging failures and removed...
2009-09-17 Bjoern SikoraLast steps on DHS service.
2009-09-17 Bjoern SikoraBugfix: Avoid curl from segfaulting when CurlErrBuff...
2009-09-17 Bjoern SikoraDo not use ostringstream if not really needed.
2009-09-17 Bjoern SikoraUpdate A record. An update operation is not available...
2009-09-16 Bjoern SikoraAvoid typedefs in header files if not really necessary.
2009-09-15 Bjoern SikoraImplemented ODS protocol.
2009-09-15 Bjoern SikoraAdded Util::parse_status_code().
2009-09-15 Bjoern SikoraGeneralized print_http_not_authorized to print_service_...
2009-09-15 Bjoern SikoraBugfix: Free up memory in httphelper.
2009-09-09 Bjoern SikoraRefactoring: Renamed class IPHelper to a more meaningfu...
2009-09-09 Bjoern SikoraAdded error handling in Util::compute_md5_digest and...
2009-09-08 Bjoern SikoraAdded implementation of gnudip protocol.
2009-09-07 Bjoern SikoraAdded regex tests to test if given IP is within a priva...
2009-09-07 Bjoern SikoraRenamed within refactoring class naming.
2009-09-07 Bjoern SikoraRefactoring unexpected part two: Class naming adopted...
2009-09-07 Bjoern SikoraRefactoring: Class renaming. All service implementaion...
2009-09-07 Bjoern SikoraAdded implementation of service zoneedit.
2009-09-07 Bjoern SikoraAdded implementation for tzo.
next