summaryrefslogtreecommitdiff
path: root/lib/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include uid_wrapper correctly.Andreas Schneider2011-10-271-9/+1
* 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
* util: add function to extend anonymous shared memorySimo Sorce2011-08-141-0/+64
* lib-util: Make create_unlink_tmp argument optionalSimo Sorce2011-08-101-1/+6
* lib-util: Make useful function a common utility.Simo Sorce2011-08-101-0/+32
* Improve debug messages when creating socket directoriesAndrew Bartlett2011-05-081-1/+2
* lib: Move next_token next to next_token_tallocVolker Lendecke2011-04-131-0/+46
* lib/util: add anonymous_shared_free()Stefan Metzmacher2011-01-201-2/+39