Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-19 | samba.tests.docs: Ignore removed parameters. | Jelmer Vernooij | 1 | -0/+2 | |
2012-10-19 | samba.tests.docs: Assume docs are generated by waf. | Jelmer Vernooij | 1 | -2/+6 | |
2012-10-19 | samba.tests.docs: Write error output from xsltproc to standard out. | Jelmer Vernooij | 1 | -1/+1 | |
2012-10-19 | samba.tests.docs: Skip tests if xsltproc is not present. | Jelmer Vernooij | 1 | -5/+24 | |
2012-10-19 | smb.conf(5): Consistent spelling of parameter names. | Jelmer Vernooij | 1 | -3/+3 | |
This includes spacing and casing. | |||||
2012-10-19 | samba.tests.docs: Support spaces before synonyms. | Jelmer Vernooij | 1 | -1/+1 | |
2012-10-19 | samba.tests.docs: Support synonyms. | Jelmer Vernooij | 1 | -0/+4 | |
2012-10-19 | samba.tests.docs: Distinguish between unknown and undocumened parameters. | Jelmer Vernooij | 1 | -1/+9 | |
2012-10-19 | tests: Convert find_missing_doc into a unit test. | Jelmer Vernooij | 1 | -0/+90 | |
2012-10-18 | samba-tool user: Fix typos, improve messages. | Jelmer Vernooij | 1 | -6/+10 | |
2012-10-18 | Warn when setting UID/GID without idmap_ldb:use rfc2307 = Yes | Alexander Wuerstlein | 1 | -0/+4 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Oct 18 09:51:35 CEST 2012 on sn-devel-104 | |||||
2012-10-18 | Tests for 'samba-tool user create' with RFC2307 attributes | Alexander Wuerstlein | 2 | -8/+139 | |
Check if attributes are correctly set and read from SamDB Test automatic creation of attributes from getpwent (NSS) Check if overriding NSS attributes works getpwent will be skipped if the current UID of the user running the tests has no passwd entry (getpwuid(geteuid())). If a user with the name of the current UID already exists in the directory, the getpwent test will fail. If that should happen, the test would need to be updated to use a nonexistent UID that is visible to the Python 'pwd' module. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-10-18 | Set RFC2307 attributes in samba-tool create | Alexander Wuerstlein | 2 | -3/+58 | |
Optionally set RFC2307 (NIS Schema) attributes in samba-tool create. Mainly needed for UID mapping to be usable. Not all attributes are set-able, only harmless and non-overlapping ones (uid, uidNumber, gidNumber, loginShell, gecos). Description and homeDirectory should already be set, userPassword seems problematic. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-10-18 | provision: No longer use the wheel group in new AD Domains | Andrew Bartlett | 6 | -31/+29 | |
The issue here is that if we set S-1-5-32-544 (administrators) to a GID only, then users cannot force a mandetory profile to be owned by administrators (which is a requirement). There is no particularly useful reason for us to enforce this matching a system group. Andrew Bartlett | |||||
2012-10-17 | Removed phpldapadmin inclusion for Samba 4. | Ricky Nance | 3 | -50/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Oct 17 12:55:44 CEST 2012 on sn-devel-104 | |||||
2012-10-17 | dns_server: Try and use the dns-SERVER account if we were configured with it | Andrew Bartlett | 1 | -14/+47 | |
2012-10-16 | Revert "provision: Always create DNS user." | Stefan Metzmacher | 1 | -13/+18 | |
This reverts commit c2d14747d608d406de6410556807d467cd0b85ef. samba_upgradedns handles creates/removed the dns acount. See https://lists.samba.org/archive/samba-technical/2012-October/thread.html#87578 metze | |||||
2012-10-13 | s4-dns: Fix the comments about ignoring zones in internal server | Matthieu Patou | 1 | -1/+7 | |
Acked-By: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sat Oct 13 12:37:53 CEST 2012 on sn-devel-104 | |||||
2012-10-12 | selftest: Move more tests to common list script. | Jelmer Vernooij | 1 | -29/+0 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Fri Oct 12 02:06:42 CEST 2012 on sn-devel-104 | |||||
2012-10-11 | samba.join: Fix multiple spaces. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Oct 11 20:30:43 CEST 2012 on sn-devel-104 | |||||
2012-10-11 | selftest: Move some tests to common test script. | Jelmer Vernooij | 1 | -2/+0 | |
2012-10-11 | samba.provision.sambadns: Use == to compare strings, not 'is'. | Jelmer Vernooij | 1 | -1/+1 | |
2012-10-11 | provision: Always create DNS user. | Jelmer Vernooij | 1 | -18/+13 | |
The DNS user is currently only used by the bind9 plugin. This makes it easier to later on switch between the builtin DNS server and bind backend. In addition, ideally the internal DNS server would use that (separate) user too. Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Oct 11 17:05:40 CEST 2012 on sn-devel-104 | |||||
2012-10-09 | samba-tool: Some more unifications... | Karolin Seeger | 15 | -15/+15 | |
in the usage message. Karolin | |||||
2012-10-09 | samba-tool: skip chown in sysvolreset when it would fail on a GID | Andrew Bartlett | 2 | -13/+48 | |
This skips the chown of the files if (for example) the domain Admins group were to own the file and not be able to because the group maps only to a GID. This essentially papers over the problem, but may be enough to get us past the Samba 4.0 release. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Oct 9 15:24:44 CEST 2012 on sn-devel-104 | |||||
2012-10-09 | s4-rpc: dnsserver: Ignore DNS zones that are not used by RPC dnsserver | Amitay Isaacs | 1 | -0/+4 | |
..TrustAnchors zone is not interpreted by RPC dnsserver code. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue Oct 9 03:21:07 CEST 2012 on sn-devel-104 | |||||
2012-10-09 | s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ plugin | Amitay Isaacs | 1 | -0/+5 | |
Signed-off-by: Amitay Isaacs <amitay@gmail.com> | |||||
2012-10-08 | s4:scripting/python: add '-V' as alias for '--version' | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Oct 8 17:52:52 CEST 2012 on sn-devel-104 | |||||
2012-10-08 | s4:samba-tool: allow 'samba-tool --version' | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2012-10-08 | s4:samba-tool: use normal option parsing in SuperCommand | Stefan Metzmacher | 1 | -10/+13 | |
We use the epilog to print the subcommands. metze | |||||
2012-10-08 | s4:samba-tool: add optional epilog to _create_parser() | Stefan Metzmacher | 1 | -2/+7 | |
metze | |||||
2012-10-08 | samba-tool: Unify usage messages. | Karolin Seeger | 13 | -60/+60 | |
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Oct 8 14:26:52 CEST 2012 on sn-devel-104 | |||||
2012-10-08 | samba-tool: Clarify usage of --help. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-10-08 | samba-tool: Fix typo in usage. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-10-08 | s4-dns: fix a warning | Matthieu Patou | 1 | -2/+1 | |
Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Mon Oct 8 10:45:41 CEST 2012 on sn-devel-104 | |||||
2012-10-07 | s4-dns: Ignore zones that shouldn't be returned currently | Matthieu Patou | 1 | -1/+7 | |
RootDNSServers should never be returned (Windows DNS server don't) ..TrustAnchors should never be returned as is, (Windows returns TrustAnchors) and for the moment we don't support DNSSEC so we'd better not return this zone. | |||||
2012-10-07 | s4-join: factorize code, add info | Matthieu Patou | 1 | -5/+9 | |
2012-10-07 | s4-join: add some documentation | Matthieu Patou | 1 | -1/+11 | |
2012-10-07 | s4-repl: make dreplsrv_partition_find_for_nc return BAD_NC only | Matthieu Patou | 1 | -2/+7 | |
2012-10-07 | drsuapi: Validate the input parameters for the drsuapi_UpdateRefs function | Matthieu Patou | 1 | -0/+16 | |
2012-10-07 | drsuapi: check more carefully the validity of the NC | Matthieu Patou | 1 | -4/+11 | |
Check that both the GUID and DN are the GUID/DN of a NC if not return WERR_DS_DRA_BAD_NC | |||||
2012-10-07 | drs-replica-info: level_not_supported is wrong when we do support (partialy ↵ | Matthieu Patou | 1 | -9/+13 | |
the level) | |||||
2012-10-07 | ldap-server: sscanf result was never used to mistyped var | Matthieu Patou | 1 | -2/+1 | |
2012-10-07 | ldap-server: remove warning for the ret not being used | Matthieu Patou | 1 | -2/+1 | |
2012-10-07 | s4-drs: fix the logic to allow REPL_SECRET if the account has GET_ALL_CHANGES | Matthieu Patou | 1 | -0/+24 | |
2012-10-07 | s4-drs: EXOP_REPL_SECRETS can be called by RW DC as well | Matthieu Patou | 1 | -7/+15 | |
2012-10-07 | drs-getncchanges: do not set the highestUsn to 0 | Matthieu Patou | 1 | -1/+0 | |
Paragraph 4.1.10.5 says that if err = 0 then msgOut.pNC := msgIn.pNC msgOut.usnvecFrom := msgIn.usnvecFrom so no need to set the highestUsn to 0 | |||||
2012-10-07 | kcc: return invalid parameter if the taskId is not 0 | Matthieu Patou | 1 | -1/+3 | |
2012-10-07 | drs-crackname: if there is no sid do not return the domain | Matthieu Patou | 1 | -0/+2 | |
2012-10-07 | devel-crackname: Print if count > 0 | Matthieu Patou | 1 | -2/+5 | |