summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* messaging: Fix receiving file descriptorsVolker Lendecke2021-03-191-0/+14
* ldb: improve comments for ldb_module_connect_backend()Douglas Bagnall2021-03-171-5/+9
* ldb/test/ldb_tdb: correct introductory commentsDouglas Bagnall2021-03-171-2/+2
* ldb.h: remove undefined async_ctx function signaturesDouglas Bagnall2021-03-171-12/+0
* Bug 9931: change pytalloc source to LGPLDavid Disseldorp2021-03-163-31/+43
* fuzz:afl main: run the initialisation functionDouglas Bagnall2021-03-161-1/+9
* fuzz: add a LLVMFuzzerInitialize() to all fuzzersDouglas Bagnall2021-03-168-0/+48
* fuzz:afl main: add a diagnostic messageDouglas Bagnall2021-03-161-0/+2
* fuzz/afl main: don't treat fuzzer as fuzzeeDouglas Bagnall2021-03-161-2/+2
* lib: Remove init_names()Volker Lendecke2021-03-162-14/+0
* lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke2021-03-162-35/+53
* lib: Use FIONREAD in wait_for_read_send/recvVolker Lendecke2021-03-161-14/+7
* ldb: correct comments in attrib_handers val_to_int64Douglas Bagnall2021-03-111-3/+1
* util:str_sub: talloc_free on errorDouglas Bagnall2021-03-111-0/+1
* util: don't mark impure functions as pureDouglas Bagnall2021-03-112-4/+4
* ldb: dn tests use cmocka print functionsDouglas Bagnall2021-03-101-3/+2
* ldb_match: remove redundant checkDouglas Bagnall2021-03-101-2/+0
* ldb: add tests for ldb_wildcard_compareDouglas Bagnall2021-03-101-10/+124
* ldb_match: trailing chunk must match end of stringDouglas Bagnall2021-03-101-45/+35
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-103-62/+138
* lib/param: Remove lpcfg_volume_label() and only caller in NTVFS file serverAndrew Bartlett2021-03-102-16/+0
* lib/param: Remove unused functions in lib/param/loadparm.cAndrew Bartlett2021-03-102-182/+0
* lib: Fix samba_sockaddr_[get|set]_portVolker Lendecke2021-03-091-4/+4
* lib: Protect "messaging_dgm_init()" from NULL dirsVolker Lendecke2021-03-091-0/+4
* lib: Align integer typesVolker Lendecke2021-03-091-2/+3
* lib: Avoid a cast in messages_dgmVolker Lendecke2021-03-091-1/+1
* lib: Avoid a memleak in pidfile_unlink()Volker Lendecke2021-03-091-5/+4
* lib: Avoid ZERO_STRUCT in pidfile_pid()Volker Lendecke2021-03-091-3/+1
* lib: Make socket options output less chattyVolker Lendecke2021-03-091-16/+38
* daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2021-03-012-5/+36
* lib:util: Move variable initialization out of conditional compilation blockSamuel Cabrero2021-03-011-1/+1
* pyldb: catch potential overflow error in py_timestringStefan Metzmacher2021-03-013-0/+27
* ldb: remove some 'if PY3's in testsDouglas Bagnall2021-02-222-44/+17
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-031-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-031-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-032-0/+128
* lib:krb5_wrap: Check the format string of krb5_warnx()Andreas Schneider2021-02-011-1/+2
* lib:texpect: Check the format string of err()Andreas Schneider2021-02-011-0/+3
* lib:ldb: Add missing break in switch statementAndreas Schneider2021-02-011-0/+1
* lib: Simplify parse_guid_string() and ndr_syntax_id_from_string()Volker Lendecke2021-01-282-75/+39
* lib: Provide a meaningful errno if FD_CLOEXEC is missingVolker Lendecke2021-01-261-0/+2
* lib: Fix the build on FreeBSDMartin Schwenke2021-01-251-0/+1
* lib: Make accept_recv() return the listening socketVolker Lendecke2021-01-222-1/+9
* lib: Make accept_recv() return struct samba_sockaddrVolker Lendecke2021-01-222-13/+15
* lib: Use hex_byte() in strhex_to_str()Volker Lendecke2021-01-221-27/+6
* lib: Avoid an "includes.h"Volker Lendecke2021-01-221-1/+3
* tsocket: Fix a few typosVolker Lendecke2021-01-141-3/+3
* tdb: Fix CID 1471761 String not null terminatedVolker Lendecke2021-01-141-1/+1
* lib: Fix 'charset' dependenciesVolker Lendecke2021-01-121-1/+1
* lib: Avoid "includes.h" in lib/util/charset/Volker Lendecke2021-01-126-6/+20