summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* lib/util: add generate_random_password()Stefan Metzmacher2010-02-262-0/+47
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-262-6/+6
* libutil: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* Spelling fixes for libutilBrad Hards2010-02-227-24/+24
* util: added samba_runcmd()Andrew Tridgell2010-02-173-0/+275
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-162-105/+0
* lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell2010-02-141-1/+2
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-141-1/+3
* use ZERO_STRUCTVolker Lendecke2010-02-131-1/+2
* Use ZERO_STRUCTPVolker Lendecke2010-02-131-1/+1
* s3: Fix a typoVolker Lendecke2010-02-131-1/+1
* util: added TYPESAFE_QSORT() macroAndrew Tridgell2010-02-131-0/+38
* s3: Add tdb_data_equalVolker Lendecke2010-02-122-0/+9
* util: added file_compare() utility functionAndrew Tridgell2010-02-112-0/+27
* test:local added LOCAL-DLINKLIST testsuiteAndrew Tridgell2010-02-101-0/+130
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2010-02-052-1/+19
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-024-6/+6
* lib/util: remove data_blob_talloc_reference()Stefan Metzmacher2010-01-292-23/+0
* 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