attribute         600 libcli/ldap/ldap_message.c 		asn1_write_OctetString(data, r->attribute,
attribute         601 libcli/ldap/ldap_message.c 				       strlen(r->attribute));
attribute        1439 libcli/ldap/ldap_message.c 		asn1_read_OctetString_talloc(msg, data, &r->attribute);
attribute         158 libcli/ldap/ldap_message.h 	const char *attribute;
attribute         398 librpc/gen_ndr/lsa.h 	uint32_t attribute;
attribute        2449 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->attribute));
attribute        2461 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->attribute));
attribute        2473 librpc/gen_ndr/ndr_lsa.c 	ndr_print_uint32(ndr, "attribute", r->attribute);
attribute         784 source3/client/client.c 			uint16 attribute,
attribute         831 source3/client/client.c 			cli_list(targetcli, targetpath, attribute, do_list_helper, NULL);
attribute         859 source3/client/client.c 			if (cli_list(targetcli, targetpath, attribute, do_list_helper, NULL) == -1) {
attribute         880 source3/client/client.c 	uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
attribute         910 source3/client/client.c 	do_list(mask, attribute, display_finfo, recurse, true);
attribute         926 source3/client/client.c 	uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
attribute         954 source3/client/client.c 	do_list(mask, attribute, do_du, recurse, true);
attribute        1332 source3/client/client.c 	uint16 attribute = aSYSTEM | aHIDDEN;
attribute        1337 source3/client/client.c 		attribute |= aDIR;
attribute        1356 source3/client/client.c 		do_list(mget_mask, attribute, do_mget, false, true);
attribute        1371 source3/client/client.c 		do_list(mget_mask, attribute, do_mget, false, true);
attribute        2134 source3/client/client.c 	uint16 attribute = aSYSTEM | aHIDDEN;
attribute        2137 source3/client/client.c 		attribute |= aDIR;
attribute        2153 source3/client/client.c 	do_list(mask,attribute,do_del,false,false);
attribute        2166 source3/client/client.c 	uint16 attribute;
attribute        2175 source3/client/client.c 	attribute = (uint16)strtol(buf, (char **)NULL, 16);
attribute        2194 source3/client/client.c 	if (!cli_unlink_full(targetcli, targetname, attribute)) {
attribute          32 source3/client/client_proto.h 			uint16 attribute,
attribute          72 source3/client/clitar.c static uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
attribute         880 source3/client/clitar.c 		do_list(mtar_mask, attribute, do_tar, False, True);
attribute        1558 source3/client/clitar.c 						do_list(tarmac,attribute,do_tar, False, True);
attribute        1573 source3/client/clitar.c 						do_list(tarmac,attribute,do_tar, False, True);
attribute        1585 source3/client/clitar.c 				do_list(mask,attribute,do_tar,False, True);
attribute        2606 source3/include/proto.h int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute        2608 source3/include/proto.h int cli_list_old(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute        2610 source3/include/proto.h int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute         139 source3/include/smbldap.h void smbldap_set_mod (LDAPMod *** modlist, int modop, const char *attribute, const char *value);
attribute         142 source3/include/smbldap.h 		      const char *attribute, const char *newval);
attribute         144 source3/include/smbldap.h 				   const char *attribute, char *value,
attribute         214 source3/include/smbldap.h 				       const char *attribute,
attribute         217 source3/include/smbldap.h 					 const char *attribute,
attribute          59 source3/lib/ldb/modules/rdn_name.c 	struct ldb_message_element *attribute;
attribute          92 source3/lib/ldb/modules/rdn_name.c 	if ((attribute = rdn_name_find_attribute(msg, "name")) != NULL ) {
attribute          93 source3/lib/ldb/modules/rdn_name.c 		attribute->num_values = 0;
attribute         101 source3/lib/ldb/modules/rdn_name.c 	attribute = rdn_name_find_attribute(msg, rdn_name);
attribute         103 source3/lib/ldb/modules/rdn_name.c 	if (!attribute) {
attribute         111 source3/lib/ldb/modules/rdn_name.c 		for (i = 0; i < attribute->num_values; i++) {
attribute         112 source3/lib/ldb/modules/rdn_name.c 			if (handler->comparison_fn(module->ldb, msg, &rdn_val, &attribute->values[i]) == 0) {
attribute         114 source3/lib/ldb/modules/rdn_name.c 				attribute->values[i] = rdn_val;
attribute         118 source3/lib/ldb/modules/rdn_name.c 		if (i == attribute->num_values) {
attribute          40 source3/lib/ldb/modules/sort.c 	const char *attribute;
attribute         265 source3/lib/smbldap.c 				    const char *attribute, char *value,
attribute         270 source3/lib/smbldap.c 	if ( !attribute )
attribute         275 source3/lib/smbldap.c 	if ((values = ldap_get_values (ldap_struct, entry, attribute)) == NULL) {
attribute         276 source3/lib/smbldap.c 		DEBUG (10, ("smbldap_get_single_attribute: [%s] = [<does not exist>]\n", attribute));
attribute         283 source3/lib/smbldap.c 			  attribute, values[0]));
attribute         290 source3/lib/smbldap.c 	DEBUG (100, ("smbldap_get_single_attribute: [%s] = [%s]\n", attribute, value));
attribute         296 source3/lib/smbldap.c 					const char *attribute,
attribute         303 source3/lib/smbldap.c 	if (attribute == NULL) {
attribute         307 source3/lib/smbldap.c 	values = ldap_get_values(ldap_struct, entry, attribute);
attribute         310 source3/lib/smbldap.c 		DEBUG(10, ("attribute %s does not exist\n", attribute));
attribute         316 source3/lib/smbldap.c 			   attribute, ldap_count_values(values)));
attribute         331 source3/lib/smbldap.c 		     attribute, result));
attribute         337 source3/lib/smbldap.c 					  const char *attribute,
attribute         345 source3/lib/smbldap.c 	if (attribute == NULL) {
attribute         349 source3/lib/smbldap.c 	values = ldap_get_values(ldap_struct, entry, attribute);
attribute         352 source3/lib/smbldap.c 		DEBUG(10, ("attribute %s does not exist\n", attribute));
attribute         387 source3/lib/smbldap.c 		     attribute, result));
attribute         437 source3/lib/smbldap.c  void smbldap_set_mod (LDAPMod *** modlist, int modop, const char *attribute, const char *value)
attribute         447 source3/lib/smbldap.c 	if (attribute == NULL || *attribute == '\0') {
attribute         467 source3/lib/smbldap.c 		if (mods[i]->mod_op == modop && strequal(mods[i]->mod_type, attribute))
attribute         484 source3/lib/smbldap.c 		mods[i]->mod_type = SMB_STRDUP(attribute);
attribute         522 source3/lib/smbldap.c 		      const char *attribute, const char *newval)
attribute         527 source3/lib/smbldap.c 	if (attribute == NULL) {
attribute         534 source3/lib/smbldap.c 		existed = smbldap_get_single_attribute(ldap_struct, existing, attribute, oldval, sizeof(oldval));
attribute         547 source3/lib/smbldap.c 		DEBUG(10,("smbldap_make_mod: attribute |%s| not changed.\n", attribute));
attribute         563 source3/lib/smbldap.c 		DEBUG(10,("smbldap_make_mod: deleting attribute |%s| values |%s|\n", attribute, oldval));
attribute         564 source3/lib/smbldap.c 		smbldap_set_mod(mods, LDAP_MOD_DELETE, attribute, oldval);
attribute         572 source3/lib/smbldap.c 		DEBUG(10,("smbldap_make_mod: adding attribute |%s| value |%s|\n", attribute, newval));
attribute         573 source3/lib/smbldap.c 		smbldap_set_mod(mods, LDAP_MOD_ADD, attribute, newval);
attribute          28 source3/libgpo/gpo_filesync.c 	uint16_t attribute;
attribute         115 source3/libgpo/gpo_filesync.c 		     ctx->attribute,
attribute         224 source3/libgpo/gpo_filesync.c 	ctx.attribute 	= (aSYSTEM | aHIDDEN | aDIR);
attribute         222 source3/libsmb/clilist.c int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute         276 source3/libsmb/clilist.c 			SSVAL(param,0,attribute); /* attribute */
attribute         538 source3/libsmb/clilist.c int cli_list_old(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute         571 source3/libsmb/clilist.c 		SSVAL(cli->outbuf,smb_vwv1,attribute);
attribute         635 source3/libsmb/clilist.c 		SSVAL(cli->outbuf, smb_vwv1, attribute);
attribute         675 source3/libsmb/clilist.c int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute,
attribute         679 source3/libsmb/clilist.c 		return cli_list_old(cli, Mask, attribute, fn, state);
attribute         680 source3/libsmb/clilist.c 	return cli_list_new(cli, Mask, attribute, fn, state);
attribute        1746 source3/rpc_server/srv_lsa_nt.c 			luid_attrs[i].attribute = privileges.set[i].attr;
attribute         698 source3/rpcclient/cmd_lsarpc.c 			privs->set[i].attribute);
attribute        1258 source3/rpcclient/cmd_lsarpc.c 		set[privs.count-1].attribute = 0;
attribute        1342 source3/rpcclient/cmd_lsarpc.c 		set[privs.count-1].attribute = 0;
attribute         111 source3/utils/net.h 	uint16 attribute;
attribute        3310 source3/utils/net_rpc.c 	if (cli_list(targetcli, targetpath, cp_clistate->attribute, copy_fn, cp_clistate) == -1) {
attribute        3439 source3/utils/net_rpc.c 		cp_clistate.attribute = aSYSTEM | aHIDDEN | aDIR;
attribute         662 source3/utils/smbcontrol.c 		uint32 attribute;
attribute         672 source3/utils/smbcontrol.c 			attribute = PRINTER_NOTIFY_FIELD_COMMENT;
attribute         674 source3/utils/smbcontrol.c 			attribute = PRINTER_NOTIFY_FIELD_PORT_NAME;
attribute         676 source3/utils/smbcontrol.c 			attribute = PRINTER_NOTIFY_FIELD_DRIVER_NAME;
attribute         683 source3/utils/smbcontrol.c 		notify_printer_byname(argv[2], attribute,
attribute         545 source4/client/client.c static void do_list(struct smbclient_context *ctx, const char *mask,uint16_t attribute,
attribute         578 source4/client/client.c 			smbcli_list(ctx->cli->tree, head, attribute, do_list_helper, ctx);
attribute         602 source4/client/client.c 		if (smbcli_list(ctx->cli->tree, mask, attribute, do_list_helper, ctx) == -1)
attribute         617 source4/client/client.c 	uint16_t attribute = FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN;
attribute         642 source4/client/client.c 	do_list(ctx, mask, attribute, display_finfo, ctx->recurse, true);
attribute         657 source4/client/client.c 	uint16_t attribute = FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN;
attribute         673 source4/client/client.c 	do_list(ctx, mask, attribute, do_du, ctx->recurse, true);
attribute         958 source4/client/client.c 	uint16_t attribute = FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN;
attribute         963 source4/client/client.c 		attribute |= FILE_ATTRIBUTE_DIRECTORY;
attribute         973 source4/client/client.c 		do_list(ctx, mget_mask, attribute,do_mget,false,true);
attribute         980 source4/client/client.c 		do_list(ctx, mget_mask, attribute,do_mget,false,true);
attribute        1523 source4/client/client.c 	uint16_t attribute = FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN;
attribute        1526 source4/client/client.c 		attribute |= FILE_ATTRIBUTE_DIRECTORY;
attribute         320 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		const struct dsdb_attribute *attribute;
attribute         321 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		attribute = dsdb_attribute_by_lDAPDisplayName(ac->schema, msg->elements[i].name);
attribute         322 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		if (!attribute) {
attribute         330 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			msg->elements[i].name = talloc_strdup(msg->elements, attribute->lDAPDisplayName);
attribute         343 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		if (strcmp(attribute->attributeSyntax_oid, "2.5.5.1") != 0) {
attribute         391 source4/dsdb/samdb/ldb_modules/objectclass.c 		const struct dsdb_attribute *attribute = dsdb_attribute_by_lDAPDisplayName(schema, msg->elements[i].name);
attribute         395 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (!attribute) {
attribute         401 source4/dsdb/samdb/ldb_modules/objectclass.c 			msg->elements[i].name = attribute->lDAPDisplayName;
attribute         141 source4/dsdb/samdb/ldb_modules/objectguid.c 	struct ldb_message_element *attribute;
attribute         160 source4/dsdb/samdb/ldb_modules/objectguid.c 	if ((attribute = objectguid_find_attribute(req->op.add.message, "objectGUID")) != NULL ) {
attribute         308 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const struct dsdb_attribute *attribute;
attribute         311 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	for (attribute = schema->attributes; attribute; attribute = attribute->next) {
attribute         312 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 		ret = ldb_msg_add_string(msg, "attributeTypes", schema_attribute_to_description(msg, attribute));
attribute         346 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const struct dsdb_attribute *attribute;
attribute         349 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	for (attribute = schema->attributes; attribute; attribute = attribute->next) {
attribute         350 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 		char *val = schema_attribute_to_extendedInfo(msg, attribute);
attribute         128 source4/dsdb/schema/schema_description.c char *schema_attribute_to_description(TALLOC_CTX *mem_ctx, const struct dsdb_attribute *attribute) 
attribute         131 source4/dsdb/schema/schema_description.c 	const char *syntax = attribute->syntax->ldap_oid;
attribute         141 source4/dsdb/schema/schema_description.c 					       attribute->attributeID_oid,
attribute         142 source4/dsdb/schema/schema_description.c 					       attribute->lDAPDisplayName,
attribute         144 source4/dsdb/schema/schema_description.c 					       attribute->isSingleValued,
attribute         145 source4/dsdb/schema/schema_description.c 					       attribute->systemOnly,/* TODO: is this correct? */
attribute         152 source4/dsdb/schema/schema_description.c char *schema_attribute_to_extendedInfo(TALLOC_CTX *mem_ctx, const struct dsdb_attribute *attribute)
attribute         164 source4/dsdb/schema/schema_description.c 					       attribute->attributeID_oid,
attribute         165 source4/dsdb/schema/schema_description.c 					       attribute->lDAPDisplayName,
attribute         168 source4/dsdb/schema/schema_description.c 					       attribute->rangeLower,
attribute         169 source4/dsdb/schema/schema_description.c 					       attribute->rangeUpper,
attribute         170 source4/dsdb/schema/schema_description.c 					       GUID_hexstring(tmp_ctx, &attribute->schemaIDGUID),
attribute         171 source4/dsdb/schema/schema_description.c 					       GUID_hexstring(tmp_ctx, &attribute->attributeSecurityGUID),
attribute         172 source4/dsdb/schema/schema_description.c 					       (attribute->searchFlags & SEARCH_FLAG_ATTINDEX),
attribute         173 source4/dsdb/schema/schema_description.c 					       attribute->systemOnly);
attribute         689 source4/ldap_server/ldap_backend.c 	filter = talloc_asprintf(local_ctx, "(%s=%*s)", req->attribute, 
attribute          48 source4/lib/ldb/common/ldb_attributes.c 					 const char *attribute,
attribute          70 source4/lib/ldb/common/ldb_attributes.c 		int cmp = ldb_attr_cmp(attribute, a[i].name);
attribute          89 source4/lib/ldb/common/ldb_attributes.c 	a[i].name	= attribute;
attribute         191 source4/lib/ldb/common/ldb_attributes.c 			     const char *attribute,
attribute         196 source4/lib/ldb/common/ldb_attributes.c 	return ldb_schema_attribute_add_with_syntax(ldb, attribute, flags, s);
attribute          94 source4/lib/ldb/modules/rdn_name.c 	struct ldb_message_element *attribute;
attribute         130 source4/lib/ldb/modules/rdn_name.c 	if ((attribute = rdn_name_find_attribute(msg, "name")) != NULL ) {
attribute         131 source4/lib/ldb/modules/rdn_name.c 		attribute->num_values = 0;
attribute         139 source4/lib/ldb/modules/rdn_name.c 	attribute = rdn_name_find_attribute(msg, rdn_name);
attribute         141 source4/lib/ldb/modules/rdn_name.c 	if (!attribute) {
attribute         149 source4/lib/ldb/modules/rdn_name.c 		for (i = 0; i < attribute->num_values; i++) {
attribute         151 source4/lib/ldb/modules/rdn_name.c 					&rdn_val, &attribute->values[i]);
attribute         154 source4/lib/ldb/modules/rdn_name.c 				attribute->values[i] = rdn_val;
attribute         158 source4/lib/ldb/modules/rdn_name.c 		if (i == attribute->num_values) {
attribute          39 source4/lib/ldb/modules/sort.c 	const char *attribute;
attribute         711 source4/lib/ldb/pyldb.c 	char *attribute, *syntax;
attribute         714 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "sIs", &attribute, &flags, &syntax))
attribute         717 source4/lib/ldb/pyldb.c 	ret = ldb_schema_attribute_add(PyLdb_AsLdbContext(self), attribute, flags, syntax);
attribute         101 source4/libcli/clilist.c int smbcli_list_new(struct smbcli_tree *tree, const char *Mask, uint16_t attribute, 
attribute         143 source4/libcli/clilist.c 			first_parms.t2ffirst.in.search_attrib = attribute;
attribute         260 source4/libcli/clilist.c int smbcli_list_old(struct smbcli_tree *tree, const char *Mask, uint16_t attribute, 
attribute         292 source4/libcli/clilist.c 			first_parms.search_first.in.search_attrib = attribute;
attribute         314 source4/libcli/clilist.c 			next_parms.search_next.in.search_attrib = attribute;
attribute         350 source4/libcli/clilist.c int smbcli_list(struct smbcli_tree *tree, const char *Mask,uint16_t attribute, 
attribute         354 source4/libcli/clilist.c 		return smbcli_list_old(tree, Mask, attribute, fn, state);
attribute         355 source4/libcli/clilist.c 	return smbcli_list_new(tree, Mask, attribute, RAW_SEARCH_DATA_GENERIC, fn, state);
attribute        1774 source4/rpc_server/lsa/dcesrv_lsa.c 		privs->set[i].attribute = 0;
attribute         168 source4/torture/ldap/basic.c 	msg->r.CompareRequest.attribute = talloc_strdup(msg, "objectClass");
attribute         857 source4/torture/rpc/lsa.c 	privs.set[0].attribute = 0;
attribute         907 source4/torture/rpc/lsa.c 	privs.set[0].attribute = 0;
attribute         135 source4/utils/ad2oLschema.c 	struct dsdb_attribute *attribute;
attribute         222 source4/utils/ad2oLschema.c 	for (attribute=schema->attributes; attribute; attribute = attribute->next) {
attribute         223 source4/utils/ad2oLschema.c 		const char *name = attribute->lDAPDisplayName;
attribute         224 source4/utils/ad2oLschema.c 		const char *oid = attribute->attributeID_oid;
attribute         225 source4/utils/ad2oLschema.c 		const char *syntax = attribute->attributeSyntax_oid;
attribute         227 source4/utils/ad2oLschema.c 		bool single_value = attribute->isSingleValued;
attribute         246 source4/utils/ad2oLschema.c 		if (attribute->syntax) {
attribute         250 source4/utils/ad2oLschema.c 			syntax = attribute->syntax->ldap_oid;
attribute         259 source4/utils/ad2oLschema.c 			equality = attribute->syntax->equality;
attribute         260 source4/utils/ad2oLschema.c 			substring = attribute->syntax->substring;