summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison2011-06-071-6/+32
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-071-1/+13
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-06-071-2/+0
* Fix bug #7998.Samuel Thibault2011-06-071-1/+1
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-06-071-0/+9
* Fix bug 8153 found when building on an IPv6-only system by Kai Blin.Jeremy Allison2011-06-071-3/+16
* talloc: splitout _talloc_free_children_internal()Stefan Metzmacher2011-06-071-50/+27
* talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher2011-06-071-1/+16
* talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher2011-06-071-1/+1
* talloc: test talloc_steal out of a talloc_poolStefan Metzmacher2011-06-071-0/+69
* talloc: add memset() calls to test_pool()Stefan Metzmacher2011-06-071-0/+17
* talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher2011-06-071-0/+1
* talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher2011-06-071-1/+6
* talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher2011-06-071-15/+1
* talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher2011-06-071-32/+66
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-174-1/+246
* lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2011-05-174-1/+275
* libsmbconf: Define a doxygen group for libsmbconf.Andreas Schneider2011-05-151-0/+11
* libsmbconf: Document smbconf_transaction_cancel().Andreas Schneider2011-05-151-0/+10
* libsmbconf: Document smbconf_transaction_commit().Andreas Schneider2011-05-151-0/+13
* libsmbconf: Document smbconf_transaction_start().Andreas Schneider2011-05-151-0/+11
* libsmbconf: Document smbconf_delete_global_includes().Andreas Schneider2011-05-151-0/+8
* libsmbconf: Document smbconf_delete_includes().Andreas Schneider2011-05-151-0/+12
* libsmbconf: Document smbconf_set_global_includes().Andreas Schneider2011-05-151-0/+12
* libsmbconf: Document smbconf_set_includes().Andreas Schneider2011-05-151-0/+15
* libsmbconf: Document smbconf_get_global_includes().Andreas Schneider2011-05-151-0/+15
* libsmbconf: Document smbconf_get_includes().Andreas Schneider2011-05-151-0/+17
* libsmbconf: Document smbconf_delete_global_parameter().Andreas Schneider2011-05-151-0/+13
* libsmbconf: Document smbconf_delete_parameter().Andreas Schneider2011-05-151-0/+13
* libsmbconf: Document smbconf_get_global_parameter().Andreas Schneider2011-05-151-0/+17
* libsmbconf: Document smbconf_get_parameter().Andreas Schneider2011-05-151-0/+17
* libsmbconf: Document smbconf_set_global_parameter().Andreas Schneider2011-05-151-0/+16
* libsmbconf: Document smbconf_set_parameter().Andreas Schneider2011-05-151-0/+15
* libsmbconf: Document smbconf_delete_share().Andreas Schneider2011-05-151-0/+11
* libsmbconf: Document smbconf_get_share().Andreas Schneider2011-05-151-0/+18
* libsmbconf: Document smbconf_create_share().Andreas Schneider2011-05-151-0/+11
* libsmbconf: Document smbconf_share_exists().Andreas Schneider2011-05-151-0/+10
* libsmbconf: Document smbconf_get_share_names().Andreas Schneider2011-05-151-0/+15
* libsmbconf: Document smbconf_get_config().Andreas Schneider2011-05-151-4/+22
* libsmbconf: Document smbconf_drop().Andreas Schneider2011-05-151-0/+9
* libsmbconf: Document smbconf_changed().Andreas Schneider2011-05-151-0/+20
* libsmbconf: Document smbconf_shutdown().Andreas Schneider2011-05-151-0/+6
* libsmbconf: Document smbconf_is_writeable().Andreas Schneider2011-05-151-0/+8
* libsmbconf: Document smbconf_backend_requires_messaging().Andreas Schneider2011-05-151-2/+14
* libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider2011-05-152-10/+6
* libsmbconf: Convert smbconf_transaction_*() to sbcErr.Andreas Schneider2011-05-154-15/+15
* libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider2011-05-154-11/+10
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-154-12/+11
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-154-18/+15
* libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider2011-05-154-11/+10