summaryrefslogtreecommitdiff
path: root/source3/include/version.h
AgeCommit message (Collapse)AuthorFilesLines
1997-08-18JHT ===> Just making sure any new tests do not announce as the last alpha!John Terpstra1-1/+1
(This used to be commit f75e7ab927deebcf67626329f6233b87a779fbf3)
1997-07-23JHT ===> Getting ready for release of 1.9.17alpha5John Terpstra1-1/+1
Please note that version.h has been updated!!!!!!!!!! (This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)
1997-07-03preparing for release of 1.9.17alpha4Samba Release Account1-1/+1
(This used to be commit ef5ccde4760a5545c5dedf4721cb28cbe0163661)
1997-07-03Makefile: Added DGUX changes for intel.Samba Release Account1-1/+1
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-03preparing for release of 1.9.17alpha4Samba Release Account1-1/+1
(This used to be commit 16f6bf700f99357c7467d52b65de42ecff533636)
1997-05-30charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1-1/+1
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-27loadparm.c: Ensure printer services cannot be read only and don't use share ↵Samba Release Account1-1/+1
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-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
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-02-23JHT ===> Set to 1.9.16p12alpha until someone thinks it's Beta prime time.Samba Release Account1-1/+1
To be set to 1.9.16p12 just before release. (This used to be commit 09d81adb9ef365003b1d9a8b5629a2a83fc27665)
1997-02-04JHT ===> **** WARNING **** Only updated version to 1.9.16p11Samba Release Account1-1/+1
so I can test RedHat RPM builds. (This used to be commit fa1dff05d4a01be84638b4427ddc0e26b9c6166d)
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ↵Samba Release Account1-1/+1
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)
1996-10-24preparing for release of 1.9.16p9Samba Release Account1-1/+1
(This used to be commit 526e597d3c7c3b05bb7a8584457ee0731c494ed8)
1996-10-23preparing for release of 1.9.16p8Samba Release Account1-1/+1
(This used to be commit 09588edfec5ea29728a0166aaa109562cf3f1eca)
1996-10-11preparing for release of 1.9.16p7Samba Release Account1-1/+1
(This used to be commit 998f8bae7234b39fa9aefcaa09795183911ec866)
1996-10-09preparing for release of 1.9.16p6Samba Release Account1-1/+1
(This used to be commit fca0c5dc8e65e2f64a4b93a231603c4e2d091b2c)
1996-10-07preparing for release of 1.9.16p5Samba Release Account1-1/+1
(This used to be commit 952918bdd5fa05453dfa78f911c8d00110ab98cd)
1996-10-07preparing for release of 1.9.16p4Samba Release Account1-1/+1
(This used to be commit 13c3a05093ab49908f8357017051d680dbc633eb)
1996-10-05preparing for release of 1.9.16p3Samba Release Account1-1/+1
(This used to be commit 47212791c2e71ddd57018a4bc01c2c8931d32cd8)
1996-08-24removed all of lukes recent changes. I need to do a p2 release butSamba Release Account1-1/+1
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-22preparing for release of 1.9.16p1Samba Release Account1-1/+1
(This used to be commit 6df471f6636694bcd741b61df8615858c5445f81)
1996-08-22preparing for release of 1.9.16Samba Release Account1-1/+1
(This used to be commit 7e26006cc38594373d6baee41d3e20c30babe9c0)
1996-08-21preparing for release of 1.9.16alpha26Samba Release Account1-1/+1
(This used to be commit 03aaf9a705d190ac040aca82ffcd37d58b9b5bc3)
1996-08-21preparing for release of 1.9.16alpha25Samba Release Account1-1/+1
(This used to be commit eece931f6753b1a6506c67657c3c24459c7cab1e)
1996-08-21preparing for release of 1.9.16alpha24Samba Release Account1-1/+1
(This used to be commit feca8d27ec8c63d7daa8e7e9cf13594c55086e28)
1996-08-20preparing for release of 1.9.16alpha23Samba Release Account1-1/+1
(This used to be commit 50eb07559f750c458dcdf04a4068cd19c40a757d)
1996-08-20preparing for release of 1.9.16alpha22Samba Release Account1-1/+1
(This used to be commit e1d5205595eec8dcfe2b32e0e31722a902e0ed05)
1996-08-19preparing for release of 1.9.16alpha21Samba Release Account1-1/+1
(This used to be commit 07be656d3ed46dd4cd9cfaefff90300242984301)
1996-08-19preparing for release of 1.9.16alpha20Samba Release Account1-1/+1
(This used to be commit ced17fd3cbea7c6490f0e7b0949cb60acc644ef8)
1996-08-17preparing for release of 1.9.16alpha19Samba Release Account1-1/+1
(This used to be commit 6e87add16f116e55880657c7723442ece35f79da)
1996-08-16preparing for release of 1.9.16alpha18Samba Release Account1-1/+1
(This used to be commit 15c1c848506cdb9e8d19ee9f7c250b90b60b76da)
1996-08-13preparing for release of 1.9.16alpha17Samba Release Account1-1/+1
(This used to be commit 16f10b333da0956cc501f77777957753d7e156b2)
1996-08-06preparing for release of 1.9.16alpha16Samba Release Account1-1/+1
(This used to be commit 6567bac5d13f32729fe51eba1e904268c6ee00be)
1996-08-05preparing for release of 1.9.16alpha14Samba Release Account1-1/+1
(This used to be commit 32f495cf2261925ca3f0971eca6a6798584af653)
1996-08-03preparing for release of 1.9.16alpha15Samba Release Account1-1/+1
(This used to be commit 043898aa851bfda3db23f558719a7aab2df478de)
1996-07-30preparing for release of 1.9.16alpha13Samba Release Account1-1/+1
(This used to be commit 801fe1066e7bae8b49e7396b04efe1d7135bbb05)
1996-07-19preparing for release of 1.9.16alpha12Samba Release Account1-1/+1
(This used to be commit eae670a7ca9e233f778c84323af861a47eec6ad7)
1996-07-18preparing for release of 1.9.16alpha11Samba Release Account1-1/+1
(This used to be commit b9d7b458b901ffb5ccf62c0e5bf461090ed6e0dd)
1996-07-17lots of changes to nmbdSamba Release Account1-1/+1
lkcl (This used to be commit 45d3b2644733333c657c48a69719fec72881f7df)
1996-06-10preparing for release of 1.9.16alpha10Samba Release Account1-1/+1
(This used to be commit a82ffca73e490f0fb9dbad43783ab55ac317a460)
1996-06-08preparing for release of 1.9.16alpha9Samba Release Account1-1/+1
(This used to be commit 32053cfa78fee6b549742ec1f6d240781b162a72)
1996-06-06preparing for release of 1.9.16alpha8Samba Release Account1-1/+1
(This used to be commit 5a0d016b2432da9299d92b33d723534d91c8dcf4)
1996-06-06preparing for release of 1.9.16alpha7Samba Release Account1-1/+1
(This used to be commit dfb7fa3ae405f4e23f3cc9e4bbe93029981c99dc)
1996-06-05preparing for release of 1.9.16alpha6Samba Release Account1-1/+1
(This used to be commit ee330d60458c8f056b32dc3aa54a54ce6643186b)
1996-06-04preparing for release of 1.9.16alpha5Samba Release Account1-1/+1
(This used to be commit f5c493192eb744c8cd015a828b5fba311bee0093)
1996-05-31preparing for release of 1.9.16alpha4Samba Release Account1-1/+1
(This used to be commit 8a0a06cba939e91e2379d0c5367b8817e7328077)
1996-05-29preparing for release of 1.9.16alpha3Samba Release Account1-1/+1
(This used to be commit 071c7690a259c76c7fd70608af22b81d0481d7de)
1996-05-05fixed version number (again!)Andrew Tridgell1-1/+1
(This used to be commit 52b5148221e57c122f0c4ed3f0b49d6d9b7fd789)
1996-05-05change version number to 1.9.16p2Andrew Tridgell1-1/+1
(This used to be commit 03f93941b39a7135a7801a9108fe4e4bd8c6991d)
1996-05-04upped version numberSamba Release Account1-1/+1
(This used to be commit 3e2239aa59f1af438e812860bfdc0247f3ce1754)
1996-05-04Initial version imported to CVS Samba Release Account1-0/+1
(This used to be commit 291551d80711daab7b7581720bcd9a08d6096517)