s3:registry: convert reg_openkey() to use talloc instead of SMB_STRDUP etc (cherry...
[ddiss/samba.git] / lib /
2012-05-07 Joseph TamFix bug #8877 - Syslog broken owing to mistyping of...
2012-02-12 Ira Coopers3-popt: Fix configure.developer builds on Solaris.
2012-02-03 Ira CooperFix bug #8729 - getpass regressions on Solaris/Illumos...
2011-11-19 Andrew Bartlettlib/util/ Fix crash bug caused by gfree_debug()
2011-09-01 Volker LendeckeFix bug 8433, segfault in iconv.c
2011-08-30 Volker Lendeckes3: Fix bug 8385
2011-08-20 Andrew Tridgelltalloc: check block count aftter references test
2011-08-20 Andrew Tridgelltalloc: added test suite for talloc_free_children()
2011-08-20 Jelmer VernooijFix license info for talloc in manpage.
2011-08-20 Matthias Dieter... talloc - improve doxygen comment of "talloc_move"
2011-08-20 Matthias Dieter... talloc - some documentation changes
2011-08-20 Simo Sorcetalloc: preserve context name on talloc_free_children()
2011-08-20 Andrew Tridgelltalloc: ensure the sibling linked list remains valid...
2011-08-18 Herb LewisFix warning messages on Freebsd 4.6.2.
2011-08-02 Jeremy AllisonFix bug 7462 - Non-standard SA_RESETHAND is used in...
2011-06-14 Günther Deschnerlib/util/wrap_xattr.h: fix licence/copyright
2011-06-14 Günther Deschnerlib/util/util_tdb.h: fix licence/copyright
2011-06-14 Günther Deschnerlib/util/util_ldb.h: fix licence/copyright
2011-06-14 Günther Deschnerlib/util/time.h: fix licence/copyright
2011-06-14 Günther Deschnerlib/util/data_blob.h: fix licence/copyright
2011-06-07 Karolin SeegerRevert "Fix bug 8196 - Many (newer) header files don...
2011-06-07 Jeremy AllisonFix bug 8196 - Many (newer) header files don't have...
2011-06-07 Jeremy AllisonFix bug #8197 - winbind does not properly detect when...
2011-06-07 Jeremy AllisonFix the poll() backend to correctly respond to POLLHUP...
2011-06-03 Björn Jackereplace: remove waring if IOV_MAX is not defined
2011-06-03 Samuel ThibaultFix bug #7998.
2011-05-26 Jeremy AllisonFix our asn.1 parser to handle negative numbers.
2011-05-20 Jeremy AllisonFix bug 8153 found when building on an IPv6-only system...
2011-05-20 Stefan Metzmachertalloc: splitout _talloc_free_children_internal()
2011-05-20 Stefan Metzmachertalloc: fixed a use after free error in talloc_free_chi...
2011-05-20 Stefan Metzmachertalloc: use _talloc_free_internal() in talloc_free_chil...
2011-05-20 Stefan Metzmachertalloc: test talloc_steal out of a talloc_pool
2011-05-20 Stefan Metzmachertalloc: add memset() calls to test_pool()
2011-05-20 Stefan Metzmachertalloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUN...
2011-05-20 Stefan Metzmachertalloc: make really sure only optimize realloc if there...
2011-05-20 Stefan Metzmachertalloc: make use of _talloc_free_poolmem() in _talloc_r...
2011-05-20 Stefan Metzmachertalloc: split the handling of FLAG_POOL/FLAG_POOLMEM...
2011-05-16 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-16 Andrew Bartlettlib/util Move more network utility functions from sourc...
2011-05-11 Andreas Schneiderlibsmbconf: Define a doxygen group for libsmbconf.
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_transaction_cancel().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_transaction_commit().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_transaction_start().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_delete_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_set_global_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_set_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_global_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_includes().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_delete_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_global_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_set_global_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_set_parameter().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_delete_share().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_share().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_create_share().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_share_exists().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_share_names().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_get_config().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_drop().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_changed().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_shutdown().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_is_writeable().
2011-05-11 Andreas Schneiderlibsmbconf: Document smbconf_backend_requires_messaging().
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_get_config() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_transaction_*() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_delete_includes() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_set_includes() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_get_includes() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_delete_parameter() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_get_parameter() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_set_parameter() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_delete_share() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_get_share() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_open() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-05-11 Andreas Schneiderlibsmbconf: Added a sbcErrorString() function.
2011-05-11 Andreas Schneiderlibsmbconf: Introduce a sbcErrType.
2011-05-06 Günther Deschnertdb: fix a build warning.
2011-05-02 Stefan Metzmachertalloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_IN...
2011-04-25 Stefan Metzmacherlib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros
2011-04-22 Volker Lendeckeasn1: Fix Coverity ID 2299, CHECKED_RETURN
2011-04-19 Simo Sorcetdb_backup: avoid transaction on backup file, use lockall
2011-04-19 Rusty Russelltdb: make sure we skip over recovery area correctly.
2011-04-19 Simo Sorcetdb_expand: limit the expansion with huge records
2011-04-19 Rusty Russelltdb: tdb_repack() only when it's worthwhile.
2011-04-19 Rusty Russelltdb: fix transaction recovery area for converted tdbs.
2011-04-13 Günther Deschners3-includes: include lib/util/debug.h headers in includ...
2011-04-13 Volker Lendeckelib: Move next_token next to next_token_talloc
2011-04-13 Stefan Metzmachertalloc: fix compiler warnings with -Wc++-compat
2011-04-12 Stefan Metzmachertalloc/testsuite: avoid memory leak reported by valgrind
2011-04-12 Stefan Metzmachertalloc/testsuite: test more talloc_pool related things
2011-04-12 Stefan Metzmachertalloc: include valgrind headers if available
2011-04-12 Stefan Metzmachertalloc: add TC_INVALIDATE_POOL marco
2011-04-12 Stefan Metzmachertalloc: add TC_UNDEFINE_GROW_CHUNK() marco
next