Age | Commit message (Expand) | Author | Files | Lines |
2008-10-02 | s4:rootdse: for now don't pass down controls for the rootdse search | Stefan Metzmacher | 1 | -1/+1 |
2008-10-02 | s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls | Stefan Metzmacher | 1 | -0/+14 |
2008-10-02 | s4:partition: pass down the SEARCH_OPTIONS control as uncritical | Stefan Metzmacher | 1 | -0/+8 |
2008-10-02 | s4:linked_attributes: fix a crash bug when the definition of a target attribu... | Stefan Metzmacher | 1 | -3/+35 |
2008-10-02 | s4:kludge_acl: just fake support for the SD_FLAGS control | Stefan Metzmacher | 1 | -0/+20 |
2008-10-02 | s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ... | Stefan Metzmacher | 1 | -44/+355 |
2008-09-30 | Compare sids in samba3sam tests. | Jelmer Vernooij | 1 | -11/+21 |
2008-09-29 | s4:samldb: use the code path with async ldb | Stefan Metzmacher | 1 | -43/+4 |
2008-09-29 | LDB ASYNC: misc changes | Simo Sorce | 1 | -3/+2 |
2008-09-29 | LDB ASYNC: samba4 modules | Simo Sorce | 22 | -4333/+4946 |
2008-09-29 | s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updates | Stefan Metzmacher | 3 | -3/+37 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 4 | -16/+16 |
2008-09-24 | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 4 | -16/+16 |
2008-09-24 | Use loadparm since it's required by some modules. | Jelmer Vernooij | 1 | -6/+6 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2 | -2/+2 |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 13 | -80/+63 |
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 |
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-21 | Fix last samba3sam.py test. | Jelmer Vernooij | 1 | -24/+28 |
2008-09-21 | Fix DNs - only one more samba3sam test failing now. | Jelmer Vernooij | 1 | -80/+72 |
2008-09-20 | More code simplifications. | Jelmer Vernooij | 1 | -24/+25 |
2008-09-19 | Fix formatting. | Jelmer Vernooij | 1 | -35/+63 |
2008-09-19 | Simplify code, remove print statements. | Jelmer Vernooij | 1 | -29/+42 |
2008-09-19 | Fix objectclass tests. | Jelmer Vernooij | 1 | -4/+3 |
2008-09-18 | Improve formatting. | Jelmer Vernooij | 1 | -66/+54 |
2008-09-18 | Fix tests, be less verbose. | Jelmer Vernooij | 1 | -35/+35 |
2008-09-18 | Fix some tests. | Jelmer Vernooij | 1 | -4/+16 |
2008-09-12 | Remove ancient remains of first experimentations about | Simo Sorce | 4 | -1781/+0 |
2008-09-12 | Fix failure to load the schema on read-only DB. | Andrew Bartlett | 1 | -23/+13 |
2008-09-11 | Remove the complexity of transactions from the attributes-setting code. | Andrew Bartlett | 1 | -16/+1 |
2008-09-11 | Make cn=aggregate output less pretty, by more like Win2008. | Andrew Bartlett | 1 | -2/+2 |
2008-09-09 | Fix reversed test trying to fix bug #5713 | Andrew Bartlett | 1 | -1/+1 |
2008-09-09 | Fix bug #5713 by correcting the generated schema. | Andrew Bartlett | 1 | -1/+1 |
2008-09-08 | Add definition for SYSTEM_FLAG_ATTR_IS_RDN | Andrew Bartlett | 1 | -0/+1 |
2008-09-08 | Try to implement the right logic for systemFlags | Andrew Bartlett | 1 | -0/+37 |
2008-09-08 | Don't expose passwords, even to the administrator. | Andrew Bartlett | 1 | -1/+14 |
2008-08-22 | Merge branch 'abartlet-4-0-local' into v4-0-test | Andrew Tridgell | 12 | -572/+828 |
2008-08-22 | fixed error handling in ANR code | Andrew Tridgell | 1 | -18/+24 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 5 | -8/+8 |
2008-08-21 | Stop every ldb startup doing a write to the database. | Andrew Bartlett | 1 | -0/+7 |
2008-08-21 | Set both attributes and indexes into the database on schema load. | Andrew Bartlett | 1 | -18/+142 |
2008-08-21 | Don't maniplate control entries in samldb | Andrew Bartlett | 1 | -0/+4 |
2008-08-20 | drsuapi: fix samba4 callers after drsuapi.idl changes | Stefan Metzmacher | 1 | -6/+14 |
2008-08-20 | Use the new SEARCH_FLAG_ANR define | Andrew Bartlett | 1 | -1/+1 |
2008-08-20 | Apply attributes (and their syntax) from the schema into ldb | Andrew Bartlett | 1 | -0/+49 |
2008-08-20 | Add schema search flags from MS-ADTS | Andrew Bartlett | 1 | -0/+11 |
2008-08-20 | Split schema_init.c into smaller bits. | Andrew Bartlett | 4 | -545/+600 |
2008-08-18 | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 3 | -20/+29 |
2008-08-18 | Fix segfaults when loading the schema fails. | Andrew Bartlett | 1 | -14/+13 |