summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util/ Fix crash bug caused by gfree_debug()Andrew Bartlett2012-01-231-1/+1
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-161-1/+0
* s3: Fix bug 8385Volker Lendecke2011-09-161-26/+14
* talloc: check block count aftter references testAndrew Tridgell2011-09-161-0/+1
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-09-161-0/+44
* Fix license info for talloc in manpage.Jelmer Vernooij2011-09-161-3/+3
* talloc - improve doxygen comment of "talloc_move"Matthias Dieter Wallnöfer2011-09-161-3/+3
* talloc - some documentation changesMatthias Dieter Wallnöfer2011-09-162-53/+48
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-09-161-0/+23
* talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell2011-09-161-15/+3
* Fix warning messages on Freebsd 4.6.2.Herb Lewis2011-09-161-0/+2
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-073-4/+6
* lib/util/wrap_xattr.h: fix licence/copyrightGünther Deschner2011-07-261-0/+21
* lib/util/util_tdb.h: fix licence/copyrightGünther Deschner2011-07-261-0/+21
* lib/util/util_ldb.h: fix licence/copyrightGünther Deschner2011-07-261-0/+23
* lib/util/time.h: fix licence/copyrightGünther Deschner2011-07-261-1/+6
* lib/util/data_blob.h: fix licence/copyrightGünther Deschner2011-07-261-1/+4
* 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