Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-13 | DSDB cosmetic patches: Some enhancements | Matthias Dieter Wallnöfer | 2 | -6/+6 | |
Also, use the constants more in the "ldif_handlers" module. | |||||
2008-10-13 | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 4 | -13/+13 | |
This commit applies some cosmetic corrections for the DSDB (Directory Server Database). | |||||
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 8 | -8/+8 | |
2008-10-06 | Implement 'type unknown' names in the CrackNames code. | Andrew Bartlett | 1 | -10/+48 | |
This guesses the type by running each of the possible options. Andrew Bartlett | |||||
2008-10-06 | Remove compleatly bogus rename test in partitions module. | Andrew Bartlett | 1 | -17/+0 | |
2008-10-03 | Merge commit 'master/master' | Andrew Tridgell | 5 | -48/+424 | |
2008-10-03 | fixed the partition module and the GC handling | Andrew Tridgell | 1 | -4/+38 | |
- when multiple partitions are searched, consider the search a success if any of the partitions return success - only search the right subset of partitions, looking at the scope and basedn of the search This fixes several errors with GC searches | |||||
2008-10-02 | fixed the sense of ldb base dn comparisons in two places, and use a | Andrew Tridgell | 2 | -4/+4 | |
direct comparison instead of a sub-tree comparison in another this fixes basedn searches on the global catalog port | |||||
2008-10-02 | Fix crash bugs in error paths: ac is not yet initialized here, and we don't | Simo Sorce | 1 | -27/+18 | |
need to call ldb_module_done in the main module functions, we can directly return an error. ldb_module_done() is for callbacks | |||||
2008-10-02 | s4:rootdse: for now don't pass down controls for the rootdse search | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-10-02 | s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls | Stefan Metzmacher | 1 | -0/+14 | |
metze | |||||
2008-10-02 | s4:partition: pass down the SEARCH_OPTIONS control as uncritical | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2008-10-02 | s4:linked_attributes: fix a crash bug when the definition of a target ↵ | Stefan Metzmacher | 1 | -3/+35 | |
attribute is missing Windows 2003 has a broken schema where the definition of msDS-IsDomainFor is missing (which is supposed to be the backlink of the msDS-HasDomainNCs attribute. Our schema is extracted from windows 2003, so we have the problem. As the NET-API-BECOME-DC test triggers this bug, windows 2003 seems to just skip creating a backlink. metze | |||||
2008-10-02 | s4:kludge_acl: just fake support for the SD_FLAGS control | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2008-10-02 | s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ↵ | Stefan Metzmacher | 1 | -44/+355 | |
as basedn We resolve them into the real basedn before do the real search. metze | |||||
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 | |
This removes the event_context leak that caused NT_STATUS_TOO_MANY_OPENED_FILES in the server, because of all the epool fds metze | |||||
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 | |
We need to make sure replicated updates are handled differently in some situations, e.g. we should bypass the schema checks. metze | |||||
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 | |
This commit applies some cosmetic corrections for the DSDB (Directory Server Database). | |||||
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 | 1 | -1/+1 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 9 | -38/+29 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
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 | |
supporting a schema (This used to be commit 53b57300c799a079b4d64815243fe6120e0a9fa2) | |||||
2008-09-08 | Try to implement the right logic for systemFlags | Andrew Bartlett | 1 | -0/+37 | |
The MS-ADTS document has quite detailed instrucitons on how these flags should be processed. This change also causes the correct sign-wrapping to occour, as these are declared as signed integers. Andrew Bartlett (This used to be commit 5c3d237a6d721dc75166bdc5ac0c6e76a4495bf7) | |||||
2008-09-08 | Don't expose passwords, even to the administrator. | Andrew Bartlett | 1 | -1/+14 | |
This ensures they don't leak over LDAP, but does not prevent access, as ldbsearch locally still bypasses these controls. Andrew Bartlett (This used to be commit fa3f3bab33001770a9d7e33875bf212636f6c128) | |||||
2008-08-22 | fixed error handling in ANR code | Andrew Tridgell | 1 | -18/+24 | |
when we can't process an ANR request we need to continue with the parse tree we were given, not a NULL tree (This used to be commit ed66feb80aac7432049fe9fd86a9232984587e17) | |||||
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 5 | -8/+8 | |
This is a partial fix towards bugs due to us walking past the end of what we think are strings in ldb. There is much more work to do in this area. Andrew Bartlett (This used to be commit 5805a9a8f35fd90fa4f718f73534817fa3bbdfd2) | |||||
2008-08-21 | Don't maniplate control entries in samldb | Andrew Bartlett | 1 | -0/+4 | |
(This used to be commit 8003ee9abf474de534677283fc499f9a3d992b20) | |||||
2008-08-20 | Use the new SEARCH_FLAG_ANR define | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 07d122ce2c255124dfb3acf71a3afdf52f06e1b1) | |||||
2008-08-18 | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 1 | -0/+1 | |
This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f) | |||||
2008-08-18 | Ensure we fail to proceed if the schema won't load. | Andrew Bartlett | 1 | -0/+1 | |
(This used to be commit 07107c45c35a11979bf68a14b2c4df9415880fcb) | |||||
2008-08-18 | Remove references to the unused @SUBCLASS feature. | Andrew Bartlett | 1 | -1/+1 | |
This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2) | |||||
2008-08-15 | Generate the subSchema in cn=Aggregate | Andrew Bartlett | 1 | -5/+201 | |
This reads the schema from the in-memory structure, when the magic attributes are requested. The code is a modified version of that used in the ad2oLschema tool (now shared). The schema_fsmo module handles the insertion of the generated result. As such, this commit also removes these entries from the setup/schema.ldif Metze's previous stub of this functionality is also removed. Andrew Bartlett (This used to be commit c7c32ec7b42bdf0f7b669644516438c71b364e60) | |||||
2008-07-28 | Remove unused variable | Andrew Bartlett | 1 | -1/+0 | |
(This used to be commit 31a303c099e26423160010c48b305434d4cbea25) | |||||
2008-07-26 | dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID | Stefan Metzmacher | 1 | -0/+4 | |
metze (This used to be commit 2f06fbe06be2e1b77ea013ddba853ce819e58e88) | |||||
2008-07-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 5 | -119/+501 | |
(This used to be commit b12dd8ee5443ebfc204d1684f541d68ffb351197) | |||||
2008-07-25 | Clarify how we are doing the 'this is a rootdse query' check. | Andrew Bartlett | 1 | -1/+2 | |
(This used to be commit 8dfba3160cc4bc518f3ad8570d104e5baae784ca) | |||||
2008-07-24 | password_hash: fix the callers after drsblobs.idl changes | Stefan Metzmacher | 1 | -33/+41 | |
metze (This used to be commit fac7c79afae05a88ecc2a63c8eb9f2fd53ab7ce6) |