2009-10-10 09:06:07 +11:00
/*
Unix SMB / CIFS implementation .
Samba utility functions
Copyright ( C ) Andrew Tridgell 2009
Copyright ( C ) Andrew Bartlett < abartlet @ samba . org > 2009
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 Software Foundation ; either version 3 of the License , or
( at your option ) any later version .
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
You should have received a copy of the GNU General Public License
along with this program . If not , see < http : //www.gnu.org/licenses/>.
*/
2009-12-14 20:36:44 -05:00
struct dsdb_schema ; /* predeclare schema struct */
2009-12-18 14:57:57 +11:00
struct GUID ;
2009-12-19 21:40:55 +11:00
struct dsdb_attribute ;
2009-10-10 09:06:07 +11:00
# include "dsdb/samdb/ldb_modules/util_proto.h"
2009-11-16 18:32:17 +11:00
# define DSDB_SEARCH_SEARCH_ALL_PARTITIONS 0x0001
# define DSDB_SEARCH_SHOW_DELETED 0x0002
# define DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT 0x0004
2009-12-14 21:53:40 +11:00
# define DSDB_SEARCH_REVEAL_INTERNALS 0x0008
2009-11-16 18:32:17 +11:00
# define DSDB_SEARCH_SHOW_EXTENDED_DN 0x0010
2009-12-19 20:56:41 +11:00
# define DSDB_MODIFY_RELAX 0x0020
2009-12-21 20:59:08 +11:00
# define DSDB_FLAG_OWN_MODULE 0x0040
2010-01-07 18:15:34 +11:00
# define DSDB_FLAG_TOP_MODULE 0x0080