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

122 Commits

Author SHA1 Message Date
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 -
be395f4bce *** empty log message *** -
c3f725ad88 preparing for release of 1.9.18 -
2d550d28cd Added manpages.
Removed obsolete options from smbmount help message.
Volker
-
d3a238e7ac preparing for release of 1.9.18alpha14 -
24fb57e750 Added docs for new signal handling functions.
Jeremy.
-
90b8675b88 preparing for release of 1.9.18alpha13 -
5136c5ec11 WHATSNEW.txt - updated for 1.9.18alpha13.
docs/smb.conf.5: Removed unused NTDOMAIN params. Added new params.
source/loadparm.c: Put #ifdef NTDOMAIN around unused params.
source/nmbd_become_lmb.c: Removed check for workgroup name in lmb name.
Jeremy.
-
847506a755 Added new wins & lm announce options.
Jeremy.
-
6a83de0ae9 applied a patch from Norm Jacobs to allow "printcap name = lpstat"
to use lpstat to obtain the printer list on systemV systems.

I've now made this the default on all SYSV systems.

Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
-
af57bc05fe change the "username map" option to allow the user to stop the
processing part way through the file if a match is found. If a line
starts with ! and a match is made by that line then processing
stops. This allows better wildcard handling.

(patch from Anselm.Kruis@Physik.Uni-Muenchen.DE)
-
7a88bed4a5 make the "printing" option a per share option rather than global. When
printing to lots of different sorts of remote printers this is useful
-
0263f333f2 Documented the 'veto oplock files' parameter.
Jeremy.
-
9cac33a13d preparing for release of 1.9.18alpha12 -
2ee25cd117 Added in mods for new smb.conf "remote browse sync" option as posted to
the samba-1.9.17 tree moments ago.
-
cadd772df7 preparing for release of 1.9.18alpha11 -
adf3119245 documented "domain hosts allow/deny" parameters -
fa251b7eba preparing for release of 1.9.18alpha10 -
9212c93bee preparing for release of 1.9.18alpha9 -
48548526e8 preparing for release of 1.9.18alpha8 -
dceace804e preparing for release of 1.9.18alpha7 -
c739de26c2 Added "printer driver location", "printer driver file" parameters.
Jeremy.
-