libsmb: Pass "flags" through cli_close_send() and pylibsmb
[samba.git] / source3 / libsmb / pylibsmb.c
2023-10-10 Volker Lendeckelibsmb: Pass "flags" through cli_close_send() and pylibsmb
2023-10-04 Volker Lendeckepylibsmb: Py_BuildValue can build tuples directly
2023-09-25 Volker Lendeckelibsmb: Remove reparse_symlink.c
2023-08-10 Volker Lendeckelibsmb: Move symlink_reparse_buffer_parse() to reparse.c
2023-06-16 Volker Lendeckepylibsmb: Add smb1_stat()
2023-06-16 Volker Lendeckepylibsmb: Add mknod()
2023-05-16 Joseph Suttonpython: Safely clear structure members
2023-04-18 Volker Lendeckepylibsmb: Return "flags" in create_returns
2023-04-18 Volker Lendeckelibsmb: Introduce type-safe struct cli_smb2_create_flags
2023-01-04 Volker Lendeckepylibsmb: Add reparse tag definitions
2023-01-04 Volker Lendeckepylibsmb: Get reparse tag when listing directories
2022-12-05 Volker Lendeckepylibsmb: Add symlink flags
2022-11-29 David Mulders3: Test that store_smb2_posix_info hides info for...
2022-11-29 David Muldertests/s3: Test file/dir permissions with SMB3 posix
2022-11-29 David Muldertests/s3: Test SMB2_FIND_POSIX_INFORMATION dir query
2022-11-29 David Mulderlibsmb: Allow listing with posix context
2022-11-29 David Mulderlibsmb: Make info_level configurable in dir listing
2022-11-22 Volker Lendeckepylibsmb: Add protocol()
2022-11-22 Volker Lendeckepylibsmb: Add CreateDisposition values
2022-11-22 Volker Lendeckepylibsmb: Add FSCTL codes
2022-11-22 Volker Lendeckepylibsmb: Add fsctl()
2022-11-22 Volker Lendeckepylibsmb: Add create options
2022-11-22 Volker Lendeckepylibsmb: Add smb1_symlink()
2022-11-22 Volker Lendeckepylibsmb: Add smb1_readlink()
2022-11-22 Volker Lendeckepylibsmb: Add smb1_posix() to request smb1 posix extensions
2022-11-22 Volker Lendeckepylibsmb: Pass symlink error to create_ex exception
2022-11-22 Volker Lendeckelibsmb: Pass symlink error up through cli_smb2_create_f...
2022-11-22 Volker Lendeckepylibsmb: Add template code
2022-10-27 Volker Lendeckepylibsmb: Simplify py_cli_create_returns()
2022-10-27 Volker Lendeckepylibsmb: Simplify py_cli_create_contexts()
2022-09-02 Volker Lendeckepylibsmb: Add create_ex()
2022-09-02 Volker Lendeckepylibsmb: Add smb2 create tag strings
2022-09-02 Volker Lendeckepylibsmb: Allow passing negotiate contexts
2022-09-02 Volker Lendeckelibsmb: Allow smb2 neg ctx in cli_full_connection_creds...
2022-09-02 Volker Lendeckepylibsmb: Add "have_posix" function
2022-09-02 Volker Lendeckepylibsmb: Allow requesting Posix extensions
2021-06-10 Douglas Bagnalls3:pylibsmb: improve return types (false => NULL)
2021-06-10 Douglas Bagnalls3:pylibsmb: avoid small leaks in cli_notify_get_changes
2021-05-19 Joseph Suttonpylibsmb: Add posix_whoami()
2021-03-17 Douglas Bagnallpy bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'
2021-02-01 Andreas Schneiders3:libsmb: Use C99 initializer for py_cli_notify_state_...
2020-12-17 Stefan Metzmachers3:pylibsmb: remove unused SECINFO_DEFAULT_FLAGS
2020-12-17 Stefan Metzmachers3:pylibsmb: add notify() support
2020-12-17 Stefan Metzmachers3:pylibsmb: add echo() support
2020-12-17 Stefan Metzmachers3:pylibsmb: PyErr_NTSTATUS_IS_ERR_RAISE => PyErr_NTSTA...
2020-11-19 Volker Lendeckepylibsmb: Add rename()
2020-11-19 Volker Lendeckepylibsmb: Multi-threaded use is now possible with SMB2
2020-11-19 Volker Lendeckepylibsmb: Remove unused py_cli_state->is_smb1
2020-11-19 Volker Lendeckepylibsmb: Remove SMB2 special case for cli_list()
2020-11-19 Volker Lendeckelibsmb: Convert cli_list_recv() to single-recv
2020-11-16 Volker Lendeckepylibsmb: Move set_acl() to python
2020-11-16 Volker Lendeckepylibsmb: Add set_sd()
2020-11-16 Volker Lendeckepylibsmb: Move get_acl() to python
2020-11-16 Volker Lendeckepylibsmb: Add get_sd()
2020-11-16 Volker Lendeckepylibsmb: Export a few SMB constants
2020-11-16 Volker Lendeckepylibsmb: Merge remove_dir() into its only caller
2020-11-16 Volker Lendeckepylibsmb: Merge unlink_file() into its only caller
2020-11-16 Volker Lendeckepylibsmb: Move deltree to python code
2020-11-16 Volker Lendeckepylibsmb: Add a compatible python-level wrapper
2020-11-04 Volker Lendeckelibsmb: Remove "mntpoint" argument from cli_list()...
2020-08-19 Andreas Schneiders3:libsmb: Remove signing_state from cli_full_connectio...
2020-08-19 Andreas Schneiders3:client: Turn off smb signing for message op
2020-08-19 Andreas Schneiders3:pylibsmb: Add ipc=True support for CLI_FULL_CONNECTI...
2020-06-04 Volker Lendeckepylibsmb: Use cli_qfileinfo_basic_send() in py_smb_file...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_unlink() and async version to...
2020-06-04 Jeremy Allisons3: libsmb: In struct file_info rename mode -> attr.
2020-05-28 Volker Lendeckepylibsmb: Use async cli_mkdir also for smb2
2020-05-28 Volker Lendeckepylibsmb: Use async cli_chkpath also for smb2
2020-05-28 Volker Lendeckepylibsmb: Use async cli_rmdir also for smb2
2020-05-28 Volker Lendeckepylibsmb: Use async cli_unlink also for smb2
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-07-22 Douglas Bagnalls3/libsmb/py: avoid null deref with bad python arguments
2019-05-16 Noel Powers3: squash 'cast between incompatible function types...
2019-02-08 Douglas Bagnalls3/libsmb/py: match input argument types with C types
2019-02-07 Noel PowerCleanup (decref) some objects added to list.
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-01-25 Tim Beales3:pylibsmb: Initialize pointers to NULL in new API...
2019-01-17 Tim Beales3:pylibsmb: Add FILE_READ_ATTRIBUTES access to .loadfi...
2019-01-17 Tim Beales3:pylibsmb: Add .set_acl API to SMB py bindings
2019-01-14 Tim Beales3:pylibsmb: Add .get_acl() API to SMB py bindings
2019-01-09 Tim Beales3:libsmb: Revert SMB Py bindings name back to libsmb_s...
2019-01-07 Tim Beales3:pylibsmb: Add flags used by .list() to SMB Py bindings
2019-01-07 Tim Beales3:pylibsmb: Rename 'credentials' param to match s4
2019-01-07 Tim Beales3:pylibsmb: Rename libsmb_samba_internal Py bindings...
2019-01-07 Tim Beales3:pylibsmb: Add .deltree() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Minor refactor to py_cli_list() variables
2019-01-07 Tim Beales3:libsmb: Avoid duplicated code by making cli_read_sin...
2019-01-07 Tim Beales3:pylibsmb: Add .loadfile() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Add .savefile() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Free async .list() memory
2019-01-07 Tim Beales3:pylibsmb: Make s3 and s4 listings return the same...
2019-01-07 Tim Beales3:pylibsmb: Don't return '.'/'..' in .list()
2019-01-07 Tim Beales3:pylibsmb: Make .list() work for SMBv2
2019-01-07 Tim Beales3:pylibsmb: Split code out into do_listing() helper
2019-01-07 Tim Beales3:pylibsmb: Split out code into list_helper()
2019-01-07 Tim Beales3:pylibsmb: Consolidate .readdir()/.list() py bindings API
2019-01-07 Tim Beales3:pylibsmb: Add .chkpath() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py...
2019-01-07 Tim Beales3:pylibsmb: Add .unlink() API to SMB Py bindings
next