summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* docs-xml: add 'kdc enable fast' optionStefan Metzmacher2022-03-141-0/+2
* lib:krb5_wrap: Fix wrong debug message and use newer debug macroSamuel Cabrero2022-02-251-1/+4
* lib:krb5_wrap: Improve debug message and use newer debug macroSamuel Cabrero2022-02-251-1/+1
* lib/util: add dump_data_diff*() helpersStefan Metzmacher2022-01-302-0/+112
* lib/util: split out a dump_data_block16() helperStefan Metzmacher2022-01-301-60/+59
* 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
* cmdline: Make -P work in clustered modeVolker Lendecke2021-11-172-1/+29
* cmdline: Add a callback to set the machine account detailsVolker Lendecke2021-11-172-2/+18
* lib/replace/timegm: use utf-8Douglas Bagnall2021-11-171-1/+1
* lib/cmdline: setup default file logging for serversRalph Boehme2021-11-111-0/+14
* lib/cmdline: remember config_type in samba_cmdline_init()Ralph Boehme2021-11-111-0/+2
* lib/cmdline: fix indentationRalph Boehme2021-11-111-1/+1
* lib/debug: in debug_set_logfile() call reopen_logs_internal()Ralph Boehme2021-11-111-0/+2
* lib/debug: fix fd check before dup'ing to stderrRalph Boehme2021-11-111-2/+1
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-093-0/+4
* CVE-2020-25717: loadparm: Add new parameter "min domain uid"Samuel Cabrero2021-11-091-0/+4
* lib/dbwrap: reset deleted record to tdb_nullRalph Boehme2021-11-041-6/+3
* debug: Add new smb.conf option "debug syslog format"Martin Schwenke2021-11-012-0/+4
* debug: Add debug_syslog_format settingMartin Schwenke2021-11-012-1/+76
* lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme2021-10-281-3/+3
* lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme2021-10-281-0/+1
* lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme2021-10-282-2/+2
* lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme2021-10-281-1/+1
* lib: fix null_nttime() testsRalph Boehme2021-10-281-1/+1
* lib: add NTTIME_THAWRalph Boehme2021-10-281-0/+1
* lib:cmdline: Fix -k option which doesn't expect anythingAndreas Schneider2021-10-281-1/+1
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-231-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-202-36/+169
* debug: Optimise construction of msg_no_nlMartin Schwenke2021-10-141-5/+15
* debug: Move msg_no_nl to stateMartin Schwenke2021-10-141-38/+14
* debug: Optimise early return when header string buffer is fullMartin Schwenke2021-10-141-6/+3
* debug: Optimise to avoid walking the header stringMartin Schwenke2021-10-141-5/+8