summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4/replmd: delete checks flag before laborious searchDouglas Bagnall2019-05-011-2/+2
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-015-4/+5
* traffic: load dns query from file and write stats to fileJoe Guo2019-05-012-13/+72
* traffic: define kerberos_state to simplify codeJoe Guo2019-04-301-25/+10
* traffic: make code more pythonicJoe Guo2019-04-301-9/+3
* traffic_replay: Avoid Exception if no packet rate is specifiedTim Beale2019-04-301-0/+4
* traffic_replay: Assign users to groups by defaultTim Beale2019-04-301-1/+10
* lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider2019-04-307-482/+1
* auth:gensec: Add return code for netsec_do_sign()Andreas Schneider2019-04-301-16/+34
* auth:gensec: Use GnuTLS SHA256 HMAC for schannelAndreas Schneider2019-04-301-10/+34
* libcli:smb: Use smb2_signing_key for smb2_signing_check_pdu()Andreas Schneider2019-04-304-23/+23
* libcli:smb: Use smb2_signing_key for smb2_signing_sign_pdu()Andreas Schneider2019-04-304-33/+49