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
2011-06-19
s4-upgradeprovision: improve message output
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovision: skip versionNumber, it's used by GPO
Matthieu Patou
1
-0
/
+1
2011-06-19
s4-provision: Remove hard coded SD for CN=Sites container
Matthieu Patou
1
-15
/
+0
2011-06-19
s4-upgradeprovision: deltaattr can be empty or none too
Matthieu Patou
1
-8
/
+8
2011-06-19
s4-upgradeprovision: handle the fact that oEMInformation might not be present
Matthieu Patou
1
-2
/
+5
2011-06-19
s4-upgradeprovision: Rework completly how SDs are recalculated
Matthieu Patou
1
-66
/
+99
2011-06-19
s4-python: make checks of sacl in get_diff_sddls optionnal
Matthieu Patou
1
-2
/
+6
2011-06-19
s4-upgradeprovision: remove useless comment
Matthieu Patou
1
-1
/
+0
2011-06-19
s4-upgradeprovision: ignore objectSid
Matthieu Patou
1
-2
/
+3
2011-06-19
s4-upgradeprovision: add a list of attribute that are not DSDB attribute that...
Matthieu Patou
1
-0
/
+4
2011-06-19
s4-upgradeprovision: if there is nothing to really modify then skip it
Matthieu Patou
1
-0
/
+3
2011-06-19
s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove t...
Matthieu Patou
1
-0
/
+3
2011-06-19
s4-upgradeprovision: change hashAttrNotCopied to be an array
Matthieu Patou
1
-26
/
+22
2011-06-19
s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags control
Matthieu Patou
1
-3
/
+4
2011-06-19
s4-upgradeprovision: remove useless code
Matthieu Patou
1
-3
/
+0
2011-06-19
s4-upgradeprovision: don't print dn in the list of modified attributes
Matthieu Patou
1
-1
/
+2
2011-06-19
s4-upgradeprovision: clean up, reformating and update docs
Matthieu Patou
1
-9
/
+8
2011-06-19
s4-upgradeprovision: introduce invocation id in lastprovisionUSNs
Matthieu Patou
2
-29
/
+73
2011-06-19
s4-upgradeprovision: add function to know if attribute is replicated or not
Matthieu Patou
1
-0
/
+20
2011-06-19
s4-upgradeprovision: split update_present in two functions depending on the m...
Matthieu Patou
1
-130
/
+171
2011-06-19
s4-upgradeprovision: handle_special_attributes don't really need ranges of US...
Matthieu Patou
1
-5
/
+6
2011-06-19
s4-python: fix wrong discovery of the site name in find_key_provision_parameters
Matthieu Patou
1
-1
/
+1
2011-06-19
s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...
Matthieu Patou
1
-16
/
+20
2011-06-19
s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the same
Matthieu Patou
1
-1
/
+1
2011-06-17
samba-tool: exit with non-zero status on dbcheck failure
Andrew Tridgell
1
-1
/
+3
2011-06-17
samba-tool: show success message on group operations
Andrew Tridgell
1
-0
/
+4
2011-06-17
s4-pysamdb: fixed the normalisation of grouptype in group add
Andrew Tridgell
1
-1
/
+7
2011-06-17
samba-tool: report total error count and suggest --fix if needed
Andrew Tridgell
1
-3
/
+10
2011-06-17
samba-tool: added attribute normalisation checks
Andrew Tridgell
1
-3
/
+53
2011-06-17
s4-pydsdb: added dsdb_normalise_attributes() call
Andrew Tridgell
1
-0
/
+5
2011-06-14
samba-tool: disable validation on removing an empty attribute in dbcheck
Andrew Tridgell
1
-1
/
+1
2011-06-10
s4-samba-tool: added dbcheck commmand
Andrew Tridgell
2
-0
/
+125
2011-06-09
samba-tool: added --local option to drs replicate command
Andrew Tridgell
1
-1
/
+39
2011-06-09
s4-ipv6: don't default to 127.0.0.1 in provision
Andrew Tridgell
1
-5
/
+8
2011-06-07
s4-dns: fixed samba_tool -> samba-tool
Andrew Tridgell
1
-1
/
+1
2011-06-07
s4-provision: fixed detection of V4/V6 addresses
Andrew Tridgell
1
-2
/
+29
2011-06-06
s4-param Remove 'modules dir'
Andrew Bartlett
1
-2
/
+3
2011-06-06
s4-param Remove 'sid generator'
Andrew Bartlett
2
-7
/
+5
2011-06-06
s4-param Remove 'idmap database'
Andrew Bartlett
2
-3
/
+2
2011-06-06
s4-param Remove 'secrets database' parameter
Andrew Bartlett
2
-3
/
+2
2011-06-06
s4-param Remove 'sam database' parameter
Andrew Bartlett
5
-8
/
+7
2011-06-06
s4-script: install some of the samba scripts in bin/ during build
Andrew Tridgell
2
-0
/
+7
2011-06-06
s4-testparm: testparm is now part of samba_tool
Andrew Tridgell
3
-222
/
+1
2011-06-06
s4-ipv6: don't add link local addresses to DNS
Andrew Tridgell
1
-1
/
+3
2011-06-06
s4-ipv6: added IPv6 support to samba_dnsupdate
Andrew Tridgell
1
-7
/
+31
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
1
-1
/
+1
2011-06-06
s4-gpo: fixed display of GPO version numbers
Andrew Tridgell
1
-1
/
+1
2011-06-02
samba3sam.py: don't assume order of ldb results.
Rusty Russell
1
-142
/
+164
2011-06-01
samba-tool: improved error handling in user setexpiry
Andrew Tridgell
2
-1
/
+9
2011-06-01
samba-tool: improved user enable error handling
Andrew Tridgell
2
-1
/
+8
[prev]
[next]