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
/
scripting
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-26
provision: Reuse determine_netbios_name.
Jelmer Vernooij
1
-8
/
+1
2012-02-26
provision: Add tests for determine_netbios_name.
Jelmer Vernooij
1
-0
/
+9
2012-02-26
provision: Factor out determination of new netbios name.
Jelmer Vernooij
1
-8
/
+13
2012-02-26
join: Don't print provision results when they're just noise.
Jelmer Vernooij
1
-11
/
+9
2012-02-26
provision: Split out result reporting for backends.
Jelmer Vernooij
3
-28
/
+62
2012-02-26
provision: Put adminpass details in ProvisionResult.
Jelmer Vernooij
2
-22
/
+37
2012-02-26
provision/tests: Test for phpldapadminconfig path.
Jelmer Vernooij
2
-4
/
+22
2012-02-26
provision: Leave result reporting up to caller.
Jelmer Vernooij
6
-12
/
+19
2012-02-25
provision: Start splitting out provision result reporting from actual provisi...
Jelmer Vernooij
2
-17
/
+63
2012-02-25
provision: Properly close ldb transactions.
Jelmer Vernooij
1
-13
/
+18
2012-02-25
'samba-tool gpo': Properly close transaction.
Jelmer Vernooij
1
-4
/
+4
2012-02-25
ntacl: There is no 'secrets database' configuration option.
Jelmer Vernooij
1
-1
/
+1
2012-02-25
Factor out sanitize_server_role.
Jelmer Vernooij
2
-25
/
+57
2012-02-25
Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4
Jelmer Vernooij
7
-32
/
+34
2012-02-25
provision: Remove unused imports.
Jelmer Vernooij
1
-7
/
+4
2012-02-24
upgradedns: Rename to less generic name samba_upgradedns.
Jelmer Vernooij
3
-2
/
+2
2012-02-23
s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209
Andrew Bartlett
1
-3
/
+3
2012-02-21
upgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNS
Amitay Isaacs
3
-2
/
+411
2012-02-21
s4-provision: dns: Add txt DNS record
Amitay Isaacs
1
-0
/
+9
2012-02-21
s4-provision: dns: Do not re-calculate ntdsguid, use from names
Amitay Isaacs
1
-15
/
+1
2012-02-21
s4-provision: dns: Refactor population of dns data code
Amitay Isaacs
1
-56
/
+98
2012-02-21
samba-tool: dns: Update the copyright
Amitay Isaacs
1
-1
/
+1
2012-02-21
samba-tool: dns: Fix the output display of DNS records
Amitay Isaacs
1
-2
/
+3
2012-02-21
samba-tool: dns: Add extra references for string objects as workaround
Amitay Isaacs
1
-8
/
+17
2012-02-21
samba-tool: dns: Add support to add/update/delete MX and SRV records
Amitay Isaacs
1
-44
/
+47
2012-02-21
samba-tool: dns: Convert dns data into a dns record for comparison
Amitay Isaacs
1
-5
/
+33
2012-02-21
samba-tool: dns: Convert dns data in a string to DNS record
Amitay Isaacs
1
-0
/
+48
2012-02-21
samba-tool: dns: Add MXRecord type to add/update mx records
Amitay Isaacs
1
-0
/
+14
2012-02-18
s4-python: Various formatting fixes.
Jelmer Vernooij
9
-59
/
+42
2012-02-18
samba.web_server: Fix use of whitespace.
Jelmer Vernooij
1
-1
/
+1
2012-02-17
s4:samba-tool fsmo * - fix missing "takes_optiongroups"
Matthias Dieter Wallnöfer
1
-0
/
+12
2012-02-16
s4:provision: only print the adminpass if it was generated (not user-provided)
Michael Adam
1
-1
/
+5
2012-02-16
s4:provision: generate the adminpass provision() instead of provision_fill()
Michael Adam
1
-2
/
+3
2012-02-16
s4:provision: don't log the ldap admin password - it is internal only
Michael Adam
1
-3
/
+0
2012-02-16
s4-scripting: samba-tool: Fix domain info usage message
Björn Baumbach
1
-1
/
+1
2012-02-13
s4:join python code - "msDS-KeyVersionNumber" does not exist on Win2k
Matthias Dieter Wallnöfer
1
-2
/
+6
2012-02-10
tests/source: Add wafsamba/ files to list of Python files to check.
Jelmer Vernooij
1
-2
/
+16
2012-02-09
s4:join python code - perform a fallback password set operation over libnet
Matthias Dieter Wallnöfer
1
-4
/
+18
2012-02-09
s4:join python code - write the SAM account name correctly
Matthias Dieter Wallnöfer
1
-2
/
+2
2012-02-08
samba-tool sites: Re-add support for option groups
Amitay Isaacs
1
-0
/
+13
2012-02-08
samba-tool dns: Re-add support for option groups
Amitay Isaacs
1
-0
/
+60
2012-02-07
provision: Make sure target directory is created early.
Jelmer Vernooij
2
-8
/
+16
2012-02-07
samba-tool user password: Re-add support for option groups.
Jelmer Vernooij
1
-4
/
+13
2012-02-07
samba-tool: Add optiongroups, necessary for 'samba-tool domain ...'
Jelmer Vernooij
1
-6
/
+13
2012-02-07
Revert "samba-tool: moved takes_optiongroups definition to Command base class"
Jelmer Vernooij
17
-27
/
+240
2012-02-07
Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.py
Horacio G. de Oro
1
-2
/
+2
2012-01-31
s4-s3-upgrade: Check if there are duplicate sids for users and groups
Amitay Isaacs
1
-0
/
+4
2012-01-31
s4-s3-upgrade: Use lowercase hostname as hostname for provision
Amitay Isaacs
1
-1
/
+1
2012-01-24
python: Change except: statement to except Exception:
Amitay Isaacs
7
-13
/
+13
2012-01-14
KCC importldif/exportldif and intersite topology
Dave Craft
2
-376
/
+2429
[next]