summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* s4-debug: removed debug_ctx(). It didn't catch on :-)Andrew Tridgell2010-01-091-4/+0
* lib/util: move TIME_T_MIN/MAX defines into header fileBjörn Jacke2010-01-072-14/+14
* Return NULL in strlower_talloc if src is NULLBrendan Powers2009-12-181-0/+4
* util: added binsearch.h for binary array searchesAndrew Tridgell2009-12-101-0/+68
* util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...Matthias Dieter Wallnöfer2009-12-012-0/+14
* charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer2009-11-201-7/+7
* util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer2009-11-203-26/+30
* Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2009-11-142-25/+0
* Introduce tevent_req_poll_ntstatusVolker Lendecke2009-11-142-0/+25
* Introduce tevent_req_simple_finish_ntstatusVolker Lendecke2009-11-142-0/+22
* util: str_list_unique() bugfixKamen Mazdrashki2009-11-131-1/+1
* util: str_list_unique_2() test implementationKamen Mazdrashki2009-11-131-0/+33
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-123-3/+26
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-041-3/+3
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-024-69/+71
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-021-0/+209
* util:ldb Allow multiple entries to be added in one LDIF snippitAndrew Bartlett2009-10-231-4/+7
* util: fixed place where we could look one byte past end of stringAndrew Tridgell2009-10-221-1/+1
* lib-util: check for too many combinations in generate_unique_strs()Andrew Tridgell2009-10-201-1/+10
* util: fixed generate_unique_strs() to be portableAndrew Tridgell2009-10-191-31/+13
* s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functionsKamen Mazdrashki2009-10-163-16/+16
* Fix builds with external tdbSimo Sorce2009-10-111-1/+1
* Fix builds with external tallocSimo Sorce2009-10-091-1/+1
* asn1_tests: Fix typo in comment.Karolin Seeger2009-10-091-2/+2
* s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()Kamen Mazdrashki2009-10-011-30/+3
* s4/asn1: local TALLOC_CTX should be child of torture_contextKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: fixed typo in torture messagesKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: Added test for ber_read_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+45
* s4/asn1: Added test for ber_read_OID_String()Kamen Mazdrashki2009-10-011-0/+32
* s4/asn1: Added test for ber_write_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added test for ber_write_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added torture suite for ASN1Kamen Mazdrashki2009-10-011-0/+35
* util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki2009-10-011-6/+6
* util: fixed compile time "discards qualifiers" warningKamen Mazdrashki2009-10-011-3/+3
* s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+37
* s4/drsuapi: Internal implementation for ber_read_OID_StringKamen Mazdrashki2009-10-011-0/+40
* s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+36
* s4:torture: data_blob_hex_string() output is now lowercase.Andrew Kroeger2009-09-301-1/+1
* parmlist: Add more tests.Jelmer Vernooij2009-09-273-3/+92
* parmlist: Add basic tests for test_get_int().Jelmer Vernooij2009-09-271-0/+46
* util/parmlist: Add some more comments.Jelmer Vernooij2009-09-272-4/+36
* libutil: Add separate utility code for dealing with settings as aJelmer Vernooij2009-09-263-0/+102
* lib/util: fix build warning.Günther Deschner2009-09-251-1/+1
* Remove the const from the str_list_XXX functions thatJeremy Allison2009-09-242-24/+24
* s4-ldb: added a bunch more debug for DC joinAndrew Tridgell2009-09-221-2/+3
* s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell2009-09-221-1/+4
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-172-0/+44
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-152-21/+46
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-152-2/+138
* util_strlist: Add some more "const"s - small correctionMatthias Dieter Wallnöfer2009-09-101-1/+1