1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-10 15:17:05 +03:00

143 Commits

Author SHA1 Message Date
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
-
John Terpstra
25091dcf7c Adding missing man pages. -
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
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
810726a33b Manpage version of yodl doc. -
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
28a63ac24d yodl update -
Luke Leighton
9eef1817f8 yodl update - rpcclient -
Herb Lewis
d3dd8cdc12 add description of -P option -
Tim Potter
5e0994b8bb Fixed quoting/escaping bug in example code. -
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 -)-----
-
Luke Leighton
da442218c5 updating smb.conf from yodl -
Andrew Tridgell
98b72722c8 re-ran yodl -
Luke Leighton
f057b2e7a2 updated from yodl -
Herb Lewis
85fbd40102 update testparm with -s option so it doesn't require a carriage return
also allow specifying [host hostip] without [configfile]
updated man page
-
Jeremy Allison
598d0255d4 Update for 2.0beta1.
Jeremy.
-
Herb Lewis
10093ae5fc Commiting tt fix. -
Jeremy Allison
cce693135e Added swat html & manpage.
Jeremy.
-
Jeremy Allison
791b9bddee Added link to YODL url.
Jeremy.
-
Jeremy Allison
8d4e8498df Forgot to add these new (auto-generated) manpages.
Jeremy.
-
Jeremy Allison
00241b15fa First versions of the man pages auto-generated from the YODL
source.
Jeremy.
-
Jeremy Allison
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
-
Eloy Paris
69c7b8e2af Added man page for nmblookup(1) -
Samba Release Account
8d9c5f3522 preparing for release of 2.0.0 alpha 11 -
Samba Release Account
0a8c03bb98 preparing for release of 2.0.0 alpha 10 -
Richard Sharpe
fcdc9bc208 Added E Jay Berkenbilt's fixes -
Andrew Tridgell
c11f1b9293 fixed the docs for "domain controller" parameter. -
Samba Release Account
008697d151 preparing for release of 2.0.0 alpha 6 -
Samba Release Account
1c627b8f39 preparing for release of 2.0.0 alpha 5 -
Samba Release Account
d7e50f0111 preparing for release of 2.0.0 alpha 1 -
Samba Release Account
70b8c9f05e preparing for release of 2.0.0 alpha -
Christopher R. Hertel
e162819054 Finally got around to updating the man pages for nmbd and smbd to reflect
the changes made re: -a and -o options.

Chris -)-----
-
Andrew Tridgell
2af9565017 note that "alternate permissions" is deprecated in man page -
Richard Sharpe
a2a9f55a76 Updates smbstatus to have a -S and -L flag.
Also updated the documentation :-)

The code is ugly, we need to rewrite smbstatus someday.
-
Richard Sharpe
587624e1eb smbclient.1 updated to reflect the new functionality and to document functionality
that has been available for a long time. More updates needed ... people tend to forget
the man pages when adding functionality.
-
Jeremy Allison
20770b6f1c Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Changed smbpasswd to be client-server for a normal user, rather
than accessing the private/smbpasswd file directly (it still accesses
this file directly when run as root, so root can add users/change a
users password without knowing the old password).

A shakeout of this change is that smbpasswd can now be used to
change a users password on a remote NT machine (yep - you heard
that one right - we can now change a NT password from UNIX !!!!!).

Jeremy.
-
Jeremy Allison
7f118970da Adding the same change as was added to 1.9.18 branch to add the
"name resolve order" parameter.

source/Makefile: Re-ordered link for name resolve order code.
source/clientgen.c:
source/clientutil.c: Added calls to resolve_name().
source/includes.h: Added HPUX zombie fix.
source/loadparm.c: Added new name resolve order parameter.
source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name()
                    function requested by John.
source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server.
source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c
source/password.c: Call resolve_name() to lookup security=server name.

source/reply.c:
source/time.c:
source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au.
source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause
               problems on many systems.

Jeremy.
-
Jeremy Allison
d8e7e73f4d Adding mention of %p substitution.
Jeremy.
-
Andrew Tridgell
7bccd2c360 changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
-
Jeremy Allison
7ca827b6ea Updated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy.
-
Jeremy Allison
71c70cf090 ENCRYPTION.txt: Fixed typo.
Support.txt: Added consultant.
smb.conf.5: Updated with new parameters.
Jeremy.
-
Andrew Tridgell
a083cef78b fixed typo -