summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-21talloc: Release talloc 2.2.0talloc-2.2.0Andrew Bartlett4-2/+82
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett7-50/+22
2019-03-21build: Remove manual specification of minimum python versionAndrew Bartlett3-4/+3
2019-03-21build: Set default minimum python version to 3.4.0Andrew Bartlett1-1/+1
2019-03-21build: Do not make python mandatory to buildAndrew Bartlett2-1/+6
2019-03-21ABI: Remove unused .py3*.sigs filesAndrew Bartlett37-211/+0
2019-03-21build: Remove distinct .py3 ABI filesAndrew Bartlett1-3/+3
2019-03-21selftest: Remove mention of --extra-python from commentAndrew Bartlett1-1/+1
2019-03-21selftest: Remove obsolete py3_compatible=True markersAndrew Bartlett3-176/+143
2019-03-21selftest: Remove support for running multiple tests against python versions i...Andrew Bartlett3-17/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett28-567/+523
2019-03-21build: Remove --extra-pythonAndrew Bartlett11-87/+2
2019-03-21pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett2-32/+0
2019-03-20libsmb: Make SMB1-only cli_nt_hardlink calls staticVolker Lendecke2-48/+2
2019-03-20utils: Use cli_hardlink instead of cli_nt_hardlinkVolker Lendecke2-3/+3
2019-03-20libsmb: Introduce protocol-agnostic cli_hardlinkVolker Lendecke2-1/+248
2019-03-20libsmb: Use cli_smb2_set_info_fnum()Volker Lendecke1-135/+56
2019-03-20libsmb: Simplify cli_smb2_ftruncateVolker Lendecke1-8/+3
2019-03-20libsmb: Simplify cli_smb2_delete_on_closeVolker Lendecke1-21/+10
2019-03-20libsmb: Add cli_smb2_set_info_fnumVolker Lendecke2-0/+127
2019-03-20s4:librpc: Fix installation of SambaAndreas Schneider1-8/+0
2019-03-20py/graph: use 2.6 compatible check for set membershipDouglas Bagnall1-1/+1
2019-03-20regfio tests: Update comment style to match README.CodingAndrew Bartlett1-1/+1
2019-03-20regfio: Update code near recent changes to match README.CodingAndrew Bartlett1-8/+14
2019-03-20regfio: Improve handling of malformed registry hive filesMichael Hanselmann4-1/+51
2019-03-20regfio: Add trivial unit testMichael Hanselmann3-0/+147
2019-03-20regfio: Use correct function names in debug informationMichael Hanselmann1-3/+3
2019-03-20Fix typos in "valid"Michael Hanselmann2-2/+2
2019-03-20build: Allow build when --disable-gnutls is setAndrew Bartlett1-1/+5
2019-03-19s3: smbd: Clarify POSIX name handling in SMB2 get/setinfo calls.Jeremy Allison2-2/+2
2019-03-19smbd: Focus smb_file_link_information on correct posix'nessVolker Lendecke1-1/+2
2019-03-19smbd: Enhance debugging for setting hard linksVolker Lendecke1-2/+9
2019-03-19talloc: Fix alignment issues for casting pointersAndreas Schneider1-5/+25
2019-03-18vfs_nfs4acl_xattr: check status for NT_STATUS_ACCESS_DENIED in take ownership...Ralph Boehme1-0/+3
2019-03-18selftest: test vfs_nfs4acl_xattr in nfs modeRalph Boehme3-0/+29
2019-03-18vfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs from NFS4 mountRalph Boehme6-1/+994
2019-03-18nfs4acl_xattr: reformat enum nfs4acl_encoding to one per lineRalph Boehme1-1/+4
2019-03-18nfs4acl_xattr: add RFC compliant NFS 4.0 and 4.1 ACL defintionsRalph Boehme1-0/+17
2019-03-18nfs4acl_xattr: move a define to a common header fileRalph Boehme2-1/+2
2019-03-18nfs4acl_xattr: move some functions to a seperate fileRalph Boehme4-34/+100
2019-03-18nfs4acl_xattr: append 'i' to nfs4acl functionsRalph Boehme1-37/+37
2019-03-18nfs4acl_xattr: identifiers are XDR encoded as integersRalph Boehme2-26/+26
2019-03-18libsmb: Fix a "assuming signed overflow does not occur" errorVolker Lendecke1-3/+4
2019-03-18libsmb: Align integer typesVolker Lendecke1-1/+1
2019-03-18heimdal: Fix "assuming signed overflow doesnt occur" errorVolker Lendecke1-4/+4
2019-03-18libsmb: Use cli_smb2_query_info_fnumVolker Lendecke1-238/+133
2019-03-18libsmb: Add cli_smb2_query_info_fnumVolker Lendecke2-0/+179
2019-03-18libsmb: Change cli_posix_stat_send to take a pointer to sbufVolker Lendecke2-41/+60
2019-03-18libsmb: Make cli_posix_[sym|hard]link proper tevent_req functionsVolker Lendecke1-3/+60
2019-03-18libsmb: Use tevent_req_simple_finish_ntstatusVolker Lendecke1-10/+3