Age | Commit message (Collapse) | Author | Files | Lines |
|
also allow specifying [host hostip] without [configfile]
updated man page
(This used to be commit 85fbd401026e7f1464c9a125cbaa505b768f8a10)
|
|
Jeremy.
(This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
|
|
(This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
|
|
Jeremy.
(This used to be commit cce693135e146c9f4c9243f3dcb5091c46d1fcdb)
|
|
Jeremy.
(This used to be commit 791b9bddee45e604c71b27dcd8c1f4c30c4aa397)
|
|
Jeremy.
(This used to be commit 8d4e8498df15926bffbcf537c80643451ca76002)
|
|
source.
Jeremy.
(This used to be commit 00241b15fa8ccd21e1b43726ea131a189c14074e)
|
|
Jeremy.
(This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)
|
|
(This used to be commit 69c7b8e2af225f3711d601a136ad3dbc9aaa476e)
|
|
(This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
|
|
(This used to be commit 0a8c03bb98498c10186dd12f1602f6e859465a8a)
|
|
(This used to be commit fcdc9bc2089822b02b30cd55054a60ed4e696e70)
|
|
(This used to be commit c11f1b9293f1b4d342285e26e39a90cf9dbabf63)
|
|
(This used to be commit 008697d151e54b141b062956cf521b04111073f2)
|
|
(This used to be commit 1c627b8f39e0a219ea333d39228a3edbcc8ea666)
|
|
(This used to be commit d7e50f0111f6c65b9d6f8654684e7fc5a1e7ea32)
|
|
(This used to be commit 70b8c9f05e96a3b3107e66ca32d532133bec8082)
|
|
the changes made re: -a and -o options.
Chris -)-----
(This used to be commit e162819054d0241e92978b6b630be8cccc886caf)
|
|
(This used to be commit 2af95650174ae02a9768fbbbf7c206e15bf18f79)
|
|
Also updated the documentation :-)
The code is ugly, we need to rewrite smbstatus someday.
(This used to be commit a2a9f55a76fc16ef1d4656332ef6b1b455bb6259)
|
|
functionality
that has been available for a long time. More updates needed ... people tend to forget
the man pages when adding functionality.
(This used to be commit 587624e1ebc668900600c0ac7f272e6f1b92685b)
|
|
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.
(This used to be commit 20770b6f1c25288e90d3e0d215afa7f0809ce124)
|
|
"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.
(This used to be commit 7f118970da7c43eaddcf92dc056d3e849f1e7d5c)
|
|
Jeremy.
(This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)
|
|
This is more important now that oplocks are being used.
(This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
|
|
Jeremy.
(This used to be commit 7ca827b6eaf948d57b8aefb09c6818371e1cd65b)
|
|
Support.txt: Added consultant.
smb.conf.5: Updated with new parameters.
Jeremy.
(This used to be commit 71c70cf090b749827ae4186a6d389864708b7899)
|
|
(This used to be commit a083cef78ba235cde22453d763a7f8caca8bbe58)
|
|
(This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f)
|
|
(This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
|
|
Removed obsolete options from smbmount help message.
Volker
(This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
|
|
(This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
|
|
Jeremy.
(This used to be commit 24fb57e7507338845c2075dbd6d86922b3f028ed)
|
|
(This used to be commit 90b8675b88aa01ae912b5c8849ffb406ad976b95)
|
|
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.
(This used to be commit 5136c5ec119968b39e2cf9d7f3e6836d9286a51f)
|
|
Jeremy.
(This used to be commit 847506a755fac3f97274a19c8a02a2a22f82ca13)
|
|
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.
(This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
|
|
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)
(This used to be commit af57bc05fe0f248aaef329358c583abcffe1657c)
|
|
printing to lots of different sorts of remote printers this is useful
(This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
|
|
Jeremy.
(This used to be commit 0263f333f22d2f7f90a155ff19915ff58929bba0)
|
|
(This used to be commit 9cac33a13dc7c4890628436b80f6cbd8361deab2)
|
|
the samba-1.9.17 tree moments ago.
(This used to be commit 2ee25cd117a116d0304960780d6c197f39d25a3d)
|
|
(This used to be commit cadd772df72aa13018ea6e909ed0d7e294f24b5e)
|
|
(This used to be commit adf3119245148d517913efb549e8b88d5ba66b39)
|
|
(This used to be commit fa251b7eba48c9ef2d8d3d798ce5b99c8508c243)
|
|
(This used to be commit 9212c93beefa83be349b250fe98b65e07d842038)
|
|
(This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
|
|
(This used to be commit dceace804ea3efa8de6ab31fb44acdc10d46ed73)
|
|
Jeremy.
(This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
|
|
(This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)
|