Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-11 | auth: Remove "password level" | Andrew Bartlett | 1 | -48/+0 | |
We now only lowercase the password, we do not attempt to find another case combination that the password might be in. This option is already depricated, so it is now time to remove it. Andrew Bartlett Reviewed-by: Simo Sorce <idra@samba.org> | |||||
2013-06-01 | docs: Avoid mentioning a possibly misleading option. | Michael Wood | 1 | -2/+2 | |
Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2013-05-17 | docs/rpcdaemon: some formating fixes | Björn Jacke | 1 | -10/+16 | |
Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104 | |||||
2013-05-14 | doc-xml/smbdotconf: fix server [min|max] protocol documentation | Stefan Metzmacher | 2 | -11/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-05-10 | docs: smb.conf: fix max read/write/trans default values (bug #9871) | Björn Baumbach | 3 | -6/+15 | |
Commit 6d128aac119d948f0ecb0dcf6b400b4eb4027fe6 has increased the limit: "s3:smb2_server increase defaults for read/write/trans sizes to 1MB" Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 10 23:14:50 CEST 2013 on sn-devel-104 | |||||
2013-05-07 | Fix up the man pages to explain that "store dos attributes" overrides them. | Jeremy Allison | 5 | -2/+26 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 7 01:24:54 CEST 2013 on sn-devel-104 | |||||
2013-04-05 | doc: Document performance impact of "hide unxx" parameters | Volker Lendecke | 2 | -0/+6 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Apr 5 18:40:58 CEST 2013 on sn-devel-104 | |||||
2013-03-12 | s3: remove some dead code (for setdir command) | Christian Ambach | 1 | -19/+0 | |
set dir seems to have been a special SMB command used by Pathworks clients the supporting code for it was already removed in 2007, so just remove all remnants related to it (smb.conf parameter, documentation, ...) Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104 | |||||
2013-03-06 | Documentation: Add a warning to "socket options" | Scott Lovenberg | 1 | -0/+17 | |
Add a warning to the "socket options" section of the smb.conf man page that changing socket options can be dangerous to performance. Hopefully this will cut down on users reporting poor performance after changing socket options. Signed-off-by: Scott Lovenberg <scott.lovenberg@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 4 | -5/+5 | |
Since we open with dbwrap, it auto-converts old tdbs (which it will rename to secrets.tdb.bak once it's done). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Feb 20 07:09:19 CET 2013 on sn-devel-104 | |||||
2013-02-20 | param: 'use ntdb' flag (off by default). | Rusty Russell | 1 | -0/+23 | |
For simplicity, we use this in the caller to choose between filenames. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2013-02-18 | docs: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Signed-off-by: Karolin Seeger <kseeger@samba.org> | |||||
2013-02-14 | docs: fix typo in serverrole.xml | Samba-JP oota | 1 | -1/+1 | |
Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Feb 14 18:43:57 CET 2013 on sn-devel-104 | |||||
2013-02-06 | docs: Add missing ")". | Samba-JP oota | 1 | -1/+1 | |
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Feb 6 10:47:11 CET 2013 on sn-devel-104 | |||||
2013-01-15 | smb.conf(5): client min protocol: add hint at list of available protocols | Björn Baumbach | 2 | -10/+13 | |
And fix the format. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> | |||||
2013-01-15 | smb.conf(5): server min protocol: add hint at list of available protocols | Björn Baumbach | 1 | -7/+10 | |
And fix the format. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> | |||||
2012-12-05 | Documentation fixes for bug #9462 - Users can not be given write permissions ↵ | Jeremy Allison | 8 | -36/+4 | |
any more by default Ensure we don't apply the masks + force modes on security setting changes, only on create. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-11-13 | smbd: Remove NT4 compatability handling in posix -> NT ACL conversion | Andrew Bartlett | 1 | -17/+0 | |
NT4 is long dead, and we should not change which ACL we return based on what we think the client is. The reason we should not do this, is that if we are using vfs_acl_xattr then the hash will break if we do. Additionally, it would require that the python VFS interface set the global remote_arch to fake up being a modern client. This instead seems cleaner and removes untested code (the tests are updated to then handle the results of the modern codepath). The supporting 'acl compatability' parameter is also removed. Andrew Bartlett Reviewed by: Jeremy Allison <jra@samba.org> | |||||
2012-10-19 | smb.conf(5): Mark four removed parameters as such. | Jelmer Vernooij | 4 | -2/+6 | |
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 | 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-08 | docs: fix opening and ending tag mismatch: para | Björn Baumbach | 1 | -4/+4 | |
in forcedirectorysecuritymode.xml. | |||||
2012-10-08 | docs: fix opening and ending tag mismatch: para | Björn Baumbach | 1 | -4/+4 | |
in directorysecuritymask.xml. | |||||
2012-10-04 | Remove the parameters: | Jeremy Allison | 8 | -133/+33 | |
security mask force security mode directory security mask force directory security mode and update the docs. | |||||
2012-10-04 | docs: Remove duplicate synonym min protocol. | Karolin Seeger | 1 | -1/+0 | |
Karolin | |||||
2012-10-03 | Correct fix for bug #9222 - smbd ignores the "server signing = no" setting ↵ | Jeremy Allison | 1 | -6/+11 | |
for SMB2. Signing cannot be disabled for SMB2 by design, so fix the documentation instead. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Oct 3 23:47:23 CEST 2012 on sn-devel-104 |