s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpage
[samba.git] / lib /
2011-04-29 Andrew Bartlettlib/util/charset Move strstr_m() to the top level
2011-04-28 Andrew Bartlettlib/util/charset Merge talloc-based pull and push chars...
2011-04-28 Andrew Bartlettlib/util/charset Add copyright headers
2011-04-28 Andrew Tridgelllib/util/charset Make fast path from UTF16 to '8 bit...
2011-04-28 Andrew Bartlettlib/util/charset Add tests for srclen=-1 behaviour.
2011-04-28 Andrew Bartlettlib/util/charset use convert_string.c in common
2011-04-28 Andrew Bartlettlib/util/charset Fix string termination conditions...
2011-04-27 Andrew Bartlettdynconfig: Have only one dynconfig.o in the common...
2011-04-27 Andrew Bartlettlibcli/auth Move Samba4's gssapi_error_string from...
2011-04-26 Andrew Bartlettlib/util Define samba-util-common only for s3-waf
2011-04-24 Stefan Metzmacherlib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros
2011-04-24 Jelmer VernooijFix license info for talloc in manpage.
2011-04-23 Jelmer VernooijFix case of libUTIL_LDB.
2011-04-23 Jelmer VernooijSupport the 'PYTHON' environment variable.
2011-04-22 Volker Lendeckeasn1: Fix Coverity ID 2299, CHECKED_RETURN
2011-04-20 Andrew Bartlettlib/util/charset Always set *converted_size even on...
2011-04-20 Andrew Bartlettlib/util/charset create _handle functions for convert_s...
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-18 Simo Sorcetdb_expand: limit the expansion with huge records
2011-04-18 Rusty Russelltdb: tdb_repack() only when it's worthwhile.
2011-04-18 Rusty Russelltdb: fix transaction recovery area for converted tdbs.
2011-04-19 Andrew Bartlettlib/socket_wrapper: allow up to 32 interfaces for a...
2011-04-16 Brad Hardsutil: Build samba-util without unresolved symbols.
2011-04-14 Andrew Bartlettlib/util Move alpha_strcpy() from s3 into common code
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
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-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
next