Add AIFOTicket to isds_DbUserInfo as aifo_ticket
commitec4bbe020ff0cb3a0df32874c5f5ed571c1db25c
authorPetr Písař <petr.pisar@atlas.cz>
Mon, 21 Dec 2015 16:30:24 +0000 (21 17:30 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Thu, 31 Dec 2015 15:29:06 +0000 (31 16:29 +0100)
tree6299a7636707f8fe12f38536ef959ff03d3861fa
parenta069b378fc2b40bd652dc84601ffc885b1b02a2a
Add AIFOTicket to isds_DbUserInfo as aifo_ticket

This adds new member to isds_DbUserInfo structure. It's optional and used only
when creating a box, adding a user to a box, or listing box users. It allows
to specify or retrieve a person reference to citizen registery.

It does not break API, but because it changes a structure size, it breaks ABI,
thus soname was bumped.

I also increased version of the libisds at this moment.
client/common.c
configure.ac
doc/libisds.xml
src/Makefile.am
src/isds.c
src/isds.h
test/offline/isds_DbUserInfo_duplicate.c
test/offline/isds_DbUserInfo_free.c