[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-121-g63b3f2c

Jeremy Allison jra at samba.org
Wed Feb 6 23:24:37 GMT 2008


The branch, v3-0-test has been updated
       via  63b3f2cb410688d2705f53090e7f9638a106daa4 (commit)
      from  55c7aaff897cde9dc9a40a07c96297a232539e81 (commit)

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


- Log -----------------------------------------------------------------
commit 63b3f2cb410688d2705f53090e7f9638a106daa4
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Feb 6 15:24:01 2008 -0800

    Move libads/util.o into the standard ADS list
    from the server list.
    Jeremy

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index a319893..ea14944 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -286,9 +286,9 @@ LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o libads/sasl.o \
 	     libads/krb5_setpw.o libads/ldap_user.o \
 	     libads/ads_struct.o libads/kerberos_keytab.o \
              libads/disp_sec.o libads/ads_utils.o libads/ldap_utils.o \
-	     libads/authdata.o libads/cldap.o
+	     libads/authdata.o libads/cldap.o libads/util.o
 
-LIBADS_SERVER_OBJ = libads/util.o libads/kerberos_verify.o \
+LIBADS_SERVER_OBJ = libads/kerberos_verify.o \
 		    libads/ldap_schema.o
 
 SECRETS_OBJ = passdb/secrets.o passdb/machine_sid.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list