summaryrefslogtreecommitdiff
path: root/lib/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-01-271-2/+5
* lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig2019-06-301-10/+16
* lib: Add check for full string consumption when converting string to intSwen Schillig2019-06-301-0/+22
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-301-10/+24
* lib: modify string conversion wrapper to handle invalid stringsSwen Schillig2019-04-111-1/+18
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-081-3/+3
* lib: modify string conversion wrapper to handle signed inputSwen Schillig2019-03-011-6/+50
* util: Add two wrapper for string to int conversionSwen Schillig2019-03-011-0/+50
* lib: Fix lstat check in directory_create_or_existChristof Schmitt2018-08-301-17/+11
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* lib: Simplify smb_nanosleepVolker Lendecke2017-03-201-42/+2
* lib/util: Fix initializerAmitay Isaacs2017-03-161-1/+1
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-141-2/+42
* lib:util: Don't print lstat warning on ERROR debug levelAndreas Schneider2016-11-161-2/+2
* lib/util: Optimise trim_string() to use a single memmove(3)Martin Schwenke2016-06-201-7/+12
* lib/util/util.c: move null-check before useAurelien Aptel2016-03-011-5/+1
* lib: Fix memalign_array overflow protectionVolker Lendecke2015-11-191-1/+1
* lib: util: Make non-critical message a warning.Jeremy Allison2015-10-281-2/+2
* util.c: fix order of inclusion to correctly consume config.hUri Simchoni2015-07-091-1/+1
* lib/util: fix output format in dump_data*()Stefan Metzmacher2015-07-031-1/+1
* lib: Remove unused hex_encode()Volker Lendecke2015-05-131-13/+1
* lib: Fix signed/unsigned comparisonsVolker Lendecke2014-12-051-1/+1
* lib/util: Clean up includes for util.cMartin Schwenke2014-10-041-1/+6
* lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke2014-09-201-6/+4
* lib/util: Return some functions to util_str.cMartin Schwenke2014-09-191-55/+0
* lib/util: Move next_token* functions to util_str.cMartin Schwenke2014-09-191-146/+0
* Fix now erroneous comment for directory_create_or_exist()Jeremy Allison2014-07-291-1/+1
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+1
* lib: Simplify directory_create_or_exist with an early returnVolker Lendecke2014-07-281-23/+24
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-171-2/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* lib:util: fix a comment typoMichael Adam2013-12-111-1/+1
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-111-0/+44
* libcli: Remove uneeded debug messageKai Blin2013-06-011-1/+0
* debug: Add ability to dump_data per debug classKai Blin2013-05-181-0/+30
* lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* util: Add a strict directory_create_or_exist function.Andreas Schneider2013-01-091-5/+44
* lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher2012-08-241-1/+3
* lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher2012-06-291-1/+14
* lib/util: Allow calloc use in util.c, too.Jelmer Vernooij2012-03-241-0/+1
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-241-0/+28
* lib/util: only change umask during mkdir()Stefan Metzmacher2012-03-141-7/+4
* lib/util: cope with races between lstat and mkdir in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+8
* lib/util: use a helper variable in directory_create_or_exist()Stefan Metzmacher2012-03-141-2/+5
* lib/util: do an early return on error directory_create_or_exist()Stefan Metzmacher2012-03-141-10/+10
* lib/util: remove unneeded else branch in directory_create_or_exist()Stefan Metzmacher2012-03-141-21/+24
* lib/util: don't start DEBUG output with 'error 'Stefan Metzmacher2012-03-141-1/+1
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-061-9/+16
* Introduce dump_data_fileVolker Lendecke2012-01-251-0/+11