summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/python/pyxattr_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-05-16s3/ntvfs: squash 'cast between incompatible function types' warningNoel Power1-1/+2
2018-04-05s4/ntvfs/posix/python: python3 (get|set)xattr value should be bytesNoel Power1-2/+2
2017-11-08python: Port ntvfs posix bindings to Python 3 compatible formLumir Balhar1-7/+16
2016-01-07ntvfs/python: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-09-22dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke1-4/+11
2015-03-17lib: Remove tdb_compatVolker Lendecke1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam1-2/+4
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett1-1/+0
2012-05-14move the dbwrap library to the top levelMichael Adam1-3/+3
2012-04-18s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett1-20/+52
2012-04-03s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett1-3/+4
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2012-02-07pyxattr_tdb: Remove pointless check for blob.length < 0.Jelmer Vernooij1-1/+1
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-2/+4
2011-09-23python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it...Matthieu Patou1-2/+4
2011-09-23pys4: really return an exception if the status if not correctMatthieu Patou1-4/+2
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-1/+1
2011-03-19source4/ntvfs/posix: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2010-01-25pyxattr: Move to the same directory as the xattr code.Jelmer Vernooij1-0/+126