summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2015-02-03s4-dsdb/reanimate: Use 'show deleted' control in modify operations tooKamen Mazdrashki1-0/+7
2015-02-03s4-dsdb/samldb: Skip 'sAMAccountType' and 'primaryGroupID' during Tombstone r...Kamen Mazdrashki1-11/+23
2015-02-03s4-dsdb/samldb: Fix type "omputer" -> "computer"Kamen Mazdrashki1-1/+1
2015-02-03s4-dsdb/reanimate: Implement attribute_restore functionKamen Mazdrashki1-0/+90
2015-02-03s4-dsdb-util: Mark attributes with ADD flag in samdb_find_or_add_attribute()Kamen Mazdrashki1-1/+7
2015-02-03s4-dsdb-test: Fix Undelete tests after subunit upgrade workKamen Mazdrashki1-31/+31
2015-02-03s4-dsdb-test: Use case insensitive comparison for DNs in undelete testKamen Mazdrashki1-1/+1
2015-02-03s4-dsdb-test: Initial implementation for Tombstone restore test suiteKamen Mazdrashki1-0/+285
2015-02-03s4-dsdb: Some minor fixes in tombstone_reanimate, to make it work with aclNadezhda Ivanova1-4/+4
2015-02-03s4-dsdb: Implementation of access checks on a undelete operationNadezhda Ivanova1-18/+79
2015-02-03s4-dsdb: Tests for security checks on undelete operationNadezhda Ivanova1-1/+131
2015-02-03s4-dsdb: Mark request during Tombstone reanimation with custom LDAP controlKamen Mazdrashki1-0/+14
2015-02-03s4-dsdb: Implement rename/modify requests as local for the moduleKamen Mazdrashki1-2/+96
2015-02-03s4-dsdb: Add documentation link for Tombstone ReanimationKamen Mazdrashki1-1/+1
2015-02-03s4-dsdb: Define internal dsdb control to mark Tombstone reanimation requestsKamen Mazdrashki2-0/+9
2015-02-03s4-dsdb: Make use dsdb_make_object_category() for objectCategoryKamen Mazdrashki1-52/+1
2015-02-03s4-dsdb: Make most specific objectCategory for an objectKamen Mazdrashki1-0/+67
2015-02-03s4-dsdb: Initialize module context only we are to handle Tombstone requestKamen Mazdrashki1-5/+5
2015-02-03s4-dsdb: Return error codes as windows does for Tombstone reanimationKamen Mazdrashki1-0/+4
2015-02-03s4-dsdb-tests: Fix whitespace in deletetest.pyKamen Mazdrashki1-1/+1
2015-02-03s4-dsdb-tests: Make unique object names to test with in deletetestKamen Mazdrashki1-10/+18
2015-02-03s4-dsdb-tests: Remove unused method get_ldap_connection()Kamen Mazdrashki1-13/+0
2015-02-03s4-dsdb-tests: Remove trailing ';' in deletetest.pyKamen Mazdrashki1-2/+2
2015-02-03s4-dsdb: Insert tombstone_reanimate module in ldb modules chain after objectc...Kamen Mazdrashki1-0/+1
2015-02-03s4-dsdb: Initial implementation for Tombstone reanimation moduleKamen Mazdrashki2-1/+266
2015-02-03s4-dsdb-tests: Some tests for deleted objects undelete operationNadezhda Ivanova1-5/+198
2015-01-26s4-torture: the new krb5 kdc tests are heimdal, not dc specific.Günther Deschner1-1/+1
2015-01-26s4:rpc_server: add support for DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEMStefan Metzmacher2-0/+39
2015-01-26s4:rpc_server: pass the remote address to gensec_set_remote_address()Stefan Metzmacher1-1/+15
2015-01-26s4:rpc_server/lsa: add dcesrv_lsa_OpenTrustedDomain_common()Stefan Metzmacher1-75/+101
2015-01-26s4:rpc_server/netlogon: fix bugs in dcesrv_netr_DsRGetDCNameEx2()Stefan Metzmacher1-8/+14
2015-01-24s4:dsdb/tests: add test_timevalues1() to verify timestamp valuesStefan Metzmacher1-0/+40
2015-01-23selftest: Run krb5.kdc test against users with a UPNAndrew Bartlett1-2/+2
2015-01-23torture-krb5: Check for UPN hanlding in krb5.kdc.canon testAndrew Bartlett1-18/+90
2015-01-23kdc: Correctly return the krbtgt/realm@REALM principal from our KDCAndrew Bartlett1-25/+31
2015-01-23torture-krb5: Move checking of server and client names to krb5.kdc.canonAndrew Bartlett2-20/+25
2015-01-23torture-krb5: Move test of krb5_get_init_creds_opt_set_win2k to krb5.kdc.canonAndrew Bartlett2-25/+11
2015-01-23torture-krb5: Split the expected behaviour of the RODC upAndrew Bartlett3-7/+14
2015-01-23torture-kdc: Skip the request-pac behaviour for now against an RODCAndrew Bartlett1-0/+3
2015-01-23torture-krb5: Add commentsAndrew Bartlett2-0/+79
2015-01-23kdc: Add TODO to remind us where we need to hook for RODC to get secretsAndrew Bartlett1-0/+1
2015-01-23kdc: Fix Samba's KDC to only change the principal in the right casesAndrew Bartlett1-9/+23
2015-01-23torture-krb5: Add tests for combinations of enterprise, cannon, and different...Andrew Bartlett4-6/+408
2015-01-23torture: Extend krb5.kdc test to confirm correct RODC proxy behaviourAndrew Bartlett2-5/+26
2015-01-23kdc: Fix enterpise principal name handlingAndrew Bartlett2-11/+24
2015-01-23heimdal: Ensure that HDB_ERR_NOT_FOUND_HERE, critical for the RODC, is not ov...Andrew Bartlett1-4/+19
2015-01-23heimdal: Really bug in KDC handling of enterprise princsNicolas Williams1-3/+2
2015-01-23heimdal: Fix bug in KDC handling of enterprise principalsNicolas Williams1-35/+38
2015-01-23torture: Extend KDC test to cover more options and modesAndrew Bartlett1-7/+147
2015-01-23torture: Decode expected packets and test KDC behaviour for wrong passwordsAndrew Bartlett1-9/+164