summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Add INSTALL_DIR functionAndreas Schneider2017-08-241-0/+18
* tdb: Use posix_fallocateVolker Lendecke2017-08-241-0/+46
* tdb: Add an intermediate variableVolker Lendecke2017-08-241-2/+3
* tdb: Truncate the file after expand failureVolker Lendecke2017-08-241-2/+25
* tdb: Protect against EINTRVolker Lendecke2017-08-241-3/+24
* configure: Centralize check for posix_fallocateVolker Lendecke2017-08-243-16/+15
* tdb: Fix a typoVolker Lendecke2017-08-241-1/+1
* vfs_default: Fix passing of errno from async callsChristof Schmitt2017-08-241-6/+9
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-246-86/+209
* acl_common: Pass store_acl_blob_fsp through store_v3_blobVolker Lendecke2017-08-241-7/+13
* acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internalVolker Lendecke2017-08-241-15/+17
* s3:tests: Add test for changing the local user password with smbpasswdAndreas Schneider2017-08-232-0/+135
* s3:utils: Remove pointless if-clause for remote_machineAndreas Schneider2017-08-231-6/+4
* s3:utils: Make sure we authenticate against our SAM name in smbpasswdAndreas Schneider2017-08-231-5/+27
* s3:utils: Pass domain to password_change() in smbpasswdAndreas Schneider2017-08-231-5/+7
* s3:utils: Make strings const passed to password_change() in smbpasswdAndreas Schneider2017-08-231-2/+3
* s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-233-7/+11
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-233-4/+7
* s3:utils: Do not report an invalid range for AD DC roleAndreas Schneider2017-08-231-7/+9
* tdb: fix tbdtool list freelist outputRalph Boehme2017-08-221-1/+5
* tdb: document hashtable bucket offset calculation madnessRalph Boehme2017-08-221-1/+27
* tbd: BUCKET(-1) returns wrong offset because tdb->hash_size is an unsigned intRalph Boehme2017-08-221-0/+16
* tdb: rename struct tdb_traverse_lock hash member to listRalph Boehme2017-08-222-21/+21
* python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar2017-08-223-18/+35
* python: scripting: Port ntstatus and werror generators to Python 3 compatible...Lumir Balhar2017-08-223-9/+9
* s3:printing: Add NULL check for state_path()Andreas Schneider2017-08-191-0/+17
* s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher2017-08-191-2/+7
* s3:libsmb: don't call cli_NetServerEnum() on SMB2/3 connections in SMBC_opend...Stefan Metzmacher2017-08-191-0/+13
* s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"Stefan Metzmacher2017-08-191-0/+5
* s3:smbclient: improve the error messages for smbclient -LStefan Metzmacher2017-08-191-6/+5
* s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-08-191-0/+2
* xattr.id: Fix a typoVolker Lendecke2017-08-181-1/+1
* s3:utils: Allow to run smbpasswd as userAndreas Schneider2017-08-181-2/+12
* s3:gse_krb5: make use of precalculated krb5 keys in fill_mem_keytab_from_secr...Stefan Metzmacher2017-08-181-95/+85
* s3:secrets: allow secrets_fetch_or_upgrade_domain_info() on an AD DCStefan Metzmacher2017-08-181-7/+8
* getncchanges.py: Add test for GET_ANC and linked attributesTim Beale2017-08-182-39/+157
* getncchanges.py: Add GET_ANC replication test caseTim Beale2017-08-182-8/+212
* getncchanges.py: Add a new test for replicationTim Beale2017-08-183-19/+208
* replmd: Try to add forward-link for unknown cross-partition linksTim Beale2017-08-182-7/+15
* replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale2017-08-184-21/+39
* replmd: Avoid dropping links if link target is deletedTim Beale2017-08-181-18/+34
* replmd: Move where we store linked attributesTim Beale2017-08-181-90/+103
* drs_utils: Add GET_TGT support to 'samba-tool drs replicate --local'Tim Beale2017-08-181-35/+66
* replmd: Set GET_ANC if Windows sends a link with unknown source objectTim Beale2017-08-181-0/+11
* drepl: Support GET_TGT on periodic replication clientTim Beale2017-08-184-18/+86
* drs: Check target object is known after applying objectsTim Beale2017-08-182-44/+145
* drs: Fail replication transaction instead of dropping linksTim Beale2017-08-184-4/+95
* replmd: Split checking link attr target into new functionTim Beale2017-08-181-69/+102
* werror: Add WERR_DS_DRA_RECYCLED_TARGETTim Beale2017-08-181-0/+1
* libcli/smb: debug an error if smb1cli_req_writev_submit() is called for SMB2/3Stefan Metzmacher2017-08-181-0/+3