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
*
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
*
lib/util Add rfc1738 escape/unescape code from Squid
Andrew Bartlett
2009-11-02
1
-0
/
+209
*
util:ldb Allow multiple entries to be added in one LDIF snippit
Andrew Bartlett
2009-10-23
1
-4
/
+7
*
util: fixed place where we could look one byte past end of string
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
lib-util: check for too many combinations in generate_unique_strs()
Andrew Tridgell
2009-10-20
1
-1
/
+10
*
util: fixed generate_unique_strs() to be portable
Andrew Tridgell
2009-10-19
1
-31
/
+13
*
s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functions
Kamen Mazdrashki
2009-10-16
3
-16
/
+16
*
Fix builds with external tdb
Simo Sorce
2009-10-11
1
-1
/
+1
*
Fix builds with external talloc
Simo Sorce
2009-10-09
1
-1
/
+1
*
asn1_tests: Fix typo in comment.
Karolin Seeger
2009-10-09
1
-2
/
+2
*
s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()
Kamen Mazdrashki
2009-10-01
1
-30
/
+3
*
s4/asn1: local TALLOC_CTX should be child of torture_context
Kamen Mazdrashki
2009-10-01
1
-2
/
+2
*
s4/asn1: fixed typo in torture messages
Kamen Mazdrashki
2009-10-01
1
-2
/
+2
*
s4/asn1: Added test for ber_read_partial_OID_String()
Kamen Mazdrashki
2009-10-01
1
-0
/
+45
*
s4/asn1: Added test for ber_read_OID_String()
Kamen Mazdrashki
2009-10-01
1
-0
/
+32
*
s4/asn1: Added test for ber_write_partial_OID_String()
Kamen Mazdrashki
2009-10-01
1
-0
/
+74
*
s4/asn1: Added test for ber_write_OID_String()
Kamen Mazdrashki
2009-10-01
1
-0
/
+74
*
s4/asn1: Added torture suite for ASN1
Kamen Mazdrashki
2009-10-01
1
-0
/
+35
*
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
*
s4/drsuapi: ber_read_partial_OID_String() implementation
Kamen Mazdrashki
2009-10-01
2
-0
/
+37
*
s4/drsuapi: Internal implementation for ber_read_OID_String
Kamen Mazdrashki
2009-10-01
1
-0
/
+40
*
s4/drsuapi: ber_write_partial_OID_String() implementation
Kamen Mazdrashki
2009-10-01
2
-0
/
+36
*
s4:torture: data_blob_hex_string() output is now lowercase.
Andrew Kroeger
2009-09-30
1
-1
/
+1
*
parmlist: Add more tests.
Jelmer Vernooij
2009-09-27
3
-3
/
+92
*
parmlist: Add basic tests for test_get_int().
Jelmer Vernooij
2009-09-27
1
-0
/
+46
*
util/parmlist: Add some more comments.
Jelmer Vernooij
2009-09-27
2
-4
/
+36
*
libutil: Add separate utility code for dealing with settings as a
Jelmer Vernooij
2009-09-26
3
-0
/
+102
*
lib/util: fix build warning.
Günther Deschner
2009-09-25
1
-1
/
+1
*
Remove the const from the str_list_XXX functions that
Jeremy Allison
2009-09-24
2
-24
/
+24
*
s4-ldb: added a bunch more debug for DC join
Andrew Tridgell
2009-09-22
1
-2
/
+3
*
s4-util: windows only accepts lowercase hex encodings for extended DNs
Andrew Tridgell
2009-09-22
1
-1
/
+4
*
spnego: Support ASN.1 BIT STRING and use it in SPNEGO.
Kouhei Sutou
2009-09-17
2
-0
/
+44
*
libcli:nbt put util_net.c protos in new header file
Andrew Bartlett
2009-09-15
2
-21
/
+46
*
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
2009-09-15
2
-2
/
+138
*
util_strlist: Add some more "const"s - small correction
Matthias Dieter Wallnöfer
2009-09-10
1
-1
/
+1
[next]