summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent:tests: Test queue entry tagstevent-0.12.0Pavel Filipenský2022-04-112-0/+300
* tevent: Add tevent queue tracing supportPavel Filipenský2022-04-116-1/+268
* tevent: Use internally an empty trigger function for blocker requestsPavel Filipenský2022-04-111-1/+7
* tevent: Move the code below the trigger checkPavel Filipenský2022-04-111-6/+6
* tevent: Fix trailing whitespacesPavel Filipenský2022-04-112-3/+3
* lib: Stay ASCII-compatible for toupper_m/tolower_mVolker Lendecke2022-04-041-6/+0
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-295-0/+35
* lib/fuzzing/README.md: don't use waf directlyStefan Metzmacher2022-03-291-6/+6
* lib: GENCACHE_RAM isn't used anymoreVolker Lendecke2022-03-291-1/+0
* s4: dns: Add customizable dns port optionThomas Debesse2022-03-251-0/+2
* replace: add explicit function pointer casting from dlsym() to avoid warningsStefan Metzmacher2022-03-231-1/+1
* lib/replace: Do not typedef int boolAndrew Bartlett2022-03-232-3/+4
* lib:krb5_wrap: Implement smb_krb5_principal_is_tgs()Andreas Schneider2022-03-172-0/+31
* docs-xml: add 'kdc enable fast' optionStefan Metzmacher2022-03-111-0/+2
* krb5-mit: Enable S4U client support for MIT buildIsaac Boukris2022-03-042-2/+192
* lib:tevent: Reformat shell scriptsAndreas Schneider2022-02-241-1/+1
* lib:tdb: Reformat shell scriptsAndreas Schneider2022-02-242-14/+17
* lib:replace: Reformat shell scriptsAndreas Schneider2022-02-241-1/+1
* lib:ldb: Reformat shell scriptsAndreas Schneider2022-02-2417-195/+192
* lib:fuzzing: Reformat shell scriptsAndreas Schneider2022-02-243-67/+65
* lib:krb5_wrap: Fix wrong debug message and use newer debug macroSamuel Cabrero2022-02-231-1/+4
* lib:krb5_wrap: Improve debug message and use newer debug macroSamuel Cabrero2022-02-231-1/+1
* util: CID 1499409: Memory - corruptions (OVERLAPPING_COPY)Martin Schwenke2022-02-221-1/+2
* util: Drop unused variable num_charsMartin Schwenke2022-02-171-2/+0
* lib: Simplify pm_process()Volker Lendecke2022-02-071-13/+2
* tevent: add missing `#include <sys/types.h>`David Seifert2022-02-031-0/+1
* lib:replace: Fix NULL issue reported by covscanPavel Filipenský2022-02-011-1/+1
* lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský2022-02-011-2/+2
* lib/util: add dump_data_diff*() helpersStefan Metzmacher2022-01-242-0/+112
* lib/util: split out a dump_data_block16() helperStefan Metzmacher2022-01-241-60/+59
* ldb: bump version to 2.6.0 for Samba 4.17.x releasesldb-2.6.0Stefan Metzmacher2022-01-243-2/+288
* tdb: version 1.4.6tdb-1.4.6Stefan Metzmacher2022-01-242-1/+74
* lib: util: Make nt_time_to_full_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison2022-01-111-18/+2
* lib: util: Make nt_time_to_unix_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison2022-01-111-20/+3
* lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2022-01-082-0/+32
* lib: Fix a typoVolker Lendecke2022-01-051-1/+1
* lib:util: Initialize pidAndreas Schneider2021-12-151-1/+1
* lib:krb_wrap: Add missing error check in smb_krb5_salt_principal_str()Andreas Schneider2021-12-151-0/+5
* lib:util: Check return value of tdb_parse_record()Andreas Schneider2021-12-151-2/+5
* kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton2021-12-152-0/+28
* tdb: Raw performance torture to beat tdb_increment_seqnumVolker Lendecke2021-12-152-0/+128
* tdb: Use atomic operations for tdb_[increment|get]_seqnumVolker Lendecke2021-12-151-0/+24
* configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke2021-12-151-0/+16
* lib/util: Add signal.h includeBernd Kuhls2021-12-131-0/+1
* s3:rpc_server: Activate samba-dcerpcdVolker Lendecke2021-12-101-1/+1
* docs-xml: Add "rpc start on demand helpers", true by default.Jeremy Allison2021-12-101-0/+4
* lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett2021-12-071-0/+7
* nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher2021-11-303-1/+5
* lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher2021-11-303-51/+53
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett2021-11-254-1/+85