Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-eventlog: implement _eventlog_FlushEventLog(). | Günther Deschner | 2009-04-10 | 1 | -6/+15 | |
| | | | | Guenther | |||||
* | s3-eventlog: implement _eventlog_GetLogInformation(). | Günther Deschner | 2009-04-10 | 1 | -6/+44 | |
| | | | | Guenther | |||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-10 | 3 | -1/+34 | |
| | | | | Guenther | |||||
* | eventlog: make EVENTLOG_FULL_INFORMATION a public struct. | Günther Deschner | 2009-04-10 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-04-09 | 230 | -21346/+12903 | |
|\ | ||||||
| * | s3-selftest: enable the RPC-NTSVCS torture test against Samba3. | Günther Deschner | 2009-04-10 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize. | Günther Deschner | 2009-04-10 | 1 | -17/+24 | |
| | | | | | | | | Guenther | |||||
| * | s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service. | Günther Deschner | 2009-04-10 | 1 | -18/+38 | |
| | | | | | | | | Guenther | |||||
| * | s3-rpcclient: allow to set flags in cmd_ntsvcs_get_dev_list(). | Günther Deschner | 2009-04-10 | 1 | -4/+8 | |
| | | | | | | | | Guenther | |||||
| * | error-codes: add WERR_CM_INVALID_POINTER. | Günther Deschner | 2009-04-10 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-10 | 3 | -6/+51 | |
| | | | | | | | | Guenther | |||||
| * | ntsvcs: add PNP_GetIdListFlags flags. | Günther Deschner | 2009-04-10 | 1 | -2/+17 | |
| | | | | | | | | Guenther | |||||
| * | s3-svcctl: minor fix for _svcctl_EnumDependentServicesW(). | Günther Deschner | 2009-04-09 | 1 | -0/+9 | |
| | | | | | | | | Guenther | |||||
| * | s4-smbtorture: add test_EnumDependentServicesW() to RPC-SVCCTL. | Günther Deschner | 2009-04-09 | 1 | -1/+66 | |
| | | | | | | | | Guenther | |||||
| * | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-09 | 4 | -12/+12 | |
| | | | | | | | | Guenther | |||||
| * | svcctl: use svcctl_ServiceState type for dependent calls in IDL. | Günther Deschner | 2009-04-09 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | s3-svcctl: Fix invalid buffer memset in _svcctl_QueryServiceObjectSecurity(). | Günther Deschner | 2009-04-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | Found by torture-test. Guenther | |||||
| * | s4-smbtorture: add test_QueryServiceObjectSecurity() to RPC-SVCCTL test. | Günther Deschner | 2009-04-09 | 1 | -0/+55 | |
| | | | | | | | | Guenther | |||||
| * | s3-svcctl: Fix _svcctl_Set/GetServiceObjectSecurity after IDL changes. | Günther Deschner | 2009-04-09 | 1 | -2/+3 | |
| | | | | | | | | Guenther | |||||
| * | s3: re-run make samba3-idl. | Günther Deschner | 2009-04-09 | 5 | -40/+40 | |
| | | | | | | | | Guenther | |||||
| * | svcctl: Fix IDL for svcctl_QueryServiceObjectSecurity and Set call. | Günther Deschner | 2009-04-09 | 1 | -6/+6 | |
| | | | | | | | | Guenther | |||||
| * | s4-smbtorture: add test_QueryServiceConfigW() to RPC-SVCCTL. | Günther Deschner | 2009-04-09 | 1 | -0/+44 | |
| | | | | | | | | Guenther | |||||
| * | s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL. | Günther Deschner | 2009-04-09 | 1 | -0/+32 | |
| | | | | | | | | Guenther | |||||
| * | Merge branch 'wspp-schema' | Andrew Tridgell | 2009-04-09 | 36 | -16388/+6829 | |
| |\ | ||||||
| | * | enable testing of possibleInferiors generation | Andrew Tridgell | 2009-04-09 | 1 | -0/+1 | |
| | | | ||||||
| | * | make the memory usage of possibleInferiors much more efficient | Andrew Tridgell | 2009-04-09 | 1 | -20/+31 | |
| | | | ||||||
| | * | added _const versions of some of the str_list_*() functions | Andrew Tridgell | 2009-04-09 | 2 | -0/+84 | |
| | | | | | | | | | | | | | | | | | | These const versions don't copy the strings themselves, which is useful when those strings point at known constant data (into the schema in this case) | |||||
| | * | we should not be supplying a generated attribute in our schema | Andrew Tridgell | 2009-04-09 | 1 | -13/+0 | |
| | | | ||||||
| | * | fixed the possibleInferiors calculation so it now passes the test | Andrew Tridgell | 2009-04-09 | 2 | -27/+28 | |
| | | | | | | | | | | | | | | | We are probably still using more memory here than we need to. That needs to be looked at. | |||||
| | * | slightly nicer output in our possibleInferiors test code | Andrew Tridgell | 2009-04-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | hook the new possibleInferiors calculation into the schema | Andrew Tridgell | 2009-04-09 | 1 | -14/+77 | |
| | | | | | | | | | | | | | | | We now generate possibleInferiors at startup, and return it when requested | |||||
| | * | added str_list_unique() and str_list_show() | Andrew Tridgell | 2009-04-09 | 2 | -36/+62 | |
| | | | | | | | | | | | | | | | I also undid some of the const changes from Andrew, as they didn't in fact resolve the const warnings. | |||||
| | * | Make the schema_inferiors generation code to compile | Andrew Bartlett | 2009-04-08 | 4 | -70/+101 | |
| | | | | | | | | | | | | | | | | | | Sadly it still segfaults at this stage Andrew Bartlett | |||||
| | * | Rework util_strlist prototypes to use a bit more and less const | Andrew Bartlett | 2009-04-08 | 2 | -9/+43 | |
| | | | | | | | | | | | | | | | | | | Hopefully this produces less warnings, but it might produce more... Andrew Bartlett | |||||
| | * | first cut at a C version of the possible inferiors code | Andrew Tridgell | 2009-04-07 | 1 | -0/+172 | |
| | | | ||||||
| | * | don't load @ATTRIBUTES if we have an override handler in place | Andrew Tridgell | 2009-04-07 | 1 | -0/+7 | |
| | | | ||||||
| | * | fixed internal handling of attribute deletion | Andrew Tridgell | 2009-04-07 | 1 | -13/+23 | |
| | | | ||||||
| | * | added a str_list_append() function | Andrew Tridgell | 2009-04-07 | 1 | -0/+23 | |
| | | | ||||||
| | * | s4:schema Don't free mem_ctx before it is initilised | Andrew Bartlett | 2009-04-03 | 1 | -1/+0 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema | Andrew Bartlett | 2009-04-03 | 20 | -673/+1946 | |
| | |\ | ||||||
| | * | | s4:schema Update Windows 2008 schema from Microsoft to latest version | Andrew Bartlett | 2009-04-03 | 3 | -5147/+5150 | |
| | | | | ||||||
| | * | | Remove minschema generated schema - we now generate from setup/ad-schema/ | Andrew Bartlett | 2009-04-03 | 1 | -10390/+0 | |
| | | | | ||||||
| | * | | Add parentGUID as an allowed attribute in samba4Top | Andrew Bartlett | 2009-04-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | This is required to get provision against OpenLDAP working again | |||||
| | * | | Merge commit 'abartlet/wspp-schema' into wspp-schema | Andrew Tridgell | 2009-04-02 | 0 | -0/+0 | |
| | |\ \ | ||||||
| | | * \ | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema | Andrew Bartlett | 2009-04-01 | 3 | -4/+29 | |
| | | |\ \ | ||||||
| | * | | | | major upgrade to the ldb attribute handling | Andrew Tridgell | 2009-04-02 | 17 | -154/+432 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema. | |||||
| | * | | | | Merge commit 'master/master' into wspp-schema | Andrew Tridgell | 2009-04-02 | 27 | -419/+1677 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | possibleInferiors is a generated attribute - we can't pull it over DRS | Andrew Tridgell | 2009-03-31 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | or from ldb | |||||
| | * | | | | Merge branch 'master' into wspp-schema | Andrew Tridgell | 2009-03-31 | 19 | -78/+301 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into wspp-schema | Andrew Tridgell | 2009-03-31 | 149 | -2871/+6737 | |
| | |\ \ \ \ \ |