1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

28344 Commits

Author SHA1 Message Date
James Peach
c8896c8966 Restore missing refentry tag. 2008-04-23 08:47:26 -05:00
James Peach
dd43cce055 Fix cut'n'paste error. 2008-04-23 08:47:26 -05:00
James Peach
0b47334b19 Fix cut'n'paste error. 2008-04-23 08:47:26 -05:00
James Peach
48803bcc05 Document fake_perms module. 2008-04-23 08:47:26 -05:00
James Peach
d515158bb5 Document default_quota module. 2008-04-23 08:47:26 -05:00
James Peach
1cfa1a0921 Document audit vfs module. 2008-04-23 08:47:26 -05:00
James Peach
067285af80 Document the readonly VFS module. 2008-04-23 08:47:26 -05:00
Gerald Carter
c23af91ed4 adding template file for individual manpages 2008-04-23 08:47:25 -05:00
Volker Lendecke
ee532da6c8 After merging the notify stuff to 3_0_25, check in the docs 2008-04-23 08:47:25 -05:00
Volker Lendecke
9b7c2a5242 Talked to Jerry on irc, he does not see what might break with this: Change
back the 'msdfs root = yes' default to 'no'.

Volker
2008-04-23 08:47:25 -05:00
Volker Lendecke
2a1aa85b57 Docs for "printjob username" 2008-04-23 08:47:25 -05:00
Jelmer Vernooij
0b739c14f2 Fix use with newer versions of xsltproc. 2008-04-23 08:47:25 -05:00
Samba Release Account
af9a23313d fix the broken generation of the smb.conf.5.html page 2008-04-23 08:47:25 -05:00
Steve French
4e52bb0efc minor updates to linux client user guide 2008-04-23 08:47:25 -05:00
Steve French
35688bc70d Add documentation for linux cifs client 2008-04-23 08:47:25 -05:00
Volker Lendecke
362a4c23d4 Remove a section assuming multiple password backends 2008-04-23 08:47:25 -05:00
Volker Lendecke
388f801f3c Some smbconf fixes from Karolin Seeger <ks@sernet.de>. Removing the
<smbconfsection> / </smbconfsection> is in line with the rest of the
introduction.

Thanks :-)

Volker
2008-04-23 08:47:25 -05:00
Gerald Carter
c7a88a22f1 Adding docs for new 'winbind normalize names' option. 2008-04-23 08:47:24 -05:00
John Terpstra
2bbb60984e Fix typos reported in Bug#4358 2008-04-23 08:47:24 -05:00
John Terpstra
df05e818e9 Fixing bad info regarding UNIX file and directory access control. 2008-04-23 08:47:24 -05:00
Gerald Carter
756f8479be BUG 4343: Clarify the intent of ldapsam:trusted = yes 2008-04-23 08:47:24 -05:00
Andrew Bartlett
109a9a4734 Fix debian bug #404702 and clarify some points about 'net rpc vampire'
and 'net rpc samdump'.

Andrew Bartlett
2008-04-23 08:47:24 -05:00
James Peach
3f2b9a255e Should use entity-encoded newlines. 2008-04-23 08:47:24 -05:00
James Peach
400179c9f7 nroff .fi and .nf directive need to be at the beginning of a line. 2008-04-23 08:47:23 -05:00
James Peach
bc8c870226 Allow make to echo the execution of most commands. This instills
confidence that something is actually happening when make is running.
Add an option to pass profiling to xsltproc. Alias the clobber target
to the more standard distclean.
2008-04-23 08:47:23 -05:00
James Peach
45b3781233 Only search for dia for those targets that actually depend on it.
This lets you build the man pages without having dia installed.
2008-04-23 08:47:23 -05:00
Jim McDonough
2ebf6130fa Also update the HOWTO with the createcomputer information for net ads
join
2008-04-23 08:47:23 -05:00
Jim McDonough
761b27140f Add ads-only options for net ads join 2008-04-23 08:47:23 -05:00
John Terpstra
303ac0c682 More cleanups to be done. 2008-04-23 08:47:23 -05:00
Gerald Carter
40324625ad clarify when the 'add machine script' is applicable 2008-04-23 08:47:23 -05:00
John Terpstra
6487517a5d Edits by monyo. 2008-04-23 08:47:22 -05:00
John Terpstra
c3fb48c27a Fix ambiguity and erroneous info regarding name mangling and case preservation parameters. 2008-04-23 08:47:22 -05:00
John Terpstra
552cfeba01 More fixes. 2008-04-23 08:47:22 -05:00
Volker Lendecke
f0cf9b04b3 Docs fix for r19820 2008-04-23 08:47:22 -05:00
Volker Lendecke
a3bd49e18f Fix Bug 4240. Thanks to Karolin <ks@sernet.de> for bugging :-)
Volker
2008-04-23 08:47:22 -05:00
Gerald Carter
209afa91cb make the + syntax for [in]valid users clearer 2008-04-23 08:47:22 -05:00
John Terpstra
7b3d402684 Update from Mårten Svantesson - msv@kth.se 2008-04-23 08:47:22 -05:00
John Terpstra
d6e7f9087b Correct clashing information for this parameter. 2008-04-23 08:47:22 -05:00
Gerald Carter
85891e6d2c eventlog list uses lockdir and not libdir (pointed out by Eric Hall). 2008-04-23 08:47:22 -05:00
John Terpstra
468708a9c6 Fix incorrect value contributed by
Maria Nunzia Galdi <galdi@ds.unifi.it>
2008-04-23 08:47:22 -05:00
John Terpstra
91b5f00898 Applying edits suggested by Jon Johnson. 2008-04-23 08:47:22 -05:00
John Terpstra
4c0d90f178 Adding samba user comments and feedback. 2008-04-23 08:47:21 -05:00
Günther Deschner
e568019acc Mention the "silent" option.
Guenther
2008-04-23 08:47:21 -05:00
Jelmer Vernooij
0e3fa97bab Document [:port] syntax for "cups server" 2008-04-23 08:47:21 -05:00
Steve French
cface57b49 Fix multiple typos/spelling mistakes 2008-04-23 08:47:21 -05:00
Gerald Carter
424642d959 bug 3980: should fix typo else its a bug in the man page generator 2008-04-23 08:47:21 -05:00
Herb Lewis
40abd42caf update wbinfo manpage 2008-04-23 08:47:21 -05:00
Jeremy Allison
58418d2470 Make the default timeout parameter for lock waiting
be lp_lock_spin(). lock spin count is no longer
used.
Jeremy.
2008-04-23 08:47:21 -05:00
John Terpstra
264d8de065 Fixes for XSLT warnings. 2008-04-23 08:47:21 -05:00
John Terpstra
72ae7f4ecf Samba-3.0.23 changes. 2008-04-23 08:47:20 -05:00