summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib: add sys_write_v - void variant of sys_writeMichael Adam2016-05-132-0/+18
* lib: add sys_read_v - void variant of sys_readMichael Adam2016-05-132-0/+17
* debug: fix -O3 warning - unused return code of write()Michael Adam2016-05-131-2/+9
* typo: mplementation => implementationGarming Sam2016-05-061-1/+1
* lib: Avoid includes.h in base64.cVolker Lendecke2016-05-041-1/+1
* lib: Give base64.c its own .hVolker Lendecke2016-05-044-21/+54
* lib: Remove SMB_ASSERT from base64_encode_data_blobVolker Lendecke2016-05-041-1/+3
* lib: =0 and |= is equivalent to =Volker Lendecke2016-05-041-2/+1
* lib: The base64 chars are by definition single-byte :-)Volker Lendecke2016-05-041-1/+1
* util: Add memcmp_const_time()Andreas Schneider2016-04-192-0/+25
* gpfswrap: Add wrapper for gpfs_set_winattrsChristof Schmitt2016-04-012-0/+14
* lib/util: fix function commentUri Simchoni2016-03-281-1/+1
* util/attr.h: use HAVE___ATTRIBUTE__, not __GNUC__ comparisonsDouglas Bagnall2016-03-241-8/+8
* lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2016-03-102-5/+154
* lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher2016-03-101-39/+56
* asn1: make readContextSimple() add a NUL byteDouglas Bagnall2016-03-091-1/+3
* ASN1: use a talloc context in read_contextSimpleDouglas Bagnall2016-03-092-3/+4
* util/tests: add test for BINARY_ARRAY_SEARCH_V macroDouglas Bagnall2016-03-091-0/+24
* util/binsearch: macro for greater than or equal searchDouglas Bagnall2016-03-092-0/+177
* lib: Introduce SERVER_ID_BUF_LENGTHVolker Lendecke2016-03-062-4/+9
* lib/util: Add strv_util.[ch] containing new function strv_split()Martin Schwenke2016-03-014-2/+242
* lib/util/util.c: move null-check before useAurelien Aptel2016-03-011-5/+1
* lib/util: Add tests for strv_addn()Martin Schwenke2016-02-291-2/+34
* lib/util: Add strv_addn()Volker Lendecke2016-02-292-0/+10
* Revert "lib/util: Expose strv_addn() for adding string with specified length"Martin Schwenke2016-02-292-4/+4
* lib/util: Add tests for strvMartin Schwenke2016-02-261-0/+169
* lib/util/idtree.c: fix UB by using uint in left-shiftAurelien Aptel2016-02-261-1/+1
* lib/util: Expose strv_addn() for adding string with specified lengthMartin Schwenke2016-02-252-4/+4
* lib: Move data_blob_list_item to source4Volker Lendecke2016-02-231-5/+0
* util: Update GPL header of talloc_stack.hAndreas Schneider2016-02-121-3/+2
* param: Fix str_list_v3 to accept ; againVolker Lendecke2016-02-111-1/+17
* asn1: Ensure asn1_tag_remaining() only ever returns -1 as an error condition.Jeremy Allison2016-02-101-0/+4
* asn1: Make asn1_peek_tag_needed_size() use the same overflow protection as as...Jeremy Allison2016-02-091-1/+13
* asn1: Protect against overlong tag lengthsVolker Lendecke2016-02-091-1/+12
* dlist: remove outdated comment about type argumentMichael Adam2016-02-061-4/+0
* dlist: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam2016-02-062-3/+2
* dlist: remove unneeded argument from DLIST_DEMOTE()Michael Adam2016-02-062-3/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-062-5/+4
* util: Move util_strlist.c into samba-util-coreMartin Schwenke2016-02-051-2/+2
* util: Make util_strlist.c standalone with its own header fileMartin Schwenke2016-02-053-123/+157
* util: Split str_list_make_v3() into separate fileMartin Schwenke2016-02-053-83/+114
* asn1: Fix whitespaceVolker Lendecke2016-02-032-18/+17
* asn1: Simplify _ber_read_OID_String_implVolker Lendecke2016-02-031-3/+1
* asn1: Make asn1_peek_tag_needed_size staticVolker Lendecke2016-01-132-2/+2
* asn1: Fix a typoVolker Lendecke2016-01-131-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-2/+2
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-133-31/+56
* time_basic.h: Remove unnecessary dependency on replace.hJelmer Vernooij2016-01-132-2/+2
* asn1: Clean up includesVolker Lendecke2016-01-072-2/+10
* asn1: Make 'struct asn1_data' privateVolker Lendecke2016-01-062-9/+10