summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+1
2011-11-16lib/util/debug: with log level = 10 we should be more verboseStefan Metzmacher1-3/+9
2011-11-15s3: allow to set TCP_NODELAYACK socket option on AIXBjörn Jacke1-0/+3
2011-11-03util/time: Make some functions explicitly public.Jelmer Vernooij1-3/+3
2011-11-03util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...Jelmer Vernooij1-44/+40
2011-10-28lib/util Add ABI to the samba-module libraryAndrew Bartlett2-0/+4
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2-2/+2
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2-4/+4
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett4-15/+15
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett6-52/+128
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2-2/+2
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2-2/+2
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2-14/+14
2011-10-27Include uid_wrapper correctly.Andreas Schneider2-18/+1
2011-10-24lib/util/charset Remove unused header smb_common.hAndrew Bartlett1-1/+0
2011-10-22lib/util: remove the "includes.h" dependeny from xfile.cStefan Metzmacher1-5/+2
2011-10-22lib/util: remove the "includes.h" dependeny from util_file.cStefan Metzmacher1-5/+4
2011-10-18lib/util: skip single hex digit at the end of the input sting - fix potential...Michael Adam1-1/+2
2011-10-18lib/util: fix function header comment to strhex_to_str()Michael Adam1-9/+8
2011-10-18lib/util: untangle assignent from check in strhex_to_str()Michael Adam1-2/+6
2011-10-14Fix const warnings.Jeremy Allison1-4/+4
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett3-15/+13
2011-10-12s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck1-1/+1
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-7/+6
2011-10-06lib/util: consolidate module loadingAndrew Bartlett2-32/+36
2011-10-06modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2-4/+4
2011-10-06lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2-3/+2
2011-10-06lib/util: Remove unused module loading functionsAndrew Bartlett2-14/+2
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett3-0/+314
2011-10-04lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher1-0/+7
2011-09-24net: Don't register link local addresses with DNSKai Blin2-0/+24
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett1-1/+1
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett3-3/+3
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2-0/+127
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett9-172/+105
2011-09-20lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett4-364/+0
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell1-1/+3
2011-09-10lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett1-2/+2
2011-09-10lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett1-44/+44
2011-09-10lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett1-1/+14
2011-09-10lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett3-14/+28
2011-09-10lib/util/charset: add back loading of charset modulesAndrew Bartlett2-34/+64
2011-09-08lib: added base64_decode_data_blob_talloc()Andrew Tridgell2-2/+19
2011-09-01Fix bug 8433, segfault in iconv.cVolker Lendecke1-1/+0
2011-08-21wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij1-1/+2
2011-08-14util: add function to extend anonymous shared memorySimo Sorce2-0/+65
2011-08-10lib-util: Make create_unlink_tmp argument optionalSimo Sorce1-1/+6
2011-08-10lib-util: Make useful function a common utility.Simo Sorce2-0/+37
2011-08-10libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce1-5/+11