summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16s3:doc manpage for "net connections cleanup"Gregor Beck1-0/+39
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett1-17/+0
We no longer do struct smb_acl_t manipuations via the VFS layer, which is now reduced to handling the get/set functions. The only backend that implemented these functions (aside from audit) was the vfs_default module calling the sys_acl code. The various ACL implementation modules either worked on the fully initilaised smb_acl_t object or on NT ACLs. This not only makes the operation of the posix ACL code more efficient (as allocation and free is not put via the VFS), it makes it easier to test and removes the fantasy that a module could safely redefine this structure or the behaviour here. The smb_acls.idl now defines the structure, and it is now allocated with talloc. These operations were originally added to the VFS in commit 3bb219161a270f12c27c3bc7e1220829c6e9f284. Andrew Bartlett
2012-08-07media_harmony VFS module: Add and build by default.Andrew Klaassen1-0/+142
- Supersedes previous patch. - Added various fixes for fake mtime functionality. - Now requires lp_cache_locked_write_times patch (bug 8912). - Removed various xattr functions to comply with recent VFS changes. - Changed SMB_STRUCT_DIR to DIR and SMB_STRUCT_DIRENT to struct dirent to comply with recent VFS changes. - Added manpage. - Added sample trigger_avid_update.py script. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Tue Aug 7 15:16:39 CEST 2012 on sn-devel-104
2012-08-03docs-xml: fix pid directory exampleBjörn Baumbach1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Aug 3 10:30:37 CEST 2012 on sn-devel-104
2012-08-03docs-xml: fix dfree cache time exampleBjörn Baumbach1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ↵Andrew Bartlett1-8/+6
role This parameter is only used in our NBT client code and in nmbd as a fallback when we fail to select a better interface from "interfaces" to use directly. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104
2012-07-27docs: Mark "socket address" as deprecatedAndrew Bartlett1-0/+1
2012-07-27param: Make socket_address common, Revert ↵Andrew Bartlett1-1/+1
611ef42053eb99f4c29d4efa86eaea9f1ca06286 This essentially reverts the commit 611ef42053eb99f4c29d4efa86eaea9f1ca06286 Author: Yasuma Takeda <yasuma@osstech.co.jp> Date: Fri Dec 5 13:37:51 2008 -0800 Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf Intead, the documentation is fixed so that the correct default is recorded. Removing the special case handling here allows this to be dealt with in the same way as all other parameters. Andrew Bartlett
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-7/+0
Signed-off-by: Jeremy Allison <jra@samba.org>
2012-07-18docs-xml: document smbstatus --notifyChristian Ambach1-0/+8
2012-07-18docs-xml: document smbstatus --fastChristian Ambach1-0/+10
2012-07-16Revert "Remove XSLT script to generate image dependencies, instead rely on make"Jelmer Vernooij2-17/+89
This reverts commit c4493c22f129b2c94f361e6f8657adc7cd2dc1c6. Bug: https://bugzilla.samba.org/show_bug.cgi?id=7562 Conflicts: docs-xml/Makefile Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Mon Jul 16 16:18:46 CEST 2012 on sn-devel-104
2012-07-03doc: Remove references to deprecated 'share modes' parameter.Andreas Schneider4-53/+0
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Jul 3 23:49:18 CEST 2012 on sn-devel-104
2012-07-03doc: Remove documentation for obsolete ldapsam_compat.Andreas Schneider4-1053/+0
2012-07-03doc: Remove all references to 'printer admin' option.Andreas Schneider11-104/+19
2012-07-03doc: Remove documentation about idmap_adex.Andreas Schneider2-93/+1
2012-06-29docs-xml: document "server max protocol" "SMB2" selects PROTOCOL_SMB2_10Stefan Metzmacher1-1/+1
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 29 02:07:17 CEST 2012 on sn-devel-104
2012-06-28docs-xml: fix typos and format in smb.conf server max protocol manBjörn Baumbach4-25/+51
2012-06-26Merge suggested fix from bug 7511 and enhance itBjörn Jacke1-3/+2
Changes from Lars Müller and Olaf Flebbe: a) The location in the filesystem defaults to STATEDIR/usershare b) If undefined the default location is used; if set to zero (the default) user defined shares are ignored. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Tue Jun 26 19:55:00 CEST 2012 on sn-devel-104
2012-06-25docs-xml: document "server max protocol" SMB3 and SMB3_00Stefan Metzmacher1-1/+10
metze
2012-06-25docs-xml: fix reference from "server min protocol" to "server max protocol"Stefan Metzmacher1-1/+1
metze
2012-06-22s3: Correct documentation of case sensitiveOlaf Flebbe1-1/+1
this fixes bug #8552 Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Jun 22 21:59:59 CEST 2012 on sn-devel-104
2012-06-15docs-xml: vfs_gpfs: add comment "per share option"Björn Baumbach1-0/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-06-15docs-xml: vfs_gpfs: fix typoBjörn Baumbach1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-06-15docs-xml: add gpfs:acl option to vfs_gpfs man pageBjörn Baumbach1-0/+20
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-06-15docs: document new server role valuesAndrew Bartlett1-2/+24
2012-06-13doc: fix typo uniq → uniqueBjörn Jacke1-1/+1
2012-06-11s3/doc: some spelling fixesBjörn Jacke23-26/+26
Thanks to Frans Luteijn <f.a.g.luteijn at knoware.nl> for providing the fixes! Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Mon Jun 11 23:16:26 CEST 2012 on sn-devel-104
2012-06-08doc: add FSRVP commands to rpcclient man pageDavid Disseldorp1-0/+45
2012-06-05s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett1-1/+1
This falls out of the removal of security=share, because we now require that a session setup has been performed before (essentially) all other operations. Andrew Bartlett
2012-05-30s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett2-4/+7
This matches the lib/param code, as is a seperate parameter for the client there. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 30 06:04:41 CEST 2012 on sn-devel-104
2012-05-18Note that "keepalive" only applies to SMB1 connections.Jeremy Allison1-0/+3
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 18 02:59:34 CEST 2012 on sn-devel-104
2012-05-15docs-xml: remove documentation of "SECURITY = SERVER"Stefan Metzmacher1-32/+0
metze
2012-05-11s3-loadparm: Add synonym "private directory".Karolin Seeger1-0/+1
Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Fri May 11 13:04:03 CEST 2012 on sn-devel-104
2012-05-08s3-docs: Fix bug #7930.Karolin Seeger1-1/+7
Add hint that setting "profile acls = yes" on normal shares can cause trouble. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 18:47:59 CEST 2012 on sn-devel-104
2012-05-08s3-docs: Fix several typos.Karolin Seeger22-44/+44
Part of a fix for bug #7938. Based on a patch provided by John Bradshaw <john@johnbradshaw.org>. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 13:56:32 CEST 2012 on sn-devel-104
2012-05-08s3-docs: overrided -> overriddenKarolin Seeger6-6/+6
Fix typo. Part of a fix for bug #7938. Based on a patch provided by John Bradshaw <john@johnbradshaw.org>.
2012-05-08docs:autorid document ignore builtin parameterChristian Ambach1-0/+6
2012-05-08docs:autorid document read-only parameterChristian Ambach1-0/+6
2012-05-08docs:autorid document how well-known SIDs will be mappedChristian Ambach1-1/+5
they consume space of the allocation pool and a list of most known well-known SIDs is preallocated to create a deterministic mapping
2012-04-18Add docs for aio_linux vfs module.Jeremy Allison1-0/+115
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 18 07:20:19 CEST 2012 on sn-devel-104
2012-04-16docs:man:vfs_gpfs: Remove itemized list to fix indentationChristof Schmitt1-11/+4
The indentation in the man page is wrong after the itemized list. An easy fix is to put the text in the paragraph instead. Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Mon Apr 16 23:00:37 CEST 2012 on sn-devel-104
2012-04-16s3: switch off kernel oplocks by defaultChristian Ambach1-4/+3
as discussed on samba-technical, turn kernel oplocks off by default to not leave users without the benefits of Level II oplocks
2012-04-14docs: add a vfs_tsmsm manpageMichael Adam1-0/+135
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Apr 14 01:54:13 CEST 2012 on sn-devel-104
2012-04-11docs: update kernel oplocks documentationChristian Ambach1-2/+7
Signed-off-by: Jeremy Allison <jra@samba.org>
2012-04-06docs-xml: fix default name resolve order (fix bug #7564)Björn Baumbach1-1/+1
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Apr 6 09:54:37 CEST 2012 on sn-devel-104
2012-04-06docs: add reload-printers command to smbcontrol manual pageBjörn Baumbach1-0/+7
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-1/+0
If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-1/+0
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-1/+0
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett