summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Expand)AuthorFilesLines
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+0
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij13-88/+104
2011-10-13samba-tool delegation: Use self.outf, simplify some code.Jelmer Vernooij1-14/+8
2011-10-13samba.getopt: Refactor parsing of --kerberos argument into separate function.Jelmer Vernooij1-13/+16
2011-10-13samba-tools/testparm: Add really basic unit test, demonstrating how to write ...Jelmer Vernooij1-0/+29
2011-10-13netcmd: Add Command.get_logger() method.Jelmer Vernooij3-5/+8
2011-10-13netcmd: Add errf stream to command instances.Jelmer Vernooij1-7/+7
2011-10-13samba-tool/testparm: Fix traceback when checking client name/ip against hosts...Jelmer Vernooij1-2/+2
2011-10-13samba-tool/testparm: Fix handling of command-line options.Jelmer Vernooij1-26/+29
2011-10-12samba.upgrade: Use list comprehension.Jelmer Vernooij1-4/+4
2011-10-12samba.getopt: Allow --kerberos=auto, and fix exception name if an unknownJelmer Vernooij1-1/+4
2011-10-11s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam failsAndrew Bartlett1-1/+1
2011-10-08netcmd/domain: Remove unused imports.Jelmer Vernooij1-2/+2
2011-10-08netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij1-9/+8
2011-10-08upgrade: Avoid catching all exceptions, just catch the ones we care about.Jelmer Vernooij1-11/+9
2011-10-07s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher1-1/+1
2011-10-06samba-tool: add support for fixing broken backlinks in dbcheckAndrew Tridgell1-20/+32
2011-10-04s4-subdomain: create trust record with forest root DCAndrew Tridgell1-7/+33
2011-10-04s4-join: enable cleanup on failed joinAndrew Tridgell1-1/+1
2011-10-04dns: added example python script for dnsserver protocolAndrew Tridgell1-0/+89
2011-10-04samba-tool: cope with GC compares in ldapcmpAndrew Tridgell1-3/+5
2011-10-04samba-tool: added --full-sync and --sync-all options to samba-tool drs replicateAndrew Tridgell1-3/+9
2011-10-04s4-dbchecker: fixed handling of DSDB DNs in dbcheckAndrew Tridgell1-1/+1
2011-09-22s4-dbcheck: fixed transaction nesting in dbcheckAndrew Tridgell1-2/+6
2011-09-22samba-tool: use show_recycled in dbcheckerAndrew Tridgell1-13/+16
2011-09-19pyldb: fixed places where we try to concatenate a Dn with a stringAndrew Tridgell2-6/+6
2011-09-19s4-provision: use get_config_basedn() in DNS setupAndrew Tridgell1-1/+1
2011-09-19samba-tool: use get_config_basedn() to get configuration NC DNAndrew Tridgell2-9/+7
2011-09-19s4-provision Add initial support for joining as a new subdomainAndrew Bartlett2-133/+154
2011-09-16s4:upgrade_from_s3 - old s3 versions < 3.4.x don't have a "state directory" p...Matthias Dieter Wallnöfer1-1/+5
2011-09-13s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviourAndrew Bartlett2-13/+13
2011-09-13s4:upgrade_from_s3 - restore "get_testparm_var" methodMatthias Dieter Wallnöfer1-1/+4
2011-09-13s4-subdomain: match windows form for trustAuthInOutBlobAndrew Tridgell1-11/+3
2011-09-13s4-subdomain: fixed domain guid choice for subdomain joinAndrew Tridgell1-4/+13
2011-09-13s4-subdomain: don't delete account DN not created in subdomain joinAndrew Tridgell1-5/+8
2011-09-13s4-subdomain: use a password length of 128Andrew Tridgell1-1/+1
2011-09-13s4-join: fixed non-subdomain joinAndrew Tridgell1-0/+2
2011-09-13s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell2-14/+18
2011-09-13s4-subdomain more work on sub-domain joinAndrew Bartlett1-49/+267
2011-09-13s4-join Add a partitions DN when we join a subdomainAndrew Bartlett1-0/+16
2011-09-13s4-provision Perform 'modify' operations as systemAndrew Bartlett1-5/+13
2011-09-13s4-join supply the NTDS GUID to the provisionAndrew Bartlett1-1/+1
2011-09-13s4-provision Split addition of users and well known principalsAndrew Bartlett1-6/+11
2011-09-13s4-provision Add initial support for joining as a new subdomainAndrew Bartlett3-277/+406
2011-09-13s4-python: Fix some formatting issues.Jelmer Vernooij5-37/+56
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij24-78/+149
2011-09-13Add samba.tests.source, which checks Python files for copyright lines, licens...Jelmer Vernooij1-0/+168
2011-09-13testparm.py: Use standard formatting of header.Jelmer Vernooij1-10/+10
2011-09-13group.py: Remove tab characters.Jelmer Vernooij1-2/+2
2011-09-13drs.py: Remove tab characters.Jelmer Vernooij1-36/+36