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

57 Commits

Author SHA1 Message Date
Samba Release Account
326da272da preparing for release of 1.9.18alpha5
(This used to be commit 1b17455066098104b9b0907a58195328c6467d71)
1997-10-25 19:13:07 +00:00
Samba Release Account
1bdf2d8fa5 preparing for release of 1.9.18alpha4
(This used to be commit bf5b060bd9d210efe95b3529dfba98c5c49716e0)
1997-10-24 14:40:37 +00:00
Samba Release Account
78095482be preparing for release of samba-1.9.18alpha4
(This used to be commit e24465890a2fd87fce4f88b97f7ad84a4cc34d7b)
1997-10-24 14:39:28 +00:00
Jeremy Allison
325738bd27 WHATSNEW.txt: Updated for alpha3.
server.c: int16 -> uint16 fix for port comparisons in oplock code.
          Needed for Solaris.
version.h: Updated to alpha3.
Jeremy (jallison@whistle.com)
(This used to be commit 2d9645e99ba30a5cce4372ff80d1bd26c516ac34)
1997-10-21 22:51:21 +00:00
Jeremy Allison
7985bcfe0c WHATSNEW.txt: Preparing for 1.9.18alpha2 release.
smb.conf.5: Added 'bind interfaces only' parameter.
version.h: Updated to 1.9.18alpha2.
Jeremy (jallison@whistle.com)
(This used to be commit 7221e19d5ef4a242ce29d3148957c3e481456934)
1997-10-21 19:55:34 +00:00
John Terpstra
e81c4e902d JHT ===> Just setting version to 1.9.18alpha1
(This used to be commit e462cf2f1b498ba9eb00d3d2f9c299e7624a62fd)
1997-09-05 22:18:16 +00:00
Samba Release Account
c416e6766c preparing for release of 1.9.17
(This used to be commit d84c84641b14ad264c33fc37aa9a1abdf3e04254)
1997-08-26 01:55:56 +00:00
John Terpstra
8df30387b5 JHT ===> Just making sure any new tests do not announce as the last alpha!
(This used to be commit f75e7ab927deebcf67626329f6233b87a779fbf3)
1997-08-18 04:32:17 +00:00
John Terpstra
7020afbd03 JHT ===> Getting ready for release of 1.9.17alpha5
Please note that version.h has been updated!!!!!!!!!!
(This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)
1997-07-23 10:54:00 +00:00
Samba Release Account
c9914c98f0 preparing for release of 1.9.17alpha4
(This used to be commit ef5ccde4760a5545c5dedf4721cb28cbe0163661)
1997-07-03 20:51:44 +00:00
Samba Release Account
3e37f8f70f Makefile: Added DGUX changes for intel.
namedbwork.c: Minor tidyup for election flah.
util.c:		Fix for broken readdir detectino code.
version.h:	Back to 1.9.17alpha3 - will be updated by release script.
Jeremy jallison@whistle.com
(This used to be commit 26635733a746dee2435da7ce228def5f2f292bba)
1997-07-03 20:45:06 +00:00
Samba Release Account
4a2cc7bb2b preparing for release of 1.9.17alpha4
(This used to be commit 16f6bf700f99357c7467d52b65de42ecff533636)
1997-07-03 19:55:04 +00:00
Samba Release Account
3ab97ebe6d charcnv.c: Fixed silly bugs detected on IRIX.
client.c:	Fixed silly bugs detected on IRIX.
namedbname.c:	Stopped 1d names from being registered in WINS db.
namedbsubnet.c:	Only register 1e names on broadcast subnet.
nameelect.c:	Changed add_my_name entries. Forced host announces if we
                have less than 10 servers listed. Fixed registering 1b
                domain name issues.
namepacket.c:	Added error message when dgram discarded.
nameserv.c:	Added notion of 'direct' names that are not registered on
                the network. Needed to get around bugs in earlier nmbd
                handling of DOMAIN(1b) names.
nameservreply.c:Tidied up debug message.
nameservresp.c:	Added response_name_query_domain() code. Deals with
                re-registering DOMAIN(1b) name.
nmbd.c:		Fixed silly bugs detected on IRIX.
nmblib.c:	Added paranoia debugs.
proto.h:	Updated remove_name_entry(), add_my_name_entry().
server.c:	Fixed silly bugs detected on IRIX.
trans2.c:	Fixed silly bugs detected on IRIX.
uid.c:		Fixed silly bugs detected on IRIX.
version.h:	Updated to alpha3.
Jeremy (jallison@whistle.com).
(This used to be commit f08222bd8b86a061c52d22015f946a4737eb47fd)
1997-05-30 20:40:48 +00:00
Samba Release Account
ccf4314fe7 loadparm.c: Ensure printer services cannot be read only and don't use share mode locking.
locking.c:	Changed aborts to returns so not so drastic on PANIC errors.
proto.h:	Removed definition of open_file as this is now never externally called.
reply.c:	Changed reply_mknew, reply_ctemp, reply_printopen to go through open_file_shared.
server.c:	Modified open_file_shared to be more robust and be useful for printer & temp files.
		Removed truncate option from open_file (now all truncates are done in open_file_shared).
util.c:		Added EAGAIN to errors checked in open_socket_out().
version.h:	Updated to 1.9.17alpha2.
jallison@whistle.com
(This used to be commit d8471909b79fd591be2b789485b65d2e636d4745)
1997-05-27 20:28:45 +00:00
Samba Release Account
0f1f0ceb95 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)
Wed May  7 1997: Update for 1.9.17alpha1 release - 'browsefix release'
designed to make browsing across subnets work.

byteorder.h:	Updated copyright to 1997.
charcnv.c:      Updated copyright to 1997.
charset.c 	Updated copyright to 1997.
charset.h	Updated copyright to 1997.
client.c	Updated copyright to 1997.
clientutil.c	Updated copyright to 1997.
dir.c		Updated copyright to 1997.
fault.c		Updated copyright to 1997.
includes.h	Updated copyright to 1997.
interface.c	Updated copyright to 1997.
ipc.c		Updated copyright to 1997.
kanji.c		Updated copyright to 1997.
kanji.h		Updated copyright to 1997.
loadparm.c	Updated copyright to 1997.
locking.c	Updated copyright to 1997.
mangle.c	Updated copyright to 1997.
message.c	Updated copyright to 1997.
nameannounce.c

	Made use of WINS subnet explicit.
Added reset_announce_timer() so announcement
can be made immediately when we become a master.
Expanded code to do sync with dmb.

namebrowse.c

	Removed redundent checks for AM_MASTER in
sync code. Made use of WINS subnet explicit.

namedbname.c	Made use of WINS subnet explicit.
namedbresp.c	Made use of WINS subnet explicit.
namedbserver.c	Made use of WINS subnet explicit.

namedbsubnet.c

	Explicitly add workgroup to WINS subnet
when we become a dmb. Made use of WINS subnet explicit.

namedbwork.c

	Made use of WINS subnet explicit. Removed
redundent check_work_servertype() function.

nameelect.c

	Explicitly add workgroup to WINS subnet
when we become a master browser. Made use of WINS subnet explicit.

namelogon.c	Updated copyright to 1997.
namepacket.c	Updated copyright to 1997.
namequery.c	Updated copyright to 1997.

nameresp.c

	Made use of WINS subnet explicit. Made nmbd fail if
configured as master browser and one exists already.

nameserv.c

	Made use of WINS subnet explicit. Remove redundent
logon server and domain master code.

nameserv.h	Add emumerate subnet macros.
nameservreply.c	Made use of WINS subnet explicit.
nameservresp.c	Updated copyright to 1997.

namework.c

	Made use of WINS subnet explicit. Updated code to
add sync browser entries to add subnet parameter.

nmbd.c

	Added sanity check for misconfigured nmbd.

nmblib.c	Updated copyright to 1997.
nmblookup.c	Updated copyright to 1997.
nmbsync.c

	Removed redundent AM_ANY_MASTER check.

params.c	Updated copyright to 1997.
password.c	Updated copyright to 1997.
pipes.c		Updated copyright to 1997.
predict.c	Updated copyright to 1997.
printing.c	Updated copyright to 1997.

proto.h

	Changed protos for new nmbd code.

quotas.c	Updated copyright to 1997.
replace.c	Updated copyright to 1997.
reply.c		Updated copyright to 1997.
server.c	Updated copyright to 1997.
shmem.c		Updated copyright to 1997.
smb.h		Updated copyright to 1997.
smbencrypt.c	Updated copyright to 1997.
smbpasswd.c	Updated copyright to 1997.
smbrun.c	Updated copyright to 1997.
status.c	Updated copyright to 1997.
system.c	Updated copyright to 1997.
testparm.c	Updated copyright to 1997.
testprns.c	Updated copyright to 1997.
time.c		Updated copyright to 1997.
trans2.c	Updated copyright to 1997.
trans2.h	Updated copyright to 1997.
uid.c		Updated copyright to 1997.
username.c	Updated copyright to 1997.
util.c		Updated copyright to 1997.
version.h

	Changed to 1.9.17alpha1.
(This used to be commit cf23a155a1315f50d488794a2caf88402bf3e3e6)
1997-05-08 01:14:17 +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 09d81adb9ef365003b1d9a8b5629a2a83fc27665)
1997-02-23 07:00:44 +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 fa1dff05d4a01be84638b4427ddc0e26b9c6166d)
1997-02-04 11:21:19 +00:00
Samba Release Account
8bc7d6bebd Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and after from Paul Eggert.
Makefile: Added AMIGA changes from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk>.
charset.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at>
charset.h: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at>
clitar.c: Patch to re-sync after read fail from (lost contributor name, sorry).
includes.h: Patch for AMIGA from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk>
includes.h: Patch for SunOS atexit by Jeremy (jra@cygnus.com)
interface.c: Patch for AMIGA from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk>
kanji.h: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at>
locking.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
locking.c: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com)
pipes.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
proto.h: Patch to fix file locking from Jeremy (jra@cygnus.com)
reply.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
server.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
server.c: Patch for FAST_SHARE_MODE fix from (lost contributor name, sorry).
smb.h: Patch to fix file locking from Jeremy (jra@cygnus.com)
smb.h: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com)
status.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
statuc.c: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com)
system.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at>
trans2.c: Patch to fix file locking from Jeremy (jra@cygnus.com)
trans2.c: Patch to fix volume name reported to Win95 from Jeremy (jra@cygnus.com)
util.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at>
util.c: Patch to fix client_name from continuously returning UNKNOWN (from various contributors).
version.h: Update to 1.9.16p10.
(This used to be commit 03d28fa32eb094affa33133ebe2602fdb70f6361)
1997-01-09 18:02:17 +00:00
Samba Release Account
8a7c1bd335 preparing for release of 1.9.16p9
(This used to be commit 526e597d3c7c3b05bb7a8584457ee0731c494ed8)
1996-10-24 00:11:14 +00:00
Samba Release Account
7ccb388e3f preparing for release of 1.9.16p8
(This used to be commit 09588edfec5ea29728a0166aaa109562cf3f1eca)
1996-10-23 18:44:19 +00:00
Samba Release Account
280525df33 preparing for release of 1.9.16p7
(This used to be commit 998f8bae7234b39fa9aefcaa09795183911ec866)
1996-10-11 17:56:42 +00:00
Samba Release Account
0b031a3f41 preparing for release of 1.9.16p6
(This used to be commit fca0c5dc8e65e2f64a4b93a231603c4e2d091b2c)
1996-10-09 15:10:16 +00:00
Samba Release Account
2bb84baa5b preparing for release of 1.9.16p5
(This used to be commit 952918bdd5fa05453dfa78f911c8d00110ab98cd)
1996-10-07 15:06:26 +00:00
Samba Release Account
426d930adb preparing for release of 1.9.16p4
(This used to be commit 13c3a05093ab49908f8357017051d680dbc633eb)
1996-10-07 11:14:29 +00:00
Samba Release Account
799172e830 preparing for release of 1.9.16p3
(This used to be commit 47212791c2e71ddd57018a4bc01c2c8931d32cd8)
1996-10-05 14:28:39 +00:00
Samba Release Account
9ad5a3fe36 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?
(This used to be commit 8b7fe224bce64803d55ae279fa61ef3ebbbb0241)
1996-08-24 01:41:46 +00:00
Samba Release Account
ea1a09af13 preparing for release of 1.9.16p1
(This used to be commit 6df471f6636694bcd741b61df8615858c5445f81)
1996-08-22 16:10:42 +00:00
Samba Release Account
135d4f5739 preparing for release of 1.9.16
(This used to be commit 7e26006cc38594373d6baee41d3e20c30babe9c0)
1996-08-22 06:35:29 +00:00
Samba Release Account
27b2510f15 preparing for release of 1.9.16alpha26
(This used to be commit 03aaf9a705d190ac040aca82ffcd37d58b9b5bc3)
1996-08-21 14:16:34 +00:00
Samba Release Account
4e67124eaa preparing for release of 1.9.16alpha25
(This used to be commit eece931f6753b1a6506c67657c3c24459c7cab1e)
1996-08-21 08:53:53 +00:00
Samba Release Account
dd7aec877a preparing for release of 1.9.16alpha24
(This used to be commit feca8d27ec8c63d7daa8e7e9cf13594c55086e28)
1996-08-21 06:10:24 +00:00
Samba Release Account
cb6708c978 preparing for release of 1.9.16alpha23
(This used to be commit 50eb07559f750c458dcdf04a4068cd19c40a757d)
1996-08-20 16:43:59 +00:00
Samba Release Account
9a52c24a19 preparing for release of 1.9.16alpha22
(This used to be commit e1d5205595eec8dcfe2b32e0e31722a902e0ed05)
1996-08-20 16:13:58 +00:00
Samba Release Account
cbfdcb4941 preparing for release of 1.9.16alpha21
(This used to be commit 07be656d3ed46dd4cd9cfaefff90300242984301)
1996-08-19 13:56:26 +00:00
Samba Release Account
e04c08565c preparing for release of 1.9.16alpha20
(This used to be commit ced17fd3cbea7c6490f0e7b0949cb60acc644ef8)
1996-08-19 11:28:02 +00:00
Samba Release Account
db70768da6 preparing for release of 1.9.16alpha19
(This used to be commit 6e87add16f116e55880657c7723442ece35f79da)
1996-08-17 15:18:56 +00:00
Samba Release Account
6afac1c3a6 preparing for release of 1.9.16alpha18
(This used to be commit 15c1c848506cdb9e8d19ee9f7c250b90b60b76da)
1996-08-16 13:15:55 +00:00
Samba Release Account
fcbd379d34 preparing for release of 1.9.16alpha17
(This used to be commit 16f10b333da0956cc501f77777957753d7e156b2)
1996-08-13 12:36:58 +00:00
Samba Release Account
6d3eb881e2 preparing for release of 1.9.16alpha16
(This used to be commit 6567bac5d13f32729fe51eba1e904268c6ee00be)
1996-08-06 09:52:41 +00:00
Samba Release Account
d2e0d9d7e3 preparing for release of 1.9.16alpha14
(This used to be commit 32f495cf2261925ca3f0971eca6a6798584af653)
1996-08-05 18:23:10 +00:00
Samba Release Account
26c4a63580 preparing for release of 1.9.16alpha15
(This used to be commit 043898aa851bfda3db23f558719a7aab2df478de)
1996-08-03 00:25:05 +00:00
Samba Release Account
9bf446124b preparing for release of 1.9.16alpha13
(This used to be commit 801fe1066e7bae8b49e7396b04efe1d7135bbb05)
1996-07-30 15:48:22 +00:00
Samba Release Account
847fe7e456 preparing for release of 1.9.16alpha12
(This used to be commit eae670a7ca9e233f778c84323af861a47eec6ad7)
1996-07-19 09:34:54 +00:00
Samba Release Account
90357bb3b0 preparing for release of 1.9.16alpha11
(This used to be commit b9d7b458b901ffb5ccf62c0e5bf461090ed6e0dd)
1996-07-18 10:54:15 +00:00
Samba Release Account
25b30c08dc lots of changes to nmbd
lkcl
(This used to be commit 45d3b2644733333c657c48a69719fec72881f7df)
1996-07-17 18:33:36 +00:00
Samba Release Account
53409e5e34 preparing for release of 1.9.16alpha10
(This used to be commit a82ffca73e490f0fb9dbad43783ab55ac317a460)
1996-06-10 05:20:35 +00:00
Samba Release Account
97c01f6114 preparing for release of 1.9.16alpha9
(This used to be commit 32053cfa78fee6b549742ec1f6d240781b162a72)
1996-06-08 05:39:06 +00:00
Samba Release Account
bb0a9664f5 preparing for release of 1.9.16alpha8
(This used to be commit 5a0d016b2432da9299d92b33d723534d91c8dcf4)
1996-06-06 11:58:12 +00:00
Samba Release Account
f6733fe3cf preparing for release of 1.9.16alpha7
(This used to be commit dfb7fa3ae405f4e23f3cc9e4bbe93029981c99dc)
1996-06-06 00:30:18 +00:00
Samba Release Account
4ccb55ff7d preparing for release of 1.9.16alpha6
(This used to be commit ee330d60458c8f056b32dc3aa54a54ce6643186b)
1996-06-05 15:46:41 +00:00