index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)
Björn Baumbach
2014-05-20
1
-1
/
+1
*
CVE-2013-4476: lib-util: add file_check_permissions()
Björn Baumbach
2013-11-08
1
-0
/
+44
*
libcli: Remove uneeded debug message
Kai Blin
2013-06-01
1
-1
/
+0
*
debug: Add ability to dump_data per debug class
Kai Blin
2013-05-18
1
-0
/
+30
*
lib/util: Cast mode_t result to unsigned int for GNU/Solaris build
Andrew Bartlett
2013-03-15
1
-1
/
+1
*
Make sure to set umask() before calling mkstemp().
Andreas Schneider
2013-03-06
1
-0
/
+3
*
util: Add a strict directory_create_or_exist function.
Andreas Schneider
2013-01-09
1
-5
/
+44
*
lib/util: don't SMB_ASSERT() in process_exists_by_pid()
Stefan Metzmacher
2012-08-24
1
-1
/
+3
*
lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...
Stefan Metzmacher
2012-06-29
1
-1
/
+14
*
lib/util: Allow calloc use in util.c, too.
Jelmer Vernooij
2012-03-24
1
-0
/
+1
*
lib/util: Move calloc_array and memalign_array to top-level libutil.
Jelmer Vernooij
2012-03-24
1
-0
/
+28
*
lib/util: only change umask during mkdir()
Stefan Metzmacher
2012-03-14
1
-7
/
+4
*
lib/util: cope with races between lstat and mkdir in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-2
/
+8
*
lib/util: use a helper variable in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-2
/
+5
*
lib/util: do an early return on error directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-10
/
+10
*
lib/util: remove unneeded else branch in directory_create_or_exist()
Stefan Metzmacher
2012-03-14
1
-21
/
+24
*
lib/util: don't start DEBUG output with 'error '
Stefan Metzmacher
2012-03-14
1
-1
/
+1
*
lib/util: Add hex_encode_buf
Volker Lendecke
2012-02-06
1
-9
/
+16
*
Introduce dump_data_file
Volker Lendecke
2012-01-25
1
-0
/
+11
*
Include uid_wrapper correctly.
Andreas Schneider
2011-10-27
1
-9
/
+1
*
lib/util: skip single hex digit at the end of the input sting - fix potential...
Michael Adam
2011-10-18
1
-1
/
+2
*
lib/util: fix function header comment to strhex_to_str()
Michael Adam
2011-10-18
1
-9
/
+8
*
lib/util: untangle assignent from check in strhex_to_str()
Michael Adam
2011-10-18
1
-2
/
+6
*
util: add function to extend anonymous shared memory
Simo Sorce
2011-08-14
1
-0
/
+64
*
lib-util: Make create_unlink_tmp argument optional
Simo Sorce
2011-08-10
1
-1
/
+6
*
lib-util: Make useful function a common utility.
Simo Sorce
2011-08-10
1
-0
/
+32
*
Improve debug messages when creating socket directories
Andrew Bartlett
2011-05-08
1
-1
/
+2
*
lib: Move next_token next to next_token_talloc
Volker Lendecke
2011-04-13
1
-0
/
+46
*
lib/util: add anonymous_shared_free()
Stefan Metzmacher
2011-01-20
1
-2
/
+39
*
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
Stefan Metzmacher
2011-01-20
1
-1
/
+1
*
lib/util: fix rounding to page size in allocate_anonymous_shared()
Stefan Metzmacher
2011-01-20
1
-1
/
+5
*
Add dump_data_cb()
Volker Lendecke
2010-10-24
1
-21
/
+40
*
Add print_asc_cb()
Volker Lendecke
2010-10-24
1
-3
/
+21
*
lib/util: usec_time_diff takes arguments the other way round than TvalDiff did
Björn Jacke
2010-09-17
1
-1
/
+1
*
s3/s4: merge msleep and smb_msleep
Björn Jacke
2010-09-16
1
-7
/
+42
*
lib/util: remove some unused_result warnings.
Günther Deschner
2010-09-09
1
-2
/
+7
*
util: added samba_start_debugger()
Andrew Tridgell
2010-09-04
1
-0
/
+14
*
lib/util: add allocate_anonymous_shared()
Stefan Metzmacher
2010-03-22
1
-0
/
+28
*
Spelling fixes for libutil
Brad Hards
2010-02-22
1
-1
/
+1
*
s4:UID wrapper - Fix includes
Matthias Dieter Wallnöfer
2010-02-05
1
-0
/
+9
*
lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.
Andrew Bartlett
2009-11-02
1
-40
/
+0
*
util: strhex_to_str() fixed to handle '0x' correctly
Kamen Mazdrashki
2009-10-01
1
-6
/
+6
*
util: fixed compile time "discards qualifiers" warning
Kamen Mazdrashki
2009-10-01
1
-3
/
+3
*
make the UID_WRAPPER skip checks at runtime
Andrew Tridgell
2009-08-05
1
-4
/
+7
*
added a uid_wrapper library
Andrew Tridgell
2009-08-05
1
-0
/
+2
*
No explicit initialization necessary for a zero blob
Volker Lendecke
2009-07-25
1
-3
/
+1
*
lib-util: move set_blocking() call into own file.
Günther Deschner
2009-06-10
1
-31
/
+0
*
lib/util: remove samba specific talloc_get_type_abort()
Stefan Metzmacher
2009-03-03
1
-15
/
+0
*
Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.
Jelmer Vernooij
2009-03-01
1
-0
/
+100
*
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
2009-02-13
1
-15
/
+11
[next]