Displaying 7 results from an estimated 7 matches for "accesscheck".
Did you mean:
access_check
2006 May 25
1
Need Solaris 8 Version that Works with AccessCheck()
I am having a problem verifying file permissions from a Windows machine
using AccessCheck() through a Samba share with files residing on a Solaris 8
workstation. Is there a version of Samba that is known to work with
AccessCheck() queries from Windows?
The version of Samba I have currently is 3.0.10. This is the latest version
that I found from SUN freeware for Solaris 8. I would li...
2009 Feb 08
2
Can I use EXPORT in a def file to export Dll's functions?
...used to use the:
FileName.def
Of course under XP.
So is it something refers to the compiler and it must respect this order or I can use the old school style I'm used to back in the days, because I find it kinda annoying to specify each function's parameters types like:
Code:
@ stdcall AccessCheck(ptr long long ptr ptr ptr ptr ptr)
Instead of just using the Win form like:
Code:
EXPORTS
AccessCheck
Or can I modify how the compiler should work towards this issue if this is stuck in its options & rules?
Plz forgive my lack of info and be patient with me, I'm getting used to...
2025 Apr 27
1
Fwd: Domain member fails to map SID>*ID after DC migrated from Server 2022 to 2025
...isecting... it looks like specifically
KB5051987, the 2025.02B update, causes this failure.
It appears there is a new access control check for DsrGetDcName in
netlogon (which is visible with debug logging enabled) which fails for
Samba clients.
+ [CRITICAL] Rejecting an RPC call due to error from AccessCheck:
0x6e4 OpNum:20 Method:DsrGetDcName
That substring ("Rejecting an RPC call ...") does not appear in
netlogon at all prior to KB5051987. Now, I don't yet know why the 2B
update to Server 2022 doesn't have the same behavior...
--
I work at Microsoft on Windows, but not on the AD...
2016 Feb 19
0
Wine release 1.9.4
...t control content while setting dialog focus.
user32/tests: Add more dialog creation message tests.
msvcrt: Don't use isdigit in places where only 0-9 digits are handled.
msvcr120: Add wcstof implementation.
Qian Hong (2):
advapi32/tests: Add invalid parameter tests for AccessCheck.
advapi32/tests: Add more invalid parameter tests for AccessCheck.
Rafa? Harabie? (1):
msvcr120: Implement atoll, _atoll_l, _wtoll, _wtoll_l.
Riccardo Bortolato (1):
wined3d: Get rid of wined3d_device_get_surface_from_dc().
Sebastian Lackner (57):
server: Fix memory leak...
2008 Feb 22
0
Wine release 0.9.56
...HttpQueryInfoA.
browseui: Fix typo in declaration of empty_string in set_buffer.
comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand.
comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW.
advapi32: Fix the AccessCheck tests so that the ACCESS_SYSTEM_SECURITY test now runs (when the user has the Security privilege).
mciwave: Fix the character count passed to GetTempPathW in create_tmp_file.
msi: Remove some unused functions.
advpack: Fix buffer overrun in convert_file_list.
Add the nounist...
2007 Oct 26
0
Wine release 0.9.48
...ined in Windows SDK winternl.h.
advapi32: Add a test for CreateWellKnownSid and implement two more SIDs.
advapi32: Make CreateWellKnownSid create domain sids (with test).
Nigel Liang (1):
wininet: Release object in HttpEndRequestW after use.
Rob Shearman (33):
ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.
advapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs.
ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE.
server: Fix token_access_check to allow full access to security descriptors with pres...
2007 Feb 16
0
Wine release 0.9.31
...: Fix a typo in a comment in rpcdce.h.
include: Add more EOAC_* enumeration values to objidl.idl.
rpcrt4: The format structures used in the marshaling code should have 1-byte alignment.
dbghelp: nread can be NULL for read_mem and read_mem64.
advapi32: Add some more tests for AccessCheck that determine what
advapi32: Add tests for token impersonation levels and what operations are allowed at each level.
server: Track IDs for tokens and modifications made to tokens.
server: Track the impersonation level of tokens.
kernel32: Fix the GetComputerName* functions...