Giter Club home page Giter Club logo

inadyn's People

Contributors

taem avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

inadyn's Issues

DNSEXIT

'update.dnsexit.com' no longer returns current IP address. 'ip.dnsexit.com' should be used istead.

Rewrite http client

Rewrite http client - it should be possible to make an http request with one (request) or three (init, request, shutdown) function calls without the complicated setup.

Two bugs that are not critical

Just for your information.

  1. PID directory has to be manually created and chowned to unprivileged user
    before starting inadyn with --drop-privs option, otherwise PID directory
    is created as root:root 0755 and inadyn doesn't start at all with 'Failed
    opening pidfile /var/run/inadyn/inadyn.pid for writing: Permission denied'
    in log file.
  2. PID file is not removed on inadyn exit.

Rewrite parsing of options and config file

Parsing of config file should be separated from parsing of options (now parser converts contents of config file to command line options).
Parsing of command line options should be done by getopt() instead of self-written parser.

Compilation error

src/inadyn_cmd.c:79:15: error: ‘set_cachefile’ undeclared here (not in a function)
src/inadyn_cmd.c:780:16: warning: ‘set_cachefile’ defined but not used [-Wunused-function]
make: *** [src/inadyn_cmd.o] Error 1

"Changeip.com" commit breaks compilation

With e2c9eac i get following error:

make[3]: Entering directory `./inadyn-1.99.2-20120924'
  CC      src/dyndns.o
src/dyndns.c:152:3: error: 'CHANGEIP_DEFAULT' undeclared here (not in a function)

Fix it. Please, please:)

Revise error codes

Revise error codes and add human-readable descriptions (for example, RC_DYNDNS_RSP_NOTOK - "Error in DDNS server response").

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.