summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/python
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider3-3/+3
2022-09-07pybindings: xattr_native raises OSError not TypeErrorDouglas Bagnall1-3/+3
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton3-4/+4
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer3-3/+3
2019-05-16s3/ntvfs: squash 'cast between incompatible function types' warningNoel Power3-3/+6
2018-04-05s4/ntvfs/posix/python: python3 (get|set)xattr value should be bytesNoel Power3-6/+6
2017-11-08python: Port ntvfs posix bindings to Python 3 compatible formLumir Balhar3-22/+47
2016-05-04lib: Give base64.c its own .hVolker Lendecke1-0/+1
2016-01-07ntvfs/python: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett3-3/+3
2015-11-06Fix various spelling errorsMathieu Parent3-3/+3
2015-09-22dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke1-4/+11
2015-06-12s4:ntvfs/pyposix_eadb: fix initposix_eadb() prototypeStefan Metzmacher1-1/+1
2015-03-17lib: Remove tdb_compatVolker Lendecke2-2/+2
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-2/+2
2014-03-31ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_setxattrVolker Lendecke1-3/+5
2014-03-31ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_getxattrVolker Lendecke1-2/+5
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 Bartlett3-6/+4
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 Bartlett2-20/+178
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 Vernooij2-0/+4
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2-8/+0
2010-01-25pyxattr: Move to the same directory as the xattr code.Jelmer Vernooij2-0/+248