summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-smbtorture: add test_QueryServiceConfigW() to RPC-SVCCTL.Günther Deschner2009-04-091-0/+44
* s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL.Günther Deschner2009-04-091-0/+32
* Merge branch 'wspp-schema'Andrew Tridgell2009-04-0936-16388/+6829
|\
| * enable testing of possibleInferiors generationAndrew Tridgell2009-04-091-0/+1
| * make the memory usage of possibleInferiors much more efficientAndrew Tridgell2009-04-091-20/+31
| * added _const versions of some of the str_list_*() functionsAndrew Tridgell2009-04-092-0/+84
| * we should not be supplying a generated attribute in our schemaAndrew Tridgell2009-04-091-13/+0
| * fixed the possibleInferiors calculation so it now passes the testAndrew Tridgell2009-04-092-27/+28
| * slightly nicer output in our possibleInferiors test codeAndrew Tridgell2009-04-091-2/+2
| * hook the new possibleInferiors calculation into the schemaAndrew Tridgell2009-04-091-14/+77
| * added str_list_unique() and str_list_show()Andrew Tridgell2009-04-092-36/+62
| * Make the schema_inferiors generation code to compileAndrew Bartlett2009-04-084-70/+101
| * Rework util_strlist prototypes to use a bit more and less constAndrew Bartlett2009-04-082-9/+43
| * first cut at a C version of the possible inferiors codeAndrew Tridgell2009-04-071-0/+172
| * don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell2009-04-071-0/+7
| * fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
| * added a str_list_append() functionAndrew Tridgell2009-04-071-0/+23
| * s4:schema Don't free mem_ctx before it is initilisedAndrew Bartlett2009-04-031-1/+0
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-04-0320-673/+1946
| |\
| * | s4:schema Update Windows 2008 schema from Microsoft to latest versionAndrew Bartlett2009-04-033-5147/+5150
| * | Remove minschema generated schema - we now generate from setup/ad-schema/Andrew Bartlett2009-04-031-10390/+0
| * | Add parentGUID as an allowed attribute in samba4TopAndrew Bartlett2009-04-031-0/+1
| * | Merge commit 'abartlet/wspp-schema' into wspp-schemaAndrew Tridgell2009-04-020-0/+0
| |\ \
| | * \ Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-04-013-4/+29
| | |\ \
| * | | | major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-0217-154/+432
| * | | | Merge commit 'master/master' into wspp-schemaAndrew Tridgell2009-04-0227-419/+1677
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | possibleInferiors is a generated attribute - we can't pull it over DRSAndrew Tridgell2009-03-311-2/+0
| * | | | Merge branch 'master' into wspp-schemaAndrew Tridgell2009-03-3119-78/+301
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into wspp-schemaAndrew Tridgell2009-03-31149-2871/+6737
| |\ \ \ \ \
| * | | | | | s4:schema Remove 'cn' from the final output of ms_schema.pyAndrew Bartlett2009-03-201-0/+6
| * | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-20228-13883/+13378
| |\ \ \ \ \ \
| * | | | | | | s4:schema Don't rely on objectCategory 'magic' when loading the schemaAndrew Bartlett2009-03-111-2/+2
| * | | | | | | s4:provision load_schema in provision.py no longer takes a hostnameAndrew Bartlett2009-03-111-2/+1
| * | | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-1121-138/+1141
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-1018-363/+362
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-0851-2211/+2148
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Load the schema with a more efficient single searchAndrew Bartlett2009-03-061-93/+15
| * | | | | | | | | | Load the schema for provision-backend in a transactionAndrew Bartlett2009-03-061-18/+24
| * | | | | | | | | | Sort output of schema for OpenLDAP during conversionAndrew Bartlett2009-03-061-98/+132
| * | | | | | | | | | Allow ms_schema.py to produce output much like minschema_wsppSreepathi Pai2009-03-051-0/+15
| * | | | | | | | | | Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-057-225/+113
| * | | | | | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-05237-4382/+9499
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add the new, updated AD schema file from MicrosoftAndrew Bartlett2009-02-254-1623/+1585
| * | | | | | | | | | | Don't parse the schema data twiceAndrew Bartlett2009-02-251-12/+8
| * | | | | | | | | | | Tolerate more whitespace errorsAndrew Bartlett2009-02-251-0/+1
| * | | | | | | | | | | Create schema.ldif at runtime directly from ad-schema filesSreepathi Pai2009-02-252-5/+278
* | | | | | | | | | | | Add the thread functions to top level lib/util.Jeremy Allison2009-04-083-0/+277
* | | | | | | | | | | | s3-svcctl: Fix _svcctl_EnumServicesStatusW (again).Günther Deschner2009-04-081-3/+1
* | | | | | | | | | | | Remove async_reqVolker Lendecke2009-04-089-617/+2
* | | | | | | | | | | | Convert cli_push to tevent_reqVolker Lendecke2009-04-082-77/+66