summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-8/+10
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-3/+8
* Fix PEP8 warning E501 line too longTim Beale2018-08-173-122/+201
* Fix PEP8 warning W503 line break before binary operatorTim Beale2018-08-171-2/+2
* Fix PEP8 warning W291 trailing whitespaceTim Beale2018-08-171-1/+1
* Fix PEP8 warning E303 too many blank linesTim Beale2018-08-172-2/+0
* Fix PEP8 warning E302 expected 2 blank linesTim Beale2018-08-173-0/+3
* Fix PEP8 warning F401 'blah' imported but unusedTim Beale2018-08-171-4/+1
* Fix PEP8 warning E225 missing whitespace around operatorTim Beale2018-08-173-17/+17
* Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale2018-08-172-7/+6
* Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale2018-08-171-1/+1
* Fix PEP8 warning E711 comparison to NoneTim Beale2018-08-171-1/+1
* gpo: Maintain an XML DTD for reference of the backupGarming Sam2018-08-161-0/+58
* tests/gpo: Add a backup for showing that GPO backup and restore worksGarming Sam2018-08-1622-0/+870
* preg: Build python preg bindingsGarming Sam2018-08-161-0/+6
* dns_server: Avoid ldb_dn_add_child_fmt() on untrusted inputAndrew Bartlett2018-08-154-22/+172
* dns_server: Be strict when constructing a LDB DN from an untrusted DNS nameAndrew Bartlett2018-08-151-3/+56
* cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is se...Andrew Bartlett2018-08-142-1/+45
* CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-141-26/+131
* CVE-2018-10919 acl_read: Fix unauthorized attribute access via searchesTim Beale2018-08-141-0/+247
* CVE-2018-10919 acl_read: Flip the logic in the dirsync checkTim Beale2018-08-141-10/+7
* CVE-2018-10919 acl_read: Small refactor to aclread_callback()Tim Beale2018-08-141-14/+17
* CVE-2018-10919 acl_read: Split access_mask logic out into helper functionTim Beale2018-08-141-19/+35
* CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-141-0/+9
* CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-141-0/+68
* CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-142-0/+914
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-141-0/+3
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-111-8/+16
* s4/torture: Add new test for DELETE_ON_CLOSE on non-empty directoriesAnoop C S2018-08-101-0/+87
* samba-tool drs showrepl tests: improve debugging for mystery errorDouglas Bagnall2018-08-101-1/+7
* provision: Add support for BIND 9.12.xAmitay Isaacs2018-08-101-0/+3
* dlz-bind: Add support for BIND 9.12.xAmitay Isaacs2018-08-102-0/+13
* selftest: offline backup restore targetAaron Haslett2018-08-061-5/+5
* netcmd: domain backup offline command - offline test with ldapcmpAaron Haslett2018-08-061-0/+2
* netcmd: domain backup offline commandAaron Haslett2018-08-061-97/+0
* s4: torture: test closing dir handle with in-flight findRalph Boehme2018-07-271-0/+69
* dsdb group_audit_test: Remove redundant mocking codeGary Lockyer2018-07-251-90/+0
* dsdb group auditing: remove HAVE_JANSSON from group_auditGary Lockyer2018-07-251-6/+0
* dsdb audit logging: remove HAVE_JANSSON from audit_logGary Lockyer2018-07-251-11/+0
* json: Add unit tests for error handlingGary Lockyer2018-07-254-1/+951
* json: Modify API to use return codesGary Lockyer2018-07-253-122/+553
* s4: libcli/smb2: calculate correct credit charge for findsRalph Boehme2018-07-251-0/+1
* s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-07-241-139/+120
* s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-07-243-5/+246
* s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-07-241-5/+30
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-07-242-0/+33
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-07-242-0/+22
* s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-07-241-4/+12
* s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-07-241-0/+35
* s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-07-244-10/+41