index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
acl helper interfaces: added ntapi_acl_init_common_descriptor_meta().
midipix
3
-0
/
+174
2018-03-29
acl common descriptor: allow setting admin access.
midipix
1
-3
/
+13
2018-03-29
internals: when running as a local/domain user, cache the domain's admin sid.
midipix
4
-7
/
+26
2018-03-29
sid helper interfaces: added ntapi_tt_sid_compare().
midipix
3
-0
/
+32
2018-03-29
__ntapi_acl_init_common_descriptor(): assign owner perms. via OWNER_RIGHTS sid.
midipix
1
-3
/
+2
2018-03-21
daemon interfaces: ntapi_dsr_create_port(): allow passing a security desc.
midipix
1
-1
/
+1
2018-03-20
acl helper interfaces: added ntapi_acl_init_common_descriptor().
midipix
3
-0
/
+97
2018-03-20
ipc and keyed object directories: support multi-user env. via sec. descriptor.
midipix
1
-3
/
+83
2018-03-20
sysv semaphore: open ipc directory with minimally required access.
midipix
1
-2
/
+6
2018-03-20
sysv msgqueue: open ipc directory with minimally required access.
midipix
1
-2
/
+6
2018-03-20
internals: cache the process's token user sid.
midipix
2
-0
/
+17
2018-03-20
sid helper interfaces: added ntapi_tt_sid_copy().
midipix
3
-0
/
+25
2018-03-20
code maintenance: incorporate use of the __offsetof convenience macro.
midipix
5
-6
/
+6
2018-03-14
__ntapi_msq_send(): unmap the ad-hoc section as needed.
midipix
1
-6
/
+23
2018-03-14
__ntapi_msq_recv(): unmap the ad-hoc section as needed.
midipix
1
-5
/
+20
2018-03-14
__ntapi_sem_ioctl(): unmap the ad-hoc section as needed.
midipix
1
-6
/
+23
2018-03-14
__ntapi_sem_set(): unmap the ad-hoc section as needed.
midipix
1
-5
/
+20
2018-03-14
__ntapi_sem_query(): unmap the ad-hoc section as needed.
midipix
1
-4
/
+22
2018-01-26
struct _nt_spawn_process_params: foreign process creation: support passing cwd.
midipix
1
-1
/
+1
2018-01-21
struct _nt_thread_params: replace the thread_id member with a complete cid.
midipix
2
-2
/
+3
2018-01-20
__ntapi_tt_create_thread(): SP register: remove redundant pointer allocation.
midipix
1
-2
/
+1
2018-01-20
__ntapi_tt_create_thread(): support caller-provided thread stack.
midipix
1
-43
/
+81
2018-01-20
__ntapi_tt_create_local_thread(): use cached handle to running process.
midipix
1
-39
/
+8
2018-01-20
__ntapi_init(), fork: obtain and keep a handle to the running process.
midipix
3
-31
/
+67
2018-01-20
thread creation routines: refactor for readability and style.
midipix
1
-104
/
+103
2018-01-11
__ntapi_tt_spawn_native_process(): use sparams->hroot as needed.
midipix
1
-2
/
+2
2017-12-27
__ntapi_tt_spawn_foreign_process(): added interopflags support.
midipix
1
-1
/
+1
2017-12-25
nt_process.h: refactor: NT_PROCESS_CREATE_FLAGS_ --> NT_PROCESS_SPAWN_FLAG_.
midipix
1
-1
/
+1
2017-12-25
framework: port guids: replaced NT_PORT_GUID_SYMLNK with NT_PORT_GUID_BRIDGE.
midipix
1
-2
/
+2
2017-12-22
tt_array_copy_utf16(): properly implement the interp-optarg-script semantics.
midipix
1
-23
/
+54
2017-12-22
tt_array_copy_utf8(): properly implement the interp-optarg-script semantics.
midipix
2
-23
/
+54
2017-12-22
struct _nt_spawn_process_params: refactor (interp-optarg-script semantics).
midipix
1
-2
/
+2
2017-12-11
__ntapi_ldr_load_system_dll(): support 'downlevel' with greater compassion.
midipix
1
-34
/
+60
2017-12-08
__ntapi_ldr_load_system_dll(): added 'downlevel' support...
midipix
1
-0
/
+33
2017-12-08
__ntapi_ldr_load_system_dll(): use shell-style path for the system32 directory.
midipix
1
-0
/
+4
2017-12-06
__ntapi_tt_get_csr_port_handle_addr_by_logic_x86_64(): added missing braces.
midipix
1
-1
/
+2
2017-12-06
__ntapi_tt_fork_v2(): properly indent code block.
midipix
1
-6
/
+6
2017-12-06
internal foreign process creation: set process and thread creation flags.
midipix
1
-0
/
+5
2017-11-13
unicode: __utf8_to_utf16_handler_4bytes(): fix conversion logic.
midipix
1
-12
/
+28
2017-11-11
unicode: __utf16_to_utf8_handler_4bytes(): fix conversion logic.
midipix
1
-21
/
+25
2017-10-29
__ntapi_tt_spawn_native_process(): initial clean-up, fixed buflen-related bug.
midipix
1
-22
/
+41
2017-10-29
__ntapi_tt_array_convert_utf8_to_utf16(): fixed stub (must update bytes_writt...
midipix
1
-1
/
+2
2017-10-29
__ntapi_tt_spawn_foreign_process(): optionally use kernel32 as the backend.
midipix
2
-12
/
+105
2017-10-08
process creation: added __ntapi_tt_spawn_foreign_process().
midipix
3
-0
/
+318
2017-10-08
__ntapi_tt_spawn_native_process(): properly handle a null sparams->patharg.
midipix
1
-5
/
+7
2017-09-10
envp primitives: re-implemented __ntapi_tt_get_env_var_meta_utf16().
midipix
1
-23
/
+17
2017-09-10
envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8().
midipix
3
-0
/
+36
2017-09-08
subsystem interfaces: optimized struct _nt_sem_info.
midipix
1
-1
/
+1
2017-09-08
integrated msgqueue client side interfaces.
midipix
12
-0
/
+947
2017-09-08
subsystem interfaces: integrated sysv msgqueue definitions.
midipix
1
-2
/
+6
[prev]
[next]