summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2012-02-102-41/+0
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-102-15/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-103-120/+1
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-062-9/+21
* loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam2012-02-031-1/+1
* Introduce dump_data_fileVolker Lendecke2012-01-252-0/+17
* lib/charset: Remove an unused variableVolker Lendecke2011-12-251-0/+2
* s3: Fix fn signatures in charset_macosx.cVolker Lendecke2011-12-252-6/+6
* runcmd: use set_close_on_exec()Andrew Tridgell2011-12-221-0/+8
* runcmd: use a pipe for stdin to child processesAndrew Tridgell2011-12-221-7/+46
* s3: Fix the clustering buildVolker Lendecke2011-12-173-5/+5
* Add support for TCP_DEFER_ACCEPTVolker Lendecke2011-12-161-0/+3
* genrand: use set_close_on_exec()Andrew Tridgell2011-12-151-0/+9
* lib/util: added set_close_on_exec()Andrew Tridgell2011-12-152-0/+23
* lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam2011-12-061-1/+2
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-037-144/+64
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-032-0/+5
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-2/+1
* 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