summaryrefslogtreecommitdiff
path: root/source/include/version.h
Commit message (Collapse)AuthorAgeFilesLines
* preparing for release of 1.9.18alpha7Samba Release Account1997-10-291-1/+1
|
* preparing for release of 1.9.18alpha6Samba Release Account1997-10-271-1/+1
|
* preparing for release of 1.9.18alpha5Samba Release Account1997-10-251-1/+1
|
* preparing for release of 1.9.18alpha4Samba Release Account1997-10-241-1/+1
|
* preparing for release of samba-1.9.18alpha4Samba Release Account1997-10-241-1/+1
|
* WHATSNEW.txt: Updated for alpha3.Jeremy Allison1997-10-211-1/+1
| | | | | | | server.c: int16 -> uint16 fix for port comparisons in oplock code. Needed for Solaris. version.h: Updated to alpha3. Jeremy (jallison@whistle.com)
* WHATSNEW.txt: Preparing for 1.9.18alpha2 release.Jeremy Allison1997-10-211-1/+1
| | | | | | smb.conf.5: Added 'bind interfaces only' parameter. version.h: Updated to 1.9.18alpha2. Jeremy (jallison@whistle.com)
* JHT ===> Just setting version to 1.9.18alpha1John Terpstra1997-09-051-1/+1
|
* preparing for release of 1.9.17Samba Release Account1997-08-261-1/+1
|
* JHT ===> Just making sure any new tests do not announce as the last alpha!John Terpstra1997-08-181-1/+1
|
* JHT ===> Getting ready for release of 1.9.17alpha5John Terpstra1997-07-231-1/+1
| | | | Please note that version.h has been updated!!!!!!!!!!
* preparing for release of 1.9.17alpha4Samba Release Account1997-07-031-1/+1
|
* Makefile: Added DGUX changes for intel.Samba Release Account1997-07-031-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
* preparing for release of 1.9.17alpha4Samba Release Account1997-07-031-1/+1
|
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-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).
* loadparm.c: Ensure printer services cannot be read only and don't use share ↵Samba Release Account1997-05-271-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
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-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.
* JHT ===> Set to 1.9.16p12alpha until someone thinks it's Beta prime time.Samba Release Account1997-02-231-1/+1
| | | | To be set to 1.9.16p12 just before release.
* JHT ===> **** WARNING **** Only updated version to 1.9.16p11Samba Release Account1997-02-041-1/+1
| | | | so I can test RedHat RPM builds.
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ↵Samba Release Account1997-01-091-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.
* preparing for release of 1.9.16p9Samba Release Account1996-10-241-1/+1
|
* preparing for release of 1.9.16p8Samba Release Account1996-10-231-1/+1
|
* preparing for release of 1.9.16p7Samba Release Account1996-10-111-1/+1
|
* preparing for release of 1.9.16p6Samba Release Account1996-10-091-1/+1
|
* preparing for release of 1.9.16p5Samba Release Account1996-10-071-1/+1
|
* preparing for release of 1.9.16p4Samba Release Account1996-10-071-1/+1
|
* preparing for release of 1.9.16p3Samba Release Account1996-10-051-1/+1
|
* removed all of lukes recent changes. I need to do a p2 release butSamba Release Account1996-08-241-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?
* preparing for release of 1.9.16p1Samba Release Account1996-08-221-1/+1
|
* preparing for release of 1.9.16Samba Release Account1996-08-221-1/+1
|
* preparing for release of 1.9.16alpha26Samba Release Account1996-08-211-1/+1
|
* preparing for release of 1.9.16alpha25Samba Release Account1996-08-211-1/+1
|
* preparing for release of 1.9.16alpha24Samba Release Account1996-08-211-1/+1
|
* preparing for release of 1.9.16alpha23Samba Release Account1996-08-201-1/+1
|
* preparing for release of 1.9.16alpha22Samba Release Account1996-08-201-1/+1
|
* preparing for release of 1.9.16alpha21Samba Release Account1996-08-191-1/+1
|
* preparing for release of 1.9.16alpha20Samba Release Account1996-08-191-1/+1
|
* preparing for release of 1.9.16alpha19Samba Release Account1996-08-171-1/+1
|
* preparing for release of 1.9.16alpha18Samba Release Account1996-08-161-1/+1
|
* preparing for release of 1.9.16alpha17Samba Release Account1996-08-131-1/+1
|
* preparing for release of 1.9.16alpha16Samba Release Account1996-08-061-1/+1
|
* preparing for release of 1.9.16alpha14Samba Release Account1996-08-051-1/+1
|
* preparing for release of 1.9.16alpha15Samba Release Account1996-08-031-1/+1
|
* preparing for release of 1.9.16alpha13Samba Release Account1996-07-301-1/+1
|
* preparing for release of 1.9.16alpha12Samba Release Account1996-07-191-1/+1
|
* preparing for release of 1.9.16alpha11Samba Release Account1996-07-181-1/+1
|
* lots of changes to nmbdSamba Release Account1996-07-171-1/+1
| | | | lkcl
* preparing for release of 1.9.16alpha10Samba Release Account1996-06-101-1/+1
|
* preparing for release of 1.9.16alpha9Samba Release Account1996-06-081-1/+1
|
* preparing for release of 1.9.16alpha8Samba Release Account1996-06-061-1/+1
|