1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

299 Commits

Author SHA1 Message Date
Samba Release Account
e9eb9d70e3 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
-
Samba Release Account
998f8bae72 preparing for release of 1.9.16p7 -
Samba Release Account
b790455aca netbios registration and release response packets were being junked. a
BAD idea.

lkcl
-
Andrew Tridgell
f2c5f1eab1 - set default printer driver string to "NULL"
- fixed debug levels for name status parsing
-
Samba Release Account
fca0c5dc8e preparing for release of 1.9.16p6 -
Andrew Tridgell
b006cd6f91 - correctly handle non-encrypted share mode session-setup. We were
losing the username due to the recent "handle broken password lengths"
patch.
-
Andrew Tridgell
fee34277ac - updated the ENCRYPTION.txt stuff to point to the newer des
libraries.

- updated the MIRRORS list
-
Samba Release Account
952918bdd5 preparing for release of 1.9.16p5 -
Andrew Tridgell
7c135d4994 - 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
-
Samba Release Account
13c3a05093 preparing for release of 1.9.16p4 -
Andrew Tridgell
bfa816cc8f - 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!)
-
Andrew Tridgell
3cd7303dbc - 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.
-
Andrew Tridgell
733c718657 - added an entry to the MIRRORS list
- minor fixes in man page
-
Samba Release Account
47212791c2 preparing for release of 1.9.16p3 -
Andrew Tridgell
b215a90206 add DEBUGLEVEL to replace.c -
Andrew Tridgell
2aa612d676 - use waitpid for ultrix
- don't use wait4
-
Andrew Tridgell
92566ecc31 - 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
-
Andrew Tridgell
975ddfd309 - added a mirror entry and added a new Support.txt entry -
Andrew Tridgell
ea472b7217 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
-
Andrew Tridgell
1303132113 - added docs on the new "fake oplocks" option. -
Andrew Tridgell
61e3116e57 - 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()
-
Andrew Tridgell
dff891e69d - added a new support entry
- added THANKS entry for NEC
-
Andrew Tridgell
5aa735c940 - 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
-
Samba Release Account
53a4b8769e Added a version of tridge's comments on numbering to the faq.
Dan
-
Andrew Tridgell
671b3a3a77 - 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
-
Andrew Tridgell
45e66a69d3 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.
-
Andrew Tridgell
20b6203dac - 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!
-
Andrew Tridgell
b6c1c60d72 - accept either NT or lanman passwords in tconX -
Samba Release Account
203f49a4e2 Dan -
Samba Release Account
55d7b06793 Tyop.
Dan
-
Samba Release Account
5a50e34169 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.
-
Samba Release Account
fd428da770 Updated to add the Windows NT password mechanism explaination.
Jeremy (jra@cygnus.com)
-
Andrew Tridgell
4a988021a2 added debug info -
Samba Release Account
8b7fe224bc 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?
-
Samba Release Account
050f941e21 fixed dircahe bug -
Samba Release Account
e039a506e7 Doc updates
Dan
-
Samba Release Account
f24e341e7e - 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
-
Samba Release Account
6df471f663 preparing for release of 1.9.16p1 -
Andrew Tridgell
fcce452557 - fix client for pathworks 4 access
- fix "connection already connected" bug in open_socket_out()
-
Andrew Tridgell
0e37688745 minor doc fix -
Samba Release Account
7e26006cc3 preparing for release of 1.9.16 -
Andrew Tridgell
5c3e8326cc - add timeouts to connect() for password server connections. This
makes multiple password servers practical.
-
Andrew Tridgell
ef3f5e57ae minor fixes to docs -
Samba Release Account
751596cc21 Updated attribution list.
JHT
-
Samba Release Account
c73965a1b8 Added descriptions of Windows NT Domain Control.
JHT
-
Samba Release Account
461cbecdc9 Updated Aquasoft Entry. -
Samba Release Account
03aaf9a705 preparing for release of 1.9.16alpha26 -
Andrew Tridgell
78f62c83be - 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.
-
Andrew Tridgell
1c62aa14cc update the docs ready for a new release -
Andrew Tridgell
d87fdb3ee9 handle sigpipe better for server security -