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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an option to have s3fs as file server for samba4
Matthieu Patou
2012-04-16
1
-8
/
+19
*
s4-provision: Update configuration lines for dlz_bind9
Amitay Isaacs
2012-04-16
1
-3
/
+1
*
LDB/s4 - do not use the "(dn=...)" syntax on filters anymore
Matthias Dieter Wallnöfer
2012-03-26
1
-1
/
+1
*
provision: dns: TXT Records need a list of strings as input
Amitay Isaacs
2012-03-02
1
-2
/
+5
*
s4-provision: Use "state directory" from lp, as it is always set
Amitay Isaacs
2012-03-01
1
-2
/
+1
*
provision: Write configuration without help of templates.
Jelmer Vernooij
2012-02-27
1
-38
/
+34
*
provision: Simplify make_smbconf a bit.
Jelmer Vernooij
2012-02-26
1
-16
/
+17
*
provision: Fix order for error formatting.
Jelmer Vernooij
2012-02-26
1
-2
/
+2
*
provision: Raise proper error when shares are missing rather than AssertionEr...
Jelmer Vernooij
2012-02-26
1
-11
/
+14
*
provision: Share more code for determine_netbios_name() with samba.valid_netb...
Jelmer Vernooij
2012-02-26
1
-9
/
+5
*
provision/backend: Properly close all opened files.
Jelmer Vernooij
2012-02-26
1
-11
/
+36
*
provision: Properly close opened files.
Jelmer Vernooij
2012-02-26
1
-6
/
+14
*
provision: Reuse determine_netbios_name.
Jelmer Vernooij
2012-02-26
1
-8
/
+1
*
provision: Factor out determination of new netbios name.
Jelmer Vernooij
2012-02-26
1
-8
/
+13
*
provision: Split out result reporting for backends.
Jelmer Vernooij
2012-02-26
2
-27
/
+59
*
provision: Put adminpass details in ProvisionResult.
Jelmer Vernooij
2012-02-26
1
-13
/
+22
*
provision/tests: Test for phpldapadminconfig path.
Jelmer Vernooij
2012-02-26
1
-1
/
+1
*
provision: Leave result reporting up to caller.
Jelmer Vernooij
2012-02-26
1
-8
/
+11
*
provision: Start splitting out provision result reporting from actual provisi...
Jelmer Vernooij
2012-02-25
1
-15
/
+30
*
provision: Properly close ldb transactions.
Jelmer Vernooij
2012-02-25
1
-13
/
+18
*
Factor out sanitize_server_role.
Jelmer Vernooij
2012-02-25
1
-24
/
+39
*
Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4
Jelmer Vernooij
2012-02-25
3
-21
/
+23
*
provision: Remove unused imports.
Jelmer Vernooij
2012-02-25
1
-7
/
+4
*
s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209
Andrew Bartlett
2012-02-23
1
-3
/
+3
*
s4-provision: dns: Add txt DNS record
Amitay Isaacs
2012-02-21
1
-0
/
+9
*
s4-provision: dns: Do not re-calculate ntdsguid, use from names
Amitay Isaacs
2012-02-21
1
-15
/
+1
*
s4-provision: dns: Refactor population of dns data code
Amitay Isaacs
2012-02-21
1
-56
/
+98
*
s4:provision: only print the adminpass if it was generated (not user-provided)
Michael Adam
2012-02-16
1
-1
/
+5
*
s4:provision: generate the adminpass provision() instead of provision_fill()
Michael Adam
2012-02-16
1
-2
/
+3
*
s4:provision: don't log the ldap admin password - it is internal only
Michael Adam
2012-02-16
1
-3
/
+0
*
python: Change except: statement to except Exception:
Amitay Isaacs
2012-01-24
1
-2
/
+2
*
s4:provision: add "+dns" to server services if the dns backend is SAMBA_INTERNAL
Michael Adam
2012-01-10
1
-2
/
+7
*
s4:provision: add the possibility to provision "server services" in smb.conf
Michael Adam
2012-01-10
1
-2
/
+9
*
s4:provision: improve a message
Michael Adam
2012-01-10
1
-1
/
+1
*
s4-provision: Fix the problem of DnsProperty values not being set correctly
Amitay Isaacs
2012-01-03
1
-0
/
+7
*
s4-provision: Fix tdbdump path lookup in make test.
Andreas Schneider
2012-01-02
1
-1
/
+1
*
s4-provision: Set dNSProperty attribute for dns zones
Amitay Isaacs
2011-12-23
1
-2
/
+71
*
s4-provision: Do not guess partition file names, use @PARTITION record
Amitay Isaacs
2011-12-13
1
-59
/
+76
*
s4-provision: Extract common utility routines in separate file
Amitay Isaacs
2011-12-13
3
-92
/
+106
*
s4-provision: CN=MicrosoftDNS,CN=System container is in forest and not domain
Amitay Isaacs
2011-12-13
1
-10
/
+10
*
s4-provision: Fix the security ace for DnsAdmins group on DNS records
Amitay Isaacs
2011-11-29
1
-12
/
+19
*
s4-provision: Create a samdb copy for access by dlz_bind9 module
Amitay Isaacs
2011-11-29
3
-56
/
+156
*
s4-provision: Extract security descriptors in separate file
Amitay Isaacs
2011-11-29
2
-77
/
+111
*
s4-provision permit server role to be the ROLE_ strings from s3
Andrew Bartlett
2011-11-17
1
-2
/
+16
*
provision: Set the security descriptor while creating partitions
Amitay Isaacs
2011-11-16
1
-12
/
+2
*
s4-provision: Create ldap records for DNS partitions similar to windows
Amitay Isaacs
2011-11-09
1
-1
/
+1
*
s4-provision: Set security descriptor for DNS records
Amitay Isaacs
2011-11-09
2
-18
/
+103
*
s4-provision: site is passed as an argument to setup_ad_dns()
Amitay Isaacs
2011-11-08
1
-1
/
+0
*
s4-provision Remove options for LDAP backend to reduce user confusion
Andrew Bartlett
2011-11-08
2
-17
/
+11
*
s4 provision/dns: Move DNS-related setup to sambadns module
Kai Blin
2011-11-04
2
-187
/
+194
[next]