summaryrefslogtreecommitdiff
path: root/source/lib/util
Commit message (Expand)AuthorAgeFilesLines
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-222-3/+3
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-211-1/+1
* Define HAVE_ASM_BYTEORDER at all timesBrad Hards2008-07-251-2/+4
* tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...Michael Adam2008-06-271-1/+7
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2008-05-202-2/+2
* Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-3/+3
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-3/+6
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-7/+7
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
* use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-1/+1
* Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-2/+0
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-15/+17
* Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-2/+2
* util: Add talloc_get_type_abort() call.Kai Blin2008-04-022-0/+22
* Re-add params file to git.Jelmer Vernooij2008-04-021-0/+587
* Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-3/+4
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-026-9/+46
* Add warning to public headers.Jelmer Vernooij2008-04-011-0/+4
* Add userdata argument to reseed callback function.Jelmer Vernooij2008-04-013-6/+8
* Move ini-like file parser to the utility library.Jelmer Vernooij2008-04-012-1/+10
* lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher2008-03-181-1/+1
* Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-3/+3
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-11/+13
* 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