index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util: Change license on tevent_unix to LGPLv3+
Volker Lendecke
2009-05-29
2
-16
/
+24
*
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
2009-05-29
3
-1
/
+102
*
Add extensive tests for str_list function behaviour
Andrew Bartlett
2009-05-15
1
-15
/
+343
*
Remove two unused variables
Volker Lendecke
2009-05-14
1
-2
/
+0
*
Add new functions and tests: str_list_make_empty(), str_list_make_single()
Andrew Bartlett
2009-05-14
3
-0
/
+85
*
Take advantage of the easier-to-use thread macros
Derrell Lipman
2009-05-13
1
-8
/
+0
*
Make the thread functions a bit easier to use
Derrell Lipman
2009-05-13
3
-8
/
+12
*
Allow a parameter to smb_thread_once's initialization function
Derrell Lipman
2009-05-13
4
-15
/
+28
*
Fix broken smb_thread_once function (again)
Derrell Lipman
2009-05-12
1
-0
/
+3
*
Fix broken smb_thread_once function
Derrell Lipman
2009-05-12
1
-19
/
+3
*
Fix definition of smb_thread_once - must return int not void as
Jeremy Allison
2009-05-11
2
-2
/
+5
*
Ensure documentation matches the tdb_util function usage.
Jeremy Allison
2009-05-11
1
-2
/
+2
*
Use bool instead of int for a boolean variable
Derrell Lipman
2009-05-10
1
-1
/
+1
*
Optimize smb_thread_once usage by not calling it if known already called
Derrell Lipman
2009-05-10
1
-2
/
+6
*
Panic upon mutex lock or unlock failure
Derrell Lipman
2009-05-10
1
-2
/
+2
*
Don't require external use of internal enum smb_thread_lock_type
Derrell Lipman
2009-05-10
1
-3
/
+4
*
Replace external thread "once" with an internal implementation
Derrell Lipman
2009-05-10
3
-22
/
+66
*
Clean up after Tridge's util_strlist changes
Volker Lendecke
2009-05-03
2
-25
/
+30
*
Fix a missing prototype warning
Volker Lendecke
2009-04-28
2
-0
/
+3
*
pm_process():raise level of debug message
Michael Adam
2009-04-28
1
-1
/
+1
*
Fix push_codepoint function without iconv_convenience.
Jelmer Vernooij
2009-04-23
1
-1
/
+1
*
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
2009-04-23
4
-7
/
+15
*
Ensure we have all the definitions needed in both threaded and non-threaded v...
Jeremy Allison
2009-04-20
1
-9
/
+4
*
Attempt to fix build farm on platforms where pthread_once_t is a struct.
Jeremy Allison
2009-04-20
2
-3
/
+6
*
Fix the pthread_once initialization issue. Make talloc_stackframe use
Jeremy Allison
2009-04-20
4
-38
/
+85
*
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2009-04-15
1
-1
/
+1
*
Ensure a tls key is only generated once - wrap create & destroy in a mutex.
Jeremy Allison
2009-04-14
4
-40
/
+71
*
Make talloc_stack threadsafe using TLS. Volker please
Jeremy Allison
2009-04-14
4
-25
/
+93
*
Merge branch 'wspp-schema'
Andrew Tridgell
2009-04-09
2
-6
/
+173
|
\
|
*
added _const versions of some of the str_list_*() functions
Andrew Tridgell
2009-04-09
2
-0
/
+84
|
*
added str_list_unique() and str_list_show()
Andrew Tridgell
2009-04-09
2
-36
/
+62
|
*
Rework util_strlist prototypes to use a bit more and less const
Andrew Bartlett
2009-04-08
2
-9
/
+43
|
*
added a str_list_append() function
Andrew Tridgell
2009-04-07
1
-0
/
+23
*
|
Add the thread functions to top level lib/util.
Jeremy Allison
2009-04-08
3
-0
/
+277
|
/
*
lib/util: fallback to any id in idr_get_new_random()
Stefan Metzmacher
2009-04-01
1
-2
/
+6
*
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2009-03-26
2
-0
/
+11
|
\
|
*
Add tevent_req_simple_recv_ntstatus()
Volker Lendecke
2009-03-24
2
-0
/
+11
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec
Jelmer Vernooij
2009-03-20
1
-1
/
+8
|
\
|
|
*
lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystem
Stefan Metzmacher
2009-03-19
1
-1
/
+8
*
|
Strip /usr/include from include flags, so we don't end up including
Jelmer Vernooij
2009-03-15
1
-0
/
+2
|
/
*
Remove -L/usr/lib from a couple more make variables.
Jelmer Vernooij
2009-03-15
1
-0
/
+1
*
Fix prototype mismatch.
Jelmer Vernooij
2009-03-09
1
-1
/
+1
*
Revert accidental reintroduction of void ** bug.
Jelmer Vernooij
2009-03-08
2
-5
/
+7
*
lib/util: remove samba specific talloc_get_type_abort()
Stefan Metzmacher
2009-03-03
2
-22
/
+0
*
Import ISO-8859-1, 646 from Samba 3 iconv.
Jelmer Vernooij
2009-03-02
1
-0
/
+29
*
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2009-03-01
3
-38
/
+122
*
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2009-03-01
4
-46
/
+77
*
Merge branch 'master' of git://git.samba.org/samba into convenience
Jelmer Vernooij
2009-03-01
2
-0
/
+115
|
\
|
*
Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.
Jelmer Vernooij
2009-03-01
2
-100
/
+100
|
*
Move next_token_talloc() to top-level.
Jelmer Vernooij
2009-03-01
2
-0
/
+115
[prev]
[next]