new_string         30 source3/libnet/libnet_samsync_passdb.c #define STRING_CHANGED (old_string && !new_string) ||\
new_string         31 source3/libnet/libnet_samsync_passdb.c 		    (!old_string && new_string) ||\
new_string         32 source3/libnet/libnet_samsync_passdb.c 		(old_string && new_string && (strcmp(old_string, new_string) != 0))
new_string         44 source3/libnet/libnet_samsync_passdb.c 	const char *old_string, *new_string;
new_string         55 source3/libnet/libnet_samsync_passdb.c 		new_string = r->account_name.string;
new_string         58 source3/libnet/libnet_samsync_passdb.c 			pdb_set_nt_username(account, new_string, PDB_CHANGED);
new_string         64 source3/libnet/libnet_samsync_passdb.c 			pdb_set_username(account, new_string, PDB_CHANGED);
new_string         70 source3/libnet/libnet_samsync_passdb.c 		new_string = r->full_name.string;
new_string         73 source3/libnet/libnet_samsync_passdb.c 			pdb_set_fullname(account, new_string, PDB_CHANGED);
new_string         78 source3/libnet/libnet_samsync_passdb.c 		new_string = r->home_directory.string;
new_string         81 source3/libnet/libnet_samsync_passdb.c 			pdb_set_homedir(account, new_string, PDB_CHANGED);
new_string         86 source3/libnet/libnet_samsync_passdb.c 		new_string = r->home_drive.string;
new_string         89 source3/libnet/libnet_samsync_passdb.c 			pdb_set_dir_drive(account, new_string, PDB_CHANGED);
new_string         94 source3/libnet/libnet_samsync_passdb.c 		new_string = r->logon_script.string;
new_string         97 source3/libnet/libnet_samsync_passdb.c 			pdb_set_logon_script(account, new_string, PDB_CHANGED);
new_string        102 source3/libnet/libnet_samsync_passdb.c 		new_string = r->description.string;
new_string        105 source3/libnet/libnet_samsync_passdb.c 			pdb_set_acct_desc(account, new_string, PDB_CHANGED);
new_string        110 source3/libnet/libnet_samsync_passdb.c 		new_string = r->workstations.string;
new_string        113 source3/libnet/libnet_samsync_passdb.c 			pdb_set_workstations(account, new_string, PDB_CHANGED);
new_string        118 source3/libnet/libnet_samsync_passdb.c 		new_string = r->profile_path.string;
new_string        121 source3/libnet/libnet_samsync_passdb.c 			pdb_set_profile_path(account, new_string, PDB_CHANGED);
new_string         30 source3/rpc_server/srv_samr_util.c #define STRING_CHANGED (old_string && !new_string) ||\
new_string         31 source3/rpc_server/srv_samr_util.c 		    (!old_string && new_string) ||\
new_string         32 source3/rpc_server/srv_samr_util.c 		(old_string && new_string && (strcmp(old_string, new_string) != 0))
new_string        306 source3/rpc_server/srv_samr_util.c 	char *new_string;
new_string        317 source3/rpc_server/srv_samr_util.c 		new_string = (mung.length == 0) ?
new_string        320 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        321 source3/rpc_server/srv_samr_util.c 		if (STRING_CHANGED_NC(old_string,new_string)) {
new_string        322 source3/rpc_server/srv_samr_util.c 			pdb_set_munged_dial(to, new_string, PDB_CHANGED);
new_string        325 source3/rpc_server/srv_samr_util.c 		TALLOC_FREE(new_string);
new_string        338 source3/rpc_server/srv_samr_util.c 	const char *old_string, *new_string;
new_string        398 source3/rpc_server/srv_samr_util.c 		new_string = from->account_name.string;
new_string        400 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        402 source3/rpc_server/srv_samr_util.c 			pdb_set_username(to, new_string, PDB_CHANGED);
new_string        409 source3/rpc_server/srv_samr_util.c 		new_string = from->full_name.string;
new_string        411 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        413 source3/rpc_server/srv_samr_util.c 			pdb_set_fullname(to, new_string, PDB_CHANGED);
new_string        420 source3/rpc_server/srv_samr_util.c 		new_string = from->home_directory.string;
new_string        422 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        424 source3/rpc_server/srv_samr_util.c 			pdb_set_homedir(to, new_string, PDB_CHANGED);
new_string        431 source3/rpc_server/srv_samr_util.c 		new_string = from->home_drive.string;
new_string        433 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        435 source3/rpc_server/srv_samr_util.c 			pdb_set_dir_drive(to, new_string, PDB_CHANGED);
new_string        442 source3/rpc_server/srv_samr_util.c 		new_string = from->logon_script.string;
new_string        444 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        446 source3/rpc_server/srv_samr_util.c 			pdb_set_logon_script(to  , new_string, PDB_CHANGED);
new_string        453 source3/rpc_server/srv_samr_util.c 		new_string = from->profile_path.string;
new_string        455 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        457 source3/rpc_server/srv_samr_util.c 			pdb_set_profile_path(to  , new_string, PDB_CHANGED);
new_string        464 source3/rpc_server/srv_samr_util.c 		new_string = from->description.string;
new_string        466 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        468 source3/rpc_server/srv_samr_util.c 			pdb_set_acct_desc(to, new_string, PDB_CHANGED);
new_string        475 source3/rpc_server/srv_samr_util.c 		new_string = from->workstations.string;
new_string        477 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        479 source3/rpc_server/srv_samr_util.c 			pdb_set_workstations(to  , new_string, PDB_CHANGED);
new_string        486 source3/rpc_server/srv_samr_util.c 		new_string = from->comment.string;
new_string        488 source3/rpc_server/srv_samr_util.c 			old_string, new_string));
new_string        490 source3/rpc_server/srv_samr_util.c 			pdb_set_comment(to, new_string, PDB_CHANGED);