summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Build manpages correctly.Andreas Schneider2012-09-121-1/+1
|
* docs: Bump version up to 4.0.Andreas Schneider2012-09-128-10/+8
|
* docs: Fix typo.Karolin Seeger2012-09-121-1/+1
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Sep 12 12:21:00 CEST 2012 on sn-devel-104
* docs: Move idmap manpage to there old location.Andreas Schneider2012-09-118-0/+891
| | | | | | | This wasn't planned and slipped trough, sorry. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Sep 11 14:28:53 CEST 2012 on sn-devel-104
* docs: Bump version up to 4.0.Karolin Seeger2012-09-1172-82/+82
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Sep 11 12:37:17 CEST 2012 on sn-devel-104
* docs:build: make target "manpages" .PHONY, so manpages do get built...Michael Adam2012-09-101-1/+1
| | | | | Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 10 17:55:20 CEST 2012 on sn-devel-104
* docs: Rename htmlman3 -> htmlman.Karolin Seeger2012-09-102-5/+5
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 10 14:19:42 CEST 2012 on sn-devel-104
* docs: describe the new parameter "durable handles" in the smb.conf manpageMichael Adam2012-09-101-0/+27
|
* docs: add desciption of new parameter "kernel share modes" to the smb.conf ↵Michael Adam2012-09-101-0/+31
| | | | manpage
* docs: have configure correctly report ability to build manpagesMichael Adam2012-09-101-1/+1
|
* docs-xml: change "server max protocol" to "SMB3"Stefan Metzmacher2012-09-081-1/+1
| | | | metze
* doc: improve quotacommand man page docuBjörn Jacke2012-09-082-25/+29
|
* waf: Fix bug #8801 - build s3fs manpages.Andreas Schneider2012-09-071-0/+90
| | | | | Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Sep 7 12:30:08 CEST 2012 on sn-devel-104
* docs: Remove old tdb manpages.Andreas Schneider2012-09-073-440/+0
| | | | They are part of lib/tdb/manpages/ now.
* docs: Remove old ldb manpages.Andreas Schneider2012-09-077-1012/+0
| | | | The ldb manpages can be found in lib/ldb/man/.
* wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider2012-09-078-891/+0
|
* s3-printing: Restrict printing=cups to systems with cups development headers ↵Andrew Bartlett2012-09-061-1/+5
| | | | | | | | | at build time This means that instead of failing due to the default commandline values not being quite correct that we clearly fail at loadparm and testparm time when parsing the printing= line. Andrew Bartlett
* docs: Remove docs for removed parameter 'display charset'Andrew Bartlett2012-09-041-17/+0
|
* remove extra tab from MakefileAndrew Bartlett2012-09-041-2/+2
|
* docs: Fix undocumented target to find smb.conf directives in the right placeAndrew Bartlett2012-09-043-3/+3
| | | | | | The manpages target needs to be reworked to know about waf. Andrew Bartlett
* docs: Remove references to security=share and security=server from the ↵Andrew Bartlett2012-09-049-91/+12
| | | | smb.conf docs
* docs: Remove docs for removed parameter 'parinoid server security'Andrew Bartlett2012-09-041-19/+0
|
* docs: Rename manpages-3 -> manpages.Karolin Seeger2012-09-0395-75/+75
| | | | | | | | | | This change was suggested by Andrew Bartlett on the samba-technical mailing list. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 3 23:35:38 CEST 2012 on sn-devel-104
* s4-docs: Remove empty s4 HOWTO Collection.Karolin Seeger2012-09-0322-490/+0
| | | | | | This change was proposed by Andrew Bartlett on the samba-technical mailing list. Karolin
* s3:doc Fix name of timeout parameter in documentationChristof Schmitt2012-08-311-3/+3
| | | | | | The name is time_audit:timeout, not time_audit:audit_timeout. Signed-off-by: Christian Ambach <ambi@samba.org>
* s3:doc manpage for "net connections cleanup"Gregor Beck2012-08-161-0/+39
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-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
* media_harmony VFS module: Add and build by default.Andrew Klaassen2012-08-071-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
* docs-xml: fix pid directory exampleBjörn Baumbach2012-08-031-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
* docs-xml: fix dfree cache time exampleBjörn Baumbach2012-08-031-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ↵Andrew Bartlett2012-07-271-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
* docs: Mark "socket address" as deprecatedAndrew Bartlett2012-07-271-0/+1
|
* param: Make socket_address common, Revert ↵Andrew Bartlett2012-07-271-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
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-7/+0
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* docs-xml: document smbstatus --notifyChristian Ambach2012-07-181-0/+8
|
* docs-xml: document smbstatus --fastChristian Ambach2012-07-181-0/+10
|
* Revert "Remove XSLT script to generate image dependencies, instead rely on make"Jelmer Vernooij2012-07-162-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
* doc: Remove references to deprecated 'share modes' parameter.Andreas Schneider2012-07-034-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
* doc: Remove documentation for obsolete ldapsam_compat.Andreas Schneider2012-07-034-1053/+0
|
* doc: Remove all references to 'printer admin' option.Andreas Schneider2012-07-0311-104/+19
|
* doc: Remove documentation about idmap_adex.Andreas Schneider2012-07-032-93/+1
|
* docs-xml: document "server max protocol" "SMB2" selects PROTOCOL_SMB2_10Stefan Metzmacher2012-06-291-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
* docs-xml: fix typos and format in smb.conf server max protocol manBjörn Baumbach2012-06-284-25/+51
|
* Merge suggested fix from bug 7511 and enhance itBjörn Jacke2012-06-261-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
* docs-xml: document "server max protocol" SMB3 and SMB3_00Stefan Metzmacher2012-06-251-1/+10
| | | | metze
* docs-xml: fix reference from "server min protocol" to "server max protocol"Stefan Metzmacher2012-06-251-1/+1
| | | | metze
* s3: Correct documentation of case sensitiveOlaf Flebbe2012-06-221-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
* docs-xml: vfs_gpfs: add comment "per share option"Björn Baumbach2012-06-151-0/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* docs-xml: vfs_gpfs: fix typoBjörn Baumbach2012-06-151-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* docs-xml: add gpfs:acl option to vfs_gpfs man pageBjörn Baumbach2012-06-151-0/+20
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>