summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: tests idmap mapping with idmap_ridRalph Boehme2017-04-071-1/+3
* winbindd: remove unused single_domains arrayRalph Boehme2017-04-061-9/+0
* winbindd: use correct domain name for failed lookupsidsRalph Boehme2017-04-061-3/+4
* winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()Ralph Boehme2017-04-061-1/+4
* idmap_ldap: Fix CID 1404836 Dereference before null checkVolker Lendecke2017-04-061-10/+1
* winbindd: let WBFLAG_PAM_GET_PWD_POLICY only fake the password policyStefan Metzmacher2017-04-061-22/+37
* rpcclient: allow -U'OTHERDOMAIN\user' againStefan Metzmacher2017-04-051-13/+8
* winbindd: trigger possible passdb_dsdb initialisationRalph Boehme2017-04-011-2/+12
* selftest: wbinfo --sids-to-unix-ids tests for wellknown SIDsRalph Boehme2017-04-011-1/+1
* winbindd: use passdb backend for well-known SIDsRalph Boehme2017-04-011-4/+9
* s3:tests: Add a subsitution test for %D %u %gAndreas Schneider2017-03-301-2/+7
* winbindd: Fix password policy for pam authenticationChristof Schmitt2017-03-291-3/+4
* rpc_server: Re-order and rename remote and local address in np_open()Gary Lockyer2017-03-293-8/+8
* s3-rpc_server: Provide hooks required for JSON message logging for the no-aut...Andrew Bartlett2017-03-291-1/+12
* s3-rpc_server: Re-order and rename remote and local address in make_external_...Andrew Bartlett2017-03-293-14/+14
* s3-rpc_server: pass remote and local address to rpc_pipe_open_externalAndrew Bartlett2017-03-291-15/+29
* s3-rpc_server: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-291-29/+30
* s3-rpc_server: Re-order local and remote address in make_server_pipes_struct()Gary Lockyer2017-03-293-5/+5
* s3-named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-293-19/+20
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-293-4/+8
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-294-0/+9
* s3-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...Andrew Bartlett2017-03-291-0/+11
* s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett2017-03-291-10/+34
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-0/+16
* auth: Add logging of service authorizationAndrew Bartlett2017-03-292-0/+6
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-2919-29/+135
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-299-6/+32
* s3-auth: Clarify the role and purpose of the auth_serversupplied_info->securi...Andrew Bartlett2017-03-291-1/+8
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-292-2/+18
* s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2017-03-292-15/+29
* winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...Andrew Bartlett2017-03-291-39/+38
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+6
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-297-8/+43
* ntlm_auth: Set ntlm_auth as the service_description into gensecAndrew Bartlett2017-03-291-0/+11
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-299-2/+33
* s3/smbd: make copy chunk asynchronousRalph Boehme2017-03-281-80/+173
* vfs_default: move check for fsp->op validityRalph Boehme2017-03-281-9/+10
* s3/smbd: optimize copy-chunk by merging chunks if possibleRalph Boehme2017-03-281-12/+67
* s3/smbd: implement a serializing async copy-chunk loopRalph Boehme2017-03-281-86/+102
* s3/smbd: move cc_copy into fsctl_srv_copychunk_stateRalph Boehme2017-03-281-8/+8
* vfs_default: let copy_chunk_send use const from IDLRalph Boehme2017-03-281-1/+2
* s3/smbd: move copychunk ioctl limits to IDLRalph Boehme2017-03-281-3/+0
* s3-libsmb: support rename and replace for SMB1Uri Simchoni2017-03-281-2/+92
* s3-libsmb: fail rename and replace inside cifs variantUri Simchoni2017-03-282-17/+22
* s3-libsmb: cli_cifs_rename_send()Uri Simchoni2017-03-281-11/+26
* smbclient: add -f option to rename commandUri Simchoni2017-03-281-2/+8
* s3: libsmb: add replace support to cli_rename()Uri Simchoni2017-03-286-15/+33
* s3: libsmb: add replace support to SMB2 renameUri Simchoni2017-03-283-7/+11
* lib: Remove an unnecessary includeVolker Lendecke2017-03-281-1/+0