summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2012-04-05build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett1-6/+1
2012-04-05build: Remove configure tests for *64 functions and typesAndrew Bartlett1-5/+0
2012-04-03lib/util: charset modules do not exist any moreAndrew Bartlett1-4/+0
2012-04-03lib/util: Add smb_load_module that returns DEBUG(0) errors on failureAndrew Bartlett2-38/+39
2012-03-31Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...Jeremy Allison1-3/+10
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2-22/+29
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij4-43/+2
2012-03-24lib/util: Allow calloc use in util.c, too.Jelmer Vernooij1-0/+1
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij2-31/+0
2012-03-24lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2-10/+0
2012-03-24lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2-7/+1
2012-03-24lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2-8/+2
2012-03-24lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2-8/+2
2012-03-24lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2-22/+0
2012-03-24lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2-0/+32
2012-03-24lib/util: Remove prototype for removed sys_memalign.Jelmer Vernooij1-4/+0
2012-03-24lib/util: Remove trivial wrapper sys_connect() around connect().Jelmer Vernooij2-20/+0
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij1-35/+0
2012-03-15util: Add --disable-fault-handling.Ira Cooper3-0/+8
2012-03-14lib/util: only change umask during mkdir()Stefan Metzmacher1-7/+4
2012-03-14lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher1-2/+8
2012-03-14lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher1-2/+5
2012-03-14lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher1-10/+10
2012-03-14lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher1-21/+24
2012-03-14lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher1-1/+1
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij3-264/+0
2012-03-08lib/util: Add a callback facility for debug messagesAndrew Bartlett2-14/+52
2012-03-04change low FDs are handled in SambaAndrew Bartlett3-12/+23
2012-03-01build: look for backtrace_symbols in libexecAndrew Bartlett1-1/+1
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