summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-53/+0
This patch removes security=share, which Samba implemented by matching the per-share password provided by the client in the Tree Connect with a selection of usernames supplied by the client, the smb.conf or guessed from the environment. The rationale for the removal is that for the bulk of security=share users, we just we need a very simple way to run a 'trust the network' Samba server, where users mark shares as guest ok. This is still supported, and the smb.conf options are documented at https://wiki.samba.org/index.php/Public_Samba_Server At the same time, this closes the door on one of the most arcane areas of Samba authentication. Naturally, full user-name/password authentication remain available in security=user and above. This includes documentation updates for username and only user, which now only do a small amount of what they used to do. Andrew Bartlett -------------- / \ / REST \ / IN \ / PEACE \ / \ | SEC_SHARE | | security=share | | | | | | 5 March | | | | 2012 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______
2012-03-04samba.7: Remove references to long gone testprns and smbsh utilities.Jelmer Vernooij1-18/+0
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Mar 4 01:56:19 CET 2012 on sn-devel-104
2012-02-08s3-docs: Remove references to long-gone smbmount utilitiesAndrew Bartlett1-10/+0
2012-01-26Update man page to fix typo vfs_aio_fork -> vfs_aio_pthread, addJeremy Allison1-1/+3
aio read size, aio write size examples. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 26 03:51:01 CET 2012 on sn-devel-104
2012-01-25Add man page for vfs_aio_pthread module.Jeremy Allison1-0/+118
2012-01-11s3-rpcclient: add deldriverex flags argumentDavid Disseldorp1-4/+7
The spoolss DeletePrinterDriverEx command offers three flags for controlling how associated files and other versions of the driver are effected: DPD_DELETE_UNUSED_FILES (1), DPD_DELETE_SPECIFIC_VERSION (2) and DPD_DELETE_ALL_FILES (4). This commit adds an optional numeric flags argument to the rpcclient deldriverex command. Signed-off-by: David Disseldorp <ddiss@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Wed Jan 11 14:39:35 CET 2012 on sn-devel-104
2012-01-07Add "repack" command to tdbtool.Ira Cooper1-1/+9
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 7 02:18:41 CET 2012 on sn-devel-104
2011-12-13s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher1-12/+0
metze
2011-12-10s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdbBjörn Jacke2-6/+40
Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Sat Dec 10 15:30:46 CET 2011 on sn-devel-104
2011-12-02Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison1-0/+11
really useful we need to change to using NTCreateX opens by default in cli_open() and fall back to old OpenX calls instead of doing it the other way around. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 2 00:23:13 CET 2011 on sn-devel-104
2011-11-09docs: Make clear to use the workgroup name not the realm.Andreas Schneider1-0/+2
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Nov 9 21:17:09 CET 2011 on sn-devel-104
2011-11-04s3:docs fix a series of typos in wbinfo manpageChristian Ambach1-12/+12
s/choide/choice/ Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Nov 4 19:38:53 CET 2011 on sn-devel-104
2011-11-04s3:docs: some corrections for wbinfoChristian Ambach1-2/+2
Parameters for --sid-aliases and --sid-to-fullname were not listed properly in the SYNOPSIS section
2011-10-24s3-docs: Remove -Y option from winbind manpage.Günther Deschner1-10/+0
This option no longer exists. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 24 20:59:22 CEST 2011 on sn-devel-104
2011-10-21s3:idmap_autorid: document allocation poolChristian Ambach1-1/+6
document the need that excessive use of local users/group might require increasing the rangesize Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Oct 21 18:04:50 CEST 2011 on sn-devel-104
2011-10-19s3-docs: Add a clarification note for nss_info primary group membership ↵Günther Deschner1-0/+3
calculation. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 19 03:10:40 CEST 2011 on sn-devel-104
2011-10-19s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support.Günther Deschner1-1/+3
Guenther
2011-10-18s3/doc: add man page for aio_fork vfs moduleBjörn Jacke1-0/+86
thanks to Volker for the content Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Oct 18 12:24:35 CEST 2011 on sn-devel-104
2011-10-12s3:doc manpage for "net registry check"Gregor Beck1-0/+73
Signed-off-by: Michael Adam <obnox@samba.org>
2011-10-08s3-docs: Fix typo.Karolin Seeger1-1/+1
Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Sat Oct 8 22:27:07 CEST 2011 on sn-devel-104
2011-10-08s3-docs: Fix bug #7908.Karolin Seeger1-1/+1
Fix typo. Thanks to John Bradshaw for reporting! Karolin
2011-09-30s3-docs: some corrections for wbinfoChristian Ambach1-4/+4
Parameters for --group-info and --gid-info were not listed properly in the SYNOPSIS and the OPTIONS section Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Sep 30 18:44:34 CEST 2011 on sn-devel-104
2011-09-30Second part of bug #8494 - Remove "experimental" label on VFS ACL modules.Jeremy Allison2-8/+0
Fix the docs. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Sep 30 03:50:43 CEST 2011 on sn-devel-104
2011-09-20s3-docs: document -k switch in net manpage.Günther Deschner1-0/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Sep 20 15:47:00 CEST 2011 on sn-devel-104
2011-08-22docs: Added documentation for net rpc conf.Vicentiu Ciorbaru1-28/+29
Changed the manual page for net to also show the posibility of remote configuration of a Samba server via net rpc conf. Signed-off-by: Michael Adam <obnox@samba.org>
2011-08-05s3-docs: document --user-sidinfo wbinfo option.Günther Deschner1-0/+8
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Aug 5 14:06:09 CEST 2011 on sn-devel-104
2011-07-27s3:doc: add an example with idmap script to the idmap_tdb2 manpageMichael Adam1-0/+12
2011-07-27s3:docs: remove legacy text from the example in the idmap_tdb2 manpageMichael Adam1-2/+0
2011-07-27s3:doc: clarify the idmap script section in the idmap_tdb2 manpageMichael Adam1-7/+9
2011-07-27s3:docs:idmap_tdb2: update the documentation of idmap scriptMichael Adam1-2/+16
to reflect the new variant "idmap config * : script" of configuring the idmap script
2011-07-25Fix typo Loggs -> Logs.Jeremy Allison1-1/+1
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Jul 25 23:49:04 CEST 2011 on sn-devel-104
2011-07-25s3:docs: document the smbclient "tid" commandMichael Adam1-0/+9
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jul 25 13:14:57 CEST 2011 on sn-devel-104
2011-07-25s3:docs: document the smbclient "tdis" commandMichael Adam1-0/+7
2011-07-25s3:docs: document the smbclient "tcon" commandMichael Adam1-0/+8
2011-07-25s3:docs: document the smbclient "logoff" commandMichael Adam1-0/+7
2011-07-14s3-docs: fix a typo in rpcclient manpageChristian Ambach1-1/+1
Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Jul 14 20:10:12 CEST 2011 on sn-devel-104
2011-06-14s3-docs: Fix a typo found by Samba-JP oota <ribbon@samba.gr.jp>Volker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jun 14 14:06:22 CEST 2011 on sn-devel-104
2011-06-14s3-docs: Fix a duplicate list entryVolker Lendecke1-6/+0
Thanks to Samba-JP oota <ribbon@samba.gr.jp>
2011-06-07s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ↵Michael Adam1-1/+1
: rangesize"
2011-06-01s3:net-man: registry enumerate_recursiveGregor Beck1-0/+7
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jun 1 17:16:05 CEST 2011 on sn-devel-104
2011-06-01s3:net-man: registry deletekey & deletekey_recursiveGregor Beck1-0/+8
Signed-off-by: Michael Adam <obnox@samba.org>
2011-06-01s3:net-man: missing dotGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2011-06-01s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpageMichael Adam1-3/+11
also extend the example with ldap_user_dn. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Jun 1 02:53:32 CEST 2011 on sn-devel-104
2011-06-01idmap_ldap.8: Add example with readonly backendLuk Claes1-0/+22
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31s3:doc: clean up the example section of the idmap_tdb manpageMichael Adam1-22/+1
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 19:47:45 CEST 2011 on sn-devel-104
2011-05-31winbindd.8: Use new idmap syntax for smbconfoptionsLuk Claes1-8/+5
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31winbindd.8: Fix typoLuk Claes1-1/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 02:56:52 CEST 2011 on sn-devel-104
2011-05-31idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes1-3/+0
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb.8: Remove references to alloc backendLuk Claes1-19/+1
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-05-31idmap_tdb.8: Use new idmap syntax in examplesLuk Claes1-8/+5
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org>