1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib/tdb
Volker Lendecke 3f2e45aa16 tdb: Update times in tdb_transaction_commit per fd, not per name
We might have a relative filename in tdb->name, so we might do the
wrong thing here. And as we have the fd, why not use it...

We call futimens in vfs_default without #ifdef and it's Posix 2018 or
before. So I don't think we need to check for it.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2024-06-24 16:21:32 +00:00
..
ABI tdb: release 1.4.10 2024-01-29 14:39:32 +00:00
common tdb: Update times in tdb_transaction_commit per fd, not per name 2024-06-24 16:21:32 +00:00
docs lib:tdb: Fix code spelling 2023-04-14 05:25:33 +00:00
include tdb: Fix invalid syntax in tdb.h 2021-07-20 10:57:35 +00:00
man docs: Document new tdbdump -x option 2024-04-16 18:37:17 +00:00
python tdb:pytests: remove unused Py2 test branches 2024-05-31 00:25:33 +00:00
test tdb: Add test for tdbdump -x 2024-04-16 17:32:34 +00:00
tools tdb: Add tdbdump option to output all data as hex values 2024-04-16 17:32:34 +00:00
web
_tdb_text.py tdb:pytdb:_tdb_text: remove Py2 compatibility code 2024-05-31 00:25:33 +00:00
configure configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts 2022-03-29 22:32:32 +00:00
doxy.config
Makefile Python: remove pydoctor 2023-02-02 21:15:54 +00:00
pytdb.c lib:tdb: Add missing overflow check for num_values in pytdb.c 2024-04-30 14:30:34 +00:00
tdb.pc.in
wscript tdb: Add test for tdbdump -x 2024-04-16 17:32:34 +00:00