summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4:heimdal Import generated files from heimdal treeAndrew Bartlett2009-11-139-827/+1185
| | | | We should be able to rebuild these, but a cp is easier :-)
* s4:heimdal: import lorikeet-heimdal-200911122202 (commit ↵Andrew Bartlett2009-11-1359-646/+1168
| | | | 9291fd2d101f3eecec550178634faa94ead3e9a1)
* s4:heimdal: import lorikeet-heimdal-200909210500 (commit ↵Andrew Bartlett2009-11-13139-2179/+4119
| | | | 290db8d23647a27c39b97c189a0b2ef6ec21ca69)
* s4-ldb: changed the DN checks for \n to warningsAndrew Tridgell2009-11-132-6/+11
| | | | | a \n is sometimes allowed in AD (eg in deleted DNs). Until we know when is really is allowed, treat it as a warning only.
* s4-ldb: make DN escaping/unescaping consistentAndrew Tridgell2009-11-131-20/+54
| | | | | | | | | | | | The DN escape function was using the form \c where c is any character. The unescape function was using \XX where XX is a 2 digit hex number. The asymmetry led to quite a few problems when we start to deal with DNs containing escape chars, such as CN=foo\0ADEL:XXX. The result was a DN that was not accessible. This patch changes the escaping to follow RFC2253 much more closely. We accept either type of escape, and produce the two types of escape, depending on the character being escaped
* s4:heimdal_build: allow flex-2.5.35 with bison-2.3Stefan Metzmacher2009-11-121-0/+1
| | | | metze
* s4:dsdb Make callbacks in extended_dn_out clearer to followAndrew Bartlett2009-11-121-1/+6
|
* s4:selftest Mark the RPC-DSSYNC test as knownfail for nowAndrew Bartlett2009-11-121-0/+1
| | | | | | | | We need to work on the provision or LDB modules to avoid DN attributes without GUIDs (caused because the target does not exist at creation time). Andrew Bartlett
* s4:libcli/ldap Add 'relax' OID to known network representationsAndrew Bartlett2009-11-121-0/+2
| | | | | | | | This patch, inspired by a patche by Endi S. Dewata <edewata@redhat.com>, allows this control to be passed to the LDAP backend. Andrew Bartlett
* s4:provision - Added LDBBackend and ExistingBackend.Endi S. Dewata2009-11-122-32/+62
|
* s4:provision - Added constructors for FDSBackend and OpenLDAPBackend.Endi S. Dewata2009-11-122-43/+95
|
* s4:provision - Added setup() method in LDAPBackend.Endi S. Dewata2009-11-122-26/+32
|
* s4:provision - Moved provision_xxx_backend() into backend-specific ↵Endi S. Dewata2009-11-122-318/+287
| | | | provision() method.
* s4:provision - Added start() method in LDAPBackend.Endi S. Dewata2009-11-122-13/+20
|
* s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend.Endi S. Dewata2009-11-122-37/+68
|
* s4:repl_meta_data Parse linked attributes with schema syntaxesAndrew Bartlett2009-11-121-39/+44
| | | | | | | | | | | The bug here was that by assuming all linked attributes were 'normal DNs', we would miss the binary portion of DN+Binary. This patch then has us reparse the string to determine it's GUID, for the GUID lookup, but maintains the binary porition into the on-disk format. Andrew Bartlett
* s4:dsdb/schema Add more unit tests for DN+Binary syntaxesAndrew Bartlett2009-11-121-4/+9
|
* s4:torture Use (some) torture_assert() calls in RPC-DSSYNC testAndrew Bartlett2009-11-121-5/+4
|
* s4:dsdb Improve debug message in extended_dn_outAndrew Bartlett2009-11-121-1/+3
|
* s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNCAndrew Bartlett2009-11-122-87/+0
| | | | | | | | | | | | I'm satisfied that the task this test does is already done by the time we map the incoming schema, and process the objects. If we have the OID mapping wrong or incomplete, we will get any errors this test found errors there. (And this dramaticly reduces the test time, so we can now add RPC-DSSYNC to 'make test'). Andrew Bartlett
* s4:torture/dsdb Add verification of the push-to-LDB functions in RPC-DSSYNCAndrew Bartlett2009-11-121-23/+260
| | | | | | | This is done by comparing the values against the remote host's LDAP server. Andrew Bartlett
* s4:torture Add constAndrew Bartlett2009-11-121-1/+1
|
* s4:ldb Allow ldb_msg_canonicalize to handle empty elementsAndrew Bartlett2009-11-121-1/+1
| | | | | | (These are deliberately there in DRS replication). Andrew Bartlett
* s4:dsdb/schema Allow a schema set when bound against a remote LDAP serverAndrew Bartlett2009-11-121-3/+3
|
* s4:ldb Don't segfault if we somehow get an unknown extended dn elementAndrew Bartlett2009-11-121-0/+8
|
* s4:ldb Change ldb_request_add_control to the normal 'for loop' patternAndrew Bartlett2009-11-121-2/+1
|
* s4:torture Convert RPC-DSSYNC test to use LDB rather than raw LDAPAndrew Bartlett2009-11-121-49/+28
| | | | | | | (This should make it easier to do more 'compare DRS with LDAP' operations, as LDB is an easier interface to program.) Andrew Bartlett
* NET-API-BECOME-DC: resolve the host name to an address before callingStefan Metzmacher2009-11-121-2/+16
| | | | | | | | libnet_BecomeDC and libnet_UnbecomeDC() We're supposed to pass in source_dsa_address... metze
* s4:dsdb Add expected value tests for most DRS syntax conversionsAndrew Bartlett2009-11-124-8/+159
| | | | | | | | I've left out those for which I could not find an expected value in my default Windows 2003 server's database, and the values that rely on the current prefix map at the time. Andrew Bartlett
* s4:Fix regression in dsdb_dn code - all parses of the DN would be rejectedAndrew Bartlett2009-11-121-2/+6
| | | | | | | This is most likely the cause of the DRS replication failures I observed with my changes. Andrew Bartlett
* s4:provision Add C binding to get at the generate schemaAndrew Bartlett2009-11-123-0/+86
| | | | This will allow us to do local tests against that schema
* s4:provision Remove unused 'sambadn' parameterAndrew Bartlett2009-11-122-10/+4
|
* s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS importAndrew Bartlett2009-11-124-95/+125
| | | | | | | This will allow us in future to do tests on the LDB values we generate from the DRS replication. Andrew Bartlett
* s4:dsdb/schema Simplify schema loading from ldb messagesAndrew Bartlett2009-11-123-115/+83
| | | | It turns out that we always add the class/attribute to the schema.
* s4:vampire Print error message when we fail on the CLDAP pingAndrew Bartlett2009-11-121-2/+7
| | | | Andrew Bartlett
* s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changesAndrew Bartlett2009-11-123-30/+38
| | | | | | | | These changes include reworking the code to call ldb_module_get_ctx() less often (avoid the function calls, particularly during the step into a complex function). Andrew Bartlett
* s4:dsdb Ensure we allow 'odd' lengths for DN+StringAndrew Bartlett2009-11-121-5/+5
| | | | | | (Found in a code review by metze) Andrew Bartlett
* s4:ldb Add Well Known GUID (WKGUID) tests to ldap.pyAndrew Bartlett2009-11-121-0/+17
|
* s4:dsdb Add extensive tests for the behaviour of dsdb_dnAndrew Bartlett2009-11-123-2/+363
|
* s4:ldb Remove DN+Binary code from the core ldb_dnAndrew Bartlett2009-11-121-256/+6
| | | | | | | | | | This is now in dsdb_dn. Removing this to a specific wrapper avoids a number of bugs where Binary DNs were being handled incorrectly. This reverts much of tridge's commit fd22e0304782e20b9bbb29464b6c745d409ff4c6 Andrew Bartlett
* s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schemaAndrew Bartlett2009-11-124-64/+99
| | | | | | | | | | This converts the code from using the binary DN code in ldb_dn to using a special Samba-specfic wrapper around ldb_dn. We also use the dsdb_dn code for DN+Binary and DN+String comparisons (changed from treating them as Binary blobs) Andrew Bartlett
* s4:ldb-samba Use new ldb_any_comparison helper function in ldb-sambaAndrew Bartlett2009-11-121-41/+5
|
* s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+StringAndrew Bartlett2009-11-124-1/+343
| | | | | | | This aims to replace (and is based on) the code in ldb_dn.c. It is however much stricter in the DNs it will accept. Andrew Bartlett
* s4:ldb Add a helper function for 'canonicalise' both strings base comparesAndrew Bartlett2009-11-122-0/+33
| | | | | | | This will help simplify boilerplate comparison functions where we don't have a shortcut way to compare. Andrew Bartlett
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-125-10/+10
| | | | | | | | | | | | Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett
* * install setup/display-specifiers files which are needed by provision scriptTAKEDA Yasuma2009-11-111-0/+2
| | | | Signed-off-by: TAKEDA Yasuma <yasuma@osstech.co.jp>
* s4:dcesrv_samr - Add more checks for invalid levelsMatthias Dieter Wallnöfer2009-11-101-3/+27
| | | | | Add more checks on valid levels, mark unimplemented ones as "UNSUPPORTED" and otherwise as "INVALID_INFO_CLASS" to be safe.
* Fixes for some tests not eorking against Windows or Samba.Nadezhda Ivanova2009-11-101-12/+8
|
* s4-smbtorture: strip trailing whitespace in RPC-SAMR.Günther Deschner2009-11-101-2/+2
| | | | Guenther
* s4-smbtorture: re-arrange netlogon LogonControl test.Günther Deschner2009-11-092-13/+65
| | | | | | | The LogonControl tests now are split out to a new RPC-NETLOGON-ADMIN test that tests the behaviour of that call when called by user, dc or workstation. Guenther