|
From: <sy...@us...> - 2007-01-16 08:52:09
|
Revision: 71
http://svn.sourceforge.net/pdbsql/?rev=71&view=rev
Author: synnack
Date: 2007-01-16 00:51:22 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
Add TODO line regarding new feature implemented in pdb by volker this morning.
Modified Paths:
--------------
trunk/pdb_multi.c
trunk/pdb_mysql.c
trunk/pdb_pgsql.c
Modified: trunk/pdb_multi.c
===================================================================
--- trunk/pdb_multi.c 2006-08-20 20:09:14 UTC (rev 70)
+++ trunk/pdb_multi.c 2007-01-16 08:51:22 UTC (rev 71)
@@ -16,6 +16,14 @@
* 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., 675
* Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * TODO
+ * * Volker commited Turst domain passwords to be included in the pdb.
+ * These need to be added here:
+ * BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
+ * BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
+ * BOOL del_trusteddom_pw(struct pdb_methods *methods, const char *domain)
+ * NTSTATUS enum_trusteddoms(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, uint32 *num_domains, struct trustdom_info ***domains)
*/
#include "includes.h"
Modified: trunk/pdb_mysql.c
===================================================================
--- trunk/pdb_mysql.c 2006-08-20 20:09:14 UTC (rev 70)
+++ trunk/pdb_mysql.c 2007-01-16 08:51:22 UTC (rev 71)
@@ -16,6 +16,14 @@
* 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., 675
* Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * TODO
+ * * Volker commited Turst domain passwords to be included in the pdb.
+ * These need to be added here:
+ * BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
+ * BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
+ * BOOL del_trusteddom_pw(struct pdb_methods *methods, const char *domain)
+ * NTSTATUS enum_trusteddoms(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, uint32 *num_domains, struct trustdom_info ***domains)
*/
#include "pdb_sql.h"
Modified: trunk/pdb_pgsql.c
===================================================================
--- trunk/pdb_pgsql.c 2006-08-20 20:09:14 UTC (rev 70)
+++ trunk/pdb_pgsql.c 2007-01-16 08:51:22 UTC (rev 71)
@@ -17,6 +17,14 @@
* 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., 675
* Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * TODO
+ * * Volker commited Turst domain passwords to be included in the pdb.
+ * These need to be added here:
+ * BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
+ * BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
+ * BOOL del_trusteddom_pw(struct pdb_methods *methods, const char *domain)
+ * NTSTATUS enum_trusteddoms(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, uint32 *num_domains, struct trustdom_info ***domains)
*/
#include "pdb_sql.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|