s4-rodc: Fix provision warnings by creating ntds objectGUID in provision
[metze/samba/wip.git] / source4 / scripting / python / samba / provision.py
2010-05-10 Anatoliy Atanasovs4-rodc: Fix provision warnings by creating ntds object...
2010-04-29 Kamen MazdrashkiRevert "s4/dsdb: Set schemaInfo attribute value during...
2010-04-27 Andrew Tridgells4-provision: setup spn_update_list in provision
2010-04-20 Andrew Bartletts4:provision Pass in the invoication ID and NTDS Settin...
2010-04-12 Nadezhda IvanovaFixed a problem with provision missing the default_dir...
2010-04-09 Kamen Mazdrashkis4/dsdb: Set schemaInfo attribute value during provisioning
2010-04-08 Jelmer Vernooijs4-python: More cleanups.
2010-04-08 Jelmer Vernooijs4-python: Fix formatting, import of FLG_NOSYNC.
2010-04-08 Jelmer Vernooijs4-python: Simplify code, improve formatting.
2010-04-07 Jelmer Vernooijs4-provision: Proper handling of exceptions, use SamDB...
2010-04-07 Jelmer Vernooijs4-python: Move samdb_ntds_objectGUID to pydsdb.
2010-04-07 Matthias Dieter... s4:provision - add a comment which explains why "paths...
2010-04-06 Jelmer Vernooijs4-python: Move set_session_info to PySambaLdb.
2010-04-03 Jelmer Vernooijs4-python: Avoid importing glue directly.
2010-04-03 Jelmer Vernooijs4-python: Move dsdb constants to a separate python...
2010-03-28 Jelmer Vernooijupgradeprovision: Fix formatting, syntax error.
2010-03-28 Matthieu Patouprovision: make gpo related function more reusable...
2010-03-28 Jelmer Vernooijprovision: Remove unnecessary whitespace.
2010-03-24 Andrew Tridgells4-provision: FreeBSD uses 'staff' for users
2010-03-24 Andrew Tridgells4-provision: solaris uses the group "other"
2010-03-12 Matthias Dieter... s4:provision.py - small output improvement
2010-03-11 Andrew Bartletts4:provision Improve the handling of provision errors
2010-03-11 Andrew Bartletts4:samba_dnsupdate Add a 'file based' mode to samba_dns...
2010-03-04 Matthias Dieter... s4:provision - use the new "interface_ips" python call...
2010-03-02 Endi S. Dewatas4:provision - Moved backend-specific variables into...
2010-03-01 Jelmer VernooijMore formatting fixes, pointed out by pylint.
2010-03-01 Jelmer VernooijGeneral cleanups of python code, hinted by pyflakes.
2010-02-26 Stefan Metzmachers4:provision: use generate_random_password()
2010-02-26 Andrew Tridgells4-provision: fixed use of rndc command from python
2010-02-26 Andrew Tridgells4-provision: also create the dns_update_list when...
2010-02-26 Andrew Tridgells4-provision: setup the dns_update_list at provision...
2010-02-21 Matthias Dieter... s4:provision.py - try to use other addresses than ...
2010-02-17 Andrew Tridgells4-provision: freeze the DNS zone before creating the...
2010-02-17 Andrew Tridgells4-provision: fix permissions on generated DNS zone...
2010-02-11 Andrew Tridgells4-provision: import the R2 functional level
2010-02-11 Matthieu Patouprovision: Use short name for assignee of ACE (BA,...
2010-02-11 Matthieu Patouprovision: Fix an error with eadb when using not defaul...
2010-02-11 Andrew Tridgells4-provision: cope with umask in creating private/dns
2010-02-11 Andrew Tridgells4-provision: pre-create a named.conf.update file
2010-02-11 Andrew Tridgells4-provision: move zone file to dns subdirectory
2010-02-11 Andrew Bartletts4:provision Be more polite to long-suffering Samba...
2010-02-10 Andrew Bartletts4:provision Just 'do the right thing' with empty smb...
2010-01-25 Jelmer Vernooijs4-python: Fix formatting.
2010-01-20 Matthieu Patouprovision: introduce use-xattr parameter for defining...
2010-01-20 Matthieu Patous4: Set acls correctly on all sysvol and scripts shares
2010-01-20 Matthieu Patous4: regroup gpo modification in one function, set acl...
2010-01-13 Nadezhda IvanovaFixed a problem with incorrect default SD owner/group.
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-provision: do a self join for all server types
2010-01-08 Andrew Tridgells4-provision: re-open sam.ldb after creating the schema
2010-01-08 Andrew Tridgells4-provision: don't hard wire the creation of the RID...
2010-01-08 Andrew Tridgells4-provision: the DC object itself needs a fixed objectSID
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Andrew Tridgells4-provision: added a note about where invocationIDs...
2009-12-18 Andrew Bartletts4:provision Give a more useful error message in guess_...
2009-12-01 Matthieu Patous4: load the domain level of the current provision...
2009-11-27 Matthieu Patous4: fix SD update and password change in upgrade script
2009-11-27 Matthias Dieter... s4:provision.py - remove hardcoded SIDs and RIDs
2009-11-27 Matthias Dieter... s4:provision.py - cosmetic
2009-11-27 Matthias Dieter... s4:provision - Fix up the provision of "standalone...
2009-11-27 Matthias Dieter... s4:provision.py - cosmetic output correction
2009-11-27 Andrew Bartletts4:provision Make setting the domain SID in the self...
2009-11-24 Matthieu Patous4: Fix missing TLS dir when targetdir is not the defau...
2009-11-24 Andrew Bartletts4:provision Move exceptions into a new file
2009-11-23 Andrew Bartletts4:dsdb Move module configuration from each ldb into...
2009-11-23 Andrew Bartletts4:provision Simplify the module list
2009-11-16 Andrew Bartletts4:provision Split up reference creation, load schema...
2009-11-15 Endi S. Dewatas4:provision - Removed dependency on full Samba 3 schem...
2009-11-12 Endi S. Dewatas4:provision - Added LDBBackend and ExistingBackend.
2009-11-12 Endi S. Dewatas4:provision - Added constructors for FDSBackend and...
2009-11-12 Endi S. Dewatas4:provision - Added setup() method in LDAPBackend.
2009-11-12 Endi S. Dewatas4:provision - Moved provision_xxx_backend() into backe...
2009-11-12 Endi S. Dewatas4:provision - Added start() method in LDAPBackend.
2009-11-12 Endi S. Dewatas4:provision - Added initial implementation of FDSBacke...
2009-11-12 Andrew Bartletts4:provision Remove unused 'sambadn' parameter
2009-11-05 Nadezhda IvanovaVersion 1.0 of the directory service acls module.
2009-11-04 Nadezhda IvanovaAdded security descriptor for the domain NC to provisio...
2009-11-02 Andrew Bartletts4:provision Remove LDB backend files in provision
2009-11-02 Andrew Bartletts4:provision Split ProvisionBackend out of the main...
2009-11-02 Andrew Bartletts4:provision Inline 'ldap_backend_shutdown' for clarity
2009-11-02 Andrew Bartletts4:provision Move 'Schema' into it's own file
2009-11-02 Andrew Bartletts4:provision Make 'linked_attributes' and 'dnsyntax_att...
2009-11-02 Andrew Bartletts4:provision Rework provision to always have a Provisio...
2009-11-02 Endi S. Dewatas4 - SID allocation using FDS DNA plugin
2009-11-02 Endi S. Dewatas4:dsdb - Fixed attribute dereferencing for FDS
2009-10-23 Andrew Bartletts4:dsdb Split schema loading and schema data management
2009-10-22 Matthias Dieter... s4:provision - Reintroduce accidentally removed paramet...
2009-10-21 Matthias Dieter... s4:provision - rework the "guess_names" and "make_smbco...
2009-10-21 Matthias Dieter... s4:provision - important fix for DNS domainname: lower...
2009-10-21 Andrew Bartletts4:provision Use schema to casefold partitions on ...
2009-10-21 Andrew Bartletts4:Handle reprovision with existing partitions
2009-10-21 Andrew Bartletts4:provision Set @OPTIONS in the provision_init.ldif
2009-10-21 Andrew Bartletts4:dsdb Rework modules create new partitions at runtime
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-17 Andrew Tridgells4-provision: added the default privileges db
2009-10-16 Endi S. Dewatas4:provision - fixed invalid creationTime format
2009-10-16 Endi S. Dewatas4:provision - replaced linked_attributes with FDS...
2009-10-12 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-12 Matthias Dieter... s4:provision.py - simplify the "realm" variable handlin...
2009-10-12 Andrew Bartletts4:provision Remove all references to samba4LocalDomain
next