1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3
Aurelien Aptel 1114b02a72 s3: libsmbclient.h: add missing time.h include
A recent change added a struct with timespec members in the public
libsmbclient header. This type is defined in time.h which was not
included thus making users of libsmbclient not build properly.

    /.../libsmbclient.h:158:18: error: field 'btime_ts' has incomplete type
      struct timespec btime_ts;

Fixes: bf13fe0f22 ("s3: libsmbclient: Add internal/external structures needed for readdirplus.")
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Noel Power <npower@samba.org>

Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Mon Mar 23 20:47:44 UTC 2020 on sn-devel-184
2020-03-23 20:47:44 +00:00
..
auth auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL) 2020-02-14 12:15:32 +00:00
build source3/build/charset.py: update to handle waf 2.0.4 2018-09-05 06:37:23 +02:00
client s3:libsmb: pass dest_ss to cli_cm_open() 2020-02-26 19:45:36 +00:00
exports
groupdb smbdotconf: mark "set primary group script" with substitution="1" 2019-11-27 10:25:36 +00:00
include s3: libsmbclient.h: add missing time.h include 2020-03-23 20:47:44 +00:00
intl lib: Remove "tdb based replacement for gettext" 2019-05-22 05:59:13 +00:00
lib s3: Remove tevent_wait code. The last user was fsp->deferred_close. 2020-03-23 12:06:45 +00:00
libads s3-libads: use dns name to open a ldap session 2020-03-05 12:29:26 +00:00
libgpo/gpext Spelling fixes s/emtpy/empty/ 2019-09-01 22:21:26 +00:00
libnet krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.c 2020-02-10 16:32:37 +00:00
librpc s3:rpc_server: Remove dead code 2020-03-20 17:11:28 +00:00
libsmb py3: Remove #define PyInt_FromLong PyLong_FromLong 2020-03-23 19:12:43 +00:00
locale Spelling fixes s/Mirgate/Migrate/ 2019-09-01 22:21:26 +00:00
locking smbd: Fix a comment, "flags" expanded to 2 bytes 2020-03-10 21:25:33 +00:00
modules s3: smbd: Remove all references to fsp->deferred_close. 2020-03-23 09:40:45 +00:00
nmbd smbdotconf: mark "wins hook" with substitution="1" 2019-11-27 10:25:36 +00:00
param lib:param: Add lp(cfg)_weak_crypto() 2020-03-19 20:46:41 +00:00
passdb py3: Remove #define PyInt_FromLong PyLong_FromLong 2020-03-23 19:12:43 +00:00
printing s3:rpc_server: Do not include s3 autogenerated headers 2020-03-20 15:36:36 +00:00
profile s3:profile: Allow profile subsystem to use SHA1 in FIPS mode 2019-07-09 13:31:46 +00:00
registry source3/registry/reg_parse.h: typo fixes 2019-10-31 00:43:37 +00:00
rpc_client s3:rpclient: simplify rpc_tstream_next_vector() 2020-02-06 14:57:41 +00:00
rpc_server s3:rpc_server: Remove dead code 2020-03-20 17:11:28 +00:00
rpcclient rpcclient: Ask for minimal permissions for SID and name lookups 2020-03-11 08:09:32 +00:00
script s3: tests: Slight tweak to the force-close share test. 2020-03-18 18:03:28 +00:00
selftest selftest: Run smb2.compound_find against filesrever only, not nt4_dc and ad_dc 2020-03-23 13:02:32 +00:00
services
smbd s3: Remove tevent_wait code. The last user was fsp->deferred_close. 2020-03-23 12:06:45 +00:00
torture torture3: Add a test that contends with a READ, not a WRITE lock 2019-12-22 17:29:28 +00:00
utils s3:utils: Add weak crypto information to testparm 2020-03-19 20:46:41 +00:00
web
winbindd s3:rpc_server: Do not generate and build s3 RPC server code 2020-03-20 15:36:36 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript build: Require --without-ad-dc for --without-ads 2020-03-23 13:02:31 +00:00
wscript_build s3: Remove tevent_wait code. The last user was fsp->deferred_close. 2020-03-23 12:06:45 +00:00
wscript_configure_system_ncurses source3/wscript_configure_system_ncurses: update to handle waf 2.0.4 2018-09-05 06:37:24 +02:00