s3-build: finally remove references to ndr and dcerpc headers that were included...
[ira/wip.git] / lib /
2011-04-13 Stefan Metzmachertalloc: fix compiler warnings with -Wc++-compat
2011-04-13 Andrew Bartlettbuild: Bring DYNCONFIG into samba-util library to avoid...
2011-04-13 Andrew Bartletts3-charcnv: Move convert_string() et al to lib/util...
2011-04-13 Andrew Bartlettlib/util/charset Add many more charset tests
2011-04-13 Andrew Bartlettlib/util/charset Add convert_string_error()
2011-04-13 Andrew Bartlettlib/util/charset Make ASCII conversion validate it...
2011-04-13 Andrew Bartlettlib/util/charset Rename convert_string test to allow...
2011-04-13 Andrew Bartlettlib/util/charset Add more tests for convert_string_erro...
2011-04-13 Andrew Bartlettlib/util/charset Preserve 'pull' errors even when conve...
2011-04-13 Andrew Bartlettlib/util/charset Add tests for convert_string_error_handle
2011-04-13 Andrew Bartlettlib/util/charset Add expected values for upper/lower...
2011-04-13 Andrew Bartlettlib/util/charset Fix and add public interface for conve...
2011-04-13 Andrew Bartlettlib/util: Make string_replace from s3 common
2011-04-13 Andrew Bartlettlib/util ucs2_align is identical, put it in common
2011-04-13 Andrew Bartlettlib/util Move simple string routines into common code.
2011-04-13 Andrew Bartlettlib/util/charset Move source3/lib/util_unistr.c to...
2011-04-13 Andrew Bartlettlib/util make UTIL_TDB a library
2011-04-08 Stefan Metzmachertalloc/testsuite: avoid memory leak reported by valgrind
2011-04-08 Stefan Metzmachertalloc/testsuite: test more talloc_pool related things
2011-04-08 Stefan Metzmachertalloc: include valgrind headers if available
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_POOL marco
2011-04-08 Stefan Metzmachertalloc: add TC_UNDEFINE_GROW_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_SHRINK_CHUNK() marco
2011-04-08 Stefan Metzmachertalloc: add TC_INVALIDATE_FULL_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()
2011-04-08 Stefan Metzmachertalloc: optimize talloc_free() and talloc_realloc(...
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_FIRST_CHUNK() macro
2011-04-08 Stefan Metzmachertalloc: add TC_POOL_SPACE_LEFT() macro
2011-04-08 Stefan Metzmachertalloc: add TC_ALIGN16() macro
2011-04-08 Stefan Metzmachertalloc: use TC_HDR_SIZE instead of sizeof(struct talloc...
2011-04-06 Andrew Tridgelllib/crypto: rename the SHA256_ functions to samba_SHA256_
2011-04-06 Andrew Tridgelllib: make asn1_util a private library
2011-04-06 Andrew Tridgelllib: moved data_blob.c into samba-util-common
2011-04-04 Matthias Dieter... talloc - some documentation changes
2011-04-04 Andrew Tridgelldebug: default debug to stderr
2011-03-31 Volker Lendeckedebug: Restore the s3-style check in check_log_size()
2011-03-31 Andrew Bartlettlib/util/charset Add tests for strcasecmp_m(), talloc_s...
2011-03-31 Volker Lendeckecharconv: Use talloc_tos() in the S3 build
2011-03-31 Jeremy AllisonArg. I hate the "if (xxx) return foo" all on one line...
2011-03-31 Jeremy AllisonDon't burn 2k of stack on every iconv, use the heap...
2011-03-31 Andrew Bartlettlib/util/charset smb_panic() on incorrect use of strlen...
2011-03-30 Andrew Bartlettlib/util/charset Add tests for strlen_m_ext() and conve...
2011-03-30 Andrew Bartlettlib/util/charset Add wrapper to allow testing of strlen...
2011-03-30 Andrew Bartlettlib/util/charset correct calculation of UTF8 character...
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-30 Andrew Bartlettlib/util/charset Add tests for convert_string_talloc_ha...
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-03-30 Andrew Bartlettlib/util/charset Remove pointless static bool initialised
2011-03-30 Volker Lendecketdb: Fix Coverity ID 2238: SECURE_CODING
2011-03-30 Matthias Dieter... talloc - improve doxygen comment of "talloc_move"
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-29 Günther Deschnerlib/util/util_pw: temporary rename of getpwnam_alloc...
2011-03-29 Andrew Tridgelldebug: ignore debug_set_logfile() with a blank string
2011-03-29 Andrew Tridgelllib: removed a spurios declaration of 'logfile'
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2011-03-27 Volker Lendeckes3: Fix Coverity ID 958: BAD_SIZEOF
2011-03-25 Andrew Tridgellcharcnv: ensure convert_string_error doesn't conflict...
2011-03-25 Andrew Bartlettlib/util/charset rename iconv_convenience to iconv_handle
2011-03-25 Andrew Tridgellcharcnv: added convert_string_error()
2011-03-25 Andrew Tridgellunistr: moved some UCS2 macros into util_unistr
2011-03-25 Andrew Tridgelllibcli: created smb_constants.h
2011-03-25 Andrew Tridgelltdb: rename convert_string() to tdb_convert_string()
2011-03-25 Andrew Tridgelllib: remove unused pieces of string_wrappers.h
2011-03-25 Andrew Tridgelllib: move the string wrappers from source3/include...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-24 Andrew Tridgellcharset: remove another allow_badcharcnv check
2011-03-23 Matthias Dieter... async_rec/async_sock.c - add an additional "const"
2011-03-23 Andrew Bartlettlib/util: Merge basic string length and comparison...
2011-03-23 Andrew Tridgellcharcnv: remove the automatic fail on allow_badcharcnv...
2011-03-23 Andrew Tridgellfault: fixed smb_panic() prototypes
2011-03-23 Andrew Tridgellfault: moved fault.c into common library
2011-03-23 Andrew Tridgellfault: switch s4 to use the common fault.c
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-23 Andrew Tridgellfault: moved s3 fault.c to top level
2011-03-23 Andrew Tridgellfault: rename fault.c to fault_s4.c
2011-03-19 Jelmer Vernooijlib/replace/test: Add missing include for prototype.
2011-03-19 Jelmer Vernooijlib/: Fix prototypes for functions.
2011-03-19 Jelmer Vernooijlibreplace: Fix prototypes for all functions.
2011-03-17 Simo Sorcelib-util: put data_blob back in the public library
2011-03-16 Simo Sorcedcerpc: we do not need these as public headers
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-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-04 Stefan Metzmacherlib/socket_wrapper: try to fix the build on solaris
2011-03-04 Andrew Tridgelldebug: fixed a valgrind error
2011-03-03 Günther Deschnerlibreplace: move "struct timespec" checks into librepla...
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
2011-03-03 Stefan Metzmachersocket_wrapper: use swrap_sendmsg_before()/after()...
next