summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-231-1/+1
|
* 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
* s3-printing: remove duplicate code while cleaning up driver structs.Günther Deschner2009-11-231-68/+39
| | | | Guenther
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner2009-11-233-67/+130
| | | | | | belong. Guenther
* s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.Günther Deschner2009-11-231-41/+0
| | | | Guenther
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-235-375/+362
| | | | Guenther
* s3-printing: use spoolss types and structs while adding drivers.Günther Deschner2009-11-233-484/+184
| | | | Guenther
* s4-smbtorture: add tests for spoolss_EnumPrinterKey to RPC-SPOOLSS-PRINTER.Günther Deschner2009-11-231-0/+81
| | | | Guenther
* s3-spoolss: fix spoolss_EnumPrinterKey client and server code.Günther Deschner2009-11-232-7/+40
| | | | Guenther
* spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner2009-11-236-60/+40
| | | | Guenther
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-11-221-10/+23
|
* 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
|
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-219-568/+468
|
* s3: Remove a struct typedefVolker Lendecke2009-11-213-9/+9
|
* s3: Make alloc_sub_basic() staticVolker Lendecke2009-11-213-20/+22
|
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-2119-53/+66
|
* s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke2009-11-213-5/+9
|
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-2110-15/+22
|
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-213-6/+12
|
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-215-10/+18
|
* mount.cifs: Fix a const errorVolker Lendecke2009-11-211-2/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-213-77/+75
|
* s3: Avoid two calls to strcmp()Volker Lendecke2009-11-211-4/+4
|
* s3: Fix a bool/enum mismatchVolker Lendecke2009-11-211-1/+1
|
* 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
|
* s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke2009-11-216-44/+102
|
* s3: Tune if-conditions in a very hot codepathVolker Lendecke2009-11-211-1/+1
| | | | | | This looks innocent, but it is visible in a netbench run. Due to boolean short-circuiting we don't have to execute the conditions on the right-hand side of the &&. So putting the less likely condition left gains a bit.
* s3: Remove a pointless memsetVolker Lendecke2009-11-211-1/+0
| | | | | We are assigning the complete structure now (we used to assign individual fields), so this is obsolete.
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-214-17/+74
| | | | | For a netbench run this gains around 2% user-space CPU, fetching a 100MB file takes around 4% less.
* s4:WINREG RPC server - CosmeticMatthias Dieter Wallnöfer2009-11-211-2/+2
|
* ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin2009-11-211-2/+2
| | | | | Thanks to Shibu Piriyath <shibunair80@ymail.com> for spotting the issue.