1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

2286 Commits

Author SHA1 Message Date
Jeremy Allison
bacd3e9d20 Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
client/client.c:
client/clitar.c:
include/client.h:
smbwrapper/smbw_dir.c:
smbwrapper/smbw_stat.c:
smbwrapper/smbw.c:
lib/util.c: Converted all use of 'mode' to uint16.
smbd/quotas.c: Fixed stupid comment bug I put in there :-(.
printing/printing.c: Fix from J.F. to new code.
Jeremy.
-
Luke Leighton
373f60256f split socket util functions into util_sock.c. util.c NOT committed
and util_sock.c NOT included in Makefile.in.

registry commands added to rpcclient.

waiting for 2_0_0 split before committing modified files.  these files
are new modules, and are not referenced in the Makefile.in
-
Andrew Tridgell
15016aa024 I talked to Dave Miller and he thinks that we should have TCP_NODELAY
on by default on OSes that support it, given the network IO pattern
that Samba uses. He doesn't think it will cause problems.
-
Andrew Tridgell
e14ca7765a converted smbclient to use clientgen.c rather than clientutil.c
I did this when I saw yet another bug report complaining about
smbclient intermittently missing files. Rather than applying more
patches to smbclient it was better to move to the more robust
clientgen.c code.

The conversion wasn't perfect, I probably lost some features of
smbclient while doing it, but at least smbclient should be consistent
now. It if fails it should _always_ fail rather than giving people the
false impression of a reliable utility.

the tar stuff seems to work, but hasn't had much testing as I never
use it myself. I'm sure someone will find bugs in my conversion of
smbtar.c. It was quite tricky as it did a lot of its own SMB calls. It
now uses clientgen.c exclusively.

smbclient is still quite messy, but at least it doesn't build its own
SMB packets.

I haven't touched smbmount as I never use it. Mike, do you want to
convert smbmount to use clientgen.c?
-
Jeremy Allison
d6e6e936b5 codepages/codepage_def.936: Updated comment.
param/loadparm.c: Removed "networkstation user login", "domain controller", and "domain sid" parameters.
passdb/passdb.c: Removed "networkstation user login" code and changed bug test code
                 to only check once for a bad password server. This will stop the
                 complaints of many "bad login" audit records in NT PDC logs.
utils/smbpasswd.c: Removed check for "domain controller".
Jeremy.
-
Jeremy Allison
92a46856f4 Fixed lppause and lpresume docs.
Jeremy
-
Jeremy Allison
1362ee3b5f Packing it in for the evening..
Jeremy.
-
Jeremy Allison
c03d5b7461 Up to ole locking compat..
Jeremy.
-
Jeremy Allison
74d675202d Up to "magic script".
Jeremy.
-
Jeremy Allison
f733534147 Save your work as you go... :-).
Jeremy.
-
Jeremy Allison
1037bf6bb7 Up to "domain master" and still going...
Jeremy.
-
Jeremy Allison
a240cd458d Keeping it safe. NB. This is *not* yet finished and will *NOT*
yodlize correctly yet.
Jeremy.
-
Luke Leighton
f8b229d187 grumble, grumble off-by-one unicode string fixes, gonna stuff my other
tree with cvs clashes when i cvs update on the group code grumble grumble
-
Jeremy Allison
b5981c0149 lib/charcnv.c: Improved debug comment.
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast
                    and got a reply.
smbd/dfree.c:
smbd/noquotas.c:
smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota
               code.
utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat.
Jeremy.
-
Jeremy Allison
222829885c More updates...
Jeremy.
-
Jeremy Allison
e8c5e03308 Useful script to extract all parameters out of the loadparm.c file
and sort them into global (G) and service (S) parameters. Useful
for keeping the smb.conf docs up to date.
Jeremy.
-
Jeremy Allison
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
-
Luke Leighton
3eacd3013c the start of the start of the SAM database API -
Luke Leighton
71dfaa307e util_file.c:
split some routines out of various places (e.g smbpass.c) because
they now get used in more than one location.

util_sid.c:

need sid_copy, compare, split rid, append rid etc etc...
-
Luke Leighton
3f5feda674 split string and unicode string routines into these files.
these are *not* going to be added into the Makefile.in yet
so they still also exist in util.c.
-
Andrew Tridgell
86f98e0607 don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
totally screws it up, giving garbage for the size fields.
-
Andrew Tridgell
0efac70f75 check return value of locking_init() -
John Terpstra
c16f051a40 Changed build root to launch off /var/tmp instead of /tmp. -
Jeremy Allison
889f26a5bc Sync up changes to smbd.8.yo and nmbd.8.yo.
Jeremy.
-
Jeremy Allison
eee9bb5e02 Finished smbpasswd.5.yo.
Only "the beast" - smb.conf.5.yo left to do... :-).
Jeremy.
-
Jeremy Allison
60553b3dc2 Added scripts/convert_smbpasswd to SCRIPTS
Jeremy.
-
Jeremy Allison
75c79db9be Realise this needs to be without the '.sh' ending as we will be
installing it in the BIN directory.
Jeremy.
-
Jeremy Allison
5a5dc248b5 Very simple awk script to convert a 1.9.18 password file into Samba 2.0
password file format.
Jeremy.
-
Jeremy Allison
a5362b774d Finally a man page for the smbpasswd file.
Not finished but on the way... :-).
Jeremy.
-
Jeremy Allison
9dd09fdb64 Added internal cross references for all man pages.
Jeremy.
-
Jeremy Allison
d239790fa7 Cross linked all the command line options.
Jeremy.
-
Jeremy Allison
1f39207a8e It turns out that yodl strips all spaces from link() and url() commands.
This is a *massive* pain when doing cross referencing and will mean a
change to SWAT when generating the help URLs. Herb is looking at that.
Jeremy.
-
Jeremy Allison
0993db2240 Fixed up cross references into smb.conf.5 man page. Still working
on smbpasswd.8.yo.
Jeremy.
-
Luke Leighton
2422100e85 updated this file a bit... -
Jeremy Allison
15be62a66b Added Xrefs to smb.conf.5.html file.
First cut at smbpasswd (not yet finished).
Jeremy.
-
Jeremy Allison
4f87a8cf99 Added scripting option (-s) to smbpasswd.
Jeremy.
-
Jeremy Allison
6a328b1542 More docs...
Jeremy.
-
Jeremy Allison
24106d28fb Another one bites the dust....
Jeremy.
-
Luke Leighton
6da2e15272 fix to some of the unicode string handling. there are others pending
in non-critical areas.
-
Jeremy Allison
f09ab9b522 Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quotas.c:
Added quotas patch for autoconf from Dejan Ilic <svedja@lysator.liu.se>.
printing/printing.c: Filenames with spaces patch from Allan Bjorklund <allan@umich.edu>
utils/nmblookup.c: Fix usage() function.
smbd/reply.c: Split out the security=server and security=domain checks into
              check_server_security() and check_domain_security() to aid the
              writing of the 'hack' appliance mode invented by John Schimmel.
Jeremy.
-
Jeremy Allison
f55cc67dad Tidied up references to samba (7).
Added smbtar.1.yo.
Jeremy.
-
Jeremy Allison
fc37a8852c More yodl-docs.
Jeremy.
-
Luke Leighton
4e6b548b04 memory leak in SAM group code: need these to track it down. -
Jeremy Allison
30591654cd Tidied up VERSION section. Added testparm.1.yo
Jeremy.
-
Jeremy Allison
8eb78a1fe5 Fixed up html links - docs look better now (getting the hang of this).
Added nmblookup.1.yo.
Jeremy.
-
Jeremy Allison
6279be7f96 client/client.c: Patch to tidy up file size output.
nmbd/nmbd.c: Someone (a "yank" no doubt :-) Changed instances of "initialise" to
             "initialize". Someone get that man an *English* dictionary.... :-) :-).
Jeremy.
-
Luke Leighton
5e2fc8b7cc removed comment line at end of file -
Andrew Tridgell
ef9749798a don't core dump in smbstatus if we can't open the shmem system -
Andrew Tridgell
a2bacc0895 took out Lukes change as it breaks domain logons for Win95 clients
(ie. it breaks Sues machine).

Luke, your comment was:

  put unicode strings after SAMLOGON query regardless of whether it's
  an NT mailslot or a non-NT mailslot, after having observed this behaviour
  out of NT machines.

perhaps you could post the relevant tcpdump or netmon capture so we
can see what is going on? I suspect that what you saw isn't exactly
what the win95 boxes are generating. Maybe you saw a GETDCxxx instead
of a GETDC000 ? Maybe we need a switch based on the GETDC request
type?

We won't know unless we see sniffs.
-
Andrew Tridgell
d398ae487a added copyright notice from Patrick Powell -