summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: add cli_state_update_after_sesssetup() helper functionStefan Metzmacher2017-06-091-22/+52
* Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider2017-06-094-30/+22
* messaging: fix net command failure due to unhandled return codeDavid Mulder via samba-technical2017-06-081-3/+3
* s3:tests: Add a test which checks that the smbclient session setup worksAndreas Schneider2017-06-071-0/+34
* s3:libsmb: Fix printing the session setup informationAndreas Schneider2017-06-074-22/+30
* s3/utils: Add warning to testparm for "client ipc signing" param valuesNoel Power2017-06-061-0/+12
* lib:util: Make probing of modules more secureAndreas Schneider2017-06-061-1/+1
* lib:util: Rename smb_load_modules()Andreas Schneider2017-06-061-1/+1
* vfs_gpfs: Fix compile error in gpfsacl_sys_acl_set_fdChristof Schmitt2017-06-031-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-0129-151/+352
* 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