1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

28210 Commits

Author SHA1 Message Date
Gerald Carter
cc38ef35de Add comment about the %o variable not generally being available 2008-04-23 08:47:36 -05:00
Simo Sorce
3d400ec465 Explain better what happens when you set to 0 these bits. 2008-04-23 08:47:36 -05:00
Jeremy Allison
f1fd69d9b5 Update "*securitymask* docs to match the code.
Jeremy.
2008-04-23 08:47:36 -05:00
Karolin Seeger
5926623228 Add documentation for new winbindd -D switch added by metze with r24624 and r24625 2008-04-23 08:47:36 -05:00
John Terpstra
232e5e548e Cleanup trailing whitespace. 2008-04-23 08:47:36 -05:00
John Terpstra
ae1290a147 Adding new manpages to inactive HOWTO template. 2008-04-23 08:47:36 -05:00
John Terpstra
743d319f38 Temporary title change. 2008-04-23 08:47:36 -05:00
John Terpstra
efe67f4d8f Changes following input from Petr Klima 2008-04-23 08:47:36 -05:00
John Terpstra
947edec5a9 Adding notes provided by Rory Vieira. 2008-04-23 08:47:36 -05:00
John Terpstra
335fa5f752 Adding Eric Fosberg's additions. 2008-04-23 08:47:35 -05:00
John Terpstra
5e600d41d0 First of a string of edits over the next weeks. 2008-04-23 08:47:35 -05:00
John Terpstra
3f94aa1bb6 Adding actual GPL3 XML file. 2008-04-23 08:47:35 -05:00
John Terpstra
1ed08f8fc3 Remove symlink. 2008-04-23 08:47:35 -05:00
John Terpstra
48d4facba2 Add root directory GPL3 XML file. 2008-04-23 08:47:35 -05:00
John Terpstra
5cd3c87365 Switching to GPL3 2008-04-23 08:47:35 -05:00
Volker Lendecke
8ec9f3c1d6 Remove "read bmpx" man page entry 2008-04-23 08:47:35 -05:00
Karolin Seeger
5842c0cb8d Fix example for msdfs proxy.
Neither smbclient nor WinXP can connect if two '\' are used.
Maybe fixing the server side would be the better choice...

Karolin
2008-04-23 08:47:35 -05:00
John Terpstra
d5117dff54 Fix a typo. Thanks to Thomas Bork. 2008-04-23 08:47:35 -05:00
John Terpstra
23c08492e7 Removal of mulitple passdb backend notes. 2008-04-23 08:47:35 -05:00
Karolin Seeger
bf9364ec06 Fix typos found by Bjoern Jacke <bj@sernet.de>
Karolin
2008-04-23 08:47:34 -05:00
Kai Blin
ede1d0d9d7 --uid-info takes a uid as parameter
I knew I was going to mess up. I hope that one is better.
2008-04-23 08:47:34 -05:00
Kai Blin
375959233d Add --uid-info option to manpage.
I wanted to get this done before I forgot about it, but I don't have the
required packages to build the manpage installed. Could someone check if the
changes were valid, please?
2008-04-23 08:47:34 -05:00
John Terpstra
f5fe966b42 Fix typo notified by
Patrick Goetz
2008-04-23 08:47:34 -05:00
Volker Lendecke
5b498a7d31 Remove the docs for "open files database hash size"
Where should I document the tdb_hashsize:<tdbname> parameter?
2008-04-23 08:47:34 -05:00
Simo Sorce
98e68749fe We don't use svnweb since long, correct the howto and point users to viewcvs 2008-04-23 08:47:34 -05:00
John Terpstra
78e8811117 Fix provided by Gavin Henry. 2008-04-23 08:47:34 -05:00
Gerald Carter
80c8132d06 revert svn r1129. FOr some reason this breaks the html generation 2008-04-23 08:47:34 -05:00
Michael Adam
a35aa6aa3a Fix the section number of one reference to the "net" command.
Michael
2008-04-23 08:47:34 -05:00
Simo Sorce
16cf1d76d2 Make the manpage reflect the command behavior 2008-04-23 08:47:34 -05:00
James Peach
5c12662d28 Double-up on some backslashes so they don't get interpreted by nroff. 2008-04-23 08:47:34 -05:00
Michael Adam
727017fe04 Fix a couple of tags.
It is a little cumbersome for me to debug my manpage-sourcecode
since I can only see useful output once It is on
http://samba.org/~samba-bugs/docs/ ...  :-/
(I have not yet come across a system that can produce readable
manpage output from the source.)

Michael
2008-04-23 08:47:34 -05:00
Michael Adam
2195dc476f Add an initial amount of documentation of registry based
configuration to smb.conf(5). This explains registry shares
and registry global options and mentions "net conf".

This will be in 3.0.26, but Jerry told me to commit this
anyways. The plan is to branch the doc for 3.0.25b from r1126 (say).

I could not check the result since I could not get the
manpages built correctly on any system I tried. So the
output needs to be checked - sorry, I will fix my
environment later...

Michael
2008-04-23 08:47:33 -05:00
Gerald Carter
3985a386de add smb.conf entry for 'winbind expand groups' 2008-04-23 08:47:33 -05:00
Alexander Bokovoy
587b3b5f6f And more fixes for slashes: use <literal/> in <command/> and <value/> automatically 2008-04-23 08:47:33 -05:00
Alexander Bokovoy
00effd0a1e Fix another bunch of samba-docs bugs. Use <literal> to escape slashes with text 2008-04-23 08:47:33 -05:00
Alexander Bokovoy
075e0065f3 Fix Samba documentation build for manpages 2008-04-23 08:47:33 -05:00
Karolin Seeger
870ec6a557 winbin:rpc only is no longer a parametric option -> update documentation 2008-04-23 08:47:33 -05:00
Karolin Seeger
92ce57aae0 Add documentation for 'winbind:rpc only' in smb.conf manpage.
@Jerry: Please revert if your are not content with this.
'ldapsam:trusted and 'ldapsam:editposix' are described in the smb.conf manpage, too.
2008-04-23 08:47:33 -05:00
Karolin Seeger
c9ff817b0e Fix typo: tipical -> typical 2008-04-23 08:47:33 -05:00
James Peach
ebb336f2ef Document the "winbind:rpc only" parameter. 2008-04-23 08:47:33 -05:00
Alexander Bokovoy
d4bfded7d4 Document async I/O options 2008-04-23 08:47:32 -05:00
Volker Lendecke
be60fbd057 Fix a quite significant typo found by Björn Jacke <bjacke@sernet.de>.
Jerry/Simo, please check!
2008-04-23 08:47:32 -05:00
James Peach
42c3e1945e Fix default for "store dos attributes". Bugzilla #3777. 2008-04-23 08:47:32 -05:00
Günther Deschner
73f00a862c Document debug_state option.
Guenther
2008-04-23 08:47:32 -05:00
Karolin Seeger
9f0173dad6 Add documentation for new net sam subcommand "unmapunixgroup". 2008-04-23 08:47:32 -05:00
Volker Lendecke
22c2541d4f Rename fam_notify to notify_fam.
Thanks to Björn for notifying us ;-)
2008-04-23 08:47:32 -05:00
Volker Lendecke
b7c44e6bb3 Change contents from fam_notify to notify_fam 2008-04-23 08:47:32 -05:00
Karolin Seeger
1d87278d38 Clarify the description of "inherit acls" in smb.conf manpage (hopefully fixing bugs #1806 and #1809) 2008-04-23 08:47:32 -05:00
Karolin Seeger
0a8a7d8813 Add comment about umount.cifs to the manpage of smbumount (fix bug #4581) 2008-04-23 08:47:32 -05:00
Karolin Seeger
dab9bd5969 Add comment about mount.cifs to the manpage of smbmount (fix bug #4581) 2008-04-23 08:47:32 -05:00