~vcs-imports/nut:libconf

Last commit made on 2013-06-20
Get this branch:
git clone -b libconf https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
libconf
Repository:
lp:~vcs-imports/nut

Recent commits

72d3fd1... by Vaclav Krpec <email address hidden>

netxml-ups: bugfixing alarms subscription

704d763... by Vaclav Krpec <email address hidden>

netxml-ups: alarm channel prompt fix

Using CRLF instead of just LF causes blocking of the alarm channel
for any other clients

d2e1bb0... by Vaclav Krpec <email address hidden>

netxml-ups driver: alarms subscription bugfixes

1/ req. buffer reuse for resp. isn't a good idea, resp. body gets
mixed with resp. POST data
2/ CRLF should be used in HTTP comm. with the NMC (although LF alone
should be acceptable for tolerant HTTP message parsers (see RFC 2616,
section 19.3, 3rd paragraph), the one in NMC has problems with it)

ce195e3... by Vaclav Krpec <email address hidden>

AIX: packaging & init script improvements

1695533... by Vaclav Krpec <email address hidden>

Bugfix of improper dstate_addinfo call

23df5e8... by Vaclav Krpec <email address hidden>

Fixed client startup detection

11ba37b... by Vaclav Krpec <email address hidden>

Fixed AIX RPM specfile

4c2e89e... by Vaclav Krpec <email address hidden>

Allow libneon-based XML driver & scanning for AIX

0078f93... by Vaclav Krpec <email address hidden>

Fix of AIX-specific parseconf linking bug

Added dummy do_upsconf_args to binaries that use libcommon to satisfy
the linker.
libcommon links libparseconf, which calls do_upsconf_args supplied
from above as an implementation-specific routine.

e54ce1c... by Vaclav Krpec <email address hidden>

netxml-ups: incremental commit

1/ Removed useless System.Network.* NMC variables
2/ Removed usage of strndup & fixed a related bug