Merge branch 'master' of ssh://git.samba.org/data/git/samba
[mimir/samba.git] / lib / util /
2011-04-27 Rafal SzczesniakMerge branch 'master' of ssh://git.samba.org/data/git...
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-23 Jelmer VernooijFix case of libUTIL_LDB.
2011-04-22 Volker Lendeckeasn1: Fix Coverity ID 2299, CHECKED_RETURN
2011-04-22 Rafal SzczesniakMerge remote branch 'origin/master'
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-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-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 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-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 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-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-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 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 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/: Fix prototypes for functions.
2011-03-17 Simo Sorcelib-util: put data_blob back in the public library
2011-03-15 Andrew Tridgelllib: fixed header paths
2011-03-15 Andrew Tridgelltalloc: use <talloc.h> not "talloc.h"
2011-03-10 Matthias Dieter... lib/util/fault.c - "call_backtrace" - no need to have...
2011-03-04 Andrew Tridgelldebug: fixed a valgrind error
2011-03-03 Günther Deschnerlib/util: LIBCRYPTO is in common already, so add it...
2011-03-01 Andrew Bartlettlib/util: new merged debug system
2011-03-01 Andrew Bartlettlib/util move debug.[ch] out of the way
2011-03-01 Andrew Bartlettlib/util/time: Merge time functions from source3/lib...
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-28 Jelmer VernooijUse <tevent.h> so the system tevent gets included,...
2011-02-28 Volker LendeckeRemove sys_select[_intr]
2011-02-28 Volker Lendeckes3: Add sys_poll_intr
2011-02-28 Volker Lendeckes3: Add sys_poll
2011-02-27 Volker Lendeckes3: Make is_zero_addr take a sockaddr_storage
2011-02-23 Günther Deschnerlib/util/charset: ICONV_WRAPPER needs talloc.
2011-02-22 Andrew Tridgellbuild: move idtree.c into samba-util-common
2011-02-22 Andrew Tridgellbuild: moved more files into samba-util-common
2011-02-22 Andrew Tridgellbuild: created samba-util-common library
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2011-02-21 Jelmer VernooijFix missing dependency on libreplace.
2011-02-18 Andrew Bartlettlib/util/charset Add back setlocale(), but only when...
2011-02-18 Andrew Bartlettlib/util/charcnv Move iconv handle setup in common
2011-02-18 Andrew Bartlettlib/util Remove #if _SAMBA_BUILD_ == 4 that isn't requi...
2011-02-18 Andrew Bartlettlib/util/charset Use top level iconv.c in source3
2011-02-18 Andrew Bartlettcharset Remove use of {isupper,islower,toupper,tolower...
2011-02-18 Andrew Bartlettlib/util Make UTIL_LDB conditional on an s4 build
2011-02-18 Andrew Tridgells4-util: removed the valgrind_strlen() routine
2011-02-18 Andrew Tridgelllibutil: make waf rules usable by s3 waf build
2011-02-18 Andrew Tridgellcharset: allow s3 waf build to use lib/util/charset
2011-02-18 Andrew Bartlettlib/util/charset use get_dyn_CODEPAGEDIR(), which is...
2011-02-18 Andrew Bartlettlib/util/charset split codepoints.c into it's own subsystem
next