s3: Paranoia in smbsock_connect_state_destructor
[samba.git] / lib /
2011-05-15 Andreas Schneiderlibsmbconf: Define a doxygen group for libsmbconf.
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_transaction_cancel().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_transaction_commit().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_transaction_start().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_delete_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_set_global_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_set_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_global_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_includes().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_delete_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_global_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_set_global_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_set_parameter().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_delete_share().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_share().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_create_share().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_share_exists().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_share_names().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_get_config().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_drop().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_changed().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_shutdown().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_is_writeable().
2011-05-15 Andreas Schneiderlibsmbconf: Document smbconf_backend_requires_messaging().
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_get_config() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_transaction_*() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_delete_includes() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_set_includes() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_get_includes() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_delete_parameter() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_get_parameter() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_set_parameter() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_delete_share() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_get_share() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_open() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-05-15 Andreas Schneiderlibsmbconf: Added a sbcErrorString() function.
2011-05-15 Andreas Schneiderlibsmbconf: Introduce a sbcErrType.
2011-05-15 Günther Deschnertdb: fix a build warning.
2011-05-15 Stefan Metzmachertalloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_IN...
2011-04-26 Stefan Metzmacherlib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros
2011-04-26 Volker Lendeckeasn1: Fix Coverity ID 2299, CHECKED_RETURN
2011-04-26 Simo Sorcetdb_backup: avoid transaction on backup file, use lockall
2011-04-26 Rusty Russelltdb: make sure we skip over recovery area correctly.
2011-04-26 Simo Sorcetdb_expand: limit the expansion with huge records
2011-04-26 Rusty Russelltdb: tdb_repack() only when it's worthwhile.
2011-04-26 Rusty Russelltdb: fix transaction recovery area for converted tdbs.
2011-04-26 Günther Deschners3-includes: include lib/util/debug.h headers in includ...
2011-04-26 Volker Lendeckelib: Move next_token next to next_token_talloc
2011-04-26 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
2011-04-12 Stefan Metzmachertalloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
2011-04-12 Stefan Metzmachertalloc: add TC_INVALIDATE_FULL_CHUNK() macro
2011-04-12 Stefan Metzmachertalloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
2011-04-12 Stefan Metzmachertalloc: optimize talloc_free() and talloc_realloc(...
2011-04-12 Stefan Metzmachertalloc: add TC_POOL_FIRST_CHUNK() macro
2011-04-12 Stefan Metzmachertalloc: add TC_POOL_SPACE_LEFT() macro
2011-04-12 Stefan Metzmachertalloc: add TC_ALIGN16() macro
2011-04-12 Stefan Metzmachertalloc: use TC_HDR_SIZE instead of sizeof(struct talloc...
2011-04-11 Karolin SeegerMerge remote branch 'origin/v3-6-test' into v3-6-stable
2011-04-05 Günther Deschners3-messages: only include messages.h where needed.
2011-04-05 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-04-05 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-04-05 Günther Deschnerlib/util/util_pw: temporary rename of getpwnam_alloc...
2011-04-05 Simo Sorcelib-util: put data_blob back in the public library
2011-04-05 Simo Sorcedcerpc: we do not need these as public headers
2011-03-31 Andrew Tridgelldebug: ignore debug_set_logfile() with a blank string
2011-03-30 Volker Lendecketdb: Fix Coverity ID 2238: SECURE_CODING
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2011-03-27 Volker Lendeckes3: Fix Coverity ID 958: BAD_SIZEOF
2011-03-16 Karolin SeegerMerge master into v3-6-test
2011-03-15 Andrew Tridgelllib: don't install public headers if a private library
2011-03-15 Andrew Tridgelllib: fixed header paths
2011-03-15 Andrew Tridgelltalloc: use <talloc.h> not "talloc.h"
2011-03-15 Andrew Tridgelltdb: use public_headers to install header files
2011-03-15 Andrew Tridgelltdb: use system include style for system headers
2011-03-15 Andrew Tridgelltevent: use public_headers for tevent.h
2011-03-15 Andrew Tridgelltalloc: use public_headers to install talloc.h and...
2011-03-11 Stefan Metzmachertevent/poll: use fde->additional_flags to hold the...
2011-03-11 Stefan Metzmachertevent: change tevent_fd->additional_flags to uint64_t
2011-03-10 Matthias Dieter... lib/util/fault.c - "call_backtrace" - no need to have...
2011-03-10 Stefan Metzmachertevent: change version to 0.9.11 tevent-0.9.11
2011-03-10 Stefan Metzmachertevent/poll: use fde->additional_flags to hold the...
2011-03-10 Stefan Metzmachertevent: change tevent_fd->additional_flags to uint64_t
2011-03-09 Stefan Metzmachersocket_wrapper: fix handling of addr and addrlen
2011-03-09 Andreas Schneidertevent: Fixed tevent_wakeup_send code example.
2011-03-07 Stefan Metzmacherlib/socket_wrapper: try to fix the build on solaris
2011-03-04 Stefan Metzmacherlib/socket_wrapper: try to fix the build on solaris
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-04 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
next