Searched refs:sec_channel_type (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dutil.c30 uint32 sec_channel_type; local
32 if ((password = secrets_fetch_machine_password(lp_workgroup(), NULL, &sec_channel_type)) == NULL) {
45 if (!secrets_store_machine_password(new_password, lp_workgroup(), sec_channel_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dtrusts_util.c36 uint32 sec_channel_type)
52 sec_channel_type,
80 uint32 sec_channel_type)
98 new_trust_passwd_hash, sec_channel_type);
107 if (!secrets_store_machine_password(new_trust_passwd, domain, sec_channel_type)) {
126 uint32 sec_channel_type = 0; local
130 NULL, &sec_channel_type)) {
137 sec_channel_type);
33 just_change_the_password(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const unsigned char orig_trust_passwd_hash[16], const unsigned char new_trust_passwd_hash[16], uint32 sec_channel_type) argument
77 trust_pw_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *domain, unsigned char orig_trust_passwd_hash[16], uint32 sec_channel_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_join.c118 uint32 sec_channel_type; local
148 sec_channel_type = get_sec_channel_type(argv[0]);
150 sec_channel_type = get_sec_channel_type(NULL);
153 switch (sec_channel_type) {
345 sec_channel_type,
353 (sec_channel_type == SEC_CHAN_BDC) ) {
381 (sec_channel_type == SEC_CHAN_BDC) ) {
403 if (!secrets_store_machine_password(clear_trust_password, domain, sec_channel_type)) {
H A Dnet.c547 uint32 sec_channel_type = SEC_CHAN_WKSTA; local
558 if (!secrets_store_machine_password(trust_pw, lp_workgroup(), sec_channel_type)) {
H A Dnet_rpc_samsync.c242 uint32 sec_channel_type = 0;
246 NULL, &sec_channel_type)) {
256 sec_channel_type,
H A Dnet_rpc.c267 uint32 sec_channel_type; local
283 sec_channel_type = get_sec_channel_type(argv[0]);
285 sec_channel_type = get_sec_channel_type(NULL);
302 sec_channel_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Drpcclient.c572 uint32 sec_channel_type; local
577 NULL, &sec_channel_type)) {
587 sec_channel_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dsecrets.c575 uint32 sec_channel_type; local
602 SIVAL(&sec_channel_type, 0, sec_channel);
603 ret = secrets_store(key, &sec_channel_type, sizeof(sec_channel_type));

Completed in 101 milliseconds