summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2012-02-17lib/util: Remove unused sys_inet_makeaddr()Andrew Bartlett2-11/+0
2012-02-17lib/util: Remove unused sys_gethostbyname()Andrew Bartlett2-48/+0
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2-91/+0
2012-02-16lib/util: Remove unused sys_select_signal()Andrew Bartlett2-19/+0
2012-02-10lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2-41/+0
2012-02-10charset: Remove unused strcmp_w()Andrew Bartlett2-15/+0
2012-02-10charset: Remove unused iconv_talloc()Andrew Bartlett3-120/+1
2012-02-07charset/tests: Add prototypes for test functions.Jelmer Vernooij2-0/+7
2012-02-06lib/util: Add hex_encode_bufVolker Lendecke2-9/+21
2012-02-03loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam1-1/+1
2012-01-25Introduce dump_data_fileVolker Lendecke2-0/+17
2011-12-25lib/charset: Remove an unused variableVolker Lendecke1-0/+2
2011-12-25s3: Fix fn signatures in charset_macosx.cVolker Lendecke2-6/+6
2011-12-22runcmd: use set_close_on_exec()Andrew Tridgell1-0/+8
2011-12-22runcmd: use a pipe for stdin to child processesAndrew Tridgell1-7/+46
2011-12-17s3: Fix the clustering buildVolker Lendecke3-5/+5
2011-12-16Add support for TCP_DEFER_ACCEPTVolker Lendecke1-0/+3
2011-12-15genrand: use set_close_on_exec()Andrew Tridgell1-0/+9
2011-12-15lib/util: added set_close_on_exec()Andrew Tridgell2-0/+23
2011-12-06lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam1-1/+2
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij7-144/+64
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck2-0/+5
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