Age | Commit message (Expand) | Author | Files | Lines |
2013-06-13 | dsdb: use AS_SYSTEM | SHOW_RECYCLED for access check searches | Stefan Metzmacher | 1 | -1/+7 |
2013-06-13 | s4:smb_server: call irpc_add_name() at startup (bug #9905) | Stefan Metzmacher | 1 | -0/+1 |
2013-06-13 | s4:rpc_server: call irpc_add_name() at startup (bug #9905) | Stefan Metzmacher | 1 | -0/+1 |
2013-06-13 | s4:ldap_server: call irpc_add_name() at startup (bug #9905) | Stefan Metzmacher | 1 | -0/+3 |
2013-06-13 | dsdb repl_meta_data: Use dsdb_request_add_controls() | Andrew Bartlett | 1 | -18/+1 |
2013-06-12 | dsdb-tests ldap.py: Add test for usn behaviour on certain changes | Andrew Bartlett | 1 | -54/+155 |
2013-06-12 | dsdb-tests ldap.py: Fix quoting of print statements | Andrew Bartlett | 1 | -10/+10 |
2013-06-12 | dsdb: Fix behaviour for when to update the USN when there is no change | Andrew Bartlett | 1 | -6/+28 |
2013-06-12 | dsdb: Allow dsdb_find_dn_by_guid to show deleted DNs | Andrew Bartlett | 5 | -9/+17 |
2013-06-11 | dsdb: reset schema->{classes,attributes}_to_remove_size to 0 | Stefan Metzmacher | 1 | -1/+3 |
2013-06-11 | dsdb: use the correct talloc parent in dsdb_repl_merge_working_schema() | Stefan Metzmacher | 1 | -2/+2 |
2013-06-11 | Revert "s4-dsdb: Remove strcasecmp() fallback in replmd_ldb_message_element_a... | Andrew Bartlett | 1 | -0/+7 |
2013-06-10 | s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl" | Matthias Dieter Wallnöfer | 2 | -17/+147 |
2013-06-10 | s4:samr RPC server - dcesrv_samr_SetUserInfo() - password expiration | Matthias Dieter Wallnöfer | 1 | -1/+7 |
2013-06-05 | s4:samldb LDB module - permit "userAccountControl" modifications without acct... | Matthias Dieter Wallnöfer | 2 | -2/+58 |
2013-06-05 | s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on add | Matthias Dieter Wallnöfer | 2 | -21/+37 |
2013-06-04 | s4:winbind: don't leak libnet_context into the main event context | Stefan Metzmacher | 1 | -0/+2 |
2013-06-03 | torture: support printer publish pending responses | David Disseldorp | 1 | -14/+37 |
2013-06-03 | torture: add AD printer publishing test | David Disseldorp | 1 | -0/+121 |
2013-06-01 | dns: Delete dnsNode objects when they are empty | Kai Blin | 1 | -1/+7 |
2013-05-30 | s4-dns: set TTL value in the NS server part of the SOA record | Guenter Kukkukk | 1 | -0/+1 |
2013-05-30 | s4-rpc: dnsserver: When updating SOA record, use the specified serial | Amitay Isaacs | 1 | -6/+9 |
2013-05-30 | s4-rpc: dnsserver: dns_name_equal() returns boolean | Amitay Isaacs | 1 | -2/+2 |
2013-05-30 | s4-rpc: dnsserver: Fix removal of trailing '.' in soa mname | Amitay Isaacs | 1 | -2/+2 |
2013-05-29 | s4-torture: Always compile backupkey ndr testsuite. | Günther Deschner | 2 | -4/+1 |
2013-05-28 | dsdb-repl_meta_data: Move TODO comment about conflicts and missing parents | Andrew Bartlett | 1 | -9/+4 |
2013-05-28 | torture: Add tests of rename behaviour to replica_sync.py | Andrew Bartlett | 1 | -0/+104 |
2013-05-28 | dsdb-repl_meta_data: Handle renames better, considering only the RDN as given... | Andrew Bartlett | 1 | -76/+141 |
2013-05-28 | dsdb-linked_attributes: Do not crash if the target GUID can not be found | Andrew Bartlett | 1 | -0/+15 |
2013-05-27 | build: Remove binaries and libraries build groups | Andrew Bartlett | 1 | -2/+2 |
2013-05-27 | s4:idmap: break account_type check lines for readability in idmap_sid_to_xid() | Michael Adam | 1 | -2/+7 |
2013-05-26 | dns: Support larger queries when asking forwarder | Kai Blin | 4 | -0/+40 |
2013-05-23 | libnet-vampire: make use of dsdb_repl_resolve_working_schema() | Stefan Metzmacher | 1 | -210/+17 |
2013-05-23 | dsdb-repl: merge the logic from libnet_vampire_cb_apply_schema() | Stefan Metzmacher | 1 | -6/+113 |
2013-05-23 | dsdb-repl: split out dsdb_repl_resolve_working_schema | Stefan Metzmacher | 1 | -53/+94 |
2013-05-23 | selftest: Improve test coverage of DRS (bug #8680) | Matthieu Patou | 1 | -25/+26 |
2013-05-23 | dsdb-drs: when replicating schema object checks ask for removal of previous v... | Matthieu Patou | 1 | -3/+4 |
2013-05-23 | libnet-vampire: add attributes and classes from the replicated schema to the ... | Matthieu Patou | 1 | -7/+119 |
2013-05-23 | dsdb-schema: make deduplication of class and schema possible (bug #8680) | Matthieu Patou | 3 | -10/+113 |
2013-05-23 | dsdb-schema: schema_fill_possible_inferiors() should rebuild everthing | Stefan Metzmacher | 1 | -2/+2 |
2013-05-20 | s4-torture: No need to disable rpc.spoolss.win test when compiled with MIT ke... | Günther Deschner | 3 | -6/+3 |
2013-05-20 | s4-torture: add simple tests for spoolss_{Add|Delete}PrintProcessor. | Günther Deschner | 1 | -0/+101 |
2013-05-20 | s4-torture: also deal with "Microsoft XPS Document Writer v4" as default driver. | Günther Deschner | 1 | -1/+12 |
2013-05-20 | s4-torture: add ndr test for spoolss_RpcSetJobNamedProperty. | Günther Deschner | 1 | -0/+30 |
2013-05-20 | s4-torture: add ndr test for spoolss_GetCorePrinterDrivers. | Günther Deschner | 1 | -0/+43 |
2013-05-20 | s4-torture: add simple test for spoolss_RpcSendRecvBidiData. | Günther Deschner | 1 | -0/+44 |
2013-05-20 | s4-torture: add test for spoolss_RpcEnumJobNamedProperties. | Günther Deschner | 1 | -0/+293 |
2013-05-20 | spoolss: add idl for spoolss_RpcSendRecvBidiData. | Günther Deschner | 1 | -3/+3 |
2013-05-20 | s4-torture: add missing NTSTATUS checks in test_AddJob(). | Günther Deschner | 1 | -0/+2 |
2013-05-20 | smbtorture: Show the list of cracknames we expect to have and the result | Matthieu Patou | 1 | -0/+5 |