samba.git
27 years agoFixed for FreeBsd.
Samba Release Account [Tue, 10 Dec 1996 18:02:08 +0000 (18:02 +0000)]
Fixed for FreeBsd.
jra@cygnus.com

27 years agoAdded -f lockfile support.
Samba Release Account [Tue, 10 Dec 1996 18:00:22 +0000 (18:00 +0000)]
Added -f lockfile support.
jra@cygnus.com

27 years agoFixed quota support for FreeBsd.
Samba Release Account [Tue, 10 Dec 1996 17:58:11 +0000 (17:58 +0000)]
Fixed quota support for FreeBsd.
jra@cygnus.com

27 years agoAdded veto calls.
Samba Release Account [Tue, 10 Dec 1996 17:56:40 +0000 (17:56 +0000)]
Added veto calls.
jra@cygnus.com

27 years agoAdded -f option for lock file.
Samba Release Account [Tue, 10 Dec 1996 17:55:27 +0000 (17:55 +0000)]
Added -f option for lock file.
jra@cygnus.com

27 years agoAdded in missing return statement.
Samba Release Account [Tue, 10 Dec 1996 17:53:59 +0000 (17:53 +0000)]
Added in missing return statement.
jra@cygnus.com

27 years agoMoved fcntl locking code into util.c to allow it to be
Samba Release Account [Tue, 10 Dec 1996 17:53:00 +0000 (17:53 +0000)]
Moved fcntl locking code into util.c to allow it to be
called from nmbd code.
jra@cygnus.com

27 years agoAdded in veto files parameter created by Whistle.
Samba Release Account [Tue, 10 Dec 1996 17:51:42 +0000 (17:51 +0000)]
Added in veto files parameter created by Whistle.
jra@cygnus.com

27 years agoAdded in changes for FreeBsd.
Samba Release Account [Tue, 10 Dec 1996 17:50:28 +0000 (17:50 +0000)]
Added in changes for FreeBsd.
jra@cygnus.com

27 years agoAdded in veto files parameter create by Whistle.
Samba Release Account [Tue, 10 Dec 1996 17:49:11 +0000 (17:49 +0000)]
Added in veto files parameter create by Whistle.
jra@cygnus.com

27 years agoAdded Volkers fix for bundary condition. Needed as word
Samba Release Account [Tue, 3 Dec 1996 19:05:27 +0000 (19:05 +0000)]
Added Volkers fix for bundary condition. Needed as word
alignment wasn't being taken into account in space
calculations.

27 years agoupdated tectronic's entry to include the new contact name, and info about
Samba Release Account [Tue, 19 Nov 1996 19:16:59 +0000 (19:16 +0000)]
updated tectronic's entry to include the new contact name, and info about
them setting up the uk samba user group. contact: sam@tectronic.demon.co.uk

lkcl

27 years agoSet num_validated_users to zero if Realloc fails.
Samba Release Account [Sat, 9 Nov 1996 01:56:20 +0000 (01:56 +0000)]
Set num_validated_users to zero if Realloc fails.

27 years agoincreased debug levels for name dump to same as that for workgroup dump
Samba Release Account [Wed, 6 Nov 1996 20:27:50 +0000 (20:27 +0000)]
increased debug levels for name dump to same as that for workgroup dump
in log files. really verbose listings ought only to be shown at debug
log level 5 and above.

lkcl

27 years agoqueries for 0x1b names were resulting in dns lookups. not good.
Samba Release Account [Wed, 6 Nov 1996 20:17:48 +0000 (20:17 +0000)]
queries for 0x1b names were resulting in dns lookups. not good.

lkcl

27 years agonmblookup was looking for 0x1b (domain master browser) not 0x1d (local
Samba Release Account [Wed, 6 Nov 1996 20:14:24 +0000 (20:14 +0000)]
nmblookup was looking for 0x1b (domain master browser) not 0x1d (local
master browser) names with the -M switch.

lkcl

27 years agoallowed packets coming in from 'unexpected' subnets.
Samba Release Account [Sun, 3 Nov 1996 17:11:00 +0000 (17:11 +0000)]
allowed packets coming in from 'unexpected' subnets.

lkcl

27 years agoremoved getdomainname() stuff and appending a '.' to the name in
Samba Release Account [Sun, 27 Oct 1996 15:23:51 +0000 (15:23 +0000)]
removed getdomainname() stuff and appending a '.' to the name in
dns_name_search().

lkcl

27 years agosevere debugging session for nmbd. in fact, i'm surprised that browsing
Samba Release Account [Sun, 27 Oct 1996 14:22:56 +0000 (14:22 +0000)]
severe debugging session for nmbd. in fact, i'm surprised that browsing
in 1.9.16 works at all!

question and resource record types for queries and response netbios
packets sorted out properly (see rfc1002.txt 4.2.1.3).

receipt of browser announcement packets were playing up

lkcl

27 years agoChanged become_user to take a vuid as second arg.
Samba Release Account [Fri, 25 Oct 1996 20:50:31 +0000 (20:50 +0000)]
Changed become_user to take a vuid as second arg.
Consistent with other changes to make smb_uid an index+offset
into the validated_users table.
jra@cygnus.com

27 years agoAdded definitions for vuid offset and invalid user smb_uid.
Samba Release Account [Fri, 25 Oct 1996 20:48:25 +0000 (20:48 +0000)]
Added definitions for vuid offset and invalid user smb_uid.
Added vuid to connections struct.
jra@cygnus.com

27 years agoModified all references to smb_uid to be vuid's.
Samba Release Account [Fri, 25 Oct 1996 20:42:46 +0000 (20:42 +0000)]
Modified all references to smb_uid to be vuid's.
jra@cygnus.com

27 years agoModified all references to uid to vuid.
Samba Release Account [Fri, 25 Oct 1996 20:30:22 +0000 (20:30 +0000)]
Modified all references to uid to vuid.
jra@cygnus.com

27 years agoChanged prototypes for accesses into validated_users structure.
Samba Release Account [Fri, 25 Oct 1996 20:20:17 +0000 (20:20 +0000)]
Changed prototypes for accesses into validated_users structure.
Ensured all smb_uid accesses are uint16's.
jra@cygnus.com

27 years agoCore of the changes for returning smb_uid's. smb_uid's are now
Samba Release Account [Fri, 25 Oct 1996 20:18:28 +0000 (20:18 +0000)]
Core of the changes for returning smb_uid's. smb_uid's are now
returned as an index plus offset into the valudated_users table.
The offset (100) is added so that an smb_uid of zero becomes
an invalid value. All access into the validated_users table are
done by removing the offset and indexing into the table. Out of
ranges return NULL. Causes accesses into the validated_users table
to be more consistant and controlled.

This change made due to the fact that the uid field is only 16
bits in the smb header and we need for this not to be a unix
user id (which can ge 32 bits).

jra@cygnus.com

27 years agoChanged definitions of prototypes to take uint16 vuid's not
Samba Release Account [Fri, 25 Oct 1996 20:10:53 +0000 (20:10 +0000)]
Changed definitions of prototypes to take uint16 vuid's not
int uid's. Part of the change for Samba to return an index+offset
into the registered users table rather than a raw unix uid.
Added casts to required prototypes for function pointers in
tables.
jra@cygnus.com

27 years agodebugging the dns lookup changes
Samba Release Account [Fri, 25 Oct 1996 19:31:48 +0000 (19:31 +0000)]
debugging the dns lookup changes
lkcl

27 years agodebugged dns lookup / netbios name query code from yesterday.
Samba Release Account [Fri, 25 Oct 1996 16:43:04 +0000 (16:43 +0000)]
debugged dns lookup / netbios name query code from yesterday.
lkcl

27 years agoAdded faq directory under docs. Translated the whole of the current
Samba Release Account [Fri, 25 Oct 1996 02:56:06 +0000 (02:56 +0000)]
Added faq directory under docs. Translated the whole of the current
FAQ into linuxdoc-sgml format. From now on we can change the file
sambafaq.sgml and then run sgml2txt and sgml2html to generate the
other files. (Home page for linuxdoc-sgml is
http://sunsite.unc.edu/mdw/Linuxdoc-SGML.html. Does cross references
and section management.)

27 years agodealing with name queries and dns lookups etc.
Samba Release Account [Thu, 24 Oct 1996 17:48:06 +0000 (17:48 +0000)]
dealing with name queries and dns lookups etc.
lkcl

27 years agopreparing for release of 1.9.16p9
Samba Release Account [Thu, 24 Oct 1996 00:11:14 +0000 (00:11 +0000)]
preparing for release of 1.9.16p9

27 years ago- added support for TMPDIR env variable
Andrew Tridgell [Thu, 24 Oct 1996 00:09:08 +0000 (00:09 +0000)]
- added support for TMPDIR env variable
- fixed fault.c for linux 2.1
- put back in the FIND_SELF failing code
- cleaned up casts in encryption

27 years ago- fixed listproc mail address in faq
Andrew Tridgell [Wed, 23 Oct 1996 23:49:27 +0000 (23:49 +0000)]
- fixed listproc mail address in faq
- added printer driver section to faq

27 years agoJeremy <jra@cygnus.com>
Samba Release Account [Wed, 23 Oct 1996 19:12:47 +0000 (19:12 +0000)]
Jeremy <jra@cygnus.com>
Removed AS_USER requirement for SMBulogoff. A valid TID (cnum) is not
given for this call, which become_user needs if it is not to return
an error. This fixes a specific case with NT4.0 which stops users
attaching to a Samba server using a different account to the one they
are logged in under.

27 years agopreparing for release of 1.9.16p8
Samba Release Account [Wed, 23 Oct 1996 18:44:19 +0000 (18:44 +0000)]
preparing for release of 1.9.16p8

27 years agowrong answer response resource record type expected, so the response packet
Samba Release Account [Wed, 23 Oct 1996 18:38:05 +0000 (18:38 +0000)]
wrong answer response resource record type expected, so the response packet
was being abandoned. oops.

lkcl

27 years agocode was added to stop samba from replying to queries for its own names (?! :-)
Samba Release Account [Wed, 23 Oct 1996 18:28:52 +0000 (18:28 +0000)]
code was added to stop samba from replying to queries for its own names (?! :-)
lkcl

27 years agoDid some editing, got frustrated, started converting to linuxdoc-sgml
Samba Release Account [Fri, 18 Oct 1996 14:50:39 +0000 (14:50 +0000)]
Did some editing, got frustrated, started converting to linuxdoc-sgml

27 years agothe response packets are being received (fix to process_nmb() worked)
Samba Release Account [Sun, 13 Oct 1996 13:47:02 +0000 (13:47 +0000)]
the response packets are being received (fix to process_nmb() worked)
however dead_netbios_entry() is still thinking that no response has
been received when the response_record times out for the registration
with the WINS server. only print a debug message when no registration
response is _really_ received from the WINS server.

lkcl

27 years agopreparing for release of 1.9.16p7
Samba Release Account [Fri, 11 Oct 1996 17:56:42 +0000 (17:56 +0000)]
preparing for release of 1.9.16p7

27 years agonetbios registration and release response packets were being junked. a
Samba Release Account [Fri, 11 Oct 1996 17:55:16 +0000 (17:55 +0000)]
netbios registration and release response packets were being junked. a
BAD idea.

lkcl

27 years ago- set default printer driver string to "NULL"
Andrew Tridgell [Fri, 11 Oct 1996 05:49:42 +0000 (05:49 +0000)]
- set default printer driver string to "NULL"

- fixed debug levels for name status parsing

27 years agopreparing for release of 1.9.16p6
Samba Release Account [Wed, 9 Oct 1996 15:10:16 +0000 (15:10 +0000)]
preparing for release of 1.9.16p6

27 years ago- correctly handle non-encrypted share mode session-setup. We were
Andrew Tridgell [Wed, 9 Oct 1996 15:08:29 +0000 (15:08 +0000)]
- correctly handle non-encrypted share mode session-setup. We were
losing the username due to the recent "handle broken password lengths"
patch.

27 years ago- updated the ENCRYPTION.txt stuff to point to the newer des
Andrew Tridgell [Wed, 9 Oct 1996 15:06:53 +0000 (15:06 +0000)]
- updated the ENCRYPTION.txt stuff to point to the newer des
libraries.

- updated the MIRRORS list

27 years agopreparing for release of 1.9.16p5
Samba Release Account [Mon, 7 Oct 1996 15:06:26 +0000 (15:06 +0000)]
preparing for release of 1.9.16p5

27 years ago- revert to old idle dir code (marty pointed out a problem with the
Andrew Tridgell [Mon, 7 Oct 1996 15:04:48 +0000 (15:04 +0000)]
- revert to old idle dir code (marty pointed out a problem with the
new code)

- handle server level security in the new "detect NT password length
stuffups" code

27 years agopreparing for release of 1.9.16p4
Samba Release Account [Mon, 7 Oct 1996 11:14:29 +0000 (11:14 +0000)]
preparing for release of 1.9.16p4

27 years ago- continue when failing to load config file in nmblookup and smbclient
Andrew Tridgell [Mon, 7 Oct 1996 11:06:34 +0000 (11:06 +0000)]
- continue when failing to load config file in nmblookup and smbclient

- fix important bug in nmbd where it set the return code for a
negative name response to 0 (which means success!)

27 years ago- changed the default nmbd loop timout to 10 seconds (2 seconds was much
Andrew Tridgell [Mon, 7 Oct 1996 01:56:21 +0000 (01:56 +0000)]
- changed the default nmbd loop timout to 10 seconds (2 seconds was much
too short)

- got rid of many unnecessary calls to time(NULL) in nmbd. They were
causing it to chew too much CPU time when idle. Now we pass a time
value in from the top level.

27 years ago- added an entry to the MIRRORS list
Andrew Tridgell [Mon, 7 Oct 1996 01:53:25 +0000 (01:53 +0000)]
- added an entry to the MIRRORS list
- minor fixes in man page

27 years agopreparing for release of 1.9.16p3
Samba Release Account [Sat, 5 Oct 1996 14:28:39 +0000 (14:28 +0000)]
preparing for release of 1.9.16p3

27 years agoadd DEBUGLEVEL to replace.c
Andrew Tridgell [Sat, 5 Oct 1996 14:27:00 +0000 (14:27 +0000)]
add DEBUGLEVEL to replace.c

27 years ago- use waitpid for ultrix
Andrew Tridgell [Sat, 5 Oct 1996 13:38:29 +0000 (13:38 +0000)]
- use waitpid for ultrix
- don't use wait4

27 years ago- replace the base36 function with one that works on more systems
Andrew Tridgell [Sat, 5 Oct 1996 13:13:31 +0000 (13:13 +0000)]
- replace the base36 function with one that works on more systems
(compiler bugs were the problem)

- minor password cleanups (catch WfWG bug where it sets the password
to a space instead of a NULL)

- fix printing problem for kanji users

- minor cleanups

27 years ago- added a mirror entry and added a new Support.txt entry
Andrew Tridgell [Sat, 5 Oct 1996 13:10:13 +0000 (13:10 +0000)]
- added a mirror entry and added a new Support.txt entry

27 years agoI have fixed quite a few important bugs in this commit.
Andrew Tridgell [Sat, 5 Oct 1996 10:41:13 +0000 (10:41 +0000)]
I have fixed quite a few important bugs in this commit.

Luke, can you take special note of the bug fixes to nmbd so you can
propogate them to your new code.

- rewrote the code that used to use fromhost(). We now call
gethostbyaddr() only if necessary and a maximum of once per
connection. Calling gethostbyaddr() causes problems on some systems so
avoiding it if possible is a good thing :-)

- added the "fake oplocks" option. See the docs in smb.conf(5) and
Speed.txt

- fixed a serious bug in nmbd where it would try a DNS lookup on
FIND_SELF queries. This caused a lot of unnecessary (and incorrect)
DNS lookups to happen. FIND_SELF queries should only go to the
internal name tables.

- don't set FIND_SELF for name queries if we are a wins proxy, as we
are supposed to be answering queries for other hosts.

- fixed a bug in nmbd which had "if (search | FIND_LOCAL)" instead of
"if (search & FIND_LOCAL)". Luke, this was in nameservreply.c

- the above 3 bugs together meant that DNS queries were being cached,
but the cache wasn't being used, so every query was going to DNS, no
wonder nmbd has been chewing so much CPU time! Another side effect was
that queries on names in lmhosts weren't being answered for bcast
queries with "wins proxy" set.

- ignore the maxxmit for seconday session setups (see CIFS spec)

- close user opened files in a uLogoffX for user level security (see
CIFS spec)

- added uid into the files struct to support the above change

27 years ago- added docs on the new "fake oplocks" option.
Andrew Tridgell [Sat, 5 Oct 1996 10:26:31 +0000 (10:26 +0000)]
- added docs on the new "fake oplocks" option.

27 years ago- use workgroup from smb.conf in smbclient
Andrew Tridgell [Sat, 5 Oct 1996 02:54:37 +0000 (02:54 +0000)]
- use workgroup from smb.conf in smbclient

- change debug level on clitar stuff

- define MAP_FILE if not defined

- ensure we never set authoritative on queries in nmbd

- fake a positive response to SMBioctl, apparently this is needed for
some WfWg printer drivers

- deny file access for non-fcbopen queries when (access_allowed == AREAD && flags == O_RDWR)

- add sys_waitpid()

27 years ago- added a new support entry
Andrew Tridgell [Sat, 5 Oct 1996 02:47:05 +0000 (02:47 +0000)]
- added a new support entry
- added THANKS entry for NEC

27 years ago- changed the umask handling. We now set the umask to 0 and explicitly
Andrew Tridgell [Fri, 4 Oct 1996 09:31:07 +0000 (09:31 +0000)]
- changed the umask handling. We now set the umask to 0 and explicitly
set the mode on all created files. I think this is a better policy.

- change the debug levels on some items

- fix a charset handling bug which affected foreign and extended
charset users

- no longer switch back to the original directory when idle, instead
switch to / as the original directory may not be readable by ordinary
users.

- fix some bugs where the create mode of files was not being
explicitly set (it was relying on the umask and using fopen). Not a
big bug as it only affected obscure commands like the messaging ops.

- got rid of the lock code in the lpq cache as its no longer needed

- rewrote smbrun to be faster and to remove the security hole. We now
don't actually need a external smbrun binary, its all done by smbd.

- add a more explicit warning about uids and gids of -1 or 65535

27 years agoAdded a version of tridge's comments on numbering to the faq.
Samba Release Account [Thu, 3 Oct 1996 03:40:32 +0000 (03:40 +0000)]
Added a version of tridge's comments on numbering to the faq.

Dan

27 years ago- fix the EALREADY bug so connections to slow hosts with smbclient get
Andrew Tridgell [Wed, 2 Oct 1996 16:16:16 +0000 (16:16 +0000)]
- fix the EALREADY bug so connections to slow hosts with smbclient get
through

- add workarounds to handle the win95 and WinNT bugs in handling
password lengths in sessionsetup

27 years agobackout all the changes to nmbd.
Andrew Tridgell [Wed, 2 Oct 1996 15:41:30 +0000 (15:41 +0000)]
backout all the changes to nmbd.

The 1.9.16 tree is now back to 1.9.16p2 as far as nmbd is concerned
apart from a small change that fixes the announce type in two places.

27 years ago- a huge pile of changes from Luke which implement the browse.conf
Andrew Tridgell [Wed, 2 Oct 1996 14:09:22 +0000 (14:09 +0000)]
- a huge pile of changes from Luke which implement the browse.conf
stuff and also fix a pile of nmbd bugs. Unfortunately I found it very
hard to disentangle the new features from the bug fixes so I am
putting in the new code. I hope this is the last big pile of changes
to the 1.9.16 series!

27 years ago- accept either NT or lanman passwords in tconX
Andrew Tridgell [Wed, 2 Oct 1996 14:06:17 +0000 (14:06 +0000)]
- accept either NT or lanman passwords in tconX

27 years agoDan
Samba Release Account [Wed, 2 Oct 1996 04:03:49 +0000 (04:03 +0000)]
Dan

27 years agoTyop.
Samba Release Account [Wed, 2 Oct 1996 03:13:16 +0000 (03:13 +0000)]
Tyop.

Dan

27 years agoEdited doc directory to remove anything that pointed to Karl Auer, since he
Samba Release Account [Wed, 2 Oct 1996 02:57:59 +0000 (02:57 +0000)]
Edited doc directory to remove anything that pointed to Karl Auer, since he
is still getting lots of email. Also updated some of the PROJECTS file. Luke,
you should do a quick paragraph or two there.

27 years agoUpdated to add the Windows NT password mechanism explaination.
Samba Release Account [Fri, 6 Sep 1996 04:52:57 +0000 (04:52 +0000)]
Updated to add the Windows NT password mechanism explaination.
Jeremy (jra@cygnus.com)

27 years agoadded debug info
Andrew Tridgell [Sat, 24 Aug 1996 01:46:47 +0000 (01:46 +0000)]
added debug info

27 years agoremoved all of lukes recent changes. I need to do a p2 release but
Samba Release Account [Sat, 24 Aug 1996 01:41:46 +0000 (01:41 +0000)]
removed all of lukes recent changes. I need to do a p2 release but
can't test the multi group changes.

I also found that some of lukes changes wiped out some recent bug
fixes. Is your CVS tree ok luke?

27 years agofixed dircahe bug
Samba Release Account [Sat, 24 Aug 1996 01:32:51 +0000 (01:32 +0000)]
fixed dircahe bug

27 years agoDoc updates
Samba Release Account [Fri, 23 Aug 1996 15:20:54 +0000 (15:20 +0000)]
Doc updates

Dan

27 years ago- fixed bugs in nmb response packet checking.
Samba Release Account [Fri, 23 Aug 1996 10:17:30 +0000 (10:17 +0000)]
- fixed bugs in nmb response packet checking.

- added multiple workgroup code - samba can register under different
  (unique) NetBIOS aliases, one per workgroup it joins.

lkcl

27 years agopreparing for release of 1.9.16p1
Samba Release Account [Thu, 22 Aug 1996 16:10:42 +0000 (16:10 +0000)]
preparing for release of 1.9.16p1

27 years ago- fix client for pathworks 4 access
Andrew Tridgell [Thu, 22 Aug 1996 16:09:27 +0000 (16:09 +0000)]
- fix client for pathworks 4 access
- fix "connection already connected" bug in open_socket_out()

27 years agominor doc fix
Andrew Tridgell [Thu, 22 Aug 1996 16:08:25 +0000 (16:08 +0000)]
minor doc fix

27 years agopreparing for release of 1.9.16
Samba Release Account [Thu, 22 Aug 1996 06:35:29 +0000 (06:35 +0000)]
preparing for release of 1.9.16

27 years ago- add timeouts to connect() for password server connections. This
Andrew Tridgell [Thu, 22 Aug 1996 06:32:03 +0000 (06:32 +0000)]
- add timeouts to connect() for password server connections. This
makes multiple password servers practical.

27 years agominor fixes to docs
Andrew Tridgell [Thu, 22 Aug 1996 06:30:24 +0000 (06:30 +0000)]
minor fixes to docs

27 years agoUpdated attribution list.
Samba Release Account [Thu, 22 Aug 1996 03:48:01 +0000 (03:48 +0000)]
Updated attribution list.
JHT

27 years agoAdded descriptions of Windows NT Domain Control.
Samba Release Account [Thu, 22 Aug 1996 03:45:05 +0000 (03:45 +0000)]
Added descriptions of Windows NT Domain Control.
JHT

27 years agoUpdated Aquasoft Entry.
Samba Release Account [Thu, 22 Aug 1996 03:42:38 +0000 (03:42 +0000)]
Updated Aquasoft Entry.

27 years agopreparing for release of 1.9.16alpha26
Samba Release Account [Wed, 21 Aug 1996 14:16:34 +0000 (14:16 +0000)]
preparing for release of 1.9.16alpha26

27 years ago- fix a bug handling readraw packets that caused the timeout to be 30
Andrew Tridgell [Wed, 21 Aug 1996 14:15:09 +0000 (14:15 +0000)]
- fix a bug handling readraw packets that caused the timeout to be 30
milliseconds instead of 30 seconds as was intended. Thanks to Paul
Nelson for finding this bug.

27 years agoupdate the docs ready for a new release
Andrew Tridgell [Wed, 21 Aug 1996 12:36:31 +0000 (12:36 +0000)]
update the docs ready for a new release

27 years agohandle sigpipe better for server security
Andrew Tridgell [Wed, 21 Aug 1996 12:36:01 +0000 (12:36 +0000)]
handle sigpipe better for server security

27 years agopreparing for release of 1.9.16alpha25
Samba Release Account [Wed, 21 Aug 1996 08:53:53 +0000 (08:53 +0000)]
preparing for release of 1.9.16alpha25

27 years agofix compiler warning
Andrew Tridgell [Wed, 21 Aug 1996 08:33:47 +0000 (08:33 +0000)]
fix compiler warning

27 years ago- bit a bit manipulation bug in find_name_search()
Andrew Tridgell [Wed, 21 Aug 1996 08:30:29 +0000 (08:30 +0000)]
- bit a bit manipulation bug in find_name_search()

- add the * and __SAMBA__ names to all subnets

- sort the name status reply list and remove duplicate entries.

27 years ago- remove the date markers from the man pages. I never keep them uptodate
Andrew Tridgell [Wed, 21 Aug 1996 08:27:58 +0000 (08:27 +0000)]
- remove the date markers from the man pages. I never keep them uptodate
anyway :-)

27 years agoJHT ==> Upgraded Samba to Windows NT Server version 4.1
Samba Release Account [Wed, 21 Aug 1996 08:11:03 +0000 (08:11 +0000)]
JHT ==> Upgraded Samba to Windows NT Server version 4.1
Just to keep ahead of the pack.
Note: Really only done to differntiate our version ID from
existing SMB Servers.

27 years agopreparing for release of 1.9.16alpha24
Samba Release Account [Wed, 21 Aug 1996 06:10:24 +0000 (06:10 +0000)]
preparing for release of 1.9.16alpha24

27 years ago- new handling of ST_TYPE bits, they are now consolidated much more in
Andrew Tridgell [Wed, 21 Aug 1996 06:09:00 +0000 (06:09 +0000)]
- new handling of ST_TYPE bits, they are now consolidated much more in
DFLT_SERVER_TYPE in nameserv.h

- got rid of a lot of spurious domain controller stuff. Samba is not a
domain controller yet, but it can be a domain master. We were claiming
to be a domain controller in some packets which may have caused
problems

- don't do preferred master startups on the WINS pseudo-net

- don't do election requests on the WINS pseudo-net

- fix a nasty bug in become_non_master() which wiped out the bits in
remove_type before using them. The result was that samba didn't like
losing its master status.

- changed the logic in the election packet handling to enable us to
become a non-master whenever we receive a winning election frame, even
if we aren't expecting it

- get another packet from the socket in nmbd when we reject one of our
own packets, this stops us from going into the packet reading code too
often and makes nmbd much snappier

- always remove a name immediately when we try to release it, don't
wait for the lack of response from the network, otherwise we will end
up replying to name that we don't really own. We still send the dereg
packets, we just don't wait for them to time out.

27 years ago- new faxing doc from Gerhard Zuber <zuber@berlin.snafu.de
Andrew Tridgell [Wed, 21 Aug 1996 05:47:56 +0000 (05:47 +0000)]
- new faxing doc from Gerhard Zuber <zuber@berlin.snafu.de

27 years agopreparing for release of 1.9.16alpha23
Samba Release Account [Tue, 20 Aug 1996 16:43:59 +0000 (16:43 +0000)]
preparing for release of 1.9.16alpha23

27 years agogive names more time when refreshing
Andrew Tridgell [Tue, 20 Aug 1996 16:43:11 +0000 (16:43 +0000)]
give names more time when refreshing

27 years agopreparing for release of 1.9.16alpha22
Samba Release Account [Tue, 20 Aug 1996 16:13:58 +0000 (16:13 +0000)]
preparing for release of 1.9.16alpha22

27 years agoupdate "server string" docs
Andrew Tridgell [Tue, 20 Aug 1996 16:12:54 +0000 (16:12 +0000)]
update "server string" docs