summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* debug: fixed default debug settingsAndrew Tridgell2010-11-042-1/+7
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam2010-11-031-5/+6
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-032-0/+12
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-032-10/+51
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-0/+8
* lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam2010-11-031-5/+5
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-032-11/+37
* util/charset: remove a duplicate comment.Michael Adam2010-11-031-5/+0
* debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2010-11-021-1/+7
* lib/debug Use vdprintf rather than manually allocateAndrew Bartlett2010-11-021-5/+1
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-012-15/+1
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-0/+6
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-319-464/+0
* lib/util: remove useless ../lib/util/mutex.*Stefan Metzmacher2010-10-264-143/+2
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* ldb:gendb_* calls: support a "NULL" resultset parameterMatthias Dieter Wallnöfer2010-10-251-4/+5
* Add dump_data_cb()Volker Lendecke2010-10-242-21/+48
* Add print_asc_cb()Volker Lendecke2010-10-242-3/+24
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-231-2/+1
* s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij2010-10-231-7/+7
* lib/util: Add tevent WERROR wrappersKai Blin2010-10-233-2/+126
* asn1_tests: Implement negative unit-tests for ber_write_OID_String()Kamen Mazdrashki2010-10-221-0/+22
* asn1: ber_write_OID_String() to be more picky about supplied OIDKamen Mazdrashki2010-10-221-0/+5
* lib: make WRAP_XATTR a private libraryAndrew Tridgell2010-10-211-6/+7
* s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell2010-10-211-1/+1
* s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer2010-10-211-4/+1
* s3: Don't use talloc_autofree_context in map_fileVolker Lendecke2010-10-201-1/+1
* asn1_tests.c: Make test data static constKamen Mazdrashki2010-10-201-6/+6
* lib/util/asn1.c: comment spellingKamen Mazdrashki2010-10-201-1/+1
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-173-0/+148
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-173-150/+0
* s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" callMatthias Dieter Wallnöfer2010-10-171-17/+0
* s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used thereMatthias Dieter Wallnöfer2010-10-171-5/+0
* lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett2010-10-121-0/+4
* util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720).Jelmer Vernooij2010-10-111-0/+1
* util: Link headers to correct subsystem, fix formatting.Jelmer Vernooij2010-10-101-12/+12
* idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell2010-10-061-1/+1
* lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...Stefan Metzmacher2010-10-041-1/+13
* s3: Fix a 64-bit BUGVolker Lendecke2010-10-021-1/+1
* samba: share select wrappers.Günther Deschner2010-10-014-2/+242
* util: added BINARY_ARRAY_SEARCH_V()Andrew Tridgell2010-09-291-0/+16
* Remove talloc_autofree_context() from pm_processVolker Lendecke2010-09-271-1/+1
* Lift talloc_autofree_context() from OpenConfFile()Volker Lendecke2010-09-271-3/+3
* lib/util: change tevent_req_nterror() to a macroStefan Metzmacher2010-09-272-3/+10
* lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2010-09-262-0/+85
* strlist: Make test names unique.Jelmer Vernooij2010-09-211-2/+8
* tevent: include libreplace heade before tevent headerBjörn Jacke2010-09-211-1/+1
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1