smb2_server: skip tcon check and chdir_current_service() for FSCTL_VALIDATE_NEGOTIATE...
[samba.git] / source3 / libsmb /
2021-12-08 Ralph Boehmesmbd: s3-dsgetdcname: handle num_ips == 0
2021-11-08 Stefan MetzmacherCVE-2016-2124: s3:libsmb: don't fallback to non spnego...
2021-09-16 Joseph Suttonpylibsmb: Add posix_whoami()
2021-09-16 Joseph Suttonlibsmb: Ensure that whoami parses all the data provided...
2021-09-16 Joseph Suttonlibsmb: Check to see that whoami is not receiving more...
2021-09-16 Joseph Suttonlibsmb: Avoid undefined behaviour when parsing whoami...
2021-09-16 Joseph Suttonlibsmb: Remove overflow check
2021-09-16 Joseph SuttonRevert "libsmb: Use sid_parse()"
2021-08-13 Stefan Metzmachers3:libsmb: close the temporary IPC$ connection in cli_f...
2021-08-13 Stefan Metzmachers3:libsmb: start encryption as soon as possible after...
2021-02-03 Jeremy Allisons3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon...
2021-02-03 Jeremy Allisons3: libsmb: Ensure we disconnect the temporary SMB1...
2021-01-13 Andreas Schneiders3:libsmb: Use cli_credentials directly
2021-01-13 Andreas Schneiders3:libsmb: Pass cli_credentials to get_ipc_connect_mast...
2021-01-13 Andreas Schneiders3:libsmb: Pass cli_credentials to get_ipc_connect()
2021-01-11 Volker Lendeckelib: Move sockaddr_storage_to_samba_sockaddr() to lib/
2021-01-08 Volker Lendeckelibsmb: Use hex_byte() in urldecode_talloc()
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-12-17 Björn Baumbachs3:libsmb: set correct min and max smb protocol when...
2020-12-17 Björn Baumbachs3:libsmb: set min smb protocol when enforcing smb1...
2020-12-11 Volker Lendeckelibsmb: Remove unused dns_lookup_list_async()
2020-12-11 Volker Lendeckelibsmb: No need to call dns_lookup_list_async() in...
2020-12-11 Volker Lendeckelibsmb: Use ads_dns_query_srv() in discover_dc_dns()
2020-12-11 Volker Lendeckelibsmb: No need to call dns_lookup_list_async() in...
2020-12-11 Volker Lendeckelibsmb: Use ads_dns_query_srv() in resolve_ads()
2020-11-30 Volker Lendeckelibsmb: Slightly beautify internal_resolve_name()
2020-11-30 Volker Lendeckelibsmb: Move a variable closer to its use in internal_r...
2020-11-30 Volker Lendeckelibsmb: Align integer types
2020-11-30 Volker Lendeckelibsmb: Fix a typo
2020-11-30 Volker Lendeckedsgetdcname: Fix talloc hierarchy
2020-11-26 Andreas Schneiders3:libsmb: Return early if dir is NULL
2020-11-26 Andreas Schneiders3:libsmb: Fix clang warnings that fnum might be used...
2020-11-19 Volker Lendeckepylibsmb: Add rename()
2020-11-19 Volker Lendeckelibsmb: Make cli_nt_pipes_close() static
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 Lendeckelibsmb: Remove unused sync cli_smb2_list()
2020-11-19 Volker Lendeckepylibsmb: Remove SMB2 special case for cli_list()
2020-11-19 Volker Lendeckelibsmb: Use async cli_smb2_list_send() in cli_list_send()
2020-11-19 Volker Lendeckelibsmb: Prepare cli_list_send()/recv() for single-issue...
2020-11-19 Volker Lendeckelibsmb: Convert cli_list_recv() to single-recv
2020-11-19 Volker Lendeckelibsmb: Make cli_smb2_list() asynchronous
2020-11-16 Volker Lendeckelibsmb: Remove unused sync cli_smb2_rename()
2020-11-16 Volker Lendeckelibsmb: Make cli_rename_send()/recv() smb2-capable
2020-11-16 Volker Lendeckelibsmb: Make cli_rename_send()/_recv() a proper tevent_...
2020-11-16 Volker Lendeckelibsmb: Make cli_smb2_rename async
2020-11-16 Volker Lendeckelibsmb: Make get_fnum_from_path() async
2020-11-16 Volker Lendeckepylibsmb: Move set_acl() to python
2020-11-16 Volker Lendeckepylibsmb: Add set_sd()
2020-11-16 Volker Lendeckelibsmb: Remove unused sync cli_smb2_set_security_descri...
2020-11-16 Volker Lendeckelibsmb: Make cli_set_security_descriptor() async
2020-11-16 Volker Lendeckepylibsmb: Move get_acl() to python
2020-11-16 Volker Lendeckepylibsmb: Add get_sd()
2020-11-16 Volker Lendeckelibsmb: Remove unused sync cli_smb2_query_security_desc...
2020-11-16 Volker Lendeckelibsmb: Make cli_query_security_descriptor() async
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 cli_state->dfs_mountpoint
2020-11-04 Volker Lendeckelibsmb: Remove "mntpoint" argument from cli_list_trans...
2020-11-04 Volker Lendeckelibsmb: Remove "mntpoint" argument from cli_list()...
2020-11-04 Volker Lendeckelibsmb: Fix a signed/unsigned warning
2020-11-04 Volker Lendeckelibsmb: Fix a typo
2020-11-04 Volker Lendeckelibsmb: Improve wording of a comment in cli_smb2_list
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-10-21 Volker Lendeckelibsmb: Simplify cli_resolve_path()
2020-10-21 Volker Lendeckelibsmb: Factor out cli_conn_have_dfs() from cli_resolve...
2020-10-21 Volker Lendeckelibsmb: Fix a typo
2020-10-21 Volker Lendeckelibsmb: Use a direct struct initialization to avoid...
2020-10-21 Volker Lendeckelibsmb: Use ZERO_STRUCTP
2020-10-21 Volker Lendeckelibsmb: Fix a typo
2020-10-09 Andreas Schneiders3:libsmb: Remove max_protocol from clidfs do_connect()
2020-10-09 Andreas Schneiders3:libcmb: Remove max_protocol from cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove max_protocol from cli_cm_open()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_resolve_path...
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_cm_open()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to clidfs do_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_check_msdfs_pr...
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from clidfs do_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_cm_connect()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_cm_open()
2020-09-30 Volker Lendeckelibsmb: Make cli_smb2_list() prototype more descriptive
2020-09-30 Volker Lendeckelibsmb: Make cli_list() prototype more descriptive
2020-09-23 Volker Lendeckelibsmb: Fix CID 1467087: Resource leaks
2020-09-23 Volker Lendeckelibsmb: Use talloc_realloc() correctly in resolve_hosts()
2020-09-23 Volker Lendeckelibsmb: Protect against rogue getaddrinfo result
2020-09-23 Volker Lendeckelibsmb: README.Coding for resolve_hosts()
2020-09-23 Volker Lendeckelibsmb: Use direct struct initialization
2020-09-15 Jeremy Allisons3: libsmb: Cleanup - in internal_resolve_name() only...
2020-09-15 Jeremy Allisons3: libsmb: namequery. Rename remove_duplicate_addrs2_s...
2020-09-15 Jeremy Allisons3: libsmb: namequery.c: Remove unused remove_duplicate...
2020-09-15 Jeremy Allisons3: libsmb: namequery.c: Remove now unused internal_res...
2020-09-15 Jeremy Allisons3: libsmb: namequery.c: Remove now unused convert_ss2s...
2020-09-15 Jeremy Allisons3: libsmb: namequery.c: Remove now unused ip_service_t...
next