strlower_talloc 121 lib/util/charset/charset.h char *strlower_talloc(TALLOC_CTX *ctx, const char *src); strlower_talloc 72 source4/auth/kerberos/kerberos_util.c lower_realm = strlower_talloc(mem_ctx, cli_credentials_get_realm(machine_account)); strlower_talloc 313 source4/cldap_server/netlogon.c strlower_talloc(mem_ctx, strlower_talloc 319 source4/client/client.c p2 = strlower_talloc(NULL, pattern); strlower_talloc 320 source4/client/client.c s2 = strlower_talloc(NULL, string); strlower_talloc 903 source4/dsdb/samdb/ldb_modules/password_hash.c sAMAccountName_l = data_blob_string_const(strlower_talloc(io->ac, io->u.sAMAccountName)); strlower_talloc 925 source4/dsdb/samdb/ldb_modules/password_hash.c userPrincipalName_l = data_blob_string_const(strlower_talloc(io->ac, user_principal_name)); strlower_talloc 937 source4/dsdb/samdb/ldb_modules/password_hash.c netbios_domain_l = data_blob_string_const(strlower_talloc(io->ac, io->domain->netbios_domain)); strlower_talloc 1542 source4/dsdb/samdb/ldb_modules/password_hash.c data->dns_domain = strlower_talloc(data, tmp); strlower_talloc 3000 source4/libnet/libnet_become_dc.c tmp_name = strlower_talloc(s, s->dest_dsa.netbios_name); strlower_talloc 293 source4/libnet/libnet_join.c const char *dns_host_name = strlower_talloc(tmp_ctx, strlower_talloc 306 source4/libnet/libnet_join.c service_principal_name[1] = talloc_asprintf(tmp_ctx, "host/%s", strlower_talloc(tmp_ctx, r->in.netbios_name)); strlower_talloc 308 source4/libnet/libnet_join.c service_principal_name[3] = talloc_asprintf(tmp_ctx, "host/%s/%s", strlower_talloc(tmp_ctx, r->in.netbios_name), realm); strlower_talloc 310 source4/libnet/libnet_join.c service_principal_name[5] = talloc_asprintf(tmp_ctx, "host/%s/%s", strlower_talloc(tmp_ctx, r->in.netbios_name), r->out.domain_name); strlower_talloc 707 source4/libnet/libnet_unbecome_dc.c tmp_name = strlower_talloc(s, s->dest_dsa.netbios_name);