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
...
*
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2010-03-26
3
-27
/
+29
*
convert_string_talloc_convenience - print out the input buffer in a better wa...
Matthias Dieter Wallnöfer
2010-03-22
1
-1
/
+2
*
lib/util: add allocate_anonymous_shared()
Stefan Metzmacher
2010-03-22
2
-0
/
+33
*
Fix an uninitialized variable
Volker Lendecke
2010-03-21
1
-0
/
+4
*
Use TALLOC_FREE in talloc_pop()
Volker Lendecke
2010-03-21
1
-2
/
+1
*
Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()
Volker Lendecke
2010-03-21
1
-7
/
+5
*
Trim an overlong line
Volker Lendecke
2010-03-21
1
-2
/
+2
*
charset: fixed a problem with the global use of the iconv_convenience structure
Andrew Tridgell
2010-03-18
3
-13
/
+39
*
talloc_stack: reset stackframe pointers to NULL
Stefan Metzmacher
2010-03-15
1
-0
/
+2
*
talloc_stack: make sure we never let talloc_tos() return ts->talloc_stack[-1]
Stefan Metzmacher
2010-03-15
1
-1
/
+1
*
Explain why we don't use certain characters in the generated pw
Andrew Bartlett
2010-03-11
1
-0
/
+6
*
lib/util - Removed curly braces from generate_random_password().
Endi S. Dewata
2010-03-11
1
-1
/
+1
*
Move prototype to header of common code for set_sockaddr_port
Andrew Bartlett
2010-03-11
1
-0
/
+2
*
lib/util: change samba_runcmd() to use tevent_req _send/_recv
Stefan Metzmacher
2010-03-09
2
-146
/
+188
*
s4-privs: add root_privileges_original_uid()
Andrew Tridgell
2010-03-05
1
-0
/
+6
*
lib/util: add generate_random_password()
Stefan Metzmacher
2010-02-26
2
-0
/
+47
*
s4-dns: use a loadparm list for samba_runcmd() commands
Andrew Tridgell
2010-02-26
2
-6
/
+6
*
libutil: Remove obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-5
/
+5
*
Spelling fixes for libutil
Brad Hards
2010-02-22
7
-24
/
+24
*
util: added samba_runcmd()
Andrew Tridgell
2010-02-17
3
-0
/
+275
*
s4-dsdb: removed gendb_search_single_extended_dn()
Andrew Tridgell
2010-02-16
2
-105
/
+0
*
lib: use TYPESAFE_QSORT() in lib/ and libcli/
Andrew Tridgell
2010-02-14
1
-1
/
+2
*
s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code
Andrew Tridgell
2010-02-14
1
-1
/
+3
*
use ZERO_STRUCT
Volker Lendecke
2010-02-13
1
-1
/
+2
*
Use ZERO_STRUCTP
Volker Lendecke
2010-02-13
1
-1
/
+1
*
s3: Fix a typo
Volker Lendecke
2010-02-13
1
-1
/
+1
*
util: added TYPESAFE_QSORT() macro
Andrew Tridgell
2010-02-13
1
-0
/
+38
*
s3: Add tdb_data_equal
Volker Lendecke
2010-02-12
2
-0
/
+9
*
util: added file_compare() utility function
Andrew Tridgell
2010-02-11
2
-0
/
+27
*
test:local added LOCAL-DLINKLIST testsuite
Andrew Tridgell
2010-02-10
1
-0
/
+130
*
util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)
Andrew Tridgell
2010-02-10
1
-59
/
+111
*
Temporary changes to dlinklist to keep the implementation static whilst
Jeremy Allison
2010-02-10
1
-0
/
+16
*
s4:UID wrapper - Fix includes
Matthias Dieter Wallnöfer
2010-02-05
2
-1
/
+19
*
Change uint_t to unsigned int in lib/util
Matt Kraai
2010-02-02
4
-6
/
+6
*
lib/util: remove data_blob_talloc_reference()
Stefan Metzmacher
2010-01-29
2
-23
/
+0
*
s4-debug: removed debug_ctx(). It didn't catch on :-)
Andrew Tridgell
2010-01-09
1
-4
/
+0
*
lib/util: move TIME_T_MIN/MAX defines into header file
Björn Jacke
2010-01-07
2
-14
/
+14
*
Return NULL in strlower_talloc if src is NULL
Brendan Powers
2009-12-18
1
-0
/
+4
*
util: added binsearch.h for binary array searches
Andrew Tridgell
2009-12-10
1
-0
/
+68
*
util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...
Matthias Dieter Wallnöfer
2009-12-01
2
-0
/
+14
*
charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...
Matthias Dieter Wallnöfer
2009-11-20
1
-7
/
+7
*
util/strlist: Fix up "const" warnings in the string list and test code
Matthias Dieter Wallnöfer
2009-11-20
3
-26
/
+30
*
Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/
Volker Lendecke
2009-11-14
2
-25
/
+0
*
Introduce tevent_req_poll_ntstatus
Volker Lendecke
2009-11-14
2
-0
/
+25
*
Introduce tevent_req_simple_finish_ntstatus
Volker Lendecke
2009-11-14
2
-0
/
+22
*
util: str_list_unique() bugfix
Kamen Mazdrashki
2009-11-13
1
-1
/
+1
*
util: str_list_unique_2() test implementation
Kamen Mazdrashki
2009-11-13
1
-0
/
+33
*
lib/util Split data_blob_hex_string() into upper and lower
Andrew Bartlett
2009-11-12
3
-3
/
+26
*
lib/util Fix comments in rfc1738.c.
Andrew Bartlett
2009-11-04
1
-3
/
+3
*
lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.
Andrew Bartlett
2009-11-02
4
-69
/
+71
[prev]
[next]