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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4 provision: Add some of the AD-specific DNS records to the directory
Kai Blin
2011-07-07
2
-8
/
+235
*
s4 provision: split up DNS provisioning into generic and samba-specific ldifs
Kai Blin
2011-07-07
1
-2
/
+10
*
s4-dbcheck: support the 'none' option for prompts
Andrew Tridgell
2011-07-05
1
-2
/
+10
*
s4-pycommon: support 'none' as an option in confirm
Andrew Tridgell
2011-07-05
1
-7
/
+20
*
dbcheck: only use a paged search when checking a ldap database
Andrew Tridgell
2011-07-05
1
-1
/
+1
*
dbcheck: check for unknown attributes and offer to remove them
Andrew Tridgell
2011-07-05
1
-3
/
+46
*
s4-pycommon: allow an optional 'all' choice for confirm dialogs
Andrew Tridgell
2011-07-05
1
-3
/
+9
*
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
Stefan Metzmacher
2011-06-24
2
-0
/
+269
*
s4:python/samba/samdb: add toggle_userAccountFlags() helper function
Stefan Metzmacher
2011-06-24
1
-10
/
+35
*
param: Remove remaining references to announce as and announce version
Andrew Bartlett
2011-06-24
1
-2
/
+0
*
s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatch
Matthieu Patou
2011-06-22
1
-2
/
+3
*
s4-dbcheck: remove unused include
Matthieu Patou
2011-06-22
1
-1
/
+1
*
dbchecker: cope with a broken link to Deleted Objects
Andrew Tridgell
2011-06-22
1
-2
/
+9
*
dbchecker: fixed argument error for -H and DN
Andrew Tridgell
2011-06-22
1
-1
/
+1
*
dbchecker: when fixing a bad GUID in a DN, search by the string DN
Andrew Tridgell
2011-06-22
1
-1
/
+1
*
samba-tool: added --attrs option to dbcheck
Andrew Tridgell
2011-06-22
2
-8
/
+15
*
samba-tool: make the dbcheck class available outside of samba-tool
Andrew Tridgell
2011-06-22
2
-285
/
+324
*
samba-tool: added --quiet option to dbcheck
Andrew Tridgell
2011-06-22
1
-35
/
+43
*
samba-tool: allow for running dbcheck against a remove ldap server
Andrew Tridgell
2011-06-22
1
-5
/
+14
*
samba-tool: expanded dbcheck DN checking
Andrew Tridgell
2011-06-22
1
-21
/
+104
*
samba-tool: added missing GUID component checks to dbcheck
Andrew Tridgell
2011-06-22
1
-4
/
+93
*
pydsdb: added get_syntax_oid_from_lDAPDisplayName()
Andrew Tridgell
2011-06-22
1
-0
/
+5
*
samba-tool: try to keep dbcheck.py in a logical ordering
Andrew Tridgell
2011-06-22
1
-29
/
+38
*
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
2011-06-20
1
-2
/
+5
*
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2011-06-19
2
-10
/
+36
*
s4-samba-tool: remove unused imports
Matthieu Patou
2011-06-19
1
-2
/
+1
*
s4-samba-tool: use correct object notation ie. obj.method rather than method(...
Matthieu Patou
2011-06-19
1
-37
/
+31
*
s4-sambatool: use correct way to call class methods
Matthieu Patou
2011-06-19
1
-53
/
+54
*
s4-upgradeprovision: improve message output
Matthieu Patou
2011-06-19
1
-1
/
+1
*
s4-provision: Remove hard coded SD for CN=Sites container
Matthieu Patou
2011-06-19
1
-15
/
+0
*
s4-upgradeprovision: handle the fact that oEMInformation might not be present
Matthieu Patou
2011-06-19
1
-2
/
+5
*
s4-python: make checks of sacl in get_diff_sddls optionnal
Matthieu Patou
2011-06-19
1
-2
/
+6
*
s4-upgradeprovision: introduce invocation id in lastprovisionUSNs
Matthieu Patou
2011-06-19
1
-17
/
+39
*
s4-python: fix wrong discovery of the site name in find_key_provision_parameters
Matthieu Patou
2011-06-19
1
-1
/
+1
*
s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent (group,...
Matthieu Patou
2011-06-19
1
-16
/
+20
*
samba-tool: exit with non-zero status on dbcheck failure
Andrew Tridgell
2011-06-17
1
-1
/
+3
*
samba-tool: show success message on group operations
Andrew Tridgell
2011-06-17
1
-0
/
+4
*
s4-pysamdb: fixed the normalisation of grouptype in group add
Andrew Tridgell
2011-06-17
1
-1
/
+7
*
samba-tool: report total error count and suggest --fix if needed
Andrew Tridgell
2011-06-17
1
-3
/
+10
*
samba-tool: added attribute normalisation checks
Andrew Tridgell
2011-06-17
1
-3
/
+53
*
s4-pydsdb: added dsdb_normalise_attributes() call
Andrew Tridgell
2011-06-17
1
-0
/
+5
*
samba-tool: disable validation on removing an empty attribute in dbcheck
Andrew Tridgell
2011-06-14
1
-1
/
+1
*
s4-samba-tool: added dbcheck commmand
Andrew Tridgell
2011-06-10
2
-0
/
+125
*
samba-tool: added --local option to drs replicate command
Andrew Tridgell
2011-06-09
1
-1
/
+39
*
s4-ipv6: don't default to 127.0.0.1 in provision
Andrew Tridgell
2011-06-09
1
-5
/
+8
*
s4-provision: fixed detection of V4/V6 addresses
Andrew Tridgell
2011-06-07
1
-2
/
+29
*
s4-param Remove 'modules dir'
Andrew Bartlett
2011-06-06
1
-2
/
+3
*
s4-param Remove 'sid generator'
Andrew Bartlett
2011-06-06
2
-7
/
+5
*
s4-param Remove 'idmap database'
Andrew Bartlett
2011-06-06
2
-3
/
+2
*
s4-param Remove 'secrets database' parameter
Andrew Bartlett
2011-06-06
1
-2
/
+1
[next]