index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move asn1_load_nocopy() to lib/util/asn1.c
Volker Lendecke
2009-06-20
2
-0
/
+11
*
Move asn1_blob() to lib/util/asn1.c
Volker Lendecke
2009-06-20
2
-0
/
+17
*
Fix build of recurusion fix in reopen_logs()
Andrew Bartlett
2009-06-11
1
-1
/
+1
*
Don't recurse in reopen_logs().
Andrew Bartlett
2009-06-11
1
-0
/
+6
*
lib-util: move set_blocking() call into own file.
Günther Deschner
2009-06-10
3
-31
/
+63
*
added asn1 functions for handling booleans in a simple context
Andrew Tridgell
2009-06-10
2
-0
/
+25
*
libsamba-util: Fix soversion.
Jelmer Vernooij
2009-06-08
1
-1
/
+1
*
Use data_blob_null instead of data_blob(NULL, 0)
Volker Lendecke
2009-06-06
1
-1
/
+1
*
add gendb_search_single_extended_dn()
Andrew Tridgell
2009-06-04
2
-0
/
+103
*
Build libsamba-util as a shared library.
Jelmer Vernooij
2009-06-02
1
-1
/
+4
*
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
|
/
[next]