<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bind_dynamic.git/bin, branch master</title>
<subtitle>BIND dynamic db back-ends support.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/'/>
<entry>
<title>Unload all back-ends before reloading.</title>
<updated>2009-04-22T12:01:09+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2009-04-22T09:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=1c5e11063e71024f08c087ebc8bbddf7044b831e'/>
<id>1c5e11063e71024f08c087ebc8bbddf7044b831e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass all necessary pointers in a packed structure.</title>
<updated>2009-04-21T07:45:01+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2009-04-21T07:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=1ae7a3c4d2f018b251838ffdbd926c758cc2329c'/>
<id>1ae7a3c4d2f018b251838ffdbd926c758cc2329c</id>
<content type='text'>
Access to the dns_dyndb_arguments_t structure is done through a set of
dns_dyndb_set_* and dns_dyndb_get_* functions. This will make it
unnecessary to break the ABI if someone designing a plug-in will have a
need for something more than there currently is. All that will be needed
in that case will be an addition of set/get functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Access to the dns_dyndb_arguments_t structure is done through a set of
dns_dyndb_set_* and dns_dyndb_get_* functions. This will make it
unnecessary to break the ABI if someone designing a plug-in will have a
need for something more than there currently is. All that will be needed
in that case will be an addition of set/get functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also pass the zone manager to the driver.</title>
<updated>2009-02-11T19:40:42+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2009-02-11T15:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=afbf6702d3de8b325b9646d7c24522daa5bfc3e1'/>
<id>afbf6702d3de8b325b9646d7c24522daa5bfc3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow zero 'arg' configuration directives.</title>
<updated>2009-02-11T19:40:41+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2008-12-16T15:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=b74b20b7395d0322f39dfc7d146aa5df71392613'/>
<id>b74b20b7395d0322f39dfc7d146aa5df71392613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a destroy function to free all the resources.</title>
<updated>2009-02-11T19:40:41+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2008-12-15T16:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=c76f8c86f453ad60719d31289b04f13ac244114c'/>
<id>c76f8c86f453ad60719d31289b04f13ac244114c</id>
<content type='text'>
The handle returned by dlopen() is now saved and the library is unloaded
on exit.
We also load symbol "dynamic_driver_destroy" which is a function with no
arguments returning void. It is called on exit.
The load_library() is now split into two functions, one function is
specifically used to load symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The handle returned by dlopen() is now saved and the library is unloaded
on exit.
We also load symbol "dynamic_driver_destroy" which is a function with no
arguments returning void. It is called on exit.
The load_library() is now split into two functions, one function is
specifically used to load symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for runtime loading of database backends.</title>
<updated>2009-02-11T19:40:41+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2008-12-09T18:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=aad64960a5681975b032c1e4fcd133e8f806c9cb'/>
<id>aad64960a5681975b032c1e4fcd133e8f806c9cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2009-02-11T19:37:59+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2009-02-11T19:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/bind_dynamic.git/commit/?id=f50ae72ec3417cae55dd4e085991c01af9fdc5f1'/>
<id>f50ae72ec3417cae55dd4e085991c01af9fdc5f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
