[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3824-gef75a3a

Günther Deschner gd at samba.org
Tue Aug 26 11:50:34 GMT 2008


The branch, v3-3-test has been updated
       via  ef75a3a5b8397d4b8c343c350542e6486342e9e8 (commit)
       via  84eb5db51999347b9a4a6efda884804249a6428b (commit)
      from  17a78c621662c86395b1468bb487525b94cbd2b4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit ef75a3a5b8397d4b8c343c350542e6486342e9e8
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 26 13:47:43 2008 +0200

    build: make sure to create CODEPAGEDIR and MODULESDIR.
    
    Guenther
    (cherry picked from commit d31683cdc877b468e7443216ab9e6edff844c131)

commit 84eb5db51999347b9a4a6efda884804249a6428b
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 26 13:15:11 2008 +0200

    WHATSNEW: add some new items.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt       |    5 +++++
 source/Makefile.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ec65966..cdbe9e8 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -25,6 +25,11 @@ Major enhancements in Samba 3.3.0 include:
  o The destination "all" of smbcontrol does now affect all running
    daemons including nmbd and winbindd.
  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
+ o The 'net' utility can now use kerberos for joining and authentication.
+
+ Libraries:
+ o NetApi library implements various new calls for User- and Group
+   Account Management.
 
 
 Configure changes
diff --git a/source/Makefile.in b/source/Makefile.in
index 4e15bf7..5d814c5 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2475,7 +2475,7 @@ install-everything:: install installmodules
 # is not used
 
 installdirs::
-	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
+	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR) $(CODEPAGEDIR) $(MODULESDIR)
 
 installservers:: all installdirs
 	@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(SBINDIR) $(SBIN_PROGS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list