summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Expand)AuthorFilesLines
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell2-3/+3
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-1/+1
2008-07-25Define HAVE_ASM_BYTEORDER at all timesBrad Hards1-2/+4
2008-06-27tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...Michael Adam1-1/+7
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
2008-05-20smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2-2/+2
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-3/+3
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-3/+6
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-7/+7
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-1/+1
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