1. 30 Jan, 2017 1 commit
  2. 13 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      shellcheck: fix several occurences of SC2034 · 3ca93f4a
      Bastian Bittorf authored
      
      
      message:
      SC2034: $VARNAME appears unused. Verify it or export it.
      
      most of these are related to the style:
      we generate global vars, which are used in other functions.
      
      the var "lexical_url" was really unused (left it as comment)
      
      the travis-check now does not need anymore special flags.
      Signed-off-by: default avatarBastian Bittorf <bb@npl.de>
      3ca93f4a
  3. 09 Jan, 2017 3 commits
  4. 07 Jan, 2017 1 commit
  5. 06 Jan, 2017 1 commit
  6. 03 Jan, 2017 5 commits
  7. 02 Jan, 2017 1 commit
  8. 27 Dec, 2016 2 commits
  9. 14 Dec, 2016 1 commit
  10. 07 Dec, 2016 5 commits
  11. 06 Dec, 2016 6 commits
  12. 04 Dec, 2016 7 commits
  13. 25 Nov, 2016 2 commits
  14. 24 Nov, 2016 4 commits
    • sjau's avatar
      983f1f28
    • sjau's avatar
      Added ISPConfig DNS API · 192ede5e
      sjau authored
      192ede5e
    • neilpang's avatar
      fix for aliyun api · dbd94d04
      neilpang authored
      dbd94d04
    • baiyangliu's avatar
      Add DNS API support for aliyun (#410) · be39ab32
      baiyangliu authored
      * Add DNS API support for aliyun
      
      * Update README.md
      
      * format
      
      * format
      
      * format
      
      * format...
      
      * format...
      
      * format
      
      * format
      
      * fix bug
      
      * fix bug
      
      * code format
      
      * code format
      
      * fix bug
      
      * just ok...
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * change "echo" to "printf"
      
      * fix bug
      
      * code format
      
      * fix bug."head -c" in function _ali_nonce not supported by solaris
      
      * fix bug."head -c" in function _ali_nonce not supported by solaris
      
      * format
      
      * fix bug._ali_nonce not work on solaris
      
      * fix bug. _ali_nonce not work on solaris
      
      * fix bug. _ali_nonce not work on solaris
      
      * add aliyun.com to README.md
      be39ab32