summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-02-07lib: Simplify pm_process()Volker Lendecke1-13/+2
2022-02-03tevent: add missing `#include <sys/types.h>`David Seifert1-0/+1
2022-02-01lib:replace: Fix NULL issue reported by covscanPavel Filipenský1-1/+1
2022-02-01lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský1-2/+2
2022-01-24lib/util: add dump_data_diff*() helpersStefan Metzmacher2-0/+112
2022-01-24lib/util: split out a dump_data_block16() helperStefan Metzmacher1-60/+59
2022-01-24ldb: bump version to 2.6.0 for Samba 4.17.x releasesldb-2.6.0Stefan Metzmacher3-2/+288
2022-01-24tdb: version 1.4.6tdb-1.4.6Stefan Metzmacher2-1/+74
2022-01-11lib: util: Make nt_time_to_full_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-18/+2
2022-01-11lib: util: Make nt_time_to_unix_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-20/+3
2022-01-08lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2-0/+32
2022-01-05lib: Fix a typoVolker Lendecke1-1/+1
2021-12-15lib:util: Initialize pidAndreas Schneider1-1/+1
2021-12-15lib:krb_wrap: Add missing error check in smb_krb5_salt_principal_str()Andreas Schneider1-0/+5
2021-12-15lib:util: Check return value of tdb_parse_record()Andreas Schneider1-2/+5
2021-12-15kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton2-0/+28
2021-12-15tdb: Raw performance torture to beat tdb_increment_seqnumVolker Lendecke2-0/+128
2021-12-15tdb: Use atomic operations for tdb_[increment|get]_seqnumVolker Lendecke1-0/+24
2021-12-15configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke1-0/+16
2021-12-13lib/util: Add signal.h includeBernd Kuhls1-0/+1
2021-12-10s3:rpc_server: Activate samba-dcerpcdVolker Lendecke1-1/+1
2021-12-10docs-xml: Add "rpc start on demand helpers", true by default.Jeremy Allison1-0/+4
2021-12-07lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett1-0/+7
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher3-1/+5
2021-11-30lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher3-51/+53
2021-11-25CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett4-1/+85
2021-11-17cmdline: Make -P work in clustered modeVolker Lendecke2-1/+29
2021-11-17cmdline: Add a callback to set the machine account detailsVolker Lendecke2-2/+18
2021-11-17lib/replace/timegm: use utf-8Douglas Bagnall1-1/+1
2021-11-11lib/cmdline: setup default file logging for serversRalph Boehme1-0/+14
2021-11-11lib/cmdline: remember config_type in samba_cmdline_init()Ralph Boehme1-0/+2
2021-11-11lib/cmdline: fix indentationRalph Boehme1-1/+1
2021-11-11lib/debug: in debug_set_logfile() call reopen_logs_internal()Ralph Boehme1-0/+2
2021-11-11lib/debug: fix fd check before dup'ing to stderrRalph Boehme1-2/+1
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy3-0/+4
2021-11-09CVE-2020-25717: loadparm: Add new parameter "min domain uid"Samuel Cabrero1-0/+4
2021-11-04lib/dbwrap: reset deleted record to tdb_nullRalph Boehme1-6/+3
2021-11-01debug: Add new smb.conf option "debug syslog format"Martin Schwenke2-0/+4
2021-11-01debug: Add debug_syslog_format settingMartin Schwenke2-1/+76
2021-10-28lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme1-3/+3
2021-10-28lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme1-0/+1
2021-10-28lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme2-2/+2
2021-10-28lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme1-1/+1
2021-10-28lib: fix null_nttime() testsRalph Boehme1-1/+1
2021-10-28lib: add NTTIME_THAWRalph Boehme1-0/+1
2021-10-28lib:cmdline: Fix -k option which doesn't expect anythingAndreas Schneider1-1/+1
2021-10-23lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett1-3/+3
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2-36/+169
2021-10-14debug: Optimise construction of msg_no_nlMartin Schwenke1-5/+15
2021-10-14debug: Move msg_no_nl to stateMartin Schwenke1-38/+14