summaryrefslogtreecommitdiff
path: root/lib/util/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-01libcli: Remove uneeded debug messageKai Blin1-1/+0
2013-05-18debug: Add ability to dump_data per debug classKai Blin1-0/+30
2013-03-15lib/util: Cast mode_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+3
2013-01-09util: Add a strict directory_create_or_exist function.Andreas Schneider1-5/+44
2012-08-24lib/util: don't SMB_ASSERT() in process_exists_by_pid()Stefan Metzmacher1-1/+3
2012-06-29lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher1-1/+14
2012-03-24lib/util: Allow calloc use in util.c, too.Jelmer Vernooij1-0/+1
2012-03-24lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij1-0/+28
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-02-06lib/util: Add hex_encode_bufVolker Lendecke1-9/+16
2012-01-25Introduce dump_data_fileVolker Lendecke1-0/+11
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-9/+1
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-08-14util: add function to extend anonymous shared memorySimo Sorce1-0/+64
2011-08-10lib-util: Make create_unlink_tmp argument optionalSimo Sorce1-1/+6
2011-08-10lib-util: Make useful function a common utility.Simo Sorce1-0/+32
2011-05-08Improve debug messages when creating socket directoriesAndrew Bartlett1-1/+2
2011-04-13lib: Move next_token next to next_token_tallocVolker Lendecke1-0/+46
2011-01-20lib/util: add anonymous_shared_free()Stefan Metzmacher1-2/+39
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher1-1/+1
2011-01-20lib/util: fix rounding to page size in allocate_anonymous_shared()Stefan Metzmacher1-1/+5
2010-10-24Add dump_data_cb()Volker Lendecke1-21/+40
2010-10-24Add print_asc_cb()Volker Lendecke1-3/+21
2010-09-17lib/util: usec_time_diff takes arguments the other way round than TvalDiff didBjörn Jacke1-1/+1
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-7/+42
2010-09-09lib/util: remove some unused_result warnings.Günther Deschner1-2/+7
2010-09-04util: added samba_start_debugger()Andrew Tridgell1-0/+14
2010-03-22lib/util: add allocate_anonymous_shared()Stefan Metzmacher1-0/+28
2010-02-22Spelling fixes for libutilBrad Hards1-1/+1
2010-02-05s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer1-0/+9
2009-11-02lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett1-40/+0
2009-10-01util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki1-6/+6
2009-10-01util: fixed compile time "discards qualifiers" warningKamen Mazdrashki1-3/+3
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell1-4/+7
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+2
2009-07-25No explicit initialization necessary for a zero blobVolker Lendecke1-3/+1
2009-06-10lib-util: move set_blocking() call into own file.Günther Deschner1-31/+0
2009-03-03lib/util: remove samba specific talloc_get_type_abort()Stefan Metzmacher1-15/+0
2009-03-01Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.Jelmer Vernooij1-0/+100
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-15/+11
2009-02-13Fix Coverity ID 707 (RESOURCE_LEAK)Volker Lendecke1-0/+1
2008-11-16lib/util: hex_encode_talloc(): fix error path and set talloc nameStefan Metzmacher1-0/+4