summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:upgradeschema.py CleanupMatthieu Patou2009-11-251-6/+1
| | | | | | | | - remove some useless comments - remove hardcoded paths (commit message clarified by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:installmisc - install also the new "domainlevel" tool from the setup dirMatthias Dieter Wallnöfer2009-11-241-1/+1
|
* s4: Check SUN compiler and remove "-fullwarn" when using itBrian Lu2009-11-241-1/+19
| | | | | | | This option is only supported by "gcc". For details consider https://bugzilla.samba.org/show_bug.cgi?id=6905 Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Revert "s4-netlogon: always set the dNSHostName in GetDomainInfo"Matthias Dieter Wallnöfer2009-11-241-7/+3
| | | | | | | | | | | | This reverts commit 87b6f2e863c6e117643ab6704e50167e849b69cc. This was the cause of the breakage of the "LogonGetDomainInfo" testsuite. I think my behaviour is more correct to Windows Server since the test works against it (at least release 2003 R2). One problem I discovered is that freshly joined workstations don't get their DNS name into the directory. Therefore I think also another part (maybe another RPC call) is able to do this.
* s4:ldap.py - fix the schema update test on Windows ServerMatthias Dieter Wallnöfer2009-11-241-1/+2
| | | | | | Apparently Windows Server (2003) doesn't like the comma delimiter here. I got always error 16 ("LDB_NO_SUCH_ATTRIBUTE"). With this change the test works again.
* s4:libnet_become_dc - fix typoMatthias Dieter Wallnöfer2009-11-241-1/+1
|
* RAW-PING-PONG: use timeval_current/timeval_elapsed instead of ↵Stefan Metzmacher2009-11-241-19/+5
| | | | | | start_timer/end_timer metze
* s4:param remove reference to private header from source4/param/param.hBrad Hards2009-11-243-1/+3
| | | | | | | | | | | source4/param/param.h has a param.h is a public header (and parmlist isn't, even if the relative path could work), so I suggest making it a forward declaration in the header, and including parmlist.h in the implementation. (commit message included from e-mail by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4: Fix missing TLS dir when targetdir is not the default oneMatthieu Patou2009-11-241-0/+2
|
* heimdal Fix invalid format stringAndrew Bartlett2009-11-241-1/+1
|
* s4:dsdb Handle LDAP backends correctly with new samba_dsdb systemAndrew Bartlett2009-11-241-5/+5
| | | | | | | The original code had the wrong module names, and use strcasecmp() incorrectly. Andrew Bartlett
* s4:provision Move exceptions into a new fileAndrew Bartlett2009-11-243-9/+36
| | | | This allows provisionbackend and provision to both raise ProvisionException
* s4:provision Don't bother with a template for the LDAP backend startup script.Andrew Bartlett2009-11-242-4/+1
|
* s4:provision Move secrets.ldb over to .c file module lists, like sam.ldbAndrew Bartlett2009-11-243-1/+112
|
* s4:ldap.py - activate test for operational attributesMatthias Dieter Wallnöfer2009-11-241-8/+8
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:operational LDB module - Prevent the modification of operational attributesAndrew Bartlett2009-11-241-0/+16
| | | | | | (merged by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:ldap.py Add tests for subSchemaSubEntryAndrew Bartlett2009-11-241-0/+12
|
* s4:dsdb Use new helper function to obtain CN=Aggregate schema DN in schema_dataAndrew Bartlett2009-11-241-6/+6
|
* s4:dsdb Return the subSchemaSubEntry operational attribute on every objectAndrew Bartlett2009-11-241-4/+40
|
* s4:dsdb Add function to return the CN=Aggregate schema DNAndrew Bartlett2009-11-241-0/+18
|
* s4:provision Remove 'operational' from secrets.ldb module listAndrew Bartlett2009-11-241-1/+1
|
* s4:ldap.py - Add a check for the generated "schemaIDGUID"Matthias Dieter Wallnöfer2009-11-231-0/+2
| | | | I've forgotten to add this when checking in the reworked SAMLDB module
* s4:dsdb Move module configuration from each ldb into samba_dsdb.cAndrew Bartlett2009-11-238-86/+408
| | | | | | | | | | | | This makes getting the module order correct, the obligation of Samba4 developers, and not system administrators. In particular, once an ldb is updated to use only the 'samba_dsdb' module, no further changes to the ldb should be required when upgrading to later Samba4 versions. (thanks to metze for the suggestion of samba_dsdb as a long-term stable name for the module) Andrew Bartlett
* s4:provision Simplify the module listAndrew Bartlett2009-11-232-20/+26
| | | | | | | | | | | This makes the member server much more like the DC, the objectGUID module replaces the repl_meta_data module. We also generally rework the construction of the list, building a full list in python, and then transforming it into a string, rather than playing string concatonation games Andrew Bartlett
* s4/schema(tort): Refactor DSDB-SYNTAX test for better performanceKamen Mazdrashki2009-11-231-35/+86
| | | | | | | Test was implemented as a test fixture so that setup/teardown occurs only once. This should impact test performace as long as provision_get_schema() is a slow function (especially when debugging)
* s4/schema: Handle Object(OR-Name) syntax in extended_dn_out moduleKamen Mazdrashki2009-11-231-4/+12
| | | | | | | | Windows displays attribute values with Object(OR-Name) syntax in plain DN format when queried through LDAP. Hence, we need to post-process such values specially in extended_dn_out.c module so they are always shown as plain DN, no matter what controls are passed for search request.
* s4/schema: Object(OR-Name) syntax handling for DRS callsKamen Mazdrashki2009-11-233-6/+11
| | | | OR-Name syntax through DRS calls looks like DN-Binary syntax
* s4/schema(tort): Inject authOrig attribute into schema loaded for testsKamen Mazdrashki2009-11-231-1/+44
|
* s4/schema(tort): Add test for Object(OR-Name) syntaxKamen Mazdrashki2009-11-231-0/+8
|
* s4/schema(tort): Test LDB_SYNTAX_DN with extended_dn in [GUID;SID;DN] formKamen Mazdrashki2009-11-231-1/+9
|
* s4/drs(tort): DSSYNC test to print what is different in drs_msg alsoKamen Mazdrashki2009-11-231-1/+7
|
* s4-smbtorture: fix spoolss_EnumPrinterKey client in RPC-SPOOLSS-WIN.Günther Deschner2009-11-231-4/+19
| | | | Guenther
* s4-smbtorture: add tests for spoolss_EnumPrinterKey to RPC-SPOOLSS-PRINTER.Günther Deschner2009-11-231-0/+81
| | | | Guenther
* s4:netlogon RPC - Remove trailing whitespaceMatthias Dieter Wallnöfer2009-11-221-1/+1
|
* s4:netlogon RPC - Fix up the error handlingMatthias Dieter Wallnöfer2009-11-221-4/+2
|
* s4:netlogon RPC - Fix up a commentMatthias Dieter Wallnöfer2009-11-221-4/+5
| | | | Now we have Windows 7 released so don't refer to a beta anymore.
* Fixed incorrect indentation.Nadezhda Ivanova2009-11-221-7/+6
|
* s4:lsa RPC - Fix type of variable "atype"Matthias Dieter Wallnöfer2009-11-211-1/+2
| | | | This is an unsigned 32bit integer.
* s4:samr RPC - Use more LDB constantsMatthias Dieter Wallnöfer2009-11-212-12/+12
|
* s4:lsa RPC - Use more LDB constantsMatthias Dieter Wallnöfer2009-11-211-16/+16
| | | | And fix an obvious bug (call of "samdb_msg_add_delete")
* Implemented LDAP_SERVER_SD_FLAGS_OID on search requests.Nadezhda Ivanova2009-11-213-26/+225
|
* s4:torture/smb2/oplock - Remove unneeded "status" redeclarationsMatthias Dieter Wallnöfer2009-11-211-5/+0
|
* s4:torture/smb2/notify - Rename nested "fname" variable to prevent warningsMatthias Dieter Wallnöfer2009-11-211-6/+6
|
* s4:torture/raw/unlink - Remove unused variable and labelMatthias Dieter Wallnöfer2009-11-211-2/+1
|
* s4:torture/rpc/netlogon - Fix uninitialised variableMatthias Dieter Wallnöfer2009-11-211-2/+1
|
* s4:WINREG RPC server - CosmeticMatthias Dieter Wallnöfer2009-11-211-2/+2
|
* Cosmetic patch - fixed case of attribute name.Nadezhda Ivanova2009-11-201-1/+1
|
* s4:min_versions: require ldb 0.9.9Stefan Metzmacher2009-11-201-1/+1
| | | | metze
* s4:lib/ldb: change version to 0.9.9 after some critical index fixesStefan Metzmacher2009-11-201-1/+1
| | | | metze
* Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests.Nadezhda Ivanova2009-11-202-21/+240
|