1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4
Volker Lendecke 872ea49ac6 kdc: Don't reference ENODATA in platform-independent code
FreeBSD has ENOATTR but not ENODATA, Linux has ENODATA but not ENOATTR for
returning "attr does not exist". With 2eb899de6a we settled on ENOATTR to
handle this case.

Alternatively we could

 #define ENODATA ENOATTR

on FreeBSD...

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: douglas.bagnall@catalyst.net.nz

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Thu Jan 19 09:24:15 UTC 2023 on atb-devel-224
2023-01-19 09:24:15 +00:00
..
auth s4-auth: fix sam test binary ntstatus include path 2022-12-16 21:35:45 +00:00
cldap_server cldap_server: Align integer types 2022-12-12 21:16:33 +00:00
client s4:client: Fix shellcheck errors in test_smbclient.sh 2022-08-22 14:20:36 +00:00
cluster
dns_server dns_server: Use talloc_asprintf_addbuf() in b9_format() 2022-12-14 04:32:34 +00:00
dsdb CVE-2022-37966 s4:pydsdb: add ENC_HMAC_SHA1_96_AES256_SK 2022-12-13 13:07:30 +00:00
echo_server s4: rename source4/smbd/ to source4/samba/ 2020-11-27 10:07:18 +00:00
include lib: Remove smb_threads from includes.h 2022-04-26 21:41:29 +00:00
kdc kdc: Don't reference ENODATA in platform-independent code 2023-01-19 09:24:15 +00:00
ldap_server s4:ldap_server: let ldapsrv_call_writev_start use conn_idle_time to limit the time 2022-10-19 17:13:39 +00:00
lib s4:lib/events: let s4_event_context_init() use samba_tevent_context_init() 2023-01-18 16:26:36 +00:00
libcli s3-librpc: add ads.idl and convert ads_struct to talloc. 2022-12-16 20:38:32 +00:00
libnet s4:libnet: correctly handle gnutls_pbkdf2() errors 2022-12-14 13:35:20 +00:00
librpc s3-librpc: add ads.idl and convert ads_struct to talloc. 2022-12-16 20:38:32 +00:00
nbt_server lib: Remove idtree from samba_util.h 2023-01-10 00:28:37 +00:00
ntp_signd s4: rename source4/smbd/ to source4/samba/ 2020-11-27 10:07:18 +00:00
ntvfs lib: Remove idtree from samba_util.h 2023-01-10 00:28:37 +00:00
param python: whitespace fixes 2022-10-03 20:03:32 +00:00
rpc_server s4:rpc_server/dnsserver: Zero-initialise pointers 2023-01-10 20:22:32 +00:00
samba Happy New Year 2023! 2023-01-01 00:24:02 +00:00
script s4:script: Fix shellcheck errors in find_unused_options.sh 2022-08-22 14:20:36 +00:00
scripting samba-tool: binary uses samba_tool function 2022-09-08 22:34:36 +00:00
selftest lib/compression: add simple python bindings 2022-12-22 19:50:33 +00:00
setup s4:setup:tests: Use system ldbdump if we build with system ldb 2022-12-23 15:31:31 +00:00
smb_server lib: Remove idtree from samba_util.h 2023-01-10 00:28:37 +00:00
torture CI: add a test for @GMT mask in SMB1 find 2023-01-13 01:13:01 +00:00
utils s4:utils: Fix shellcheck errors in test_samba_tool.sh 2022-08-22 20:35:36 +00:00
winbind CVE-2022-32746 ldb: Make use of functions for appending to an ldb_message 2022-07-27 10:52:36 +00:00
wrepl_server s4: rename source4/smbd/ to source4/samba/ 2020-11-27 10:07:18 +00:00
.clang_complete
.valgrind_suppressions
wscript_build s4:client: Migrate cifsdd to new cmdline option parser 2021-06-16 00:34:38 +00:00