1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00

112 Commits

Author SHA1 Message Date
Andrew Tridgell
b987ce37ce fixed pipe in smb.conf description -
David O'Neill
50c5ee3c7b Changes from SAMBA_2_2:
docs/yodldocs/smb.conf.5.yo
        - add comment about ability to include environment variables in
          smb.conf.  Added just to mention it, probably needs improvement.
-
David O'Neill
a578bdb669 Changes from APPLIANCE_HEAD:
source/docs/yodldocs/smb.conf.5.yo
    source/docs/manpages/smb.conf.5
    source/docs/htmldocs/smb.conf.5.html
		- add documentation for "hide local users" config option.
-
David O'Neill
afad150bac Merge of documentation updates to HEAD. These got missed somewhere along
the way.
-
Tim Potter
f9450cd7b7 Documentation updates for smbcacls program. -
Jeremy Allison
89708be73a Documented -C and -G options to smbcacls.
Jeremy.
-
Tim Potter
bd87398b5a Updated smbcacls documentation. -
Tim Potter
e5defa4128 First cut at a manual page for smbcacls. -
Gerald Carter
aa9c9fec9d added documentation for 'private dir' parameter -
David O'Neill
3483be1d76 Changes from APPLIANCE_HEAD:
- clean up yodl doc for the -U changes, update man and html versions
      (docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html
       docs/manpages/smbclient.1)
-
Andrew Tridgell
309fab281d document -U change -
Tim Potter
fdf6a5c76a Added documentation for printer-notify smbcontrol command. -
Tim Potter
7c3518c55e Small change to process of joining a domain with samedit. -
Tim Potter
c76dfab559 Added documentation for winbind enum users and winbind enum groups
configuration parameters.
-
Herb Lewis
1ddfec3256 update man page for program changes -
Herb Lewis
8a7d6c8e91 new man pages -
Tim Potter
0d7f816331 Updated manual pages to point at http://lists.samba.org instead of old
listproc address.
-
Gerald Carter
d8dde169e7 added the -A <authfile> option for allowing the reading of user
name and password credentials from a file.  Designed for use
when needed to passwd credentials between scripts


--jerry
-
Gerald Carter
0202f7e249 first draft at rpcclient man page for HEAD branch. Taken heavily
from the man page in TNG.  Updated for newer spoolss commands.



jerry
-
Andrew Tridgell
1342f2e5be add printer admin docs -
John Terpstra
856a3773dc Adding missing smbsh.1 man page source. -
Tim Potter
8b814d1bb1 Updated documentation for wbinfo and winbindd. -
Tim Potter
1f225fddd9 Created manpage for wbinfo program.
Misc documentation updates for winbindd manpage.
-
Tim Potter
6f07da3b91 Copied across NT_Security documentation from 2.0 -
Tim Potter
bac7a72f47 Someone wrote a man page for smbspool - how nice! -
Tim Potter
ad54472200 Added signal handling section. -
Andrew Tridgell
faa3f49430 - added example config section to winbindd man page
- reran yodldocs with newer version of yodl
-
Gerald Carter
3fed01f9c3 Added mention of the CUPS option for the printing parameter
-jerry
-
Tim Potter
2463f68902 Changed all references of ntdom to winbind. -
Tim Potter
1d3bd3c486 Added winbindd parameters to smb.conf documentation. -
Tim Potter
dbe26556e7 Initial version of winbindd manual page. -
Jeremy Allison
8fb9843c40 samba-bugs -> samba.
Jeremy.
-
Jeremy Allison
4fbc7358d2 Updated docs for "inherit permissions" fix.
Jeremy.
-
Jeremy Allison
95d37a1d25 Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy.
-
Richard Sharpe
eeb9482f08 Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-) -
Andrew Tridgell
9fd955409f the -i options are gone from nmbd and smbd - use the smb.conf
parameter "netbios scope" instead

-i is still available in the command line utils, as these may be used
to contact another scope
-
Andrew Tridgell
ccb6e36d65 added "netbios scope" docs -
Andrew Tridgell
d7b2087865 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0 -
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
Luke Leighton
f973195b5c adding bits about SAM database security, and what the SAM commands are
actually for.
-
Luke Leighton
b31de16407 explicit reference to tell people that rpcclient doesn't work with
Windows 95.  i can just imagine some people saying "it dunna wurk on
my box at home", and me having to reply, "i dunna care".
-
Luke Leighton
d8d1daff6f oops. -
Luke Leighton
3a6900ad7b adding some command descriptions behind the rpcclient commands. -
Luke Leighton
a46b33079f added an rpcclient man page. wow! -
Tim Potter
31f0a7a334 Fixed typo in automatic printer install share name.
Removed confusing 'writeable = no' parameter from example [printers]
entry.
-
Tim Potter
61d5407159 According to params/loadparm.c, the "case sensitive", "casesignames",
and "short preserve case" name mangling parameters are local options
but the documentation says they are globals.
-
Herb Lewis
d3dd8cdc12 add description of -P option -
Matthew Chapman
4a23a358b5 Trying to improve DC location & browsing performance for the average user
who doesn't know what an LMB or DMB is.

* check_master_browser_exists now performs the check the first time
around, so if there is indeed no master browser then Samba takes up the job
much faster.

* Upped default OS level to 32. There is no reason why some stupid little
Windows box should become LMB instead of a Samba *server*.

* "domain master" now defaults to "auto". Currently this attempts to
become DMB iff Samba is the PDC (ala Windows NT). "preferred master" also
defaults to "auto", which enables preferred master iff Samba is DMB.

* lp_server_role now just returns the predetermined role, rather than
working it out each time, since the server role is becoming very heavily
used (esp for the BDC code).
-
Christopher R. Hertel
fcbdf5fe97 Updated the docs to match the changes I made to debug2html.
Chris -)-----
-
Christopher R. Hertel
a045186d4d First go at documentation for debug2html.
Chris -)-----
-