summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-297-49/+584
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-2915-2/+66
* ldap_server: Log access without a bindAndrew Bartlett2017-03-294-2/+59
* auth_log: Split up auth/authz logging levels and handle anonymous betterAndrew Bartlett2017-03-291-6/+24
* s3-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...Andrew Bartlett2017-03-291-0/+11
* s4-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...Andrew Bartlett2017-03-291-0/+15
* ldap_server: Log authorization for simple bindsAndrew Bartlett2017-03-292-20/+27
* s4-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett2017-03-291-0/+32
* 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-2911-4/+91
* auth_log: Expand to include the type of password used (eg ntlmv2)Andrew Bartlett2017-03-291-3/+42
* dns: Provide local and remote socket address to GENSECAndrew Bartlett2017-03-293-2/+36
* auth: Add logging of service authorizationAndrew Bartlett2017-03-296-2/+100
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-2920-29/+145
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-2912-9/+122
* 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-298-12/+204
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-292-0/+2
* s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2017-03-292-15/+29
* lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer2017-03-296-1/+251
* s4-rpc_server: Correct comment about where the current iface can be foundAndrew Bartlett2017-03-291-3/+6
* 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-295-1/+13
* ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett2017-03-293-35/+47
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-292-0/+8
* s4-ldap_server: Do not set conn->session_info to NULL, keep valid at all timesAndrew Bartlett2017-03-291-2/+0
* s4-ldap_server: Set remote and local address values into GENSECAndrew Bartlett2017-03-291-0/+12
* s4-ldap_server: Split gensec setup into a helper functionAndrew Bartlett2017-03-291-22/+37
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-299-8/+49
* 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
* gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSPAndrew Bartlett2017-03-292-0/+4
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-294-2/+83
* s4-netlogon: Remember many more details in the auth_usersupplied info for fut...Andrew Bartlett2017-03-292-15/+62
* s4-smbd: Remember the original client and server IPs from the SMB connectionAndrew Bartlett2017-03-291-0/+3
* auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett2017-03-295-0/+1019
* TestBase: move insta_creds from password_lockout.pyGary Lockyer2017-03-292-42/+52
* python net: add username, oldpassword and domain to change_passwordGary Lockyer2017-03-291-7/+19
* pysmb: Check for credentials using same method as pyrpcGary Lockyer2017-03-291-1/+8
* pysmb: Extend py_smb_new to allow use_ntlmv2 and use_spnego to be set by callersAndrew Bartlett2017-03-291-13/+30
* 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-282-3/+4
* tdb/tools: add documentation for the tdbbackup -n optionBjörn Baumbach2017-03-281-0/+8
* 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