summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-3128-122/+279
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-3124-95/+210
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-3119-78/+195
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-3133-133/+260
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-3116-48/+79
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-3136-172/+306
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-3132-102/+177
* s3: lib: Add new utility function cp_smb_filename_nostream().Jeremy Allison2017-05-312-0/+18
* s3:smbd: Set up local and remote address for fake connectionAndreas Schneider2017-05-311-0/+24
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-05-314-10/+22
* lib: Remove use of MSG_NOSIGNALVolker Lendecke2017-05-301-1/+1
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-303-3/+51
* winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam2017-05-303-2/+7
* libads: Decide to have no fallback optionGarming Sam2017-05-303-0/+7
* winbindd_cm: Pass cm_open_connection the need_rw_dc flagGarming Sam2017-05-301-3/+4
* winbindd_cm: Call dcip_check_name even when fetching from cacheGarming Sam2017-05-301-26/+26
* winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_nameGarming Sam2017-05-301-7/+7
* winbindd_cm: Add new parameter to getdc and find_new_dc callsGarming Sam2017-05-301-11/+20
* winbindd_cm: Add new parameter for dcip_to_nameGarming Sam2017-05-301-3/+5
* libads: Check cldap flags in libads/ldapGarming Sam2017-05-304-38/+52
* s3/smbd: fix exclusive lease optimisationRalph Boehme2017-05-281-4/+26
* s3/locking: make find_share_mode_entry publicRalph Boehme2017-05-282-1/+3
* s3: VFS: Fruit. Move to using struct smb_filename instead of char * paths.Jeremy Allison2017-05-261-169/+139
* s3: VFS: Catia: Ensure path name is also converted.Jeremy Allison2017-05-261-6/+35
* CVE-2017-7494: rpc_server3: Refuse to open pipe names with / insideVolker Lendecke2017-05-241-0/+5
* s3: smbd: Correctly identify a snapshot path using UCF_GMT_PATHNAME.Jeremy Allison2017-05-221-1/+2
* s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.Jeremy Allison2017-05-223-0/+13
* s3: smbd: Fix up the ucf_flags correctly in smb_file_rename_information().Jeremy Allison2017-05-221-4/+7
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-229-40/+3
* s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.Jeremy Allison2017-05-222-2/+12
* s3: smbd: In ntrename OR in ucf_flags, don't overwrite.Jeremy Allison2017-05-221-2/+2
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-224-29/+28
* s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...Jeremy Allison2017-05-222-1/+11
* s3: smbd: Make it clear we only overwrite *ppath_contains_wcard if resolve_df...Jeremy Allison2017-05-221-1/+5
* s3: smbd: Remove ugly use of discard_const that previously was hidden in reso...Jeremy Allison2017-05-221-5/+4
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-224-34/+29
* s3:gse: add simple gensec_gse_update_send/recv() wrapper functionsStefan Metzmacher2017-05-211-15/+71
* s3:rpc_server: move gensec_update() out of auth_generic_server_authtype_start*()Stefan Metzmacher2017-05-213-24/+14
* s3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update()...Stefan Metzmacher2017-05-211-7/+13
* s3:gse: always announce GENSEC_FEATURE_SIGN_PKT_HEADER support.Stefan Metzmacher2017-05-211-9/+1
* s3:libsmb: don't rely on gensec_session_key() to work on an unfinished authen...Stefan Metzmacher2017-05-211-1/+4
* s3: smbd: Fix open_files.idl to correctly ignore share_mode_lease *lease in s...Jeremy Allison2017-05-182-3/+3
* vfs_fruit: add pread_send/recv and pwrite_send/recvRalph Boehme2017-05-171-0/+182
* vfs_streams_xattr: add pread_send/recv and pwrite_send/recvRalph Boehme2017-05-171-0/+165
* libads: abstract out SASL wrapping codeAlexander Bokovoy2017-05-176-212/+243
* SMB_INFO_ALLOCATION: return with UINT32_MAX rather than cutting at 4 bytesPeter Somogyi2017-05-171-0/+6
* winbindd: Give winbindd_ads.c its own headerVolker Lendecke2017-05-175-7/+36
* libsmb: proto.h does not need ads.hVolker Lendecke2017-05-171-1/+0
* smbd/smb2_ioctl: check for NULL dst_fsp before useDavid Disseldorp via samba-technical2017-05-171-4/+5
* s3:winbind: Use a talloc stackframe for rpc_query_user_listAndreas Schneider2017-05-161-16/+24