1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

2243 Commits

Author SHA1 Message Date
Jeremy Allison
30591654cd Tidied up VERSION section. Added testparm.1.yo
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
8eb78a1fe5 Fixed up html links - docs look better now (getting the hang of this).
Added nmblookup.1.yo.
Jeremy.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Luke Leighton
5e2fc8b7cc removed comment line at end of file 0001-01-01 00:00:00 +00:00
Andrew Tridgell
ef9749798a don't core dump in smbstatus if we can't open the shmem system 0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
d398ae487a added copyright notice from Patrick Powell 0001-01-01 00:00:00 +00:00
Jeremy Allison
866f47a741 Mode doc work (smbclient was *nasty*).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
dd3bb250a6 Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to the
password change server as anonymous - you don't need to have
logged on as the user to do the password change. Doh ! (Why
didn't *I* think of that one.... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Alexandre Oliva
7f3c96c5da do not print garbage just because someone does not want dependencies :-) 0001-01-01 00:00:00 +00:00
Jeremy Allison
783c32d08a Learned about the label() and link() commands and how to use url()
to do cross ref links.
Jeremy.
0001-01-01 00:00:00 +00:00
Alexandre Oliva
93b195d1e9 looks like someone forgot to commit these... 0001-01-01 00:00:00 +00:00
Jeremy Allison
cc78a9ea31 Added html label() macros to man page sections allowing them to be
linked to externally.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a1923d465b Fixed bug (that I introduced when doing the "delete on close" work
that caused NetBench to fail as the wrong error code was being
returned from a getatr call. Change was not to set the
unix_ERR_class global when you are not returning an error. This
is a big of Samba internal folklore that is *important*.
Jeremy.
0001-01-01 00:00:00 +00:00
Alexandre Oliva
274a2cff30 modify dependency tracking code so that it:
1) inserts the pathname of the object file in the dependency file
   (currently, gcc will only generate the basename)
2) the directory tree within .deps mirrors the source tree, so that we use
   shorter filenames
problem 1 was reported to me by Tom Angert <angert@bellsouth.net>
0001-01-01 00:00:00 +00:00
John Terpstra
32bc55c095 Added description of reason for failure of test 3 due to blockage of the
loopback address.
0001-01-01 00:00:00 +00:00
John Terpstra
356e049a42 Path change only. 0001-01-01 00:00:00 +00:00
John Terpstra
7eaf47853e Fixed spec file entry that was causing the CDRom installer to generate
a message claiming that package installation had failed when it really
did work. The error was caused by the killall command being used where
there is no /proc for it to work on.
0001-01-01 00:00:00 +00:00
Jeremy Allison
00c83ea4ab nmbd.8.yo: More tweaks.
smbclient.1.yo: Partially done...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
97a14db756 Tidied up option processing in smbclient - usage message now actually
reflects the real options. Removed '-S' option - couldn't see what
this was doing (seemed to have something to do with nt_domain_logon ?).
Luke please check if you needed this code (code is only #ifdef'ed out
and can be re-instated).
Did this to make writing of yodl smbclient man page possible :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
3b2d25035e clean up steps for making distribution 0001-01-01 00:00:00 +00:00
Herb Lewis
86743dfda4 some versions of Irix pass the HAVE__ACL test but don't have acl.h
test for both before including ACL support.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
14927fa5da yet another person asked me where the name Samba came from, so I put
it in the history file.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e7c754d38c Finished nmbd docs, small changes to smbd docs.
Jeremy.
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
bd0c5ee8e7 This should have gone with the last batch.
Again, to compile debug2html, you need to do a 'make debug2html'.

Chris -)-----
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
b6888faacd I've moved the debugparse module files into the ubiqx directory because I
know that 'make proto' will ignore them there.  The debugparse.h header
file is included in includes.h, and includes.h is included in debugparse.c,
so all of the pieces "see" each other.  I've compiled and tested this,
and it does seem to work.  It's the same compromise model I used when
adding the ubiqx modules into the system, which is why I put it all into
the same directory.

Chris -)-----
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
81f64d8992 Still moving things around. debugparse.h will be removed from the include
directory in the next batch.  Chris -)-----
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
a1aa808d5b Just moving things around a bit.
Chris -)-----
0001-01-01 00:00:00 +00:00
Jeremy Allison
f81f27d3fa Added Cybernet systems. Also made it clear that USA is *North* America,
and not the whole of North America (apologies to the bloke from Mexico
who got upset).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
83aa193439 Move man page section from (1) to (8) for smbd.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2bce2cf6d8 Added clear-out-structure fix for make_unistr2.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9cade656e2 Fixes to allow this to pass SGI compiler in -fullwarn mode (with one
annoying exception I'm still looking at :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
1f225abfbe Quick fixes to fix the broken tree. Needed for my morning compiles.
Chris - feel free to fix these things differently if these fixes don't
work for you.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
1762196434 Fix from thwartedefforts@wonky.org (slightly modified) to
fix username overwriting problem in security=share.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
99430ce899 fixed problem with snprintf.c and mkproto 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7a50ca81a5 use abort() instead of exit() in smb_panic()
the reason we don't return() here is that smb_panic() is used not just
for segv but also for detected errors (such as buffer overflows)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
177b7b6b19 fixed handling of %.0f in replacement snprintf.c 0001-01-01 00:00:00 +00:00
Jeremy Allison
12cb7caa9a Not finished yet - added so I can check it out at home
and work on it tonight (I hate my life :-( ).
Jeremy.
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
e86fd87a38 Fixed a small bug in debug2html. It wasn't properly checking EOF. The
current status is "it works".  I need to add some syntax error recovery
and a usage message.  Basic stuff.

I've also modified Makefile.in.  If you want to compile it you'll have to
do a 'make debug2html', as I used smbtorture as a model.  We can decide
later if this tool is useful enough to be compiled always.

BTW, a 'make realclean' fails because the bin directory isn't empty.
That's because it doesn't delete optionally compiled files such as
smbtorture and debug2html (and because of the CVS subdirectory, but I
think that's only a problem for developers).

Chris -)-----
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
26fcdfd082 Added info about parsing debug messages.
Chris -)-----
0001-01-01 00:00:00 +00:00
Jeremy Allison
695b31d066 Fixed a few doc bugs in make_smbcodepage.1.yo samba.7.yo
Added smbd.8.yo.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
22721b0271 debug string with no %s parameter. oops 0001-01-01 00:00:00 +00:00
Luke Leighton
161eb6f511 amazing. the improvements to NT continue, evidence for which shows up
now as "RPC fault" if the UNIHDR structure lengths do not exactly
match up to the length of the data stream.

so, all versions of samba prior to this one have an off-by-one bug
in unicode string lengths.

all versions of NT prior to NT 5 beta 2 could possibly have buffer
problems when receiving badly formatted UNICODE strings.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7ad30c43ba YODL conversion of make_smbcodepage.1
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ae1888529b add ifdef for "long double" 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e2cb50af45 added a vsnprintf() implementation from cvslock. See the notes on the
license at the top of lib/snprintf.c

I've always been slightly uneasy about our half-baked vslprintf()
implementation and the risks on platforms that don't have vsnprintf()
so when I saw this code in another GPLd package I wanted it for Samba.
0001-01-01 00:00:00 +00:00
Christopher R. Hertel
fae161b905 Here is the simple debug parser and the debug2html converter. Still to do:
* Debug message filtering.
  * I need to add all this to Makefile.in
    (If it looks at all strange I'll ask for help.)

If you want to compile debug2html, you'll need to do it by hand until I
make the changes to Makefile.in.  Sorry.

Chris -)-----
0001-01-01 00:00:00 +00:00
Jeremy Allison
c4fbf36ff7 First part of YODL converted documentation.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
91b4f547eb Added new German consultant.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
4332bc06c6 Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Ensured offset was being reported correctly for 64 bit file access,
ensured delete on close bit was being reported correctly.
Jeremy.
0001-01-01 00:00:00 +00:00