diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e594810
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.rpm
+*.log
+*spec-20*
+*.tar.xz
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d984de8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+# Makefile for source rpm: e-smith-samba
+# $Id: Makefile,v 1.1 2016/02/05 17:16:29 stephdl Exp $
+NAME := e-smith-samba
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)
diff --git a/README.md b/README.md
index a5fb4be..8feb9b1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
-# e-smith-samba
+# e-smith-samba
-SMEServer Koozali developed git repo for e-smith-samba smeserver
\ No newline at end of file
+SMEServer Koozali developed git repo for e-smith-samba smeserver
+
+## Wiki
+
https://wiki.koozali.org/
+
+## Bugzilla
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-samba&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
+
+## Description
+
+
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
+*Once it has been checked, then this comment will be deleted*
+
diff --git a/additional/COPYING b/additional/COPYING
new file mode 100644
index 0000000..eeb586b
--- /dev/null
+++ b/additional/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C) 19yy
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/contriborbase b/contriborbase
new file mode 100644
index 0000000..ef36a67
--- /dev/null
+++ b/contriborbase
@@ -0,0 +1 @@
+sme10
diff --git a/createlinks b/createlinks
new file mode 100644
index 0000000..1bb2935
--- /dev/null
+++ b/createlinks
@@ -0,0 +1,123 @@
+#!/usr/bin/perl -w
+
+use esmith::Build::CreateLinks qw(:all);
+
+my $panel = "manager";
+panel_link("workgroup", $panel);
+
+foreach (qw(samba/smb.conf samba/smbusers))
+{
+ templates2events("/etc/$_", qw(
+ console-save
+ bootstrap-console-save
+ ibay-create
+ ibay-delete
+ ibay-modify
+ ibay-modify-servers
+ network-delete
+ network-create
+ post-install
+ post-upgrade
+ workgroup-update
+ e-smith-samba-update
+ ));
+}
+
+foreach my $file (qw(
+ /etc/pam.d/samba
+ /etc/krb5.conf
+ ))
+{
+ templates2events($file, qw(console-save bootstrap-console-save e-smith-samba-update));
+}
+
+foreach (qw(console-save bootstrap-console-save bootstrap-ldap-save
+ post-install post-upgrade workgroup-update e-smith-samba-update))
+{
+ event_link('store-ldap-smbpasswd', $_, "06");
+}
+
+my $event = "console-save";
+
+$event = "bootstrap-ldap-save";
+templates2events("/etc/samba/smb.conf", $event);
+event_link("update-domain-group-maps", $event, "56");
+
+$event = "group-create";
+event_link("update-domain-group-maps", $event, "56");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "group-delete";
+event_link("update-domain-group-maps", $event, "14");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "group-modify";
+event_link("update-domain-group-maps", $event, "56");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "ibay-create";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "ibay-delete";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "ibay-modify";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "ibay-modify-servers";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "network-create";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "network-delete";
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "post-install";
+
+$event = "post-upgrade";
+event_link("user-create-profiledir", $event, "20");
+
+$event = "user-create";
+event_link("user-create-profiledir", $event, "20");
+event_link("update-domain-group-maps", $event, "56");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "user-delete";
+event_link("update-domain-group-maps", $event, "14");
+event_link("user-delete-profiledir", $event, "20");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "user-modify";
+event_link("update-domain-group-maps", $event, "56");
+safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "workgroup-update";
+event_link("update-domain-group-maps", $event, "56");
+event_link("cleanup-domains", $event, "65");
+safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/dhcpd");
+safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/smbd");
+safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/nmbd");
+
+$event = "printer-create";
+safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "printer-delete";
+event_link("delete_printer_tdb", $event, 15);
+safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/smbd");
+
+$event = "machine-account-create";
+event_link("create-machine-account", $event, "10");
+
+$event = "pre-restore";
+event_link("delete-smbpasswd", $event, "90");
+
+$event = "e-smith-samba-update";
+event_link("user-create-profiledir", $event, "20");
+safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/smbd");
+safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/nmbd");
+# systemd-specific action mandatory for this package-update event
+event_link("systemd-reload", $event, "89");
+event_link("systemd-default", $event, "88");
+templates2events("/etc/rsyslog.conf",$event);
+safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/rsyslog");
diff --git a/e-smith-samba.spec b/e-smith-samba.spec
new file mode 100644
index 0000000..46d5931
--- /dev/null
+++ b/e-smith-samba.spec
@@ -0,0 +1,1352 @@
+# $Id: e-smith-samba.spec,v 1.29 2022/11/29 21:28:31 jpp Exp $
+
+Summary: e-smith specific Samba configuration files and templates
+%define name e-smith-samba
+Name: %{name}
+%define version 2.6.0
+%define release 28
+Version: %{version}
+Release: %{release}%{?dist}
+License: GPL
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.xz
+
+Obsoletes: e-smith-netlogon
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+BuildArchitectures: noarch
+BuildRequires: e-smith-devtools >= 1.13.1-03
+Obsoletes: e-smith-regedit
+Requires: e-smith-lib >= 2.2.0-2
+Requires: e-smith-formmagick >= 1.4.0-9
+Requires: samba >= 3.5.10
+Requires: samba-client >= 3.5.10
+Requires: samba-common >= 3.5.10
+Obsoletes: samba3x
+Obsoletes: samba3x-client
+Obsoletes: samba3x-common
+Obsoletes: samba3x-winbind
+Obsoletes: libsmbclient <= 3.0.33
+# Obsolete SerNet packages
+Obsoletes: libsmbclient0
+Obsoletes: libwbclient0
+Obsoletes: samba3
+Obsoletes: samba3-cifsmount
+Obsoletes: samba3-client
+Obsoletes: samba3-doc
+Obsoletes: samba3-utils
+Obsoletes: samba3-winbind
+Requires: /usr/bin/tdbbackup
+AutoReqProv: no
+
+%changelog
+* Sat Mar 23 2024 cvs2git.sh aka Brian Read 2.6.0-28.sme
+- Roll up patches and move to git repo [SME: 12338]
+
+* Sat Mar 23 2024 BogusDateBot
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+
+* Tue Nov 29 2022 Jean-Philippe Pialasse 2.6.0-27.sme
+- Fix fail to join the domain [SME: 12231]
+ patch from bunkobugsy ; Fix from Nico Tiana
+
+* Wed Nov 03 2021 Terry Fage 2.6.0-26.sme
+- samba fix typo in delete v6 profile dir win10 [SME: 11725]
+
+* Tue Nov 02 2021 Terry Fage 2.6.0-25.sme
+- samba delete v6 profile dir win10 [SME: 11725]
+
+* Mon Nov 01 2021 Terry Fage 2.6.0-24.sme
+- samba create v6 profile dir win10 [SME: 11725]
+
+* Mon Apr 19 2021 Jean-Philippe Pialasse 2.6.0-23.sme
+- netlogon.bat +x [SME: 11566]
+
+* Fri Apr 16 2021 Jean-Philippe Pialasse 2.6.0-21.sme
+- add possibility to reenable allow execute always on ibays homes or everywhere [SME: 11555]
+
+* Fri Apr 16 2021 Jean-Philippe Pialasse 2.6.0-20.sme
+- fix double entries for min protocol [SME: 11558]
+
+* Tue Mar 16 2021 Jean-Philippe Pialasse 2.6.0-19.sme
+- clean rsyslog syntax for smbd and nmbd [SME: 11422]
+
+* Sun Feb 21 2021 Jean-Philipe Pialasse 2.6.0-18.sme
+- fix noise in message log from nmbd and smbd redirected to dedicated logs [SME: 11349]
+
+* Mon Feb 15 2021 Jean-Philipe Pialasse 2.6.0-17.sme
+- allow using user-create-profiledir action with temp or package-update events [SME: 11348]
+
+* Sun Jan 03 2021 Jean-Philipe Pialasse 2.6.0-16.sme
+- fix log noise for smb.service [SME: 11157]
+
+* Sat Jan 02 2021 Jean-Philipe Pialasse 2.6.0-15.sme
+- add Restart=always [SME: 11118]
+- add Restart=always [SME: 11117]
+
+* Fri Jan 01 2021 Jean-Philipe Pialasse 2.6.0-14.sme
+- migrate nmbd to systemd [SME: 11118]
+- migrate smbd to systemd [SME: 11117]
+ create generik smb.service service
+- create e-smith-samba-update event [SME: 11157]
+
+* Wed Dec 16 2020 John Crisp 2.6.0-13.sme
+- Fix mutex locking [SME: 11199]
+
+* Thu Nov 26 2020 John Crisp 2.6.0-12.sme
+- Fix pid directory [SME: 11198]
+
+* Mon Nov 16 2020 John Crisp 2.6.0-11.sme
+- Add /etc/krb5.conf as template using templates from smeserver-samba
+- [SME: 11093]
+
+* Sat Jun 27 2020 Jean-Philipe Pialasse 2.6.0-10.sme
+- remove win98pwdcache.reg from server-resources [SME: 9060]
+
+* Tue Jun 23 2020 Jean-Philipe Pialasse 2.6.0-9.sme
+- set min server and client protocol SMB2 [SME: 10576]
+ add check so max always greater than min
+- add port 445 if min server protocol is SMB2 or SMB3 [SME: 10963]
+
+* Fri Feb 09 2018 Jean-Philipe Pialasse 2.6.0-7.sme
+- fix typo in /server-resources/regedit/win10samba.reg [SME: 10515]
+
+* Fri Mar 24 2017 Jean-Philipe Pialasse 2.6.0-6.sme
+- fix outlook error code 0x8004011c [SME: 10169]
+- when setting up and email account on a win10 computer joined to a domain (with roaming profiles)
+
+* Fri Jul 22 2016 Jean-Philipe Pialasse 2.6.0-5.sme
+- add systemd skip redirect [SME: 9688]
+
+* Thu Jul 14 2016 stephane de Labrusse 2.6.0-4.sme
+- Fix deprecated syntax '~' in rsyslog [SME: 9398]
+- added e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch
+
+* Thu May 12 2016 Daniel Berteaud 2.6.0-3.sme
+- Rebuild for [SME: 9393]
+
+* Tue Apr 12 2016 Jean-Philipe Pialasse 2.6.0-2.sme
+- dropped display charset option [SME: 9440]
+
+* Fri Feb 05 2016 stephane de Labrusse 2.6.0-1.sme
+- Initial release to sme10
+
+* Wed Sep 16 2015 stephane de Labrusse 2.4.0-22.sme
+- The samba performance registry is now added in the win10samba.reg [SME: 9038]
+
+* Sat Sep 12 2015 stephane de Labrusse 2.4.0-20.sme
+- Corrected typo in patch of bad character '“', relative to roaming profile
+- e-smith-samba-2.4.0.bz9038.W10_registry.patch [SME: 9038]
+- e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch [SME: 9048]
+
+* Wed Sep 9 2015 stephane de Labrusse 2.4.0-18.sme
+- Added e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch
+- Modified the registry file for roaming profile with W8 [SME: 9048]
+- Roaming profiles follow Windows version (.V2,.V3,.V4,.V5) [SME: 9038]
+
+* Fri Sep 4 2015 Daniel Berteaud 2.4.0-17.sme
+- Replace syslog template to rsyslog so samba audits are logged in the correct
+ file [SME: 9037]
+
+* Fri Sep 4 2015 stephane de Labrusse 2.4.0-16.sme
+- added W10 support to SME Domain [SME: 9038]
+- e-smith-samba-2.4.0.bz9038.W10_registry.patch
+
+* Thu Sep 3 2015 Daniel Berteaud 2.4.0-15.sme
+- Fix samba audit parameters [SME: 9037]
+ Patch from Jorge Gonzalez
+
+* Sun Feb 2 2014 Ian Wells 2.4.0-14.sme
+- Remove 20smb as migrating from pre-SME7 is not supported [SME: 7486]
+
+* Thu Oct 10 2013 Greg Zartman 2.4.0-13.sme
+- Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots [SME:7894]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-12.sme
+- Add template for wide links [SME: 7752]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-11.sme
+- Add templates for max protocol [SME: 7753]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-10.sme
+- Add support for Windows 8 domain joining & user login [SME: 7751]
+
+* Fri Jul 5 2013 Ian Wells 2.4.0-9.sme
+- Add windows network performance enhancements registry file. [SME: 7566]
+ Patch from Greg Zartman.
+
+* Fri May 24 2013 Ian Wells 2.4.0-8.sme
+- Remove 40MachineUID as not needed after e-smith-samba-2.2.0-38 [SME: 7608]
+
+* Tue May 21 2013 Ian Wells 2.4.0-7.sme
+- Update default ServerName in 30smbServerName [SME: 7609]
+
+* Mon Apr 29 2013 chris burnat 2.4.0-6.sme
+- Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566]
+
+* Thu Mar 14 2013 Ian Wells 2.4.0-5.sme
+- Change default Workgroup and Domain to sme-server [SME: 7482]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-4.sme
+- Obsolete el5 version of libsmbclient [SME: 7273]
+
+* Thu Feb 21 2013 Ian Wells 2.4.0-3.sme
+- Remove samba_audit specific loglotate configuration [SME: 7388]
+
+* Sat Feb 2 2013 Shad L. Lords 2.4.0-2.sme
+- Change tdbbackup12 back to tdbbackup
+
+* Thu Jan 31 2013 Shad L. Lords 2.4.0-1.sme
+- Roll new stream for sme9
+
+* Mon Jan 21 2013 Ian Wells 2.2.0-50.sme
+- Enable smb auditing per ibay [SME: 6176]
+
+* Thu Jan 17 2013 Shad L. Lords 2.2.0-49.sme
+- Update dependency to /usr/bin/tdbbackup12 [SME: 7210]
+
+* Sun Jan 29 2012 Ian Wells 2.2.0-48.sme
+- Obsolete only SerNet samba packages [SME: 6772]
+
+* Sat Jan 21 2012 Ian Wells 2.2.0-47.sme
+- Obsolete SerNet samba packages, again [SME: 6772]
+
+* Fri Dec 23 2011 Jonathan Martens 2.2.0-46.sme
+- Obsolete SerNet samba packages [SME: 6772]
+
+* Thu Mar 17 2011 Jonathan Martens 2.2.0-45.sme
+- Revert directory requirement from 2.2.0-43 [SME: 6571]
+
+* Thu Mar 17 2011 Jonathan Martens 2.2.0-44.sme
+- Revert changes made in 2.2.0-42 [SME: 6432]
+
+* Tue Mar 15 2011 Jonathan Martens 2.2.0-43.sme
+- Fix separator in general smb.conf section for recycle:exclude* [SME: 6571]
+
+* Tue Mar 15 2011 Jonathan Martens 2.2.0-42.sme
+- recycle:exclude_dir should contain directories [SME: 6432]
+
+* Sat Mar 12 2011 Gavin Weight 2.2.0-41.sme
+- Fix Recycle Bin VFS Excludes syntax. [SME: 6432]
+
+* Tue Nov 30 2010 Daniel Berteaud 2.2.0-40.sme
+- Create samba account during event for machine [SME: 6418]
+
+* Tue Nov 30 2010 Daniel Berteaud 2.2.0-39.sme
+- Migrate existing machine uid in the DB (patch from Shad Lords) [SME: 6415]
+
+* Tue Nov 30 2010 Daniel Berteaud 2.2.0-38.sme
+- Force uid/gid on machine accounts creation [SME: 6415]
+
+* Wed Nov 10 2010 Daniel Berteaud 2.2.0-37.sme
+- Fix create-machine-accounts script [SME: 6358]
+
+* Fri Nov 5 2010 Shad L. Lords 2.2.0-36.sme
+- Call samba-group-mapping after user events too [SME: 6339]
+
+* Wed Nov 3 2010 Shad L. Lords 2.2.0-35.sme
+- Fix cpu critical patch missing ' [SME: 6330]
+
+* Wed Nov 3 2010 Daniel Berteaud 2.2.0-34.sme
+- rename store-ldap-passwd and link it in other events [SME: 6332]
+
+* Wed Nov 3 2010 Daniel Berteaud 2.2.0-33.sme
+- Store the ldap admin pw early in the bootstrap-ldap-save event [SME: 6332]
+
+* Wed Nov 3 2010 Shad L. Lords 2.2.0-32.sme
+- Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
+
+* Tue Nov 2 2010 Shad L. Lords 2.2.0-31.sme
+- Always use cpu, do unix if ldap{Auth} is disabled [SME: 6321]
+
+* Tue Nov 2 2010 Daniel Berteaud 2.2.0-30.sme
+- Fix a typo in create-machine-account [SME: 6321]
+
+* Tue Nov 2 2010 Shad L. Lords 2.2.0-29.sme
+- Clean up old domain entries when using ldap [SME: 6322]
+
+* Mon Nov 1 2010 Shad L. Lords 2.2.0-28.sme
+- Auth against ldap if it is master [SME: 6321]
+
+* Mon Nov 1 2010 Shad L. Lords 2.2.0-27.sme
+- Change the way groups are modified on samba3x [SME: 6314]
+
+* Wed Oct 27 2010 Shad L. Lords 2.2.0-26.sme
+- Change the way groups are modified on samba3x [SME: 6314]
+
+* Thu Oct 14 2010 Daniel Berteaud 2.2.0-25.sme
+- Fix anonymous access [SME: 6254]
+
+* Fri Oct 8 2010 Shad L. Lords 2.2.0-24.sme
+- Fix moving secrets.tdb file [SME: 6057]
+
+* Sat Oct 2 2010 Daniel Berteaud 2.2.0-23.sme
+- Empty output when listing sensible attribtues [SME: 6254]
+
+* Sat Oct 2 2010 Daniel Berteaud 2.2.0-22.sme
+- Add sambaSID to the list of sensible attributes [SME: 6254]
+
+* Sat Oct 2 2010 Daniel Berteaud 2.2.0-21.sme
+- Deny access to some attributes for anonymous users [SME: 6254]
+
+* Thu Sep 23 2010 Daniel Berteaud 2.2.0-20.sme
+- povide an option to enable lanman passwords [SME: 6229]
+
+* Thu Sep 23 2010 Daniel Berteaud 2.2.0-19.sme
+- Add slapd support [SME: 6228]
+
+* Thu Jul 08 2010 Shad L. Lords 2.2.0-18.sme
+- Remove require strong key part of regedit file [SME: 6119]
+
+* Wed Jun 23 2010 Shad L. Lords 2.2.0-17.sme
+- Use samba3x package for windows 7 compatibility [SME: 5964]
+
+* Mon Jun 14 2010 Federico Simoncelli 2.2.0-16.sme
+- Backup all the tdb files (thanks Daniel) [SME: 5856]
+- Post scriptlet fix [SME: 6057]
+
+* Tue Mar 30 2010 Filippo Carletti 2.2.0-15.sme
+- Explicitly declare samba private dir [SME: 5857]
+
+* Fri Mar 26 2010 Filippo Carletti 2.2.0-14.sme
+- Fix tdb file paths to backup in run script [SME: 5856]
+
+* Wed Mar 17 2010 Jonathan Martens 2.2.0-13.sme
+- Add dependency /usr/bin/tdbbackup [SME: 5851]
+
+* Sat Mar 6 2010 Jonathan Martens 2.2.0-12.sme
+- Add missing comma in previous patch [SME: 5821]
+- Silently skip non-existent profile folder [SME: 5821]
+
+* Sat Mar 6 2010 Jonathan Martens 2.2.0-11.sme
+- Properly quote the profile folders manually [SME: 5821]
+
+* Sat Mar 6 2010 Jonathan Martens 2.2.0-10.sme
+- Rework V2 profile patch to fix error on user-delete event [SME: 5821]
+
+* Sun Feb 7 2010 Shad L. Lords 2.2.0-9.sme
+- Create/remove V2 profile directories [SME: 3666]
+
+* Sun Jan 31 2010 Jonathan Martens 2.2.0-8.sme
+- Enable bindinterfaces by default [SME: 3325]
+
+* Sun Jan 31 2010 Stephen Noble 2.2.0-7.sme
+- Set recyle bin permissions [SME: 1734]
+
+* Sat Dec 26 2009 Jonathan Martens 2.2.0-6.sme
+- Add registry file to server-resources to allow windows 7 to
+ join Samba 3.x domains [SME: 5425]
+
+* Tue Jun 2 2009 Shad L. Lords 2.2.0-5.sme
+- Fix warnings in template expansion [SME: 5309]
+
+* Sun Nov 23 2008 Shad L. Lords 2.2.0-4.sme
+- Fix migrate fragments for samba [SME: 4777]
+
+* Tue Oct 28 2008 Shad L. Lords 2.2.0-3.sme
+- Fix oslevel fragment for server roles [SME: 4730]
+
+* Mon Oct 13 2008 Shad L. Lords 2.2.0-2.sme
+- Add patch to support multiple samba roles [SME: 4172]
+
+* Tue Oct 7 2008 Shad L. Lords 2.2.0-1.sme
+- Roll new stream to separate sme7/sme8 trees [SME: 4633]
+
+* Sun Aug 3 2008 Jonathan Martens 1.14.1-8
+- Fix oslevel template expansion. [SME: 4470]
+
+* Thu Apr 3 2008 Charlie Brady 1.14.1-7
+- Disable unix extensions. [SME: 4164]
+
+* Fri Mar 21 2008 Shad L. Lords 1.14.1-6
+- Hide normally hidden profile files [SME: 4082]
+
+* Thu Mar 13 2008 Shad L. Lords 1.14.1-5
+- Fix shadowcopy with < 2 ibays/users [SME: 3862]
+
+* Wed Feb 13 2008 Stephen Noble 1.14.1-4
+- Remove tags now in general [SME: 3925]
+
+* Wed Jan 09 2008 Stephen Noble 1.14.1-3
+- Allow browsable to be disabled per ibay [SME: 2966]
+
+* Sat Dec 15 2007 Shad L. Lords 1.14.1-2
+- Only create admin group if Domain Admins exists [SME: 3646]
+
+* Sat Dec 15 2007 Shad L. Lords 1.14.1-1
+- Roll new tarball and bump version for 3.0.25b version [SME: 3495]
+
+* Fri Dec 14 2007 Shad L. Lords 1.14.0-36
+- admin user no longer needed in 3.0.25 [SME: 3645]
+
+* Fri Dec 14 2007 Shad L. Lords 1.14.0-35
+- Expand smb.conf in group events to complete #33 [SME: 3495]
+- Add rid to groupmap command to fix 3.0.25b groupmap [SME: 3644]
+- Add pam.d/samba to fix broken upstream package [SME: 3641]
+
+* Fri Nov 30 2007 Gavin Weight 1.14.0-34
+- Removed printer admin template. [SME: 3605]
+
+* Fri Oct 26 2007 Shad L. Lords 1.14.0-33
+- Add "Domain Admins" to admin users [SME: 3495]
+
+* Thu Oct 11 2007 Charlie Brady 1.14.0-32
+- Delete smbpasswd file prior to restore. [SME: 2313]
+
+* Wed Oct 10 2007 Charlie Brady 1.14.0-31
+- Delete printer tdb file on printer delete. [SME: 3336]
+
+* Sat Jun 2 2007 Shad L. Lords 1.14.0-30
+- revert last change. Breaks sme8 and is caught by pass check lib.
+
+* Sat Jun 2 2007 Shad L. Lords 1.14.0-29
+- pam_unix requires passwords >= 6 [SME: 3039]
+
+* Sun Apr 29 2007 Shad L. Lords
+- Clean up spec so package can be built by koji/plague
+
+* Mon Apr 9 2007 Stephen Noble 1.14.0-28
+- remove use client driver in smb.conf [SME: 1583]
+
+* Fri Feb 16 2007 Shad L. Lords 1.14.0-27
+- Change runsvctrl to sv to support runit v1.7.x [SME: 1179]
+
+* Tue Jan 30 2007 Charlie Brady 1.14.0-26
+- Use full path to 'net' command consistently in update-domain-group-maps.
+ [SME: 2400]
+
+* Fri Jan 26 2007 Shad L. Lords 1.14.0-25
+- Set ServerName to SystemName after inital configuration [SME: 2378]
+
+* Thu Jan 25 2007 Shad L. Lords 1.14.0-24
+- Allow oplocks to be disabled per ibay [SME: 543]
+- Allow veto oplock files per ibay [SME: 1784]
+
+* Thu Jan 25 2007 Shad L. Lords 1.14.0-23
+- Disable csc policy for roaming profiles and make optional for
+ ibays [SME: 1507]
+
+* Thu Jan 11 2007 Shad L. Lords 1.14.0-22
+- Include admin in user groups. [SME: 1950]
+
+* Wed Jan 10 2007 Shad L. Lords 1.14.0-21
+- Make smb fragment have same logic as copy script.
+
+* Wed Jan 10 2007 Shad L. Lords 1.14.0-20
+- Initial attempt at shadow copy script. [SME: 1549]
+
+* Wed Jan 10 2007 Shad L. Lords 1.14.0-19
+- Add success tick to workgroup panel. [SME: 1565]
+
+* Wed Jan 10 2007 Shad L. Lords 1.14.0-18
+- Allow workgroup name be begin with numbers. [SME: 1607]
+
+* Sat Jan 06 2007 Shad L. Lords 1.14.0-17
+- Rework vfs modules to allow more then just recycle bin to work. [SME: 1549]
+
+* Thu Jan 04 2007 Shad L. Lords 1.14.0-16
+- Backup important tdb files. [SME: 2201]
+
+* Wed Jan 03 2007 Shad L. Lords 1.14.0-15
+- Add template to specify logon drive. [SME: 1155]
+
+* Thu Dec 14 2006 Shad L. Lords 1.14.0-14
+- Fix patch to map users to groups
+
+* Tue Dec 12 2006 Federico Simoncelli 1.14.0-13
+- Modified the samba_check_password script to use the new validatePassword
+ function in esmith::util. [SME: 2100]
+
+* Thu Dec 07 2006 Shad L. Lords
+- Update to new release naming. No functional changes.
+- Make Packager generic
+
+* Thu Dec 07 2006 Shad L. Lords 1.14.0-12
+- Don't delete samba database. Instead rename them.
+
+* Fri Dec 01 2006 Shad L. Lords 1.14.0-11
+- Map user groups so roaming profiles work [SME: 1950]
+
+* Tue Aug 22 2006 Gordon Rowell 1.14.0-09
+* Tue Nov 14 2006 Gordon Rowell 1.14.0-10
+- Add Requires: samba{,-client,-common} to complete dependency tree [SME: 2062]
+
+* Tue Aug 22 2006 Gordon Rowell 1.14.0-09
+- Added templates.metadata/etc/smb.conf so that
+ expand-template /etc/smb.conf generates the file in /etc/samba/ [SME: 87]
+
+* Tue Jul 18 2006 Gordon Rowell 1.14.0-08
+- Default smb ports to 139 only to reduce log noise [SME: 1562]
+
+* Thu Jun 29 2006 Shad L. Lords 1.14.0-07
+- Remove samba caches if getlocalsid fails [SME: 1487]
+
+* Fri Jun 09 2006 Charlie Brady 1.14.0-06
+- Fix case conversion in last change. [SME: 1523]
+
+* Fri Jun 09 2006 Charlie Brady 1.14.0-05
+- Add password strength checking to password change via samba (thanks
+ Federico Simoncelli and Filippo Carletti. [SME: 1523]
+
+* Wed May 31 2006 Gordon Rowell 1.14.0-04
+- Remove -S flag from smbd so we get useful logs from Samba [SME: 1521]
+
+* Tue Apr 18 2006 Charlie Brady 1.14.0-03
+- Clean up log noise from migrate fragment. [SME: 1257]
+- Clean up prep section of spec file (and renumber patches).
+
+* Mon Apr 10 2006 Gordon Rowell 1.14.0-02
+- Ensure that Samba notices printer add/delete [SME: 1167]
+
+* Thu Mar 16 2006 Gordon Rowell 1.14.0-01
+- Roll stable stream version. [SME: 1016]
+
+* Wed Mar 1 2006 Gordon Rowell 1.13.2-16
+- Revert veto appletalk files change. The patch is still in the SPEC
+ file so we can apply it later. [SME: 668]
+
+* Thu Feb 23 2006 Charlie Brady 1.13.2-15
+- Fix problem with creating user profile dir. [SME: 761,874]
+
+* Tue Feb 21 2006 Gordon Rowell 1.13.2-14
+- Relocate netlogon.bat from old location in post, not pre [SME: 768]
+- Remove empty /home/netlogon directory, if we can [SME: 768]
+
+* Fri Feb 17 2006 Gavin Weight 1.13.2-13
+- Fix Roaming profiles strange permissions problem. [SME: 761]
+
+* Thu Feb 16 2006 Gavin Weight 1.13.2-12
+- Added veto files line. [SME: 668]
+
+* Sat Feb 4 2006 Gordon Rowell 1.13.2-11
+- Adjusted passwd chat [SME: 652]
+
+* Wed Jan 25 2006 Gordon Rowell 1.13.2-10
+- Add passwd and passwd chat definition so that password sync works [SME: 565]
+
+* Wed Jan 25 2006 Gordon Rowell 1.13.2-09
+- Fix logic in last change w.r.t. KeepVersions [SME: 429]
+- Add default smb{KeepVersions} == disabled [SME: 429]
+
+* Tue Jan 24 2006 Gordon Rowell 1.13.2-08
+- Add fragment to add recycle bin if smb{RecycleBin} == enabled [SME: 429]
+- Default smb{RecycleBin} == disabled [SME: 429]
+
+* Wed Dec 14 2005 Gordon Rowell 1.13.2-07
+- Default smb{OpLocks} == enabled. Setting it to disabled will
+ disable oplocks [SME: 318]
+
+* Mon Dec 05 2005 Filippo Carletti 1.13.2-06
+- Better smb.conf readability [SME067]
+
+* Wed Nov 30 2005 Gordon Rowell 1.13.2-05
+- Bump release number only
+
+* Sun Nov 20 2005 Gordon Rowell
+- [1.13.2-04]
+- Correct typo and escape the $ in [print$] in last fix [SF: 1357840]
+
+* Tue Nov 15 2005 Gordon Rowell
+- [1.13.2-03]
+- Create and use default for smb{UseClientDriver} [SF: 1357840]
+
+* Tue Nov 15 2005 Gordon Rowell
+- [1.13.2-02]
+- Change browsable -> browseable for consistency [SF: 1357840]
+
+* Fri Oct 14 2005 Gordon Rowell
+- [1.13.2-01]
+- Remove L10Ns from base packages [SF: 1309520]
+
+* Fri Oct 14 2005 Gordon Rowell
+- [1.13.1-01]
+- New dev stream before relocating L10Ns
+
+* Fri Sep 30 2005 Gordon Rowell
+- [1.13.0-28]
+- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
+
+* Mon Sep 26 2005 Gordon Rowell
+- [1.13.0-27]
+- Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
+
+* Mon Sep 19 2005 Charlie Brady
+- [1.13.0-26]
+- Fix hosts allow specification. [SF: 1295752]
+
+* Tue Aug 9 2005 Charlie Brady
+- [1.13.0-25]
+- Roll in content from e-smith-regedit, and obsolete it.
+
+* Tue Aug 2 2005 Charlie Brady
+- [1.13.0-24]
+- Remove redundent and deprecated use of esmith::config and esmith::db
+ from action scripts.
+
+* Tue Aug 2 2005 Shad Lords
+- [1.13.0-23]
+- Add TCPPorts/UDPPorts and access to smbd/nmbd [SF: 1246986]
+
+* Tue Jul 19 2005 Charlie Brady
+- [1.13.0-22]
+- Fix missing comma [SF: 1216546]
+
+* Mon Jul 18 2005 Charlie Brady
+- [1.13.0-21]
+- Avoid use of deprecated tie interface to accounts db. Use "config"
+ rather than "db" to fetch status in run script. [SF: 1216546]
+
+* Mon Jul 18 2005 Charlie Brady
+- [1.13.0-20]
+- Charset changes from Gordon: on new installs, default to UTF8.
+- Default smb{UnixCharSet} == UTF8
+- If smb record exists (i.e. upgrade), but UnixCharSet is not defined,
+ set it to ISO8859-1 to maintain filenames on upgrade [SF: 1204695]
+
+* Wed Jun 15 2005 Charlie Brady
+- [1.13.0-19]
+- Restart nmbd during workgroup-update event. [SF: 1220928]
+
+* Tue Apr 19 2005 Charlie Brady
+- [1.13.0-18]
+- Need to open accounts db r/w in create-machine-account script.
+
+* Thu Mar 31 2005 Charlie Brady
+- [1.13.0-17]
+- Fix missing "use" in create-machine-account script.
+
+* Thu Mar 17 2005 Charlie Brady
+- [1.13.0-16]
+- Last fix was wrong. Real problem was typo in default property setup.
+- Remove redundent restart-samba action.
+
+* Wed Mar 16 2005 Charlie Brady
+- [1.13.0-15]
+- Fix typo in workgroup property lookup in workgroup panel.
+
+* Sun Mar 13 2005 Charlie Brady
+- [1.13.0-14]
+- Group mapping fix from Shad. [MN00070553]
+
+* Fri Mar 11 2005 Charlie Brady
+- [1.13.0-13]
+- Add service entries for smbd and nmbd, which slave their own
+ status from the smb entry. This allows the generic service
+ restart stuff to work. [MN00065576]
+- Fix dangling restart-dhcpd symlink. [MN00064130]
+
+* Wed Feb 23 2005 Charlie Brady
+- [1.13.0-12]
+- Unify the three group mapping scripts into one. [MN00070553]
+
+* Tue Feb 22 2005 Charlie Brady
+- [1.13.0-11]
+- Fix template expansion location of smb.conf [MN00063515]
+
+* Tue Feb 22 2005 Charlie Brady
+- [1.13.0-10]
+- Fix typo in post scriptlet. [MN00063515]
+
+* Tue Feb 22 2005 Charlie Brady
+- [1.13.0-09]
+- Add domain group mapping, contributed by Shad/Greg. [MN00070553]
+- Remove anachronisms in create-machine-account script.
+
+* Fri Feb 18 2005 Charlie Brady
+- [1.13.0-08]
+- Fix small template breakages if $LocalIP is not defined.
+- Fix warnings from post install script. [MN00070549]
+- Remove obsolete "domain admin group" entry from /etc/smb.conf template.
+ [MN00063515]
+- Revert to standard /etc/samba/smb.conf location for config file.
+ [MN00063515]
+
+* Fri Feb 18 2005 Charlie Brady
+- [1.13.0-07]
+- Fix various smb.conf template expansion probs. [MN00063515]
+
+* Fri Feb 18 2005 Charlie Brady
+- [1.13.0-06]
+- Fix typo in template fragment. Commit new files omitted from previous
+ checkin in error. [MN00063515]
+
+* Thu Feb 17 2005 Charlie Brady
+- [1.13.0-05]
+- Update samba configuration to use samba 3 features. Update to
+ current APIs. [MN00063515]
+- Start nmbd before smbd. [MN00070113]
+
+* Thu Feb 17 2005 Charlie Brady
+- [1.13.0-04]
+- Use defaults mechanism to initialise database entries, and migrate
+ fragment to convert from deprecated db entries to current style
+ Obsolete conf-netlogon script. [MN00062545]
+- Use generic_template_expand action where possible, in place
+ of specific actions. Update e-smith-lib dependency. [MN00064130]
+- Use generic service adjust action for reload/restart. [MN00065576]
+
+* Mon Feb 7 2005 Charlie Brady
+- [1.13.0-03]
+- Run smbd and nmbd's multilogs as smelog user. [MN00063836]
+
+* Thu Feb 5 2004 Michael Soulier
+- [1.13.0-02]
+- Updated build dependencies. [msoulier 10992]
+
+* Wed Feb 4 2004 Michael Soulier
+- [1.13.0-01]
+- rolling to dev - 1.13.0
+
+* Wed Feb 4 2004 Michael Soulier
+- [1.12.0-01]
+- rolling to stable - 1.12.0
+
+* Wed Feb 4 2004 Mark Knox
+- [1.11.0-16]
+- Include rc1.d/K35smb symlink for proper shutdown in single user mode
+ [markk 10958]
+
+* Tue Nov 25 2003 Michael Soulier
+- [1.11.0-15]
+- Removing client driver option, to move to [printers] section.
+ [msoulier 10623]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-14]
+- Rolling again to pick up genfilelist change. [msoulier 10648]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-13]
+- Moved the e-smith-smb script to supervise/smb, to plan ahead.
+ [msoulier 6442]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-12]
+- Stopped sourcing /etc/sysconfig/samba, and fixed a syntax error in the
+ initscript. [msoulier 6442]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-11]
+- Rollback on serviceControl-using scripts. They were not broken.
+ [msoulier 6442]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-10]
+- Changed the action script code for the new initscript. [msoulier 6442]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-09]
+- Tweaked the smbd run script, and e-smith-smb. [msoulier 6442]
+
+* Mon Nov 17 2003 Michael Soulier
+- [1.11.0-08]
+- Added e-smith-smb wrapper to manage both services. [msoulier 6442]
+
+* Sun Nov 16 2003 Michael Soulier
+- [1.11.0-07]
+- Added run files for multilog. [msoulier 6442]
+
+* Sun Nov 16 2003 Michael Soulier
+- [1.11.0-06]
+- Fixing broken specfile resulting in near-empty filelist. [msoulier 6442]
+
+* Fri Nov 14 2003 Michael Soulier
+- [1.11.0-05]
+- Added supervision of smbd and nmbd. First attempt. [msoulier 6442]
+- Updated createlinks script for new build library.
+
+* Fri Nov 14 2003 Michael Soulier
+- [1.11.0-04]
+- Added "use client driver" to printer conf. [msoulier 10623]
+
+* Fri Nov 7 2003 Michael Soulier
+- [1.11.0-03]
+- *sigh* Really added this time. TGIF. [msoulier 10486]
+
+* Fri Nov 7 2003 Michael Soulier
+- [1.11.0-02]
+- Added a "deadtime" option to kill connections, by default, after one week if
+ they are no longer active. [msoulier 10486]
+
+* Fri Nov 7 2003 Michael Soulier
+- [1.11.0-01]
+- rolling to dev stream - 1.11.0
+
+* Thu Sep 11 2003 Gordon Rowell
+- [1.10.0-04]
+- Relocated /etc/secrets.tdb to /etc/samba [gordonr 9759]
+
+* Wed Sep 10 2003 Gordon Rowell
+- [1.10.0-03]
+- Always return "logon path" line, so that we return
+ "logon path =" if roaming profiles are off [gordonr 9913]
+
+* Wed Jul 2 2003 Gordon Rowell
+- [1.10.0-02]
+- Use samba defaults for preferred master and local master [gordonr 9208]
+- Turn on wins support if we are the domain master [gordonr 9208]
+
+* Thu Jun 26 2003 Charlie Brady
+- [1.10.0-01]
+- Changing version to stable stream number - 1.10.0
+
+* Wed Jun 18 2003 Gordon Rowell
+- [1.9.0-32]
+- Fix confusion in smb{DomainMaster} w.r.t. netlogons [gordonr 9064]
+
+* Thu Jun 12 2003 Gordon Rowell
+- [1.9.0-31]
+- Added missing 02setupDomainMaster [gordonr 5053]
+- Corrected 11winsServer to deal with WINSServer == me [gordonr 5053]
+
+* Fri May 30 2003 Michael Soulier
+- [1.9.0-30]
+- Removed dangling symlink to conf-samba-startup. [msoulier 8808]
+
+* Wed May 28 2003 Gordon Rowell
+- [1.9.0-29]
+- Move smbpasswd file to /etc/samba/smbpasswd [gordonr 8747]
+
+* Mon May 26 2003 Charlie Brady
+- [1.9.0-28]
+- Added 'type' default fragment for the smb service. [charlieb 8785]
+
+* Wed May 21 2003 Lijie Deng
+- [1.9.0-27]
+- fix en-us, fr and es roaming profile text [lijied 5311]
+
+* Tue May 20 2003 Gordon Rowell
+- [1.9.0-26]
+- Don't worry if the use doesn't have a profile directory [gordonr 6414]
+
+* Tue May 20 2003 Michael Soulier
+- [1.9.0-25]
+- Added a defaults fragment. [msoulier 8785]
+- Removed conf-samba-startup. [msoulier 8785]
+
+* Thu May 15 2003 Gordon Rowell
+- [1.9.0-24]
+- Made use of esmith::ConfigDB::wins_server [gordonr 5053]
+
+* Tue May 13 2003 Gordon Rowell
+- [1.9.0-23]
+- Rationalised smb{WINSServer} and smb{DomainMaster} handling [gordonr 5053]
+
+* Tue May 6 2003 Lijie Deng
+- [1.9.0-22]
+- Add Spanish lexicon for workgroup [lijied 3793]
+
+* Mon Apr 14 2003 Gordon Rowell
+- [1.9.0-21]
+- preferred master should not be set if WINSServer is set [gordonr 6849]
+
+* Mon Apr 14 2003 Lijie Deng
+- [1.9.0-20]
+- Limited the workgroup name to 15 characters [lijied 4971]
+
+* Fri Apr 11 2003 Lijie Deng
+- [1.9.0-19]
+- Changed workgroup and servername to lower case again [lijied 7371]
+
+* Wed Apr 9 2003 Michael Soulier
+- [1.9.0-18]
+- Fixed french lexicon for workgroup question. [msoulier 5311]
+
+* Wed Apr 9 2003 Lijie Deng
+- [1.9.0-17]
+- Changed workgroup and servername to lower case before validation
+ and storage [lijied 7371]
+
+* Mon Apr 7 2003 Gordon Rowell
+- [1.9.0-16]
+- Create new netlogon directory before trying to relocate netlogon.bat
+ [gordonr 8060]
+
+* Thu Apr 3 2003 Lijie Deng
+- [1.9.0-15]
+- Removed Mitel Networks branding [lijied 8016]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [1.9.0-14]
+- Fix c&p error in %pre [gordonr 5241]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [1.9.0-13]
+- Do the relocation in the SPEC file so we don't have a stray
+ directory [gordonr 5241]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [1.9.0-12]
+- Relocate netlogon.bat -> /home/e-smith/files/samba/netlogon/netlogon.bat
+ [gordonr 5241]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [1.9.0-11]
+- Removed conf-dhcpd symlinks - now done in run script [gordonr 7771]
+
+* Fri Mar 28 2003 Michael Soulier
+- [1.9.0-10]
+- Re-worded the text in the workgroup panel. [msoulier 5311]
+- Added french translation of that re-wording. [msoulier 5311]
+
+* Fri Mar 28 2003 Lijie Deng
+- [1.9.0-09]
+- Modified French lexicon to use lang="fr", rename the lexicon
+ directory to fr [lijied 6787]
+
+* Tue Mar 11 2003 Mike Dickson
+- [1.9.0-08]
+- restricted length of workgroup entry to 15 characters [miked 4388]
+
+* Thu Mar 6 2003 Lijie Deng
+- [1.9.0-07]
+- Modified workgroup panel order [lijied 7356]
+
+* Wed Mar 5 2003 Lijie Deng
+- [1.9.0-06]
+- Split en-us lexicon from workgroup panel [lijied 4030]
+
+* Fri Feb 28 2003 Lijie Deng
+- [1.9.0-05]
+- Added French lexicon for workgroup. [lijied 5003]
+
+* Wed Jan 29 2003 Charlie Brady
+- [1.9.0-04]
+- Delete obsolete special case "primary" fragment in smb.conf.
+ [charlieb 5652]
+
+* Thu Jan 2 2003 Gordon Rowell
+- [1.9.0-03]
+- Split conf-samba-startup from e-smith-base/conf-startup
+- Relocated reload-samba from e-smith-base [gordonr 5509]
+
+* Mon Dec 9 2002 Mike Dickson
+- [1.9.0-02]
+- updates for new UI [miked 5494]
+
+* Wed Nov 20 2002 Mike Dickson
+- [1.9.0-01]
+- Changing to development stream; version upped to 1.9.0
+
+* Fri Oct 11 2002 Charlie Brady
+- [1.8.0-01]
+- Roll to maintained version number to 1.8.0
+
+* Tue Oct 8 2002 Mark Knox
+- [1.7.2-08]
+- Removed stray DESCRIPTION tag from panel [markk 5135]
+
+* Thu Sep 19 2002 Charlie Brady
+- [1.7.2-07]
+- Fix i-bay section of smb.conf template [charlieb 4949]
+
+* Fri Sep 13 2002 Gordon Rowell
+- [1.7.2-06]
+- Allow smb|WINSServerOverride property which is automagically pushed into
+ the smb|WINSServer property before expanding Samba templates [gordonr 4590]
+
+* Fri Sep 13 2002 Gordon Rowell
+- [1.7.2-05]
+- Allow domain master setting if smb|WINSServer set to this box [gordonr 4840]
+
+* Tue Sep 10 2002 Mark Knox
+- [1.7.2-04]
+- Minor refactoring of the last change [markk 3786]
+
+* Tue Sep 10 2002 Mark Knox
+- [1.7.2-03]
+- Remove deprecated split on pipe [markk 3786]
+
+* Fri Aug 23 2002 Charlie Brady
+- [1.7.2-02]
+- Add -M flag to useradd, to prevent creation of /noexistingpath [charlieb 4660]
+
+* Wed Aug 7 2002 Charlie Brady
+- [1.7.2-01]
+- Change default for oplocks from false to true, and add enable of kernel
+ oplocks (although it's the default anyway. [charlieb 4520]
+
+* Wed Jul 31 2002 Charlie Brady
+- [1.7.1-01]
+- Use PAM password change rather than external passwd program and chat
+ script. [charlieb 4433]
+
+* Wed Jun 5 2002 Charlie Brady