The branch, master has been updated via 56512fb ldb:skel.c - don't introduce trailing whitespaces by a module template via b001f1b s4:password_hash LDB module - remove unused headers from ae272ac s4:repl_meta_data LDB module - allow also special DNs to be renamed correctly
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 56512fb1da0fb0ffecd07059f8dc43ed3cfcd780 Author: Matthias Dieter Wallnöfer <m...@samba.org> Date: Thu Nov 18 12:20:56 2010 +0100 ldb:skel.c - don't introduce trailing whitespaces by a module template Autobuild-User: Matthias Dieter Wallnöfer <m...@samba.org> Autobuild-Date: Thu Nov 18 12:08:30 UTC 2010 on sn-devel-104 commit b001f1b255e8b67f86b0797193b4ca6124fdc47e Author: Matthias Dieter Wallnöfer <m...@samba.org> Date: Thu Nov 18 12:20:10 2010 +0100 s4:password_hash LDB module - remove unused headers ----------------------------------------------------------------------- Summary of changes: source4/dsdb/samdb/ldb_modules/password_hash.c | 3 --- source4/lib/ldb/modules/skel.c | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index b218a57..35d2729 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -34,10 +34,7 @@ #include "includes.h" #include "ldb_module.h" -#include "auth/session.h" #include "libcli/auth/libcli_auth.h" -#include "libcli/security/security.h" -#include "libcli/security/session.h" #include "system/kerberos.h" #include "auth/kerberos/kerberos.h" #include "dsdb/samdb/samdb.h" diff --git a/source4/lib/ldb/modules/skel.c b/source4/lib/ldb/modules/skel.c index 6e00293..1ce3ec1 100644 --- a/source4/lib/ldb/modules/skel.c +++ b/source4/lib/ldb/modules/skel.c @@ -1,4 +1,4 @@ -/* +/* ldb database library Copyright (C) Simo Sorce 2004 @@ -6,7 +6,7 @@ ** NOTE! The following LGPL license applies to the ldb ** library. This does NOT imply that all of Samba is released ** under the LGPL - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either -- Samba Shared Repository