Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-19 | smb.conf(5): Mark four removed parameters as such. | Jelmer Vernooij | 4 | -2/+6 | |
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 | 4 | -85/+92 | |
2012-10-19 | smb.conf(5): Fix mixing of tabs and spaces. | Jelmer Vernooij | 12 | -28/+28 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'nsupdate command'. | Jelmer Vernooij | 1 | -0/+13 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'afs token lifetime'. | Jelmer Vernooij | 1 | -0/+16 | |
2012-10-18 | smb.conf(5): Add 'ldap password sync' as synonym for 'ldap passwd sync'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-10-18 | smb.conf(5): Add 'socket address' as alias for 'nbt client socket address'. | Jelmer Vernooij | 1 | -0/+1 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls dh params file'. | Jelmer Vernooij | 1 | -0/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls enabled'. | Jelmer Vernooij | 1 | -0/+11 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls crlfile'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls certfile'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls keyfile'. | Jelmer Vernooij | 2 | -2/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'tls cafile'. | Jelmer Vernooij | 1 | -0/+20 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'log nt token command'. | Jelmer Vernooij | 1 | -0/+14 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'ntp signd socket directory'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'spn update command'. | Jelmer Vernooij | 1 | -0/+14 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'allow dns updates'. | Jelmer Vernooij | 1 | -0/+18 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'rndc command'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'dns update command'. | Jelmer Vernooij | 1 | -0/+15 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'server services'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'samba kcc command'. | Jelmer Vernooij | 1 | -0/+19 | |
2012-10-18 | samba-tool user: Fix typos, improve messages. | Jelmer Vernooij | 1 | -6/+10 | |
2012-10-18 | smb.conf(5): Add basic documentation 'winbind sealed pipes'. | Jelmer Vernooij | 1 | -0/+16 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'dns forwarder'. | Jelmer Vernooij | 1 | -0/+17 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'ntvfs handler'. | Jelmer Vernooij | 1 | -0/+16 | |
2012-10-18 | smb.conf(5): Add : to idmap config description to mark it as parametric. | Jelmer Vernooij | 2 | -2/+2 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'winbindd privileged socket directory'. | Jelmer Vernooij | 1 | -0/+14 | |
2012-10-18 | smb.conf(5): Add basic documentation for 'winbindd socket directory'. | Jelmer Vernooij | 1 | -0/+13 | |
2012-10-18 | smb.conf(5): Extend 'server min protocol' description. | Jelmer Vernooij | 1 | -1/+6 | |
2012-10-18 | build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtin | Andrew Bartlett | 1 | -0/+6 | |
These modules are used by default and for various reasons cannot be compiled into a .so The code setting up these lists is generic, so it is easier to just assert early, for this non-default configuration. Andrew Bartlett Signed-off-by: Andreas Schneider <asn@samba.org> Address bug #9295 - Can't find guest.so module if auth_builtin is built as module. Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Thu Oct 18 13:14:38 CEST 2012 on sn-devel-104 | |||||
2012-10-18 | BUG #9295: Build standard auth modules as internal modules. | Andreas Schneider | 1 | -8/+4 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
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 | s3:smbd: fix brace placements in validate_my_share_entries() for readability | Michael Adam | 1 | -2/+4 | |
according to coding guidelines Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Oct 17 14:37:58 CEST 2012 on sn-devel-104 | |||||
2012-10-17 | s3:smbd: also log the "offline" flag when debugging the dos-mode | Michael Adam | 1 | -0/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
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-17 | ccan: check for all the used config.h defines | Rusty Russell | 2 | -0/+37 | |
In particular, not checking for byteswap.h meant we defined duplicates: https://bugzilla.samba.org/show_bug.cgi?id=9286 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Oct 17 01:55:14 CEST 2012 on sn-devel-104 | |||||
2012-10-16 | libcli/dns: Time out requests after a while | Kai Blin | 1 | -0/+8 | |
Time out UDP requests after DNS_REQUEST_TIMEOUT seconds. Currently set to 2 seconds. This should fix bug #8878. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Oct 16 12:58:32 CEST 2012 on sn-devel-104 | |||||
2012-10-16 | selftest/knownfail: add samba3.rpc.lsa.privileges.lsa.Privileges | Stefan Metzmacher | 1 | -0/+1 | |
This failed more than 20 times in the last few weeks, e.g. https://git.samba.org/autobuild.flakey/2012-10-16-0629/samba3.stdout https://git.samba.org/autobuild.flakey/2012-10-16-0829/samba3.stdout [530/717 in 14m32s] samba3.rpc.lsa.privileges(s3dc) Using seed 1350368974 Testing OpenPolicy Testing OpenPolicy2 Testing CreateAccount Testing Delete Testing DeleteObject Testing EnumAccounts Testing LookupSids Testing LookupNames with 7 names LookupName of sharesec_user was unmapped LookupName of Everyone failed to return a result UNEXPECTED(failure): samba3.rpc.lsa.privileges.lsa.Privileges(s3dc) REASON: _StringException: _StringException: ../source4/torture/rpc/lsa.c:319: r.out.result was STATUS_SOME_UNMAPPED, expected NT_STATUS_OK: LookupNames failed FAILED (1 failures, 0 errors and 0 unexpected successes in 0 testsuites) metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Oct 16 10:43:02 CEST 2012 on sn-devel-104 | |||||
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 |