summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-0/+2
2011-02-18lib/util Make UTIL_LDB conditional on an s4 buildAndrew Bartlett1-1/+2
2011-02-18s4-util: removed the valgrind_strlen() routineAndrew Tridgell2-18/+0
2011-02-18libutil: make waf rules usable by s3 waf buildAndrew Tridgell1-38/+39
2011-02-18charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell1-5/+6
2011-02-18lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett1-2/+2
2011-02-18lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett1-3/+6
2011-02-18lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett1-1/+1
2011-02-18lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2-0/+19
2011-02-11waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...Günther Deschner1-1/+30
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-07s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell1-12/+4
2011-02-04charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell1-10/+0
2011-01-20lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher1-0/+70
2011-01-20lib/util: add anonymous_shared_free()Stefan Metzmacher2-2/+40
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2-2/+2
2011-01-20lib/util: fix rounding to page size in allocate_anonymous_shared()Stefan Metzmacher1-1/+5
2010-12-22lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer1-5/+4
2010-12-21s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2-2/+13
2010-12-21lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer3-13/+14
2010-12-20lib: Protect against tevent nterror mismatchesVolker Lendecke1-3/+23
2010-12-17util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam1-1/+1
2010-12-14build: fix bad syntaxMatthieu Patou1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij12-14/+13
2010-12-10build: finishing fixing broken libiconv on hpuxMatthieu Patou1-0/+2
2010-12-08build: Cope with broken libiconvMatthieu Patou1-1/+5
2010-12-08s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell1-1/+1
2010-12-06Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris"Matthias Dieter Wallnöfer1-5/+2
2010-12-06lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer1-1/+1
2010-12-06idtree: fix overflow for v. large ids on allocation and removalRusty Russell1-1/+1
2010-12-05lib/util:tests/time.c - "test_timestring" - fix it on SolarisMatthias Dieter Wallnöfer1-3/+5
2010-12-04Fix bug #3185 - testparm exits 0 if it can read the config file regardless of...Holger Hetterich1-1/+1
2010-11-24lib/debug Add clarifying commentsAndrew Bartlett1-2/+2
2010-11-20waf:lib/util - add missing dependency on tallocMatthias Dieter Wallnöfer1-1/+1
2010-11-15Add attribute macros for Heimdal to useAndrew Bartlett1-0/+12
2010-11-12unix_privs: Add missing dependency on libreplace.Jelmer Vernooij1-0/+1
2010-11-04debug: fixed default debug settingsAndrew Tridgell2-1/+7
2010-11-03lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam1-5/+8
2010-11-03lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam1-5/+6
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2-0/+12
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2-10/+51
2010-11-03lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2-0/+8
2010-11-03lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam1-5/+5
2010-11-03lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2-11/+37
2010-11-03util/charset: remove a duplicate comment.Michael Adam1-5/+0
2010-11-02debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett1-1/+7
2010-11-02lib/debug Use vdprintf rather than manually allocateAndrew Bartlett1-5/+1
2010-11-01lib/util Remove setup_logging_stdout()Andrew Bartlett2-15/+1
2010-10-31build: check that if we provide -liconv we can build shared libsMatthieu Patou1-0/+6
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij9-464/+0