Age | Commit message (Expand) | Author | Files | Lines |
2009-11-20 | Some changes to allow processing of ldap controls on modify requests. | Nadezhda Ivanova | 2 | -3/+15 |
2009-11-17 | s4:provision Split up reference creation, load schema earlier in the stack | Andrew Bartlett | 1 | -6/+8 |
2009-11-17 | s4:provision Generate a random objectGUID for each schema record | Andrew Bartlett | 1 | -0/+2 |
2009-11-16 | s4:provision - Removed dependency on full Samba 3 schema from FDS | Endi S. Dewata | 3 | -68/+99 |
2009-11-12 | s4:provision - Added LDBBackend and ExistingBackend. | Endi S. Dewata | 2 | -32/+62 |
2009-11-12 | s4:provision - Added constructors for FDSBackend and OpenLDAPBackend. | Endi S. Dewata | 2 | -43/+95 |
2009-11-12 | s4:provision - Added setup() method in LDAPBackend. | Endi S. Dewata | 2 | -26/+32 |
2009-11-12 | s4:provision - Moved provision_xxx_backend() into backend-specific provision(... | Endi S. Dewata | 2 | -318/+287 |
2009-11-12 | s4:provision - Added start() method in LDAPBackend. | Endi S. Dewata | 2 | -13/+20 |
2009-11-12 | s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend. | Endi S. Dewata | 2 | -37/+68 |
2009-11-12 | s4:provision Add C binding to get at the generate schema | Andrew Bartlett | 1 | -0/+23 |
2009-11-12 | s4:provision Remove unused 'sambadn' parameter | Andrew Bartlett | 2 | -10/+4 |
2009-11-05 | Version 1.0 of the directory service acls module. | Nadezhda Ivanova | 1 | -1/+1 |
2009-11-05 | s4:samdb python bindings - add a wrapper for "dsdb_make_schema_global" | Matthias Dieter Wallnöfer | 1 | -0/+17 |
2009-11-05 | s4:samdb python bindings - make the python wrap connect more like the C one | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2009-11-05 | s4:samdb python bindings - Reorder some function bodies to match the order in... | Matthias Dieter Wallnöfer | 1 | -25/+24 |
2009-11-04 | Added security descriptor for the domain NC to provisioning. | Nadezhda Ivanova | 1 | -1/+60 |
2009-11-04 | s4:provisioning - Fixed minor bugs in provisioning tool and partition module. | Endi S. Dewata | 1 | -1/+2 |
2009-11-02 | s4:provision Remove LDB backend files in provision | Andrew Bartlett | 2 | -41/+12 |
2009-11-02 | s4:provision Split ProvisionBackend out of the main provision script | Andrew Bartlett | 3 | -590/+631 |
2009-11-02 | s4:provision Inline 'ldap_backend_shutdown' for clarity | Andrew Bartlett | 1 | -15/+15 |
2009-11-02 | s4:provision Fix samdb test with new provision code | Andrew Bartlett | 1 | -3/+12 |
2009-11-02 | s4:provision Move 'Schema' into it's own file | Andrew Bartlett | 3 | -120/+155 |
2009-11-02 | s4:provision Make 'linked_attributes' and 'dnsyntax_attributes' a property of... | Andrew Bartlett | 1 | -17/+33 |
2009-11-02 | s4:provision Rework provision to always have a ProvisionBackend | Andrew Bartlett | 1 | -165/+188 |
2009-11-02 | s4 - SID allocation using FDS DNA plugin | Endi S. Dewata | 1 | -7/+32 |
2009-11-02 | s4:dsdb - Fixed attribute dereferencing for FDS | Endi S. Dewata | 1 | -2/+2 |
2009-10-25 | s4-python: fixed annoyance where control-C doesn't kill our python scripts | Andrew Tridgell | 1 | -0/+10 |
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 3 | -3/+3 |
2009-10-23 | s4:dsdb Split schema loading and schema data management | Andrew Bartlett | 1 | -2/+3 |
2009-10-22 | s4:provision - Reintroduce accidentally removed parameters and checks from "g... | Matthias Dieter Wallnöfer | 1 | -13/+38 |
2009-10-21 | s4:provision - rework the "guess_names" and "make_smbconf" method | Matthias Dieter Wallnöfer | 1 | -37/+18 |
2009-10-21 | s4:provision - important fix for DNS domainname: lower realm | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-10-21 | s4:provision Use schema to casefold partitions on 'upgrade'. | Andrew Bartlett | 1 | -8/+20 |
2009-10-21 | s4:Handle reprovision with existing partitions | Andrew Bartlett | 1 | -3/+20 |
2009-10-21 | s4:provision Set @OPTIONS in the provision_init.ldif | Andrew Bartlett | 1 | -3/+0 |
2009-10-21 | s4:dsdb Rework modules create new partitions at runtime | Andrew Bartlett | 1 | -13/+7 |
2009-10-17 | s4-provision: added the default privileges db | Andrew Tridgell | 1 | -0/+21 |
2009-10-16 | s4:provision - fixed invalid creationTime format | Endi S. Dewata | 1 | -2/+2 |
2009-10-16 | s4:provision - replaced linked_attributes with FDS plugins | Endi S. Dewata | 1 | -3/+54 |
2009-10-12 | s4:provision.py - simplify the "realm" variable handling a bit | Matthias Dieter Wallnöfer | 1 | -6/+5 |
2009-10-12 | s4:provision Remove all references to samba4LocalDomain | Andrew Bartlett | 1 | -6/+1 |
2009-10-12 | s4:provision Clarify that we set, rather than modify, objectGUID values | Andrew Bartlett | 1 | -6/+6 |
2009-10-06 | s4:provision Remove unused parameters from provision scripts | Andrew Bartlett | 1 | -6/+4 |
2009-10-02 | s4:provision - Cosmetic - right indentations | Matthias Dieter Wallnöfer | 1 | -5/+6 |
2009-10-02 | s4:dsdb rework instanceType module - put instanceType in provision | Andrew Bartlett | 1 | -4/+5 |
2009-10-02 | s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID | Andrew Bartlett | 1 | -0/+1 |
2009-10-02 | s4:provision Ensure we add the schema with the 'relax' control | Andrew Bartlett | 1 | -2/+4 |
2009-10-02 | s4: Improve provisioning: use relax control | Matthieu Patou | 2 | -18/+22 |
2009-10-02 | s4:provision - Change the default forest/domain function level back to Window... | Matthias Dieter Wallnöfer | 1 | -1/+1 |