summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-292-1/+2
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-292-0/+2
* lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer2017-03-294-0/+248
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+3
* lib: Avoid an includes.hVolker Lendecke2017-03-281-3/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-2/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+1
* server_id_db: Protect against non-0-terminated data recordsVolker Lendecke2017-03-281-1/+21
* lib: Simplify smb_nanosleepVolker Lendecke2017-03-201-42/+2
* lib: Make sys_poll_intr available to ctdbVolker Lendecke2017-03-201-2/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-201-1/+2
* lib/util: Fix initializerAmitay Isaacs2017-03-161-1/+1
* lib/util: Put bitmap.c into samba-util-core so it is available to CTDBMartin Schwenke2017-02-241-2/+2
* Correct "occured" typos.Chris Lamb2017-02-221-1/+1
* lib/util: add generate_random_machine_password() functionStefan Metzmacher2017-02-212-2/+198
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-142-6/+51
* lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.hAndrew Bartlett2017-02-111-3/+0
* debug: Do not depend on the whole of samba_util.hAndrew Bartlett2017-02-111-1/+2
* binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall2017-02-092-3/+8
* binsearch: clarify variable name in greater-than-or-equal searchDouglas Bagnall2017-02-091-7/+7
* util:charset: Return EILSEQ in smb_iconv() if newer libc is detectedAndreas Schneider2017-02-012-3/+23
* lib/util: Avoid a talloc in ms_fnmatch_protocolVolker Lendecke2017-01-221-8/+6
* lib: Add "is_case_sensitive" to ms_fnmatch_protocolVolker Lendecke2017-01-222-11/+21
* lib/util/charset: Optimize next_codepoint for the ascii caseVolker Lendecke2017-01-221-0/+4
* lib: Avoid an includes.hVolker Lendecke2017-01-221-1/+4
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-225-30/+59
* s3/debug: listen for MSG_REQ_RINGBUF_LOGRalph Boehme2017-01-201-0/+22
* debug: add "ringbuf" backend logging to a ringbufferRalph Boehme2017-01-202-0/+86
* debug: parse, store and pass backend optionRalph Boehme2017-01-201-9/+22
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* lib/util: add pm_process_with_flags to allow parsing ini files with empty valuesGünther Deschner2017-01-065-7/+51
* lib: Remove xfileVolker Lendecke2016-12-113-640/+2
* lib: Add fgets_slashVolker Lendecke2016-12-112-0/+84
* util: use SCOPE_DELIMITER for the IPv6 scope delimiterBjörn Jacke2016-12-091-4/+4
* lib/util: Fix indentation within routine description for dbghdrclassAnoop C S2016-12-091-15/+15
* lib/util: Fix input arguments description for dbghdrclass() routineAnoop C S2016-12-081-3/+1
* debug: Add minimalist D_* macrosMartin Schwenke2016-12-051-0/+6
* util: Initialize pointerAndreas Schneider2016-12-021-1/+1
* lib: Avoid includes.h in bitmap.cVolker Lendecke2016-12-021-1/+4
* lib/util: Make sys_rw available to CTDBMartin Schwenke2016-11-291-6/+6
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-1/+0
* lib: Move x_fgets_slash to xfile.cVolker Lendecke2016-11-204-99/+101
* lib: Apply an overflow checkVolker Lendecke2016-11-201-3/+11
* lib: Reformat x_fgets_slashVolker Lendecke2016-11-201-64/+68
* lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2016-11-202-3/+3
* lib: Avoid includes.h in access.cVolker Lendecke2016-11-161-1/+3
* lib: memcache.h needs some includesVolker Lendecke2016-11-161-0/+3
* lib: util: Add allow_access_nolog().Jeremy Allison2016-11-162-5/+22