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
*
lib/param: Use server role = 'standalone server' to be consistant with member...
Andrew Bartlett
2012-06-15
1
-5
/
+6
*
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
2012-06-15
1
-13
/
+14
*
s4:provision: fix use of non-existent word (existant)
Michael Adam
2012-06-12
1
-1
/
+1
*
s4-provision: Test for posix ACLs in the actual sysvol path
Andrew Bartlett
2012-06-05
1
-12
/
+16
*
s4-provision: Place xattr.tdb in the actual state directory
Andrew Bartlett
2012-06-05
1
-13
/
+14
*
s4-provision: Use the s3fs file server by default in migrations
Andrew Bartlett
2012-05-30
1
-1
/
+1
*
s4-provision Ensure we have posix ACLs before we permit a s3fs-based Samba4 t...
Andrew Bartlett
2012-05-08
1
-0
/
+14
*
provision: remove reference to no longer existing template files.
Jelmer Vernooij
2012-05-03
1
-7
/
+5
*
s4-provision: Fix up --use-s3fs to create the directory for xattr.tdb
Andrew Bartlett
2012-05-02
1
-4
/
+8
*
s4-provision: set 'dcerpc endpoint servers' but not 'vfs objects'
Andrew Bartlett
2012-05-02
1
-1
/
+1
*
s3fs: Use xattr_tdb format for xattr storage
Andrew Bartlett
2012-04-18
1
-9
/
+16
*
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
[next]