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

562 Commits

Author SHA1 Message Date
Samba Release Account
aaba4712c8 JHT ===> Moved MAJOR_VERSION and MINOR_VERSION defines to smb.h
Made version info consistent in ipc.c and nameannounce.c
	Added define for BROWSER_ELECTION_VALUE and BROWSER_CONSTANT
	(see do_announce_host() in nameannounce.c).

	Sniffing with the latest bloodhound I found that the byte range
	occupied by the BROWSER_ELECTION_VALUE is interpreted depending
	on the type of announcement being made.

	In a Local_Master_Announcement it is BROWSER_ELECTION_VALUE
	but in both Workgroup_Announcement and Host_Announcement
	this is seen as Comment_String_Pointer. What does this mean?
	We need to know?
(This used to be commit 86b0018cc7)
1997-03-15 14:47:00 +00:00
Samba Release Account
df4e27d6a3 updated the entry on the MAC, because thursby do DAVE.
lkcl
(This used to be commit 0c1db06e77)
1997-03-13 19:18:35 +00:00
Samba Release Account
68068dbafc added jeremy's patch to return Node Status info type in a Node Status
response, instead of always Name Query.

oops.

lkcl
(This used to be commit 85a61bfb0e)
1997-03-13 19:05:51 +00:00
Samba Release Account
5f178fc18a added code that checks whether the DOMAIN<1b> name is claimed on the
local subnet _before_ going and registering it.  the reason for this
is that i don't want to cause chaos by registering the name twice.

it's ok to register DOMAIN<1b> with the WINS server, because the WINS
server's job is to check a) _if_ there's a current owner of the name
b) if the current owner exists c) if the current owner still wants the
name.  if they don't, the WINS server responds by saying, 'yes, you can
have it'.

lkcl
(This used to be commit 0d51899b59)
1997-03-12 20:21:11 +00:00
Samba Release Account
35de5ef343 missed some bits. added some more on profiles - e.g windows 95 description
of what needs to be done.

lkcl
(This used to be commit d998795503)
1997-03-09 18:21:46 +00:00
Samba Release Account
9c209aba82 added reference to thursby under section 3.1
lkcl
(This used to be commit 2ee417a0c3)
1997-03-09 18:17:08 +00:00
Samba Release Account
510180fb45 updating documentation on:
profiles; domain master browsing; netlogons; preferred master.

lkcl
(This used to be commit 43c02b4bea)
1997-03-09 16:27:15 +00:00
Samba Release Account
b581d03240 1) updated ipc.c NetUserGetInfo - load \\%L\%U instead of \\%L\HOMES
because the share must be browseable by a w95 client

2) send_mailslot_reply - unique or group datagram argument added.

3) netlogon.c - rewrote response packet to do the right thing for w95.

4) server.c reply_nt1() - added OEMDomainstring to the end.

5) (deep breath) reworked the nmbd-browsing code a little bit.
   i discovered two months ago that becoming a primary domain controller
   (and domain master browser) is done independently of becoming a
   backup domain controller (logon server) is done independently of
   becoming a local master browser.

   therefore, three sets of state-machines (instead of just one) are in
   place - each of which is responsible for taking samba through the
   required stages to become:  a logon server; a domain master browser;
   and a local master browser.

   each of these three things can occur independently on each interface,
   _including_ the wins pseudo-interface.  the only slight caveat is that
   the wins pseudo-interface, by virtue of _not_ being a broadcast
   interface, does _not_ register as a local master browser with the wins
   server, as this doesn't make sense.

lkcl
(This used to be commit 88c6a00c3c)
1997-03-09 14:58:22 +00:00
Samba Release Account
3046a0d7c2 preferred master option will force an election every 5 minutes if the
server isn't a preferred master, and DEBUG(0,(...)) this.

reason: if the os level etc parameters aren't working properly, then
a domain master browser samba server that _ought_ to be the local master
browser as well might not.

i'll modify smb.conf.5 man page etc to reflect this change.

lkcl
(This used to be commit ebaff730c9)
1997-03-08 18:47:07 +00:00
Samba Release Account
ab0bdc6682 Added better debug for what kind of netbios packet we got.
jra@cygnus.com
(This used to be commit 4563d978fe)
1997-03-07 17:28:41 +00:00
Samba Release Account
3e2f9c3dee quotas.c: Fixed typo in #ifdef'ed compile.
ufc.c: Added pre-declaration of _ufc_doit().
jra@cygnus.com
(This used to be commit 7c690e020f)
1997-03-07 17:24:22 +00:00
Samba Release Account
89f6150ffe Fix fro signed/unsigned problem with TIME_T_MIN from Anatoly V. Grabar
<agra@sice.ru>
jra@cygnus.com
(This used to be commit ed7e3a9347)
1997-03-07 17:22:27 +00:00
Samba Release Account
3e88439de0 Added fix (lost contributor, sorry) for more than 10 parameters.
jra@cygnus.com
(This used to be commit 79f0c550d2)
1997-03-07 17:21:05 +00:00
Samba Release Account
5d6fbd1875 Fixed typos.
jra@cygnus.com
(This used to be commit 29604e0ebf)
1997-03-07 17:18:37 +00:00
Samba Release Account
bd87bd4ce6 added logon script and logon path parameters.
lkcl
(This used to be commit e722aeed99)
1997-03-02 19:50:17 +00:00
Samba Release Account
be687aad4b added warning to admin people about [nelogon] share must be read-only,
so people don't create their own batch files to stuff other users.

lkcl
(This used to be commit 9685519aa2)
1997-03-02 18:55:18 +00:00
Samba Release Account
5b0639a130 added reference on CONFIG.POL being loaded from the root of the [netlogon]
share, because i've been trawling through NT server help files again.

lkcl
(This used to be commit 5a1b8c882e)
1997-03-02 18:03:58 +00:00
Samba Release Account
33548ecd2d added debug_nmb_packet() call.
lkcl
(This used to be commit 8a81c6d49a)
1997-03-02 14:20:12 +00:00
Samba Release Account
da0a56a278 Split maxxmit parameter into two : max_send (auto configured by the
connecting client, as per CIFS4) and max_recv, which can be configured
as the old maxxmit was. Fixes problems with NT directory listings when
maxxmit is set very small.
jra@cygnus.com
(This used to be commit c2d5d1040a)
1997-02-28 20:39:36 +00:00
Samba Release Account
0fb433564c JHT ===> Set to 1.9.16p12alpha until someone thinks it's Beta prime time.
To be set to 1.9.16p12 just before release.
(This used to be commit 09d81adb9e)
1997-02-23 07:00:44 +00:00
Samba Release Account
3fa4f2492e Added documentation for directory mode/directory mask parameter.
jra@cyngus.com
(This used to be commit 41a3919ac4)
1997-02-23 05:19:51 +00:00
Samba Release Account
df42b0a7bc Makefile: Added cleandir target.
chgpasswd.c: Added patch from Roland Haag <haag@think.de> to allow
             password changes to be done more than once.
loadparm.c: Added entries for the "directory mode/directory mask parameters".
            Changed default file mode to 644.
proto.h: Added sys_gethostbyname.
server.c: Added directory mode changes.
system.c: Added sys_gethostbyname.
trans2.c: Added NT_FILE_ATTRIBUTE_NORMAL patch from Roger Orr
          <rorr@csfp.csfb.com>
trans2.h: Defined NT_FILE_ATTRIBUTE_NORMAL for above patch.
util.c: Changes calls to gethostbyname to sys_gethostbyname.
jra@cygnus.com
(This used to be commit d8d8a7ee00)
1997-02-23 05:18:09 +00:00
Samba Release Account
f71717efd0 JHT ===> Updated default RedHat smb.conf file
(This used to be commit 8851556da7)
1997-02-23 03:21:37 +00:00
Samba Release Account
f1a494b74e JHT ===> Updated SV_TYPE defines in smb.h (added WIN95 entry)
nameserv.h returned to original state.
(This used to be commit e313de4619)
1997-02-22 15:24:31 +00:00
Samba Release Account
e9a4f896bd Fixed problem with renaming folder on top level share.
jra@cygnus.com
(This used to be commit 7ba1cff934)
1997-02-18 17:20:14 +00:00
Samba Release Account
12b3473e0c JHT ===> Still mucking around with RPM building for RedHat Linux
(This used to be commit 77568d945d)
1997-02-18 02:56:08 +00:00
Samba Release Account
bbc3010b35 JHT ===> Hack, Hack, Hack. I just wanna get this spec file stuff right
so I can build RPMs on a DEC Alpha on which I do NOT have root
	permissions. Argh!!!!!
(This used to be commit 5f3a5d6f62)
1997-02-16 05:30:42 +00:00
Samba Release Account
902a9a8a55 JHT ===> Trying to enable RPM build from non-root area.
makerpms.sh is just type and go attempt.
(This used to be commit 19edc76b97)
1997-02-15 08:38:06 +00:00
Samba Release Account
cbc6c3faf2 Fixed inclusion of crypt.h bug when libdes is being used on Solaris
only.
jra@cygnus.com
(This used to be commit c189ef3845)
1997-02-13 20:49:12 +00:00
Samba Release Account
d557ec0462 Fixed bugs in my YOST replacement code. Doing a trim_string
in unix_clean_name caused directory names to go from ./ to "".
This is now checked for, unix_clean name returns ./ in these
cases.
jra@cygnus.com
(This used to be commit 64a16d9c2a)
1997-02-13 20:36:58 +00:00
Samba Release Account
2cf19029f0 JHT ===> Updated RedHat RPM Makefile - not really used except to generate
the RedHat Makefile diffs.
(This used to be commit a8b5812107)
1997-02-12 12:38:35 +00:00
Samba Release Account
8bd0dbb1af Replaced YOST code with more functionally equivalent code that
changes a bit less. Also added fix to tricky reply_mv case.
jra@cygnus.com
(This used to be commit f22ac13b14)
1997-02-11 22:53:29 +00:00
Samba Release Account
25ca2fd3d3 Added trim_string(s, "./", 0) to unix_clean_name to remove
leading ./ characters.
jra@cygnus.com
(This used to be commit 617370314e)
1997-02-10 20:03:56 +00:00
Samba Release Account
c6311f4e0a Removed YOST code. Removal of leading ./ chars should
be done in unix_clean_name in util.c
jra@cygnus.com
(This used to be commit f9f1085c7d)
1997-02-10 19:27:27 +00:00
Samba Release Account
8839603f03 JHT ===> William Yost patches integrated to fix leading path on 8.3
filename problem.
	Problem conditions:
		case sensitive = no
		default case = lower
		mangle case = yes
		preserve case = yes
		short preserve case = yes
	Problem: Win95 still writes upper case file names.
	Patches supplied have been incorporated into mangle.c and server.c
	but needs YOSTW to be defined for it to take effect.

	Action:
	=======
	If we are happy with the patch, delete old code in mangle.c, then
	remove all YOSTW #ifdefs.
(This used to be commit 84fc674c89)
1997-02-10 13:54:29 +00:00
Samba Release Account
e3aff2459e first draft of NetBIOS.txt - WINS server and Broadcast NetBIOS name
resolution / registration: what they are etc.

lkcl
(This used to be commit d096e0c3c2)
1997-02-09 16:45:43 +00:00
Samba Release Account
2c5754012a updated this document. now, when we get browsing questions, we can say,
'ha!  RTSBSFSSM'!

lkcl
(This used to be commit bd21467f9b)
1997-02-09 15:36:13 +00:00
Samba Release Account
3e3fdde97a updated preferred master parameter and added domain master parameter.
entries kindly written by John Barker (johnb@tigerlabs.com).

lkcl
(This used to be commit 67a2cff2b5)
1997-02-09 14:32:28 +00:00
Samba Release Account
087c162f8f Fixed incorrect offset into array.
jra@cygnus.com
(This used to be commit 7c386c45b0)
1997-02-06 17:33:03 +00:00
Samba Release Account
a513915cb6 JHT ===> Added os level and activated max log size in standard smb.conf file.
(This used to be commit fa78061245)
1997-02-04 12:58:23 +00:00
Samba Release Account
764d7b778a JHT ===> Oops again. Too quick - try again.
(This used to be commit 7a6800cf90)
1997-02-04 12:50:14 +00:00
Samba Release Account
acb50977f3 JHT ===> Oops. Forgot about that renaming.
(This used to be commit e857331c19)
1997-02-04 12:16:53 +00:00
Samba Release Account
ac96127b6d JHT ===> Getting ready for relase of 1.9.16p11 RedHat RPMS
(This used to be commit a64064cf30)
1997-02-04 12:06:15 +00:00
Samba Release Account
5c63dbb6fe JHT ===> **** WARNING **** Only updated version to 1.9.16p11
so I can test RedHat RPM builds.
(This used to be commit fa1dff05d4)
1997-02-04 11:21:19 +00:00
Samba Release Account
2253ebaff9 JHT ===> Beggining of fixes to RedHat config stuff - more to come!!
(This used to be commit e7be06e6f0)
1997-02-04 11:05:01 +00:00
Samba Release Account
cc55a88ddc JHT ===> Fixed potential PAM Security hole and second chance syndrome
spurious warning message "Warning - no crypt available"
(This used to be commit dc559428b8)
1997-02-04 10:35:38 +00:00
Samba Release Account
1fe69a7dd9 Fixed my stupid typo in earlier fix.
jra@cygnus.com
(This used to be commit e9a8ccb36b)
1997-02-04 01:21:52 +00:00
Samba Release Account
f24c04fc77 Fixed up problems with CDROM filesystems (return EROFS) and
also compile issue with USE_MMAP code.
jra@cygnus.com
(This used to be commit 8e9fe58991)
1997-02-03 19:48:56 +00:00
Samba Release Account
ab1b1855bd Fixed const definitions for StrCaseXXX calls.
jra@cygnus.com
(This used to be commit cbb5963965)
1997-02-03 19:41:59 +00:00
Samba Release Account
30ae26ba42 Fixed bug with NT and large directories.
jra@cygnus.com
(This used to be commit f0aa5e3ff0)
1997-02-03 19:40:15 +00:00