rep_parse_prs: remove some dead, unused code.
[samba.git] / lib / util /
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
2011-02-18 Andrew Bartlettlib/util/charset use a path to dynconfig.h that works...
2011-02-18 Andrew Bartlettlib/util/charset add functions isupper_m and islower_m
2011-02-11 Günther Deschnerwaf: pure cosmetic reformatting of the two samba-util...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-02-07 Andrew Tridgells4-charset: use dyn_CODEPAGEDIR for location of upcase...
2011-02-04 Andrew Tridgellcharcnv: removed call to setlocale() (bug 7519)
2011-01-20 Stefan Metzmacherlib/util: add tests for anonymous_shared_allocate/free()
2011-01-20 Stefan Metzmacherlib/util: add anonymous_shared_free()
2011-01-20 Stefan Metzmacherlib/util: s/allocate_anonymous_shared/anonymous_shared_...
2011-01-20 Stefan Metzmacherlib/util: fix rounding to page size in allocate_anonymo...
2010-12-22 Matthias Dieter... lib/util/time.c - make the "strftime" output locale...
2010-12-21 Andrew Tridgells4-dns: disable segfault handling in dlz_bind9
2010-12-21 Matthias Dieter... lib/util/asn1.c - remove the "const" specifier from OID
2010-12-19 Volker Lendeckelib: Protect against tevent nterror mismatches
2010-12-17 Michael Adamutil_net: fix a comment typo in interpret_string_addr_i...
2010-12-14 Matthieu Patoubuild: fix bad syntax
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-09 Matthieu Patoubuild: finishing fixing broken libiconv on hpux
2010-12-08 Matthieu Patoubuild: Cope with broken libiconv
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-12-06 Matthias Dieter... Revert "lib/util:tests/time.c - "test_timestring" ...
2010-12-06 Matthias Dieter... lib/util/fault.c - fix "pid_t" printf warning on Solaris
2010-12-06 Rusty Russellidtree: fix overflow for v. large ids on allocation...
2010-12-05 Matthias Dieter... lib/util:tests/time.c - "test_timestring" - fix it...
2010-12-04 Holger HetterichFix bug #3185 - testparm exits 0 if it can read the...
2010-11-24 Andrew Bartlettlib/debug Add clarifying comments
2010-11-20 Matthias Dieter... waf:lib/util - add missing dependency on talloc
2010-11-15 Andrew BartlettAdd attribute macros for Heimdal to use
2010-11-12 Jelmer Vernooijunix_privs: Add missing dependency on libreplace.
2010-11-04 Andrew Tridgelldebug: fixed default debug settings
2010-11-03 Michael Adamlib/util/charset/charconv: clarify comments in next_cod...
2010-11-03 Michael Adamlib/util/charset/util_unistr: clarify the comment heade...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext_term...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext that...
2010-11-03 Michael Adamlib/charcnv/util_unistr: add next_codepoint_ext() that...
2010-11-03 Michael Adamlib/charset/charcnv: rename a parameter of next_codepoi...
2010-11-03 Michael Adamlib/charset/charcnv: add next_codepoint_convenience_ext...
2010-11-03 Michael Adamutil/charset: remove a duplicate comment.
2010-11-02 Andrew Bartlettdebug Explain the behaviour of setup_logging() more...
2010-11-02 Andrew Bartlettlib/debug Use vdprintf rather than manually allocate
next