|
From: <co...@us...> - 2008-01-10 09:09:15
|
Revision: 92
http://pdbsql.svn.sourceforge.net/pdbsql/?rev=92&view=rev
Author: collen
Date: 2008-01-10 01:09:21 -0800 (Thu, 10 Jan 2008)
Log Message:
-----------
Beta -> 3.0.25 - 3.0.28
Modified Paths:
--------------
branches/pdbsql/samba-pdbsql-3028/AUTHORS
branches/pdbsql/samba-pdbsql-3028/Makefile.in
branches/pdbsql/samba-pdbsql-3028/pdb_sql.c
Modified: branches/pdbsql/samba-pdbsql-3028/AUTHORS
===================================================================
--- branches/pdbsql/samba-pdbsql-3028/AUTHORS 2008-01-09 16:13:26 UTC (rev 91)
+++ branches/pdbsql/samba-pdbsql-3028/AUTHORS 2008-01-10 09:09:21 UTC (rev 92)
@@ -1,3 +1,4 @@
Jelmer Vernooij <je...@sa...>
Wilco Baan Hofman
Hamish Friedlander
+Collen Blijenberg
Modified: branches/pdbsql/samba-pdbsql-3028/Makefile.in
===================================================================
--- branches/pdbsql/samba-pdbsql-3028/Makefile.in 2008-01-09 16:13:26 UTC (rev 91)
+++ branches/pdbsql/samba-pdbsql-3028/Makefile.in 2008-01-10 09:09:21 UTC (rev 92)
@@ -11,7 +11,7 @@
PGSQL_LIBS = @PGSQL_LIBS@
SOURCEDIR = @SOURCEDIR@
LIBDIR = @LIBDIR@
-CFLAGS = -Wall @CFLAGS@ -I$(SOURCEDIR) -I$(SOURCEDIR)/include -I$(SOURCEDIR)/ubiqx -I$(SOURCEDIR)/popt
+CFLAGS = -Wall @CFLAGS@ -I$(SOURCEDIR) -I$(SOURCEDIR)/include -I$(SOURCEDIR)/ubiqx -I$(SOURCEDIR)/popt -I$(SOURCEDIR)/lib/replace -I$(SOURCEDIR)/tdb/include -I$(SOURCEDIR)/librpc
all: $(addsuffix .$(SHLIBEXT), $(modules))
Modified: branches/pdbsql/samba-pdbsql-3028/pdb_sql.c
===================================================================
--- branches/pdbsql/samba-pdbsql-3028/pdb_sql.c 2008-01-09 16:13:26 UTC (rev 91)
+++ branches/pdbsql/samba-pdbsql-3028/pdb_sql.c 2008-01-10 09:09:21 UTC (rev 92)
@@ -1,6 +1,7 @@
/*
* Common PDB SQL backend functions
* Copyright (C) Jelmer Vernooij 2003-2004
+ * Copyright (C) Collen Blijenberg 2007-2008
*
* 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
@@ -503,7 +504,7 @@
pdb_get_workstations(newpwd));
}
- if (!isupdate || IS_SAM_CHANGED(newpwd, PDB_UNKNOWNSTR)) {
+ if (!isupdate || IS_SAM_CHANGED(newpwd, PDB_COMMENT)) {
some_field_affected = 1;
pdb_sql_string_field(query,
config_value_write(location,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|