summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsswitch pam_winbind: Fix Asan use after freeGary Lockyer2019-05-061-0/+5
* selftest: Utils.cmd_output returns byte stringGary Lockyer2019-05-061-0/+1
* s4 heimdal_build: disable leak checks for asn1 compilerGary Lockyer2019-05-061-1/+10
* s4/scripting/bin Remove unecessary scriptsNoel Power2019-05-062-753/+0
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-069-602/+1
* libnet: Remove unused source4/libnet/libnet_samsync_ldb.cAndrew Bartlett2019-05-063-1301/+1
* torture: Remove unused dsdb_attribute_ldb_to_drsuapi()Andrew Bartlett2019-05-061-21/+0
* torture: Remove unused torture_join_server_dn_str()Andrew Bartlett2019-05-061-9/+0
* torture: Remove unused torture_ldap_connection2()Andrew Bartlett2019-05-061-17/+0
* lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2019-05-062-611/+0
* s4-winbindd: Removed unused wb_utils.cAndrew Bartlett2019-05-063-59/+0
* build: Remove ndr_PyLong_FromUnsignedLongLong wrapper from NT_STATUS and W_ER...Andrew Bartlett2019-05-062-18/+2
* pidl: Call PyLong_FromUnsignedLongLong directly rather than via inline helperAndrew Bartlett2019-05-061-8/+3
* pidl: Call PyLong_FromLongLong() directly rather than via inline helperAndrew Bartlett2019-05-061-6/+1
* pidl: Always call PyLong_FromUnsignedLongLong() in ndr_PyLong_FromUnsignedLon...Andrew Bartlett2019-05-061-5/+1
* pidl: Always call PyLong_FromLongLong() in ndr_PyLong_FromLongLong()Andrew Bartlett2019-05-061-5/+1
* pidl: No longer use Python3 compat define: PyInt_FromLong -> PyLong_FromLongAndrew Bartlett2019-05-061-2/+2
* talloc: Follow pattern of ldb and tdb to ensure "make test" depends on a buildAndrew Bartlett2019-05-061-1/+7
* replace: Fix "make test" to actually test libreplaceAndrew Bartlett2019-05-0610-9/+27
* build: Remove build of replacetortAndrew Bartlett2019-05-063-11/+5
* selftest: correcting empty attribute usage in requestsAaron Haslett2019-05-065-7/+5
* ldap: test for empty attributes listAaron Haslett2019-05-062-1/+19
* lib util debug: Increase format buffer to 4KiBGary Lockyer2019-05-061-1/+1
* .gitlab-ci.yml: add docker tag back for private jobsJoe Guo2019-05-051-0/+1
* .gitlab-ci.yml: rm abs path in artifactsJoe Guo2019-05-051-1/+0
* bootstrap: add lcov to generate code coverage reportJoe Guo2019-05-0525-2/+25
* smbd: Use "ISDOT" in reply_setatrVolker Lendecke2019-05-031-2/+1
* libcli: Align integer typesVolker Lendecke2019-05-031-1/+1
* libcli: Remove an unnecessary #includeVolker Lendecke2019-05-031-1/+0
* smbd: Use a struct initializerVolker Lendecke2019-05-031-2/+1
* smbd: Make "check_access()" static to trans2.cVolker Lendecke2019-05-032-8/+4
* smbd: Use smbd_check_access_rights in reply_setatr()Volker Lendecke2019-05-031-2/+2
* s3: modules: ceph: use current working directory instead of share pathRobert Sander2019-05-021-3/+3
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-013-1/+66
* s4:torture/smb2: add smb2.getinfo.normalized testStefan Metzmacher2019-05-012-0/+312
* s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher2019-05-016-12/+24
* smbd: allow case insensitive opens of named streamsStefan Metzmacher2019-05-012-2/+71
* s4:torture/smb2: add smb2.stream.names3 testStefan Metzmacher2019-05-012-0/+116
* script/attr_count_read: load and correlate all dataDouglas Bagnall2019-05-011-11/+183
* dsdb/modules: a module to count attribute searches and resultsDouglas Bagnall2019-05-013-0/+677
* pytests: slightly better errors in Testcase.insta_creds()Douglas Bagnall2019-05-011-3/+4
* pytests: try ldap.modify_order with normal userDouglas Bagnall2019-05-0116-17/+3819
* dsdb pytests: test the effect of reordering modify requestsDouglas Bagnall2019-05-0116-0/+4311
* s4/tests.py: shorten lines with common pathDouglas Bagnall2019-05-011-22/+24
* dsdb/pytest/ldap: use idiomatic 'e' for exceptionsDouglas Bagnall2019-05-011-218/+218
* dsdb/pytest/ldap: revive commented out test for attr size rangeDouglas Bagnall2019-05-012-21/+34
* .gitlab-ci.yml: keep samba-ci-private tag only for private jobsJoe Guo2019-05-011-2/+0
* s4:samdb: Make sure value is initialized with 0Andreas Schneider2019-05-011-1/+1
* lib:torture: Fix size type in torture macroAndreas Schneider2019-05-011-4/+4
* s4/replmd delete: optimise attribute preservation with binary searchDouglas Bagnall2019-05-011-13/+31