s3:libsmb: Use lpcfg_set_cmdline()
[samba.git] / source3 / libsmb /
2023-09-14 Pavel Kalugins3:libsmb: Use lpcfg_set_cmdline()
2023-09-14 Joseph Suttondsgetdcname: Remove excess zero digits from literals
2023-08-23 Jeremy Allisons3: libsmb: Add a missing return statement in the timeo...
2023-08-22 Volker Lendeckelibsmb: Use tevent_req_nterror() properly
2023-08-22 Volker Lendeckelibsmb: Remove a duplicate TALLOC_FREE()
2023-08-22 Volker Lendeckelibsmb: Use tevent_req_oom() where appropriate
2023-08-22 Volker Lendeckelibsmb: Move cli_raw_ioctl() to torture3
2023-08-22 Volker Lendeckelibsmb: Move cli_qpathinfo1() to torture3
2023-08-22 Volker Lendeckelibsmb: Use cli_smb2_qpathinfo_basic() in cli_getatr()
2023-08-22 Volker Lendeckelibsmb: Use cli_smb2_qpathinfo() in cli_qpathinfo2()
2023-08-22 Volker Lendeckelibsmb: Use cli_smb2_qpathinfo() for streams
2023-08-22 Volker Lendeckelibsmb: Add cli_smb2_qpathinfo_send/recv()
2023-08-14 Volker Lendeckelibsmb: A bit README.Coding for cli_qpathinfo2()
2023-08-10 Volker Lendeckelibsmb: Retry with OPEN_REPARSE_POINT on IO_REPARSE_TAG...
2023-08-10 Volker Lendeckelibsmb: Factor out cli_get_reparse_data() from cli_read...
2023-08-10 Volker Lendeckelibsmb: Move symlink_reparse_buffer_parse() to reparse.c
2023-08-10 Volker Lendeckelibsmb: Use reparse_data_buffer_parse() in cli_readlink()
2023-08-10 Volker Lendeckelibcli: Make symlink_reparse_buffer_parse() more flexible
2023-08-10 Volker Lendeckesmbd: Don't crash in cli_fsctl_send()
2023-08-08 Joseph Suttons3:libsmb: Add missing parenthesis to logging message
2023-08-08 Joseph Suttons3:libsmb: Add missing newlines to logging messages
2023-07-21 Ralph Boehmelibsmb: increase a debug level when site-aware DC looku...
2023-07-13 Andreas Schneiders3:libsmb: Fix code spelling
2023-06-16 Volker Lendeckepylibsmb: Add smb1_stat()
2023-06-16 Volker Lendeckepylibsmb: Add mknod()
2023-06-16 Volker Lendeckelibsmb: Add SMB1 posix cli_mknod
2023-06-01 Volker Lendeckelibsmb: Fix directory listing against old servers
2023-05-16 Joseph Suttonpython: Safely clear structure members
2023-04-18 Volker Lendeckepylibsmb: Return "flags" in create_returns
2023-04-18 Volker Lendeckelibsmb: Adapt cli_echo_send() to modern conventions
2023-04-18 Volker Lendeckelibsmb: Make setting errno safer in SMBC_add_cached_ser...
2023-04-18 Volker Lendeckelibsmb: Simplify SMBC_add_cached_server()
2023-04-18 Volker Lendeckelibsmb: Avoid an explicit ZERO_STRUCTP with calloc
2023-04-18 Volker Lendeckelibsmb: Slightly simplify smbc_init()
2023-04-18 Volker Lendeckelibsmb: Make cli_smb2_qpathinfo2() asynchronous
2023-04-18 Volker Lendeckelibsmb: Make cli_qpathinfo2_done() parse the results
2023-04-18 Volker Lendeckelibsmb: Introduce type-safe struct cli_smb2_create_flags
2023-04-11 Andrew Bartletts3-client: Provide more information on protocol negotia...
2023-04-09 Remi Colletlibsmb: fix regression on smbc_getxattr and fix doc
2023-03-28 Andreas Schneiders3:libsmb: Fix conflicting declaration/implementation
2023-03-28 Andreas Schneiders3:libsmb: Remove trailing whitespaces in clientgen.c
2023-03-09 Nathaniel W. Turnerdsgetdcname: do not assume local system uses IPv4
2023-03-09 Volker Lendeckelibsmb: Convert cli_posix_stat_send/recv() to modern...
2023-03-09 Volker Lendeckelibsmb: Avoid a duplicate memset(.., 0, ..);
2023-02-06 Andreas Schneiders3:libsmb: Remove unused variable 'i'
2023-01-17 Björn Baumbachs3/libsmb: fix a typo in parameter description
2023-01-10 Volker Lendeckelib: Remove idtree from samba_util.h
2023-01-04 Volker Lendeckepylibsmb: Add reparse tag definitions
2023-01-04 Volker Lendeckepylibsmb: Get reparse tag when listing directories
2022-12-16 Volker Lendeckelibsmb: Simplify clistr_is_previous_version_path()
2022-12-16 Volker Lendeckelibsmb: Slightly simplify cli_smb2_create_fnum_send()
2022-12-16 Jeremy Allisonlibsmb: Use clistr_smb2_extract_snapshot_token() in...
2022-12-16 Volker Lendeckelibsmb: Make a r/w copy of fname in cli_smb2_create_fnu...
2022-12-15 Volker Lendeckelibsmb: Don't mess up pathnames in cli_smb2_create_fnum...
2022-12-05 Volker Lendeckelibsmb: Remove sync cli_posix_readlink() wrapper
2022-12-05 Volker Lendeckelibsmb: Make readlink issue posix_readlink
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 Mulderlibcli: Add client support for SMB2_FILE_POSIX_INFORMATION
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 Lendeckelibsmb: Return symlink error struct from smb2cli_create...
2022-11-22 Volker Lendeckesmbd: Pass unparsed_path_length to symlink_reparse_buff...
2022-11-22 Volker Lendeckelibsmb: Fix cli_fsctl()
2022-11-22 Volker Lendeckelibsmb: Fix cli_smb2_fsctl_recv()
2022-11-22 Volker Lendeckelibsmb: Fix removing a rogue reparse point
2022-11-22 Volker Lendeckepylibsmb: Add template code
2022-11-01 Jeremy Allisons3: libsmbclient: Fix smbc_getxattr() to return 0 on...
2022-10-27 Volker Lendeckepylibsmb: Simplify py_cli_create_returns()
2022-10-27 Volker Lendeckepylibsmb: Simplify py_cli_create_contexts()
2022-10-19 Jeremy Allisons3: libsmbclient: Fix smbc_stat() to return ENOENT...
2022-10-03 Volker Lendeckelibsmb: Fix the smbclient readlink command
2022-10-03 Volker Lendeckelibsmb: Remove unused cli_smb2_set_reparse_point_fnum_s...
2022-10-03 Volker Lendeckelibsmb: Convert cli_symlink to cli_fsctl
2022-10-03 Volker Lendeckelibsmb: Remove unused cli_smb2_get_reparse_point_fnum_s...
2022-10-03 Volker Lendeckelibsmb: Convert cli_readlink() to cli_fsctl_send/recv
2022-10-03 Volker Lendeckelibsmb: Add cli_fsctl_send/recv
2022-10-03 Volker Lendeckelibsmb: Add cli_smb2_fsctl_send/recv
2022-10-03 Volker Lendeckelibsmb: Centralize the SMB2 protocol check
2022-09-20 Stefan Metzmachers3:g_lock: add callback function to g_lock_lock()
2022-09-19 Volker Lendeckelibsmb: Use find_snapshot_token() for clistr_is_previou...
2022-09-19 Volker Lendeckelibsmb: Use tevent_req_nterror()'s retval
2022-09-15 Jeremy Allisons3: libsmb: In cli_posix_open_internal_send() (SMBtrans...
2022-09-15 Jeremy Allisons3: libsmb: In cli_qpathinfo_send() (SMBtrans2:TRANSACT...
2022-09-15 Jeremy Allisons3: libsmb: In cli_set_ea_path() (SMBtrans2:TRANSACT2_S...
2022-09-15 Jeremy Allisons3: libsmb: In cli_ctemp_send() (SMBctemp) check for...
2022-09-15 Jeremy Allisons3: libsmb: In cli_chkpath_send() (SMBcheckpath) check...
2022-09-15 Jeremy Allisons3: libsmb: In cli_setatr_send() (SMBsetatr) check...
next