1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-14 09:49:28 +03:00
Commit Graph

143 Commits

Author SHA1 Message Date
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
-
0202f7e249 first draft at rpcclient man page for HEAD branch. Taken heavily
from the man page in TNG.  Updated for newer spoolss commands.



jerry
-
25091dcf7c Adding missing man pages. -
8b814d1bb1 Updated documentation for wbinfo and winbindd. -
1f225fddd9 Created manpage for wbinfo program.
Misc documentation updates for winbindd manpage.
-
bac7a72f47 Someone wrote a man page for smbspool - how nice! -
ad54472200 Added signal handling section. -
faa3f49430 - added example config section to winbindd man page
- reran yodldocs with newer version of yodl
-
3fed01f9c3 Added mention of the CUPS option for the printing parameter
-jerry
-
810726a33b Manpage version of yodl doc. -
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 -
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
28a63ac24d yodl update -
9eef1817f8 yodl update - rpcclient -
d3dd8cdc12 add description of -P option -
5e0994b8bb Fixed quoting/escaping bug in example code. -
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).
-
fcbdf5fe97 Updated the docs to match the changes I made to debug2html.
Chris -)-----
-
a045186d4d First go at documentation for debug2html.
Chris -)-----
-
da442218c5 updating smb.conf from yodl -
98b72722c8 re-ran yodl -
f057b2e7a2 updated from yodl -
85fbd40102 update testparm with -s option so it doesn't require a carriage return
also allow specifying [host hostip] without [configfile]
updated man page
-
598d0255d4 Update for 2.0beta1.
Jeremy.
-
10093ae5fc Commiting tt fix. -
cce693135e Added swat html & manpage.
Jeremy.
-
791b9bddee Added link to YODL url.
Jeremy.
-
8d4e8498df Forgot to add these new (auto-generated) manpages.
Jeremy.
-
00241b15fa First versions of the man pages auto-generated from the YODL
source.
Jeremy.
-
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
-
69c7b8e2af Added man page for nmblookup(1) -
8d9c5f3522 preparing for release of 2.0.0 alpha 11 -
0a8c03bb98 preparing for release of 2.0.0 alpha 10 -
fcdc9bc208 Added E Jay Berkenbilt's fixes -
c11f1b9293 fixed the docs for "domain controller" parameter. -
008697d151 preparing for release of 2.0.0 alpha 6 -
1c627b8f39 preparing for release of 2.0.0 alpha 5 -
d7e50f0111 preparing for release of 2.0.0 alpha 1 -
70b8c9f05e preparing for release of 2.0.0 alpha -
e162819054 Finally got around to updating the man pages for nmbd and smbd to reflect
the changes made re: -a and -o options.

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

The code is ugly, we need to rewrite smbstatus someday.
-
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.
-
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.
-
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.
-
d8e7e73f4d Adding mention of %p substitution.
Jeremy.
-
7bccd2c360 changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
-
7ca827b6ea Updated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy.
-
71c70cf090 ENCRYPTION.txt: Fixed typo.
Support.txt: Added consultant.
smb.conf.5: Updated with new parameters.
Jeremy.
-
a083cef78b fixed typo -