summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Expand)AuthorFilesLines
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-2/+0
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-15/+17
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-2/+2
2008-04-02util: Add talloc_get_type_abort() call.Kai Blin2-0/+22
2008-04-02Re-add params file to git.Jelmer Vernooij1-0/+587
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij1-3/+4
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij6-9/+46
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+4
2008-04-01Add userdata argument to reseed callback function.Jelmer Vernooij3-6/+8
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij2-1/+10
2008-03-18lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher1-1/+1
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-3/+3
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-11/+13
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+8
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2-3/+2
2008-02-14util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin1-8/+9
2008-02-11Fix typo.Jelmer Vernooij1-1/+1
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij2-1/+12
2008-02-01Samba4 poor mans debug_ctx()Amin Azez1-0/+4
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij3-0/+829
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin1-3/+2
2007-12-21r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin1-3/+3
2007-12-21r26457: Janitorial: Don't use pstring in tdb_unpackKai Blin1-9/+8
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2-21/+18
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2-8/+10
2007-12-21r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij2-2/+33
2007-12-21r26386: We need to test in more than just 'interactive' mode...Andrew Bartlett1-1/+1
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij2-8/+8
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-55/+0
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij3-4/+192
2007-12-21r25830: fix compiler warningStefan Metzmacher2-2/+2
2007-12-21r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher1-2/+2
2007-12-21r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2-9/+71
2007-12-21r25661: We don't actually need to know with DEBUG(0, ... every time we ask forAndrew Bartlett1-6/+0
2007-12-21r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2-18/+58
2007-12-21r25628: Fix formatting, missing include.Jelmer Vernooij1-1/+3
2007-12-21r25627: Remove unused global.Jelmer Vernooij1-14/+5
2007-12-21r25626: Move some debug-specific prototypes to debug.h.Jelmer Vernooij3-56/+56
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij3-31/+18
2007-10-10r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <...Jelmer Vernooij2-3/+6
2007-10-10r25447: Fix installation of headers. Patch by Brad Hards.Jelmer Vernooij1-0/+1
2007-10-10r25307: add string_sub_talloc.Jelmer Vernooij3-0/+83
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij3-4/+82
2007-10-10r25267: Move PRINTF_ATTRIBUTE to lib/util as well.Jelmer Vernooij2-6/+18
2007-10-10r25265: Move attribute definitions to lib/util.Jelmer Vernooij2-0/+81
2007-10-10r25193: Update headers to easy use by external apps.Jelmer Vernooij2-0/+5
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
2007-10-10r25047: Fix more warnings.Jelmer Vernooij4-62/+21