Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Add samba.tests.source, which checks Python files for copyright lines, licens... | Jelmer Vernooij | 2 | -0/+169 |
2011-09-13 | testparm.py: Use standard formatting of header. | Jelmer Vernooij | 1 | -10/+10 |
2011-09-13 | group.py: Remove tab characters. | Jelmer Vernooij | 1 | -2/+2 |
2011-09-13 | drs.py: Remove tab characters. | Jelmer Vernooij | 1 | -36/+36 |
2011-09-13 | domain.py: Remove tab characters. | Jelmer Vernooij | 1 | -12/+13 |
2011-09-13 | delegation.py: Remove tab characters. | Jelmer Vernooij | 1 | -2/+2 |
2011-09-13 | drs_utils.py: Remove tab characters. | Jelmer Vernooij | 1 | -9/+9 |
2011-09-12 | s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-09-12 | s4-s3-upgrade Remove upgrade_from_s3 script, use samba-tool domain samba3upgrade | Andrew Bartlett | 2 | -134/+5 |
2011-09-12 | samba-tool: Add "domain samba3upgrade" subcommand | Amitay Isaacs | 1 | -1/+107 |
2011-09-12 | s4-s3-upgrade: Check for duplicate sids before provisioning | Amitay Isaacs | 1 | -0/+10 |
2011-09-12 | s4-provision: Fix the informational message from dns provisioning | Amitay Isaacs | 1 | -1/+1 |
2011-09-12 | s4-provision: Create private dir for dns in a separate function | Amitay Isaacs | 1 | -12/+29 |
2011-09-12 | s4-s3-upgrade: Check for common user/group names before provisioning | Amitay Isaacs | 1 | -0/+10 |
2011-09-12 | s4-provision: Generate appropriate named.conf file depending on dns_backend | Amitay Isaacs | 1 | -17/+31 |
2011-09-12 | s4-provision: Remove dupliate creation of dns/spn_update_list files | Amitay Isaacs | 1 | -8/+1 |
2011-09-12 | s4-provision: Add named.conf template for BIND9 with DLZ support | Amitay Isaacs | 1 | -0/+14 |
2011-09-12 | s4-provision: Add Seperate instructions for BIND 9.7.x and 9.8.x. | Amitay Isaacs | 1 | -33/+53 |
2011-09-12 | s4-provision: Enable SPNs for DNS | Amitay Isaacs | 1 | -3/+3 |
2011-09-11 | s4:samba-tool/domain.py - rename arguments "domain" -> "domain-level", "fores... | Matthias Dieter Wallnöfer | 1 | -12/+12 |
2011-09-11 | s4:samba-tool/domain.py - restore domain raise functionality | Matthias Dieter Wallnöfer | 1 | -1/+16 |
2011-09-10 | lib/util/charset Run charset sets with and without the system iconv | Andrew Bartlett | 2 | -0/+9 |
2011-09-09 | s4-s3-upgrade Do not use python 2.6 style exceptions | Andrew Bartlett | 1 | -2/+2 |
2011-09-09 | samba-tool: epilog option to OptionParser available in python >= 2.6 | Amitay Isaacs | 5 | -8/+5 |
2011-09-09 | samba-tool: Provide feedback if synopsis is not defined for a command | Amitay Isaacs | 1 | -1/+1 |
2011-09-09 | samba-tool: max() with key option is available in python >= 2.6 | Amitay Isaacs | 1 | -1/+1 |
2011-09-09 | samba-tool: Correctly handle sys.exit() called from subcommand | Amitay Isaacs | 1 | -1/+3 |
2011-09-09 | samba-tool: Fixed "ldapcmp" command synopsis | Giampaolo Lauria | 1 | -1/+1 |
2011-09-09 | samba-tool: Fixed "dbcheck" subcommand syntax | Giampaolo Lauria | 1 | -1/+1 |
2011-09-09 | samba-tool: Moved _get_user_realm_domain fcn to common | Giampaolo Lauria | 3 | -47/+29 |
2011-09-09 | samba-tool: Fixed "testparm" syntax | Giampaolo Lauria | 1 | -1/+1 |
2011-09-09 | samba-tool: Fixed "user" command syntax | Giampaolo Lauria | 1 | -1/+2 |
2011-09-09 | samba-tool: Fixed "rodc" syntax | Giampaolo Lauria | 1 | -1/+3 |
2011-09-09 | samba-tool: Fixed "ntacl" subcommands syntax | Giampaolo Lauria | 1 | -2/+2 |
2011-09-09 | samba-tool: Fixed "group" subcommands syntax | Giampaolo Lauria | 1 | -4/+4 |
2011-09-09 | samba-tool: Fixed "dsacl" command syntax | Giampaolo Lauria | 1 | -1/+1 |
2011-09-09 | samba-tool: Fixed "drs" subcommands syntax | Giampaolo Lauria | 1 | -8/+17 |
2011-09-09 | samba-tool: Fixed "domain" subcommands syntax | Giampaolo Lauria | 1 | -7/+8 |
2011-09-09 | samba-tool: Fixed "spn" command syntax | Giampaolo Lauria | 1 | -5/+17 |
2011-09-09 | samba-tool: Fixed "delegation" command syntax | Giampaolo Lauria | 1 | -7/+24 |
2011-09-09 | samba-tool: Fixed "time" command synopsis | Giampaolo Lauria | 1 | -1/+1 |
2011-09-09 | samba-tool: Removed "acl" command | Giampaolo Lauria | 2 | -36/+0 |
2011-09-09 | samba-tool: Added "ntacl" command | Giampaolo Lauria | 3 | -7/+13 |
2011-09-09 | samba-tool: Added "dsacl" command | Giampaolo Lauria | 3 | -5/+9 |
2011-09-09 | samba-tool: Changed fsmo implementation | Giampaolo Lauria | 1 | -68/+130 |
2011-09-09 | samba-tool: Expanded acronym descriptions | Giampaolo Lauria | 9 | -8/+9 |
2011-09-09 | samba-tool: Formatted subcommand list output | Giampaolo Lauria | 1 | -1/+2 |
2011-09-09 | samba-tool: Moved command definition to sambatool command | Giampaolo Lauria | 2 | -42/+36 |
2011-09-09 | samba-tool: Add long_description and epilog to Command class | Giampaolo Lauria | 1 | -1/+6 |
2011-09-09 | samba-tool: Redefined samba-tool as a SuperCommand | Giampaolo Lauria | 2 | -33/+12 |