1. 09 May, 2017 5 commits
  2. 02 May, 2017 5 commits
  3. 29 Apr, 2017 4 commits
  4. 27 Apr, 2017 3 commits
  5. 25 Apr, 2017 1 commit
  6. 21 Apr, 2017 4 commits
  7. 20 Apr, 2017 2 commits
  8. 18 Apr, 2017 1 commit
  9. 17 Apr, 2017 1 commit
  10. 12 Apr, 2017 3 commits
  11. 09 Apr, 2017 1 commit
  12. 07 Apr, 2017 3 commits
  13. 05 Apr, 2017 1 commit
  14. 03 Apr, 2017 3 commits
    • Franco Fichtner's avatar
      dynamic dns: merge recent rework from master · 0077ff23
      Franco Fichtner authored
      * Now fully pluggable and scheduled for core removal in 17.7
      * Added IPv6 functionality to IP probe function
      * Multiple fixes in the GUI handling
      * Separated RFC 2136 backend
      * New RFC 2136 widget
      * Style consolidation
      0077ff23
    • Franco Fichtner's avatar
      rrd: naming conventions and a side note · 42e2740f
      Franco Fichtner authored
      We have a function pair rrd_import() / rrd_export() now, which do
      wildly different things even though they've been used for a single
      purpose:
      
      (1) rrd_export() writes a string, appends it to the config.xml
      
      (2) rrd_import() takes a parsed config portion, but not as an
          argument, rather as a global config element
      
      (3) There was also an older backup clue which exported files, but
          simply packed them up for restore after boot
      
      If we can get the system to unify the usage we'll end up with a
      neat way of backing, restoring and migrating RRD data, although
      I'm not sure if this can be fully compatible with the old files.
      
      (cherry picked from commit c7a488dc)
      42e2740f
    • Franco Fichtner's avatar
      openssh: merge refactoring from master · 88609cbd
      Franco Fichtner authored
      88609cbd
  15. 28 Mar, 2017 1 commit
  16. 26 Mar, 2017 2 commits