summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_server: wrap make_auth4_context() into {become,unbecome}_root()Stefan Metzmacher2017-07-031-0/+2
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-0110-25/+29
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-016-52/+61
* s3: smbd: Add missing out of memory check.Jeremy Allison2017-07-011-0/+4
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-0118-184/+301
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-0120-189/+259
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-0123-189/+395
* s3:winbind: Move debug statement into the error handlingAndreas Schneider2017-06-281-2/+2
* s3:tests: Do *NOT* flush the complete gencache!Andreas Schneider2017-06-281-10/+15
* param: change the effective default for "client max protocol" to the latest s...Stefan Metzmacher2017-06-271-1/+1
* s3:selftest: run samba3.blackbox.smbclient_large_file (NTLM) with NT1 and SMB3Stefan Metzmacher2017-06-271-0/+5
* s3:test_smbclient_posix_large.sh: there's no posix test to rename to test_smb...Stefan Metzmacher2017-06-272-9/+4
* s3:selftest: also run samba3.blackbox.smbclient_krb5 with the new ccacheStefan Metzmacher2017-06-271-2/+2
* s3:selftest: run samba3.blackbox.smbclient_tar* tests with NT1 and SMB3Stefan Metzmacher2017-06-271-4/+14
* s3:selftest: run samba3.blackbox.large_acl tests with NT1 and SMB3Stefan Metzmacher2017-06-271-1/+2
* s3:selftest: run samba3.blackbox.inherit_owner tests with NT1 and SMB3Stefan Metzmacher2017-06-271-3/+6
* s3:selftest: run samba3.blackbox.acl_xattr with NT1 and SMB3Stefan Metzmacher2017-06-271-1/+2
* s3:test_acl_xattr.sh: add more assertion about the expected output.Stefan Metzmacher2017-06-271-1/+7
* Revert "s3:test_acl_xattr.sh: use -mNT1 for the 'getfacl' commands"Stefan Metzmacher2017-06-271-6/+6
* s3:test_acl_xattr.sh: allow passing additional arguments for smbclient and sm...Stefan Metzmacher2017-06-271-2/+4
* s3:selftest: also run test_smbclient_s3.sh with PROTO=SMB3Stefan Metzmacher2017-06-271-0/+5
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher2017-06-274-9/+6
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_connect()Stefan Metzmacher2017-06-271-3/+0
* s3:libsmb: remove unused show_sessetup handling from do_connect()Stefan Metzmacher2017-06-271-12/+2
* s3:smbclient: remove unreliable Domain=[...] OS=[Windows 6.1] Server=[...] ba...Stefan Metzmacher2017-06-272-35/+21
* s3:test_smbclient_s3.sh: improve the error handlingStefan Metzmacher2017-06-271-170/+109
* s3:smb2_create: remove unused timer pointer from smbd_smb2_create_stateStefan Metzmacher2017-06-271-5/+0
* s3:smb2_create: avoid reusing the 'tevent_req' within smbd_smb2_create_send()Stefan Metzmacher2017-06-271-20/+23
* s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher2017-06-272-50/+0
* s3:libads: make use of secrets_*_password_change() in ads_change_trust_accoun...Stefan Metzmacher2017-06-271-16/+90
* net: make use of secrets_*_password_change() for "net changesecretpw"Stefan Metzmacher2017-06-271-7/+44
* s3:trusts_util: make use the workstation password change more robustStefan Metzmacher2017-06-271-17/+187
* s3:libnet: make use of secrets_store_JoinCtx()Stefan Metzmacher2017-06-271-21/+5
* net: add "net primarytrust dumpinfo" command that dumps the details of the wo...Stefan Metzmacher2017-06-271-0/+85
* s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher2017-06-272-0/+1419
* secrets.idl: add secrets_domain_info that will be used in secrets.tdb for mac...Stefan Metzmacher2017-06-272-2/+92
* s3:trusts_util: also pass the previous_nt_hash to netlogon_creds_cli_auth()Stefan Metzmacher2017-06-271-12/+31
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-06-272-8/+50
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-06-272-7/+27
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-276-0/+15
* s3:secrets: use secrets_delete for all keys in secrets_delete_machine_passwor...Stefan Metzmacher2017-06-271-4/+4
* s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher2017-06-273-8/+15
* s3:secrets: let secrets_delete_machine_password_ex() remove SID and GUID tooStefan Metzmacher2017-06-272-7/+13
* s3:secrets: rewrite secrets_delete_machine_password_ex() using helper variablesStefan Metzmacher2017-06-271-4/+22
* s3:secrets: replace secrets_delete_prev_machine_password() by secrets_delete()Stefan Metzmacher2017-06-271-15/+1
* s3:secrets: let secrets_store_machine_pw_sync() delete the des_salt_key when ...Stefan Metzmacher2017-06-271-2/+9
* s3:secrets: make use of secrets_delete() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-06-271-14/+5
* s3:secrets: re-add secrets_delete() helper to simplify deleting optional keysStefan Metzmacher2017-06-272-0/+20
* s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher2017-06-275-16/+16
* s3:secrets: make use of des_salt_key() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-06-271-5/+3