Age | Commit message (Expand) | Author | Files | Lines |
2012-03-04 | kcc: Improve formatting of Python code to be more consistent with our other c... | Jelmer Vernooij | 1 | -83/+67 |
2012-03-03 | s4:samba-tool domain level raise command - reference SAMDB object correctly | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2012-03-02 | samba-tool: dns: Add support for handling TXT records | Amitay Isaacs | 1 | -8/+50 |
2012-03-02 | samba-tool: dns: Copy string data when creating DNS_RPC_RECORD | Amitay Isaacs | 1 | -18/+23 |
2012-03-02 | provision: dns: TXT Records need a list of strings as input | Amitay Isaacs | 1 | -2/+5 |
2012-03-01 | s4-provision: Use "state directory" from lp, as it is always set | Amitay Isaacs | 1 | -2/+1 |
2012-02-27 | upgradehelpers: Simplify transaction handling. | Jelmer Vernooij | 1 | -33/+16 |
2012-02-27 | samba.xattr: Massively simplify copytree_with_xattrs. | Jelmer Vernooij | 2 | -65/+58 |
2012-02-27 | samba.xattr: Split copying of tree with extended attributes out into separate... | Jelmer Vernooij | 1 | -0/+94 |
2012-02-27 | provision: Write configuration without help of templates. | Jelmer Vernooij | 1 | -38/+34 |
2012-02-26 | provision: Simplify make_smbconf a bit. | Jelmer Vernooij | 2 | -18/+19 |
2012-02-26 | provision: Fix order for error formatting. | Jelmer Vernooij | 1 | -2/+2 |
2012-02-26 | provision: Raise proper error when shares are missing rather than AssertionEr... | Jelmer Vernooij | 1 | -11/+14 |
2012-02-26 | provision: Share more code for determine_netbios_name() with samba.valid_netb... | Jelmer Vernooij | 2 | -14/+10 |
2012-02-26 | provision/backend: Properly close all opened files. | Jelmer Vernooij | 1 | -11/+36 |
2012-02-26 | provision: Properly close opened files. | Jelmer Vernooij | 1 | -6/+14 |
2012-02-26 | provision: Reuse determine_netbios_name. | Jelmer Vernooij | 1 | -8/+1 |
2012-02-26 | provision: Add tests for determine_netbios_name. | Jelmer Vernooij | 1 | -0/+9 |
2012-02-26 | provision: Factor out determination of new netbios name. | Jelmer Vernooij | 1 | -8/+13 |
2012-02-26 | join: Don't print provision results when they're just noise. | Jelmer Vernooij | 1 | -11/+9 |
2012-02-26 | provision: Split out result reporting for backends. | Jelmer Vernooij | 3 | -28/+62 |
2012-02-26 | provision: Put adminpass details in ProvisionResult. | Jelmer Vernooij | 2 | -22/+37 |
2012-02-26 | provision/tests: Test for phpldapadminconfig path. | Jelmer Vernooij | 2 | -4/+22 |
2012-02-26 | provision: Leave result reporting up to caller. | Jelmer Vernooij | 5 | -11/+17 |
2012-02-25 | provision: Start splitting out provision result reporting from actual provisi... | Jelmer Vernooij | 2 | -17/+63 |
2012-02-25 | provision: Properly close ldb transactions. | Jelmer Vernooij | 1 | -13/+18 |
2012-02-25 | 'samba-tool gpo': Properly close transaction. | Jelmer Vernooij | 1 | -4/+4 |
2012-02-25 | ntacl: There is no 'secrets database' configuration option. | Jelmer Vernooij | 1 | -1/+1 |
2012-02-25 | Factor out sanitize_server_role. | Jelmer Vernooij | 2 | -25/+57 |
2012-02-25 | Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4 | Jelmer Vernooij | 7 | -32/+34 |
2012-02-25 | provision: Remove unused imports. | Jelmer Vernooij | 1 | -7/+4 |
2012-02-23 | s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209 | Andrew Bartlett | 1 | -3/+3 |
2012-02-21 | s4-provision: dns: Add txt DNS record | Amitay Isaacs | 1 | -0/+9 |
2012-02-21 | s4-provision: dns: Do not re-calculate ntdsguid, use from names | Amitay Isaacs | 1 | -15/+1 |
2012-02-21 | s4-provision: dns: Refactor population of dns data code | Amitay Isaacs | 1 | -56/+98 |
2012-02-21 | samba-tool: dns: Update the copyright | Amitay Isaacs | 1 | -1/+1 |
2012-02-21 | samba-tool: dns: Fix the output display of DNS records | Amitay Isaacs | 1 | -2/+3 |
2012-02-21 | samba-tool: dns: Add extra references for string objects as workaround | Amitay Isaacs | 1 | -8/+17 |
2012-02-21 | samba-tool: dns: Add support to add/update/delete MX and SRV records | Amitay Isaacs | 1 | -44/+47 |
2012-02-21 | samba-tool: dns: Convert dns data into a dns record for comparison | Amitay Isaacs | 1 | -5/+33 |
2012-02-21 | samba-tool: dns: Convert dns data in a string to DNS record | Amitay Isaacs | 1 | -0/+48 |
2012-02-21 | samba-tool: dns: Add MXRecord type to add/update mx records | Amitay Isaacs | 1 | -0/+14 |
2012-02-18 | s4-python: Various formatting fixes. | Jelmer Vernooij | 9 | -59/+42 |
2012-02-18 | samba.web_server: Fix use of whitespace. | Jelmer Vernooij | 1 | -1/+1 |
2012-02-17 | s4:samba-tool fsmo * - fix missing "takes_optiongroups" | Matthias Dieter Wallnöfer | 1 | -0/+12 |
2012-02-16 | s4:provision: only print the adminpass if it was generated (not user-provided) | Michael Adam | 1 | -1/+5 |
2012-02-16 | s4:provision: generate the adminpass provision() instead of provision_fill() | Michael Adam | 1 | -2/+3 |
2012-02-16 | s4:provision: don't log the ldap admin password - it is internal only | Michael Adam | 1 | -3/+0 |
2012-02-16 | s4-scripting: samba-tool: Fix domain info usage message | Björn Baumbach | 1 | -1/+1 |
2012-02-13 | s4:join python code - "msDS-KeyVersionNumber" does not exist on Win2k | Matthias Dieter Wallnöfer | 1 | -2/+6 |