summaryrefslogtreecommitdiffstats
path: root/source4/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-7/+8
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-202-3/+2
* util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin2008-02-141-8/+9
* Fix typo.Jelmer Vernooij2008-02-111-1/+1
* Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-092-1/+12
* Samba4 poor mans debug_ctx()Amin Azez2008-02-011-0/+4
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-153-0/+829
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-3/+2
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-211-3/+3
* r26457: Janitorial: Don't use pstring in tdb_unpackKai Blin2007-12-211-9/+8
* r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2007-12-212-21/+18
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-8/+10
* r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij2007-12-212-2/+33
* r26386: We need to test in more than just 'interactive' mode...Andrew Bartlett2007-12-211-1/+1
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-212-8/+8
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-55/+0
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-213-4/+192
* r25830: fix compiler warningStefan Metzmacher2007-12-212-2/+2
* r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher2007-12-211-2/+2
* r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2007-12-212-9/+71
* r25661: We don't actually need to know with DEBUG(0, ... every time we ask forAndrew Bartlett2007-12-211-6/+0
* r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2007-12-212-18/+58
* r25628: Fix formatting, missing include.Jelmer Vernooij2007-12-211-1/+3
* r25627: Remove unused global.Jelmer Vernooij2007-12-211-14/+5
* r25626: Move some debug-specific prototypes to debug.h.Jelmer Vernooij2007-12-213-56/+56
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-213-31/+18
* r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <...Jelmer Vernooij2007-10-102-3/+6
* r25447: Fix installation of headers. Patch by Brad Hards.Jelmer Vernooij2007-10-101-0/+1
* r25307: add string_sub_talloc.Jelmer Vernooij2007-10-103-0/+83
* r25306: Add tests for string_sub().Jelmer Vernooij2007-10-103-4/+82
* r25267: Move PRINTF_ATTRIBUTE to lib/util as well.Jelmer Vernooij2007-10-102-6/+18
* r25265: Move attribute definitions to lib/util.Jelmer Vernooij2007-10-102-0/+81
* r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-102-0/+5
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-3/+3
* r25047: Fix more warnings.Jelmer Vernooij2007-10-104-62/+21
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-104-9/+10
* r25014: Use talloc for allocating values as well.Jelmer Vernooij2007-10-102-29/+11
* r25008: Remove use of pstring.Jelmer Vernooij2007-10-101-1/+0
* r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij2007-10-103-30/+3
* r25006: Use system constant.Jelmer Vernooij2007-10-101-7/+6
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-102-3/+3
* r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett2007-10-101-8/+0
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-103-134/+23
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-101-0/+10
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-106-17/+1101
* r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij2007-10-1015-145/+146
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-101-3/+3
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-4/+5