• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/

Lines Matching defs:new_handle

115 	r.out.new_handle = &newhandle;
170 r.out.new_handle = newhandle;
426 struct policy_handle new_handle;
431 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
435 if (!_test_GetSetSecurityDescriptor(p, tctx, &new_handle,
440 if (!test_CloseKey(p, tctx, &new_handle)) {
456 struct policy_handle new_handle;
460 if (!_test_OpenKey(p, tctx, handle, key, access_mask, &new_handle,
469 if (!_test_GetSetSecurityDescriptor(p, tctx, &new_handle,
474 if (!test_CloseKey(p, tctx, &new_handle)) {
512 struct policy_handle new_handle;
515 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
519 ret = test_dacl_trustee_present(p, tctx, &new_handle, sid);
521 test_CloseKey(p, tctx, &new_handle);
558 struct policy_handle new_handle;
562 &new_handle, WERR_OK, NULL)) {
566 ret = test_sacl_trustee_present(p, tctx, &new_handle, sid);
568 test_CloseKey(p, tctx, &new_handle);
598 struct policy_handle new_handle;
601 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
605 ret = test_owner_present(p, tctx, &new_handle, sid);
607 test_CloseKey(p, tctx, &new_handle);
637 struct policy_handle new_handle;
640 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
644 ret = test_group_present(p, tctx, &new_handle, sid);
646 test_CloseKey(p, tctx, &new_handle);
709 struct policy_handle new_handle;
712 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
716 if (!test_SetKeySecurity(p, tctx, &new_handle, sd)) {
720 if (!test_CloseKey(p, tctx, &new_handle)) {
733 struct policy_handle new_handle;
736 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
740 if (!test_GetKeySecurity(p, tctx, &new_handle, sd)) {
744 if (!test_CloseKey(p, tctx, &new_handle)) {
775 struct policy_handle new_handle;
781 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
785 if (!_test_GetKeySecurity(p, tctx, &new_handle, NULL, WERR_OK, &sd)) {
810 if (!test_SetKeySecurity(p, tctx, &new_handle, sd)) {
814 if (!test_dacl_ace_present(p, tctx, &new_handle, ace)) {
819 if (!test_CloseKey(p, tctx, &new_handle)) {
828 if (!test_OpenKey(p, tctx, handle, TEST_SUBKEY_SD, &new_handle)) {
833 if (!test_dacl_ace_present(p, tctx, &new_handle, ace)) {
839 test_CloseKey(p, tctx, &new_handle);
845 if (!test_OpenKey(p, tctx, handle, TEST_SUBSUBKEY_SD, &new_handle)) {
850 if (!test_dacl_ace_present(p, tctx, &new_handle, ace)) {
857 test_CloseKey(p, tctx, &new_handle);
885 struct policy_handle new_handle;
893 if (!test_OpenKey(p, tctx, handle, key, &new_handle)) {
897 if (!_test_GetKeySecurity(p, tctx, &new_handle, NULL, WERR_OK, &sd)) {
919 if (!_test_SetKeySecurity(p, tctx, &new_handle, NULL, sd, WERR_OK)) {
923 if (!test_dacl_ace_present(p, tctx, &new_handle, ace)) {
928 if (!test_CloseKey(p, tctx, &new_handle)) {
936 if (!test_OpenKey(p, tctx, handle, TEST_SUBSUBKEY_SD, &new_handle)) {
941 if (test_dacl_ace_present(p, tctx, &new_handle, ace)) {
952 if (test_dacl_trustee_present(p, tctx, &new_handle, sid)) {
958 test_CloseKey(p, tctx, &new_handle);
960 if (!test_OpenKey(p, tctx, handle, TEST_SUBKEY_SD, &new_handle)) {
965 if (test_dacl_ace_present(p, tctx, &new_handle, ace)) {
971 if (!test_dacl_trustee_flags_present(p, tctx, &new_handle, sid, ace_flags)) {
979 test_CloseKey(p, tctx, &new_handle);
1063 struct policy_handle new_handle;
1072 &new_handle,
1080 test_CloseKey(p, tctx, &new_handle);
1084 if (!_test_SetKeySecurity(p, tctx, &new_handle, &sec_info,
1091 test_CloseKey(p, tctx, &new_handle);
1095 test_CloseKey(p, tctx, &new_handle);