index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
provision.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4: Fix missing TLS dir when targetdir is not the default one
Matthieu Patou
2009-11-24
1
-0
/
+2
*
s4:provision Move exceptions into a new file
Andrew Bartlett
2009-11-24
1
-9
/
+1
*
s4:dsdb Move module configuration from each ldb into samba_dsdb.c
Andrew Bartlett
2009-11-23
1
-75
/
+4
*
s4:provision Simplify the module list
Andrew Bartlett
2009-11-23
1
-19
/
+25
*
s4:provision Split up reference creation, load schema earlier in the stack
Andrew Bartlett
2009-11-17
1
-6
/
+8
*
s4:provision - Removed dependency on full Samba 3 schema from FDS
Endi S. Dewata
2009-11-16
1
-32
/
+8
*
s4:provision - Added LDBBackend and ExistingBackend.
Endi S. Dewata
2009-11-12
1
-8
/
+14
*
s4:provision - Added constructors for FDSBackend and OpenLDAPBackend.
Endi S. Dewata
2009-11-12
1
-18
/
+9
*
s4:provision - Added setup() method in LDAPBackend.
Endi S. Dewata
2009-11-12
1
-1
/
+1
*
s4:provision - Moved provision_xxx_backend() into backend-specific provision(...
Endi S. Dewata
2009-11-12
1
-1
/
+4
*
s4:provision - Added start() method in LDAPBackend.
Endi S. Dewata
2009-11-12
1
-0
/
+2
*
s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend.
Endi S. Dewata
2009-11-12
1
-8
/
+34
*
s4:provision Remove unused 'sambadn' parameter
Andrew Bartlett
2009-11-12
1
-9
/
+3
*
Version 1.0 of the directory service acls module.
Nadezhda Ivanova
2009-11-05
1
-1
/
+1
*
Added security descriptor for the domain NC to provisioning.
Nadezhda Ivanova
2009-11-04
1
-1
/
+60
*
s4:provision Remove LDB backend files in provision
Andrew Bartlett
2009-11-02
1
-41
/
+5
*
s4:provision Split ProvisionBackend out of the main provision script
Andrew Bartlett
2009-11-02
1
-590
/
+4
*
s4:provision Inline 'ldap_backend_shutdown' for clarity
Andrew Bartlett
2009-11-02
1
-15
/
+15
*
s4:provision Move 'Schema' into it's own file
Andrew Bartlett
2009-11-02
1
-120
/
+2
*
s4:provision Make 'linked_attributes' and 'dnsyntax_attributes' a property of...
Andrew Bartlett
2009-11-02
1
-17
/
+33
*
s4:provision Rework provision to always have a ProvisionBackend
Andrew Bartlett
2009-11-02
1
-165
/
+188
*
s4 - SID allocation using FDS DNA plugin
Endi S. Dewata
2009-11-02
1
-7
/
+32
*
s4:dsdb - Fixed attribute dereferencing for FDS
Endi S. Dewata
2009-11-02
1
-2
/
+2
*
s4:dsdb Split schema loading and schema data management
Andrew Bartlett
2009-10-23
1
-2
/
+3
*
s4:provision - Reintroduce accidentally removed parameters and checks from "g...
Matthias Dieter Wallnöfer
2009-10-22
1
-13
/
+38
*
s4:provision - rework the "guess_names" and "make_smbconf" method
Matthias Dieter Wallnöfer
2009-10-21
1
-37
/
+18
*
s4:provision - important fix for DNS domainname: lower realm
Matthias Dieter Wallnöfer
2009-10-21
1
-1
/
+1
*
s4:provision Use schema to casefold partitions on 'upgrade'.
Andrew Bartlett
2009-10-21
1
-8
/
+20
*
s4:Handle reprovision with existing partitions
Andrew Bartlett
2009-10-21
1
-3
/
+20
*
s4:provision Set @OPTIONS in the provision_init.ldif
Andrew Bartlett
2009-10-21
1
-3
/
+0
*
s4:dsdb Rework modules create new partitions at runtime
Andrew Bartlett
2009-10-21
1
-13
/
+7
*
s4-provision: added the default privileges db
Andrew Tridgell
2009-10-17
1
-0
/
+21
*
s4:provision - fixed invalid creationTime format
Endi S. Dewata
2009-10-16
1
-2
/
+2
*
s4:provision - replaced linked_attributes with FDS plugins
Endi S. Dewata
2009-10-16
1
-3
/
+54
*
s4:provision.py - simplify the "realm" variable handling a bit
Matthias Dieter Wallnöfer
2009-10-12
1
-6
/
+5
*
s4:provision Remove all references to samba4LocalDomain
Andrew Bartlett
2009-10-12
1
-6
/
+1
*
s4:provision Clarify that we set, rather than modify, objectGUID values
Andrew Bartlett
2009-10-12
1
-6
/
+6
*
s4:provision Remove unused parameters from provision scripts
Andrew Bartlett
2009-10-06
1
-6
/
+4
*
s4:provision - Cosmetic - right indentations
Matthias Dieter Wallnöfer
2009-10-02
1
-5
/
+6
*
s4:dsdb rework instanceType module - put instanceType in provision
Andrew Bartlett
2009-10-02
1
-4
/
+5
*
s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID
Andrew Bartlett
2009-10-02
1
-0
/
+1
*
s4:provision Ensure we add the schema with the 'relax' control
Andrew Bartlett
2009-10-02
1
-2
/
+4
*
s4: Improve provisioning: use relax control
Matthieu Patou
2009-10-02
1
-16
/
+20
*
s4:provision - Change the default forest/domain function level back to Window...
Matthias Dieter Wallnöfer
2009-10-02
1
-1
/
+1
*
s4:provision - Lets the user choose between the supported forest/domain funct...
Matthias Dieter Wallnöfer
2009-09-30
1
-10
/
+23
*
Initial Implementation of the DS objects access checks.
Nadezhda Ivanova
2009-09-21
1
-0
/
+1
*
Merge branch 'master' of git://git.samba.org/samba
Nadezhda Ivanova
2009-09-21
1
-27
/
+90
|
\
|
*
s4:kerberos Fix the salt to match Windows 2008.
Andrew Bartlett
2009-09-21
1
-1
/
+1
|
*
s4:provision Make our default salt match our server behaviour
Andrew Bartlett
2009-09-21
1
-1
/
+1
|
*
s4:provision - Fix up ProvisioningError class as suggested by Jelmer
Matthias Dieter Wallnöfer
2009-09-21
1
-5
/
+5
[next]