Searched refs:acb_info (Results 1 - 25 of 96) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/samba3/
H A Dsmbpasswd.c92 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info) argument
105 if (acb_info & ACB_PWNOTREQ)
117 uint16_t acb_info = 0; local
131 acb_info |= ACB_PWNOTREQ;
134 acb_info |= ACB_DISABLED;
137 acb_info |= ACB_HOMDIRREQ;
140 acb_info |= ACB_TEMPDUP;
143 acb_info |= ACB_NORMAL;
146 acb_info |= ACB_MNS;
149 acb_info |
180 smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info) argument
[all...]
H A Dsamba3.h27 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info);
29 char *smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/samba3/
H A Dsmbpasswd.c92 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info) argument
105 if (acb_info & ACB_PWNOTREQ)
117 uint16_t acb_info = 0; local
131 acb_info |= ACB_PWNOTREQ;
134 acb_info |= ACB_DISABLED;
137 acb_info |= ACB_HOMDIRREQ;
140 acb_info |= ACB_TEMPDUP;
143 acb_info |= ACB_NORMAL;
146 acb_info |= ACB_MNS;
149 acb_info |
180 smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info) argument
[all...]
H A Dsamba3.h27 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info);
29 char *smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/samba3/
H A Dsmbpasswd.c92 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info) argument
105 if (acb_info & ACB_PWNOTREQ)
117 uint16_t acb_info = 0; local
131 acb_info |= ACB_PWNOTREQ;
134 acb_info |= ACB_DISABLED;
137 acb_info |= ACB_HOMDIRREQ;
140 acb_info |= ACB_TEMPDUP;
143 acb_info |= ACB_NORMAL;
146 acb_info |= ACB_MNS;
149 acb_info |
180 smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info) argument
[all...]
H A Dsamba3.h27 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info);
29 char *smbpasswd_encode_acb_info(TALLOC_CTX *mem_ctx, uint16_t acb_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnet_domain.c122 p16.acb_info = qctr->info.id16->acb_info | ACB_DISABLED;
211 uint32 acb_info = ACB_WSTRUST; local
243 /* Don't try to set any acb_info flags other than ACB_WSTRUST */
246 acct_name, acb_info, 0xe005000b, &user_pol, &user_rid);
315 acb_info is set to 0x80. For a normal user with "Add
316 workstations to the domain" rights the acb_info is 0x84. I'm
327 acb_info |= ACB_PWNOEXP;
330 acb_info |= ACB_USE_DES_KEY_ONLY;
335 init_sam_user_info16(&p16, acb_info);
[all...]
H A Dnet_rpc_join.c116 uint32 acb_info = ACB_WSTRUST; local
155 acb_info = ACB_WSTRUST;
158 acb_info = ACB_SVRTRUST;
162 acb_info = ACB_DOMTRUST;
233 acct_name, acb_info,
309 acb_info is set to 0x80. For a normal user with "Add
310 workstations to the domain" rights the acb_info is 0x84. I'm
319 init_sam_user_info16(&p16, acb_info);
H A Dnet_rpc_samsync.c71 pdb_sethexpwd(hex_lm_passwd, lm_passwd, a->acb_info);
78 pdb_sethexpwd(hex_nt_passwd, nt_passwd, a->acb_info);
85 pdb_encode_acct_ctrl(a->acb_info, NEW_PW_FORMAT_SPACE_PADDED_LEN));
463 pdb_set_acct_ctrl(account, delta->acb_info, PDB_CHANGED);
492 if (delta->acb_info & ACB_NORMAL) {
494 } else if ( (delta->acb_info & ACB_WSTRUST) ||
495 (delta->acb_info & ACB_SVRTRUST) ||
496 (delta->acb_info & ACB_DOMTRUST) ) {
500 pdb_encode_acct_ctrl(delta->acb_info, NEW_PW_FORMAT_SPACE_PADDED_LEN)));
1484 if (delta->account_info.acb_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnet_domain.c122 p16.acb_info = qctr->info.id16->acb_info | ACB_DISABLED;
211 uint32 acb_info = ACB_WSTRUST; local
243 /* Don't try to set any acb_info flags other than ACB_WSTRUST */
246 acct_name, acb_info, 0xe005000b, &user_pol, &user_rid);
315 acb_info is set to 0x80. For a normal user with "Add
316 workstations to the domain" rights the acb_info is 0x84. I'm
327 acb_info |= ACB_PWNOEXP;
330 acb_info |= ACB_USE_DES_KEY_ONLY;
335 init_sam_user_info16(&p16, acb_info);
[all...]
H A Dnet_rpc_join.c116 uint32 acb_info = ACB_WSTRUST; local
155 acb_info = ACB_WSTRUST;
158 acb_info = ACB_SVRTRUST;
162 acb_info = ACB_DOMTRUST;
233 acct_name, acb_info,
309 acb_info is set to 0x80. For a normal user with "Add
310 workstations to the domain" rights the acb_info is 0x84. I'm
319 init_sam_user_info16(&p16, acb_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_domain.c122 p16.acb_info = qctr->info.id16->acb_info | ACB_DISABLED;
211 uint32 acb_info = ACB_WSTRUST; local
243 /* Don't try to set any acb_info flags other than ACB_WSTRUST */
246 acct_name, acb_info, 0xe005000b, &user_pol, &user_rid);
315 acb_info is set to 0x80. For a normal user with "Add
316 workstations to the domain" rights the acb_info is 0x84. I'm
327 acb_info |= ACB_PWNOEXP;
330 acb_info |= ACB_USE_DES_KEY_ONLY;
335 init_sam_user_info16(&p16, acb_info);
[all...]
H A Dnet_rpc_join.c116 uint32 acb_info = ACB_WSTRUST; local
155 acb_info = ACB_WSTRUST;
158 acb_info = ACB_SVRTRUST;
162 acb_info = ACB_DOMTRUST;
233 acct_name, acb_info,
309 acb_info is set to 0x80. For a normal user with "Add
310 workstations to the domain" rights the acb_info is 0x84. I'm
319 init_sam_user_info16(&p16, acb_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_rpc_join.c141 uint32 acb_info = ACB_WSTRUST; local
181 acb_info = ACB_WSTRUST;
184 acb_info = ACB_SVRTRUST;
188 acb_info = ACB_DOMTRUST;
289 acb_info,
366 acb_info is set to 0x80. For a normal user with "Add
367 workstations to the domain" rights the acb_info is 0x84. I'm
372 set_info.info16.acct_flags = acb_info;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_rpc_join.c141 uint32 acb_info = ACB_WSTRUST; local
181 acb_info = ACB_WSTRUST;
184 acb_info = ACB_SVRTRUST;
188 acb_info = ACB_DOMTRUST;
289 acb_info,
366 acb_info is set to 0x80. For a normal user with "Add
367 workstations to the domain" rights the acb_info is 0x84. I'm
372 set_info.info16.acct_flags = acb_info;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_rpc_join.c141 uint32 acb_info = ACB_WSTRUST; local
181 acb_info = ACB_WSTRUST;
184 acb_info = ACB_SVRTRUST;
188 acb_info = ACB_DOMTRUST;
289 acb_info,
366 acb_info is set to 0x80. For a normal user with "Add
367 workstations to the domain" rights the acb_info is 0x84. I'm
372 set_info.info16.acct_flags = acb_info;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dpy_samr_conv.c29 { "acb_info", PY_UINT32, offsetof(SAM_USER_INFO_16, acb_info) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dpy_samr_conv.c29 { "acb_info", PY_UINT32, offsetof(SAM_USER_INFO_16, acb_info) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/python/
H A Dpy_samr_conv.c29 { "acb_info", PY_UINT32, offsetof(SAM_USER_INFO_16, acb_info) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_util.c226 DEBUG(10,("INFO_21 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
227 if (from->acb_info != pdb_get_acct_ctrl(to)) {
228 if (!(from->acb_info & ACB_AUTOLOCK) && (pdb_get_acct_ctrl(to) & ACB_AUTOLOCK)) {
234 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
450 DEBUG(10,("INFO_23 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
451 if (from->acb_info != pdb_get_acct_ctrl(to)) {
452 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
662 DEBUG(10,("INFO_25 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
663 if (from->acb_info != pdb_get_acct_ctrl(to)) {
664 if (!(from->acb_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_util.c226 DEBUG(10,("INFO_21 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
227 if (from->acb_info != pdb_get_acct_ctrl(to)) {
228 if (!(from->acb_info & ACB_AUTOLOCK) && (pdb_get_acct_ctrl(to) & ACB_AUTOLOCK)) {
234 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
450 DEBUG(10,("INFO_23 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
451 if (from->acb_info != pdb_get_acct_ctrl(to)) {
452 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
662 DEBUG(10,("INFO_25 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
663 if (from->acb_info != pdb_get_acct_ctrl(to)) {
664 if (!(from->acb_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_util.c226 DEBUG(10,("INFO_21 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
227 if (from->acb_info != pdb_get_acct_ctrl(to)) {
228 if (!(from->acb_info & ACB_AUTOLOCK) && (pdb_get_acct_ctrl(to) & ACB_AUTOLOCK)) {
234 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
450 DEBUG(10,("INFO_23 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
451 if (from->acb_info != pdb_get_acct_ctrl(to)) {
452 pdb_set_acct_ctrl(to, from->acb_info, PDB_CHANGED);
662 DEBUG(10,("INFO_25 ACCT_CTRL: %08X -> %08X\n",pdb_get_acct_ctrl(to),from->acb_info));
663 if (from->acb_info != pdb_get_acct_ctrl(to)) {
664 if (!(from->acb_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Drpc_samr.h140 uint16 acb_info; /* account info (ACB_xxxx bit-mask) */ member in struct:sam_user_info_21
214 uint32 acb_info; member in struct:sam_user_info_10
589 uint16 acb_info; member in struct:samr_entry_info1
623 uint16 acb_info; member in struct:samr_entry_info2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Drpc_samr.h140 uint16 acb_info; /* account info (ACB_xxxx bit-mask) */ member in struct:sam_user_info_21
214 uint32 acb_info; member in struct:sam_user_info_10
589 uint16 acb_info; member in struct:samr_entry_info1
623 uint16 acb_info; member in struct:samr_entry_info2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Drpc_samr.h140 uint16 acb_info; /* account info (ACB_xxxx bit-mask) */ member in struct:sam_user_info_21
214 uint32 acb_info; member in struct:sam_user_info_10
589 uint16 acb_info; member in struct:samr_entry_info1
623 uint16 acb_info; member in struct:samr_entry_info2

Completed in 160 milliseconds

1234