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