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-07-05
s4-pycommon: allow an optional 'all' choice for confirm dialogs
Andrew Tridgell
1
-3
/
+9
2011-06-30
rebuildexetendeddn: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-66
/
+61
2011-06-30
rpcclient: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-45
/
+45
2011-06-30
smbstatus: PEP8: Use spaces rather than tabs.
Jelmer Vernooij
1
-38
/
+38
2011-06-30
mischema: Remove unused import.
Jelmer Vernooij
1
-1
/
+0
2011-06-30
enablerecyclebin: Remove unused imports, fix formatting.
Jelmer Vernooij
1
-5
/
+3
2011-06-24
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
Stefan Metzmacher
2
-0
/
+269
2011-06-24
s4:python/samba/samdb: add toggle_userAccountFlags() helper function
Stefan Metzmacher
1
-10
/
+35
2011-06-24
param: Remove remaining references to announce as and announce version
Andrew Bartlett
1
-2
/
+0
2011-06-22
s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatch
Matthieu Patou
1
-2
/
+3
2011-06-22
s4-dbcheck: remove unused include
Matthieu Patou
1
-1
/
+1
2011-06-22
s4-samba_dnsupdate: set environment via the env parameter
Matthieu Patou
1
-1
/
+1
2011-06-22
s4-upgradeprovision: Don't forget to populate the non replicated objects, and...
Matthieu Patou
1
-2
/
+4
2011-06-22
dbchecker: cope with a broken link to Deleted Objects
Andrew Tridgell
1
-2
/
+9
2011-06-22
dbchecker: fixed argument error for -H and DN
Andrew Tridgell
1
-1
/
+1
2011-06-22
dbchecker: when fixing a bad GUID in a DN, search by the string DN
Andrew Tridgell
1
-1
/
+1
2011-06-22
samba-tool: added --attrs option to dbcheck
Andrew Tridgell
2
-8
/
+15
2011-06-22
samba-tool: make the dbcheck class available outside of samba-tool
Andrew Tridgell
2
-285
/
+324
2011-06-22
samba-tool: added --quiet option to dbcheck
Andrew Tridgell
1
-35
/
+43
2011-06-22
samba-tool: allow for running dbcheck against a remove ldap server
Andrew Tridgell
1
-5
/
+14
2011-06-22
samba-tool: expanded dbcheck DN checking
Andrew Tridgell
1
-21
/
+104
2011-06-22
samba-tool: added missing GUID component checks to dbcheck
Andrew Tridgell
1
-4
/
+93
2011-06-22
pydsdb: added get_syntax_oid_from_lDAPDisplayName()
Andrew Tridgell
1
-0
/
+5
2011-06-22
samba-tool: try to keep dbcheck.py in a logical ordering
Andrew Tridgell
1
-29
/
+38
2011-06-20
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
1
-2
/
+5
2011-06-20
s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...
Matthieu Patou
1
-0
/
+14
2011-06-19
s4: create script to find provision ranges for old provision without this inf...
Matthieu Patou
1
-0
/
+174
2011-06-19
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2
-10
/
+36
2011-06-19
s4-samba-tool: remove unused imports
Matthieu Patou
1
-2
/
+1
2011-06-19
s4-samba-tool: use correct object notation ie. obj.method rather than method(...
Matthieu Patou
1
-37
/
+31
2011-06-19
s4-sambatool: use correct way to call class methods
Matthieu Patou
1
-53
/
+54
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
[next]