summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* asn1: Remove a reference to asn1_data internalsVolker Lendecke2016-01-061-2/+4
* asn1: Add asn1_current_ofs()Volker Lendecke2016-01-062-0/+6
* asn1: Add asn1_has_nestingVolker Lendecke2016-01-062-0/+6
* asn1: Add asn1_extract_blob()Volker Lendecke2016-01-062-0/+22
* asn1: Add asn1_set_error()Volker Lendecke2016-01-062-0/+6
* asn1: Add asn1_has_error()Volker Lendecke2016-01-062-0/+6
* asn1: Make "struct nesting" privateVolker Lendecke2016-01-062-5/+7
* asn1: Add some early returnsVolker Lendecke2016-01-061-1/+11
* asn1: Add overflow check to asn1_writeVolker Lendecke2016-01-061-0/+6
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-01-062-5/+5
* asn1: Remove an unused asn1 functionVolker Lendecke2016-01-062-29/+0
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2