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

2563 Commits

Author SHA1 Message Date
Jeremy Allison
889f26a5bc Sync up changes to smbd.8.yo and nmbd.8.yo.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
eee9bb5e02 Finished smbpasswd.5.yo.
Only "the beast" - smb.conf.5.yo left to do... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
60553b3dc2 Added scripts/convert_smbpasswd to SCRIPTS
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
75c79db9be Realise this needs to be without the '.sh' ending as we will be
installing it in the BIN directory.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5a5dc248b5 Very simple awk script to convert a 1.9.18 password file into Samba 2.0
password file format.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a5362b774d Finally a man page for the smbpasswd file.
Not finished but on the way... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9dd09fdb64 Added internal cross references for all man pages.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d239790fa7 Cross linked all the command line options.
Jeremy.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
0993db2240 Fixed up cross references into smb.conf.5 man page. Still working
on smbpasswd.8.yo.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
2422100e85 updated this file a bit... 0001-01-01 00:00:00 +00:00
Jeremy Allison
15be62a66b Added Xrefs to smb.conf.5.html file.
First cut at smbpasswd (not yet finished).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
4f87a8cf99 Added scripting option (-s) to smbpasswd.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
6a328b1542 More docs...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
24106d28fb Another one bites the dust....
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
6da2e15272 fix to some of the unicode string handling. there are others pending
in non-critical areas.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
f55cc67dad Tidied up references to samba (7).
Added smbtar.1.yo.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
fc37a8852c More yodl-docs.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
4e6b548b04 memory leak in SAM group code: need these to track it down. 0001-01-01 00:00:00 +00:00
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