1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

136890 Commits

Author SHA1 Message Date
Samba Release Account
e4e73d7e5f updated comments in announce_server() to indicate that future work needs
to be done on this function when doing an announce host to a remote
domain master browser when samba is a WINS server.

lkcl
(This used to be commit 12c50bac4e)
1996-08-05 18:19:41 +00:00
Samba Release Account
bd7fa650bd updating documentation to reflect code a little bit.
lkcl
(This used to be commit 2193c1ee4e)
1996-08-05 18:18:58 +00:00
Samba Release Account
cfc0d5f5b3 jht spotted error in Domain announcements: the comment was being displayed
as the NetBIOS name of the master browser for samba's workgroup, instead
of samba's NetBIOS name.
(This used to be commit b5fb0293b0)
1996-08-05 17:45:47 +00:00
Samba Release Account
b1bddd39c7 Tiny bug in doco reported to samba-bugs
dan
(This used to be commit f46305d76e)
1996-08-03 14:56:43 +00:00
Samba Release Account
26c4a63580 preparing for release of 1.9.16alpha15
(This used to be commit 043898aa85)
1996-08-03 00:25:05 +00:00
Samba Release Account
fa7361b621 updated doc files to include a GPL header, with revision history in it.
added created and tridge comments on first revision first kick-off in
revision history.

lkcl
(This used to be commit 70d3d3bbf0)
1996-08-01 19:25:01 +00:00
Samba Release Account
3ffb30e8be local_only NetServerEnum syncs can now be issued.
bug spotted in nameservresp.c - arguments to test subnet the response
is received on (same_net()) were the wrong way round (ccm@shentel.net)

samba was adding WORKGROUP(1e) as a unique not a group name: fixed this

bug in reply_name_status() and reply_name_query(): WINS entries weren't
being looked up.

name status reply adds local SELF entries to WINS SELF entries: some
SELF entries are only added locally, while others are only added via
WINS. name status needs to have both, combined.

a sync will only occur when an ANN_LocalMasterAnnouncement is received, NOT
an ANN_HostAnnouncement or an ANN_DomainAnnouncement.

when samba is a member of a workgroup, it looks for (using a wins server)
and announces to its domain master. NAME_QUERY_ANNOUNCE_HOST - yet another
'state' - has been created to do this: do the name query on the wins server
and send the announce host to the answer to this query.

jeremy @ vantive wrote the original code to do this, which used the
name_query() function.  i'm trying to avoid name_query: it times out and
generally messes things up, but using queue_netbios_packet() and
queue_netbios_pkt_wins() is... not intuitive?

lkcl with help from jra
(This used to be commit 6e932e4bae)
1996-08-01 17:49:40 +00:00
Samba Release Account
9bf446124b preparing for release of 1.9.16alpha13
(This used to be commit 801fe1066e)
1996-07-30 15:48:22 +00:00
Andrew Tridgell
2b4b7b4e1a fix a bug that we've had for a long time where we don't handle EOF
properly from clients, and end up looping like mad.

At least I _hope_ this is fixed.
(This used to be commit a7c7d7afe2)
1996-07-30 15:47:30 +00:00
Samba Release Account
a7ed8cd8ac Lots of updating.
Dan
(This used to be commit 66148db2f7)
1996-07-27 14:18:55 +00:00
Andrew Tridgell
6b680bb89c minor cleanups
(This used to be commit 7c8fd43b4e)
1996-07-24 06:14:51 +00:00
Andrew Tridgell
1924f08d84 the client now loads the smb.conf config file so it can get the
interfaces info, and the workgroup right.
(This used to be commit fabd4230f1)
1996-07-24 06:14:23 +00:00
Samba Release Account
8d9143cbcf Some examples for printer accounting that I use with samba. lp-acct is
an example for a local printer off a samba server, hp5-redir is for a
remote printer.  acct-sum, does the stats from acct-all.  There is an
example printcap entry for the redirection of the printer.  Lots more
to come!

<pkelly@ets.net>
(This used to be commit 14bae3a0bd)
1996-07-23 03:30:56 +00:00
Andrew Tridgell
234b8c6022 removed the remote interfaces stuff.
(This used to be commit 51e5a1a546)
1996-07-22 14:32:38 +00:00
Andrew Tridgell
1c2ab212d9 added lots of comments to the docs that Luke wrote on the internals of
nmbd. I haven't been through all of them yet, but I'm getting there
:-)
(This used to be commit 9e411f2c90)
1996-07-22 14:30:58 +00:00
Andrew Tridgell
a1ab08fdb5 added a bunch of comments to Lukes docs.
(This used to be commit e6282da558)
1996-07-22 12:06:27 +00:00
Andrew Tridgell
4bfbee68f7 minor debug output fix
(This used to be commit c1415349ac)
1996-07-22 12:04:56 +00:00
Andrew Tridgell
124beb45f8 fix up problems with "smbclient -L". It now uses a generic
NetServerEnum with no workgroup attached if the workgroup is
"WORKGROUP" (the default in the Makefile) and uses the specific
NetServerEnum (with workgroup attached) otherwise.
(This used to be commit 6fa3468c9b)
1996-07-22 12:00:39 +00:00
Samba Release Account
413db88cc7 Sorry for last empty message. Updated file to say that domain logons
and scripts are now possible and to see DOMAIN.txt for more info.
<pkelly@ets.net>
(This used to be commit fd6c3dfffd)
1996-07-22 02:42:05 +00:00
Samba Release Account
241dff346a CVS:
(This used to be commit 87cf3702c6)
1996-07-22 02:35:41 +00:00
Samba Release Account
847fe7e456 preparing for release of 1.9.16alpha12
(This used to be commit eae670a7ca)
1996-07-19 09:34:54 +00:00
Samba Release Account
bcfba000df NeXT needs #define pid_t int in includes.h
namedbname.c:find_name_search() needed search capability on both local
subnet records and WINS records. it used to return NULL if the name
was not found in the local subnet records even if you asked it to search
the WINS name records as well.
(This used to be commit 96c2efded8)
1996-07-18 17:09:22 +00:00
Samba Release Account
90357bb3b0 preparing for release of 1.9.16alpha11
(This used to be commit b9d7b458b9)
1996-07-18 10:54:15 +00:00
Andrew Tridgell
b6037f01a0 minor cleanups ready for another release
(This used to be commit 153d324c7b)
1996-07-18 10:20:51 +00:00
Andrew Tridgell
201fefd658 removed some debug stuff from luke
(This used to be commit 1fd1d7c27c)
1996-07-18 10:09:01 +00:00
Samba Release Account
25b30c08dc lots of changes to nmbd
lkcl
(This used to be commit 45d3b26447)
1996-07-17 18:33:36 +00:00
Samba Release Account
a174694759 Modified demo smb.conf to not have /tmp writeable by everyone by default.
According to server-linux some people seem to be uncommenting the example
[tmp] without thinking what it does  :-)

Dan
(This used to be commit c290c229f9)
1996-07-11 13:56:08 +00:00
Samba Release Account
e5a0619c28 updated docs to match code mods from last two or three updates. done
some more commenting of code to match docs.

sorted some bugs.

ipc BOOL domains was uninitialised.

lkcl
(This used to be commit cb43ce7bc0)
1996-07-10 18:48:49 +00:00
Samba Release Account
9d59ce1d57 missed nmbd.c in previous update.
did a make proto

lkcl
(This used to be commit 4ccc84989e)
1996-07-09 18:11:47 +00:00
Samba Release Account
9fdb312a69 sorted out various timer delay bugs: nameannounce.c nameserv.c
namedbname.c:search_for_name() wasn't looking for 0x1b as well as
0x0 and 0x20 name types.

reduced number of retransmissions of packets from 4 to 3 times.

added code that ensures remote lmhosts entries don't get deleted when
a master browser cannot be found on a remote subnet. stopped forcing
an election on remote subnets if a master browser cannot be found.

stopped browse list and wins list from being written out too frequently.

only add samba's names to local interfaces.

add 0x1c name if we are a domain logon machine (needs more exploration).

why bother reloading services when receiving a SIGTERM?

sort out add_my_name_entry() and remove_name_entry() to deal with
broadcast, samba as a WINS and samba using a WINS. properly.

added extra debug information to help with expected response queue code.
updated debug comments in become_master().

altered dump_names() DEBUG format. it looks prettier.
altered wins.dat format to match DEBUG format.

lkcl
(This used to be commit 429f1f975e)
1996-07-09 18:01:46 +00:00
Samba Release Account
3545a9b873 added the recently shuffled and updated source files missed in the
previous commit (see previous log message for details)

fixed bug in nameservreply.c: wrong macro in use (RSSVAL not IVAL!).

did another make proto

lkcl
(This used to be commit d78b319062)
1996-07-07 13:29:56 +00:00
Samba Release Account
b338bce94f tidied up: code shuffling and documentation.
created namedb*.c nameservresp.c nameservreply.c and namepacket.c
added modules to Makefile, downloading dan's current version first :-)
shuffled docs to match source
created more docs

fixed bug in announce_backup() discovered when going nameannounce.doc:
backup list requests to the master browser should be used when samba is
not a master browser; backup list requests to the primary domain
controller should be used when samba is not a primary domain controller.

fixed bug in sync_server: it would never send MasterAnnounce packets.

removed the code that ignored special browser names: these should only
be ignored (except 0x1b names) when broadcasted name queries are sent,
not when directed registration or directed queries are sent samba as a
WINS server. (note: exactly what's going on is still uncertain).

renamed NAME_QUERY_MST_SRV_CHK  to NAME_QUERY_PDC_SRV_CHK  (more accurate).
renamed NAME_STATUS_MST_SRV_CHK to NAME_STATUS_PDC_SRV_CHK (more accurate).

added secured WINS name registration: a new 'state' NAME_REGISTER_CHALLENGE;
functions send_name_response(), response_name_query_register(); added
sending of WAIT ACKNOWLEDGEMENT packet; added a reply_to_ip field to
the response record structure so that after the name query challenge,
you know who to inform of the outcome of that challenge.

note: these are all currently untested modifications (yikes!)

lkcl
(This used to be commit b50ff657dd)
1996-07-07 12:36:18 +00:00
Samba Release Account
4d314a96e7 Added uninstallation from Makefile, either in parts or total uninstall
Dan
(This used to be commit b6343dd09c)
1996-07-05 03:53:32 +00:00
Samba Release Account
2285033933 Changed install scripts so they don't have hardcoded values
Dan
(This used to be commit 2eccc5eea2)
1996-07-05 03:51:27 +00:00
Samba Release Account
94b935c974 namebrowse.c was using variable work uninitialised.
remkproto'd proto.h

lkcl
(This used to be commit 166d70eba3)
1996-07-04 19:41:16 +00:00
Samba Release Account
7812ff0813 modified become_master() to a state-based system. becoming a master
is now performed in stages: wait for each NetBIOS name to be
successfully registered before proceeding to the next stage.

tied implicit name registration and release (broadcast method) to the
same piece of code as explicit method (via WINS server).

created special_browser_name() function that checks __MSBROWSE__
name: this name is ignored by WINS servers apparently.

fixed likely incompatibility between refresh_my_names() and add_my_names().
(netbios entries were unlikely to be refreshed).

NOTE: none of these changes have been tested. at all.

lkcl
(This used to be commit 7719fb0652)
1996-07-04 19:19:26 +00:00
Samba Release Account
9a08bb015c Started uninstall in Makefile
Updated some email addresses
(This used to be commit a7be82ee6e)
1996-07-04 03:17:08 +00:00
Andrew Tridgell
ddbdce7018 generated new proto.h
(This used to be commit 05107be566)
1996-07-03 02:59:01 +00:00
Andrew Tridgell
f64bd08ad3 fixed conflict between two variables called d
(This used to be commit 38135c854e)
1996-07-03 02:58:46 +00:00
Andrew Tridgell
9c77b8ab37 fixed conflict with global variable updatecount
(This used to be commit ba478e9404)
1996-07-03 02:58:18 +00:00
Andrew Tridgell
a7f497c6d6 fix Makefile - remove Lukes private stuff :-)
rerun proto generator
(This used to be commit 98568862ca)
1996-07-03 02:39:49 +00:00
Andrew Tridgell
07fcf2df03 - moved the protocol defs in the client to keep sill C compilers happy
- added change for cnum range in reply_tdis()
(This used to be commit 609c3a5e1e)
1996-07-03 01:58:27 +00:00
Samba Release Account
7ca58ce114 as a result of the writing of namework.doc, namework.c has been tidied up,
some bugs fixed / documented and some discrepancies noted down (in
namework.c as well as namework.doc)

namebrowse.c and namelogon.c contain functions that were inappropriately
placed in namework.c. namebrowse.c contains browse sync queue management
functions that were inappropriately placed in namedb.c

the 'cmd_type' member of response_record has been renamed to 'state'
because that more accurately reflects it purpose (not entirely. sigh).

fixed a bug in nameserv.c that meant the previous version wouldn't
compile.

there's probably a bit more...

lkcl
(This used to be commit a66417ebe8)
1996-07-02 15:31:33 +00:00
Samba Release Account
ee1db51941 updated low-level design documentation on nmbd. first draft of namework.doc
and updated the other two.

lkcl
(This used to be commit 96d242826d)
1996-07-02 15:23:02 +00:00
Samba Release Account
601281a43b patch to fix NetServerEnum with multiple workgroup lists kindly supplied.
it works for him. needs testing.
(This used to be commit 546c490807)
1996-07-01 18:54:02 +00:00
Samba Release Account
7a804a2e83 updated the NetBIOS code due to some bugs found by writing the first draft
of the low level design docs.
(This used to be commit 103012e5f2)
1996-07-01 18:29:21 +00:00
Samba Release Account
a853abd9ae first draft of low-level design documents describing the operation of
nameserv.c and nameresp.c and their interaction with the rest of nmbd.
(This used to be commit 875497d961)
1996-07-01 18:22:31 +00:00
Samba Release Account
70d59e977f added local and remote interfaces (didn't get done in first attempt)
(This used to be commit c0b0139d1a)
1996-06-29 19:27:12 +00:00
Samba Release Account
ed2639ebe2 luke's first attempt at using cvs
accidentally updated the Makefile

updated the name database structure (again!). this time, there is one
name database per local interface. there is also a pseudo-interface on
ip 255.255.255.255. its purpose is to store WINS name entries. all the
local interface name databases store SELF names only. the WINS name
database stores non-special browser names.

added wins.dat file: records WINS entries in ascii format. this is reloaded
when nmbd restarts.

added repeating code for response packets. timer is in seconds only at the
moment.

updated the response queue code to deal with samba registering with a
WINS server a bit better (added more cases when a response isn't received).
tidied up the response packet processing code and expire_response_queue()
code. added cross references between response received and await-response
expired code.

added over-zealous code that checks all machines that register with samba
as a WINS server (every 10 minutes i think): to see whether they are still
alive or not (see rfc1001.txt)

bug reported by terry@ren.pc.athabascau.ca: DNSFAILed names _stay_ as
DNSFAIL, even though the machine may come back up and REGISTER.

removed update_from_reg() function. it's not necessary, and it does too much.

added code that announces on each local interface samba's ttl as zero and
servertype as zero when nmbd is kill -TERMed

first attempt at putting the first functionality of samba browsing back in
(remote subnets should have samba appear in a workgroup specified through
the lmhosts file)

lots of other miscellaneous tidying up / chopping about.
(This used to be commit 7e8c60cfe5)
1996-06-29 18:49:20 +00:00
Samba Release Account
851ee418b4 Basic doc changes to keep up to date.
Dan
(This used to be commit 6d81d56f92)
1996-06-19 13:23:46 +00:00