summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib/util/debug: with log level = 10 we should be more verboseStefan Metzmacher2011-11-161-3/+9
* s3: allow to set TCP_NODELAYACK socket option on AIXBjörn Jacke2011-11-151-0/+3
* util/time: Make some functions explicitly public.Jelmer Vernooij2011-11-031-3/+3
* util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...Jelmer Vernooij2011-11-031-44/+40
* lib/util Add ABI to the samba-module libraryAndrew Bartlett2011-10-282-0/+4
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-282-2/+2
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-282-4/+4
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-284-15/+15
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-286-52/+128
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-282-2/+2
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-282-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-282-14/+14
* Include uid_wrapper correctly.Andreas Schneider2011-10-272-18/+1
* lib/util/charset Remove unused header smb_common.hAndrew Bartlett2011-10-241-1/+0
* lib/util: remove the "includes.h" dependeny from xfile.cStefan Metzmacher2011-10-221-5/+2
* lib/util: remove the "includes.h" dependeny from util_file.cStefan Metzmacher2011-10-221-5/+4
* lib/util: skip single hex digit at the end of the input sting - fix potential...Michael Adam2011-10-181-1/+2
* lib/util: fix function header comment to strhex_to_str()Michael Adam2011-10-181-9/+8
* lib/util: untangle assignent from check in strhex_to_str()Michael Adam2011-10-181-2/+6
* Fix const warnings.Jeremy Allison2011-10-141-4/+4
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-133-15/+13
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-121-1/+1
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-7/+6
* lib/util: consolidate module loadingAndrew Bartlett2011-10-062-32/+36
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-062-4/+4
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-062-3/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-062-14/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-063-0/+314
* lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+7
* net: Don't register link local addresses with DNSKai Blin2011-09-242-0/+24
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-233-3/+3
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-232-0/+127
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-1/+3
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
* lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett2011-09-101-1/+14
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-103-14/+28
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-102-34/+64
* lib: added base64_decode_data_blob_talloc()Andrew Tridgell2011-09-082-2/+19
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-011-1/+0
* wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij2011-08-211-1/+2
* util: add function to extend anonymous shared memorySimo Sorce2011-08-142-0/+65
* lib-util: Make create_unlink_tmp argument optionalSimo Sorce2011-08-101-1/+6
* lib-util: Make useful function a common utility.Simo Sorce2011-08-102-0/+37
* libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce2011-08-101-5/+11
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+2