summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* delegation.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
* drs_utils.py: Remove tab characters.Jelmer Vernooij2011-09-131-9/+9
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
* s4-s3-upgrade Remove upgrade_from_s3 script, use samba-tool domain samba3upgradeAndrew Bartlett2011-09-122-134/+5
* samba-tool: Add "domain samba3upgrade" subcommandAmitay Isaacs2011-09-121-1/+107
* s4-s3-upgrade: Check for duplicate sids before provisioningAmitay Isaacs2011-09-121-0/+10
* s4-provision: Fix the informational message from dns provisioningAmitay Isaacs2011-09-121-1/+1
* s4-provision: Create private dir for dns in a separate functionAmitay Isaacs2011-09-121-12/+29
* s4-s3-upgrade: Check for common user/group names before provisioningAmitay Isaacs2011-09-121-0/+10
* s4-provision: Generate appropriate named.conf file depending on dns_backendAmitay Isaacs2011-09-121-17/+31
* s4-provision: Remove dupliate creation of dns/spn_update_list filesAmitay Isaacs2011-09-121-8/+1
* s4-provision: Add named.conf template for BIND9 with DLZ supportAmitay Isaacs2011-09-121-0/+14
* s4-provision: Add Seperate instructions for BIND 9.7.x and 9.8.x.Amitay Isaacs2011-09-121-33/+53
* s4-provision: Enable SPNs for DNSAmitay Isaacs2011-09-121-3/+3
* s4:samba-tool/domain.py - rename arguments "domain" -> "domain-level", "fores...Matthias Dieter Wallnöfer2011-09-111-12/+12
* s4:samba-tool/domain.py - restore domain raise functionalityMatthias Dieter Wallnöfer2011-09-111-1/+16
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-102-0/+9
* s4-s3-upgrade Do not use python 2.6 style exceptionsAndrew Bartlett2011-09-091-2/+2
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-095-8/+5
* samba-tool: Provide feedback if synopsis is not defined for a commandAmitay Isaacs2011-09-091-1/+1
* samba-tool: max() with key option is available in python >= 2.6Amitay Isaacs2011-09-091-1/+1
* samba-tool: Correctly handle sys.exit() called from subcommandAmitay Isaacs2011-09-091-1/+3
* samba-tool: Fixed "ldapcmp" command synopsisGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Fixed "dbcheck" subcommand syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Moved _get_user_realm_domain fcn to commonGiampaolo Lauria2011-09-093-47/+29
* samba-tool: Fixed "testparm" syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Fixed "user" command syntaxGiampaolo Lauria2011-09-091-1/+2
* samba-tool: Fixed "rodc" syntaxGiampaolo Lauria2011-09-091-1/+3
* samba-tool: Fixed "ntacl" subcommands syntaxGiampaolo Lauria2011-09-091-2/+2
* samba-tool: Fixed "group" subcommands syntaxGiampaolo Lauria2011-09-091-4/+4
* samba-tool: Fixed "dsacl" command syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Fixed "drs" subcommands syntaxGiampaolo Lauria2011-09-091-8/+17
* samba-tool: Fixed "domain" subcommands syntaxGiampaolo Lauria2011-09-091-7/+8
* samba-tool: Fixed "spn" command syntaxGiampaolo Lauria2011-09-091-5/+17
* samba-tool: Fixed "delegation" command syntaxGiampaolo Lauria2011-09-091-7/+24
* samba-tool: Fixed "time" command synopsisGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Removed "acl" commandGiampaolo Lauria2011-09-092-36/+0
* samba-tool: Added "ntacl" commandGiampaolo Lauria2011-09-093-7/+13
* samba-tool: Added "dsacl" commandGiampaolo Lauria2011-09-093-5/+9
* samba-tool: Changed fsmo implementationGiampaolo Lauria2011-09-091-68/+130
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-099-8/+9
* samba-tool: Formatted subcommand list outputGiampaolo Lauria2011-09-091-1/+2
* samba-tool: Moved command definition to sambatool commandGiampaolo Lauria2011-09-092-42/+36
* samba-tool: Add long_description and epilog to Command classGiampaolo Lauria2011-09-091-1/+6
* samba-tool: Redefined samba-tool as a SuperCommandGiampaolo Lauria2011-09-092-33/+12
* samba-tool: Removed SuperCommand usage methodGiampaolo Lauria2011-09-091-7/+0
* samba-tool: Removed attribute name from Command classGiampaolo Lauria2011-09-091-21/+12
* s4-test: name attribute remove from Command class, so test not requiredAmitay Isaacs2011-09-091-6/+0
* s4-s3-upgrade do not convert min password length as a timeAndrew Bartlett2011-09-091-1/+1
* s4-param void function cannot return valueAndrew Bartlett2011-09-081-1/+2