pidl Add support for uid_t and gid_t types
[metze/samba/wip.git] / lib / util /
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
2010-11-01 Andrew Bartlettlib/util Remove setup_logging_stdout()
2010-10-31 Matthieu Patoubuild: check that if we provide -liconv we can build...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-26 Stefan Metzmacherlib/util: remove useless ../lib/util/mutex.*
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-25 Matthias Dieter... ldb:gendb_* calls: support a "NULL" resultset parameter
2010-10-24 Volker LendeckeAdd dump_data_cb()
2010-10-24 Volker LendeckeAdd print_asc_cb()
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-23 Jelmer Vernooijs4: Rename UID_WRAPPER to uid_wrapper.
2010-10-23 Jelmer Vernooijs4: Rename WRAP_XATTR to wrap_xattr.
2010-10-23 Kai Blinlib/util: Add tevent WERROR wrappers
2010-10-21 Kamen Mazdrashkiasn1_tests: Implement negative unit-tests for ber_write...
2010-10-21 Kamen Mazdrashkiasn1: ber_write_OID_String() to be more picky about...
2010-10-21 Andrew Tridgelllib: make WRAP_XATTR a private library
2010-10-21 Andrew Tridgells4-waf: removed the XATTR and SASL aliases
2010-10-21 Matthias Dieter... s4:lib/util/charset/iconv.c - remove a distinction...
2010-10-20 Volker Lendeckes3: Don't use talloc_autofree_context in map_file
2010-10-20 Kamen Mazdrashkiasn1_tests.c: Make test data static const
2010-10-20 Kamen Mazdrashkilib/util/asn1.c: comment spelling
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-17 Matthias Dieter... s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif...
2010-10-17 Matthias Dieter... s4:"wrap_casefold" - move it to "ldb_wrap.c" since...
2010-10-12 Andrew Bartlettlib/debug Add DEBUGC and DEBUGADDC as dummies
2010-10-11 Jelmer Vernooijutil: Fix installation path of tevent_ntstatus.h, teven...
2010-10-10 Jelmer Vernooijutil: Link headers to correct subsystem, fix formatting.
2010-10-06 Rusty Russellidtree: fix right shift of signed ints, crash on large...
2010-10-04 Stefan Metzmacherlib/util/asn1: let asn1_peek_full_tag() return an error...
2010-10-02 Volker Lendeckes3: Fix a 64-bit BUG
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-29 Andrew Tridgellutil: added BINARY_ARRAY_SEARCH_V()
2010-09-27 Volker LendeckeRemove talloc_autofree_context() from pm_process
2010-09-27 Volker LendeckeLift talloc_autofree_context() from OpenConfFile()
2010-09-27 Stefan Metzmacherlib/util: change tevent_req_nterror() to a macro
2010-09-26 Stefan Metzmacherlib/util/asn1: add asn1_peek_tag_needed_size() and...
2010-09-22 Jelmer Vernooijstrlist: Make test names unique.
2010-09-22 Björn Jacketevent: include libreplace heade before tevent header
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Volker Lendeckes3: Fix the charset_pull routine (bug 7531)
2010-09-17 Björn Jackelib/util: usec_time_diff takes arguments the other...
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-15 Volker LendeckeFix a typo
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-09 Günther Deschnerlib/util: remove some unused_result warnings.
2010-09-07 Björn Jackelib/util: add time_mono() for monotonic time a la time()
2010-09-04 Andrew Tridgellutil: added samba_start_debugger()
next