index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
setup
/
provision
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
s4-provision: cope with --realm being in getopt.py
Andrew Tridgell
1
-1
/
+2
2010-04-08
s4-python: More cleanups.
Jelmer Vernooij
1
-1
/
+2
2010-04-08
s4-python: Simplify code, improve formatting.
Jelmer Vernooij
1
-8
/
+5
2010-04-04
s4-python: Move dsdb constants to a separate python module.
Jelmer Vernooij
1
-2
/
+5
2010-03-25
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
1
-1
/
+1
2010-03-18
Fixed --ol-mmr-url helpline
Oliver Liebel
1
-1
/
+1
2010-03-14
Reintroduce "s4:provision Improve the handling of provision errors""
Matthias Dieter Wallnöfer
1
-18
/
+23
2010-03-13
Revert "s4:provision Improve the handling of provision errors"
Matthias Dieter Wallnöfer
1
-25
/
+18
2010-03-11
s4:provision Improve the handling of provision errors
Andrew Bartlett
1
-18
/
+25
2010-02-12
s4-provision: fixed --function-level option to provision
Andrew Tridgell
1
-0
/
+1
2010-01-21
provision: use message and do not display warning if the user choosed delibar...
Matthieu Patou
1
-3
/
+4
2010-01-21
provision: introduce use-xattr parameter for defining where to store attributes
Matthieu Patou
1
-6
/
+21
2010-01-21
s4: Set acls correctly on all sysvol and scripts shares
Matthieu Patou
1
-2
/
+7
2010-01-21
s4: regroup gpo modification in one function, set acl on files accordingly wi...
Matthieu Patou
1
-1
/
+2
2009-11-28
s4:setup/provision - Rework
Matthias Dieter Wallnöfer
1
-5
/
+24
2009-11-27
s4:setup/provision - make the interactive mode work again
Matthias Dieter Wallnöfer
1
-13
/
+3
2009-11-02
s4:provision Rework provision to always have a ProvisionBackend
Andrew Bartlett
1
-1
/
+1
2009-10-21
s4:provison Allow the NTDS guid on the command line (for testing)
Andrew Bartlett
1
-0
/
+3
2009-10-02
s4:provision - Change the default forest/domain function level back to Window...
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-30
s4:provision - Lets the user choose between the supported forest/domain funct...
Matthias Dieter Wallnöfer
1
-8
/
+17
2009-09-11
s4:group policies - add the domain controller group policy
Matthias Dieter Wallnöfer
1
-2
/
+5
2009-08-17
s4: Re-add --ldapadminpass as an option to provision
Andrew Bartlett
1
-0
/
+3
2009-08-17
s4:provision Rework provision-backend into provision
Andrew Bartlett
1
-14
/
+21
2009-07-19
provision: Remove unused imports.
Jelmer Vernooij
1
-4
/
+0
2009-02-11
Use convenience function for finding setup_dir based on location of
Jelmer Vernooij
1
-2
/
+2
2009-02-11
--interactive doesn't take any argument.
Jelmer Vernooij
1
-1
/
+1
2009-01-21
Use script path to find the setup directory.
Jelmer Vernooij
1
-1
/
+1
2009-01-19
Make sure server_role gets initialized in backend provisioning code -
Jelmer Vernooij
1
-1
/
+1
2009-01-19
Don't give fatal python errors when guessing the realm
Andrew Bartlett
1
-2
/
+12
2009-01-05
Use fqdn rather than gethostname when guessing realm.
Jelmer Vernooij
1
-1
/
+1
2008-12-21
Move tests for ParamFile.
Jelmer Vernooij
1
-1
/
+1
2008-12-21
Fix various Python-related bugs.
Jelmer Vernooij
1
-1
/
+2
2008-12-19
Avoid use of parentheses in Python import statements, as it's not supported b...
Jelmer Vernooij
1
-3
/
+1
2008-12-16
s4/provision: Upper case default realm, use only first part of realm as defau...
Jelmer Vernooij
1
-2
/
+2
2008-12-11
Add interactive flag to setup/provision (also the default when no arguments a...
Jelmer Vernooij
1
-2
/
+27
2008-07-15
Connect to the LDAP backend with SASL credentials.
Andrew Bartlett
1
-1
/
+3
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
1
-2
/
+2
2008-05-11
Set sys.path for running inside source tree.
Jelmer Vernooij
1
-1
/
+2
2008-05-11
Use system python rather than smbpython.
Jelmer Vernooij
1
-0
/
+2
2008-04-14
make the SMB2 negotiated read and write size settable in smb.conf
Andrew Tridgell
1
-0
/
+2
2008-04-02
Fix conflicts in setup/provision script.
Andrew Bartlett
1
-8
/
+0
2008-04-02
Fix merge of my host GUID removal and the IPv6 addition to provision
Andrew Bartlett
1
-1
/
+11
2008-04-01
provision: Add support for IPv6 (bz #4593).
Andrew Kroeger
1
-2
/
+4
2008-04-02
Remove references to setting the host GUID, as the repl_meta_data
Andrew Bartlett
1
-5
/
+3
2008-03-29
Rework 'compleated' message in provision to be more useful.
Andrew Bartlett
1
-9
/
+0
2008-03-28
Fix and test python scripts and kerberos
Andrew Bartlett
1
-2
/
+3
2008-03-11
Fix provision script to work without smb.conf location specified.
Andrew Bartlett
1
-1
/
+2
2008-03-07
Rework provision scripts for more testing
Andrew Bartlett
1
-8
/
+12
2008-03-06
Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).
Andrew Bartlett
1
-21
/
+5
2008-02-21
Make setup/provision the name of the python provision script now that that is...
Jelmer Vernooij
1
-198
/
+170
[next]