Age | Commit message (Expand) | Author | Files | Lines |
2018-06-17 | tty client-side interfaces(): added ntapi_tty_query_server_pts_slot_info(). | midipix | 1 | -0/+1 |
2018-06-16 | pty query: client-side interfaces: revised and extended for api consistency. | midipix | 1 | -0/+1 |
2018-06-15 | string helper api's: added ntapi_tt_dec_utf16_to_uint{16|32|64|ptr}(). | midipix | 1 | -0/+4 |
2018-06-15 | keyed object directory interfaces: added ntapi_tt_keyed_object_to_key(). | midipix | 1 | -0/+1 |
2018-06-14 | string helper api's: added ntapi_tt_uintptr_to_dec{_null}_utf{8|16}(). | midipix | 1 | -0/+4 |
2018-05-15 | string interfaces: __ntapi_tt_aligned_block_memlock(): initial integration. | midipix | 1 | -0/+1 |
2018-05-14 | daemon initialization: revised for optimized thread synchronization. | midipix | 1 | -3/+0 |
2018-05-07 | advisory file locking: integrated client-side interfaces. | midipix | 1 | -0/+11 |
2018-05-07 | fs interfaces: ntapi_tt_open_volume_by_guid(): initial integration. | midipix | 1 | -0/+1 |
2018-05-07 | object directory interfaces: integrated device- and node-related interfaces. | midipix | 1 | -0/+2 |
2018-03-29 | acl helper interfaces: added ntapi_acl_init_common_descriptor_meta(). | midipix | 1 | -0/+1 |
2018-03-29 | internals: when running as a local/domain user, cache the domain's admin sid. | midipix | 1 | -3/+21 |
2018-03-29 | sid helper interfaces: added ntapi_tt_sid_compare(). | midipix | 1 | -0/+1 |
2018-03-20 | acl helper interfaces: added ntapi_acl_init_common_descriptor(). | midipix | 1 | -0/+3 |
2018-03-20 | internals: cache the process's token user sid. | midipix | 1 | -0/+15 |
2018-03-20 | sid helper interfaces: added ntapi_tt_sid_copy(). | midipix | 1 | -0/+1 |
2018-01-20 | __ntapi_init(), fork: obtain and keep a handle to the running process. | midipix | 1 | -0/+19 |
2017-10-08 | process creation: added __ntapi_tt_spawn_foreign_process(). | midipix | 1 | -0/+1 |
2017-09-10 | envp primitives: integrated __ntapi_tt_get_env_var_meta_utf8(). | midipix | 1 | -0/+1 |
2017-09-08 | integrated msgqueue client side interfaces. | midipix | 1 | -0/+12 |
2017-08-06 | primary token: enable symlink creation capabilities by default. | midipix | 1 | -0/+4 |
2017-08-04 | subsystem interfaces: added server-to-server synchronization interfaces. | midipix | 1 | -0/+2 |
2017-07-31 | subsystem interfaces: integrated sysv semaphore client-side interfaces. | midipix | 1 | -0/+10 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_client_session_disconnect(). | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: integrated ipc connection section handlers. | midipix | 1 | -0/+7 |
2017-07-31 | subsystem interfaces: integrated ipc connection handlers. | midipix | 1 | -0/+20 |
2017-07-31 | subsystem interfaces: integrated __ntapi_tty_query_information_service(). | midipix | 1 | -0/+1 |
2017-07-31 | subsystem interfaces: normalized port name helper functions. | midipix | 1 | -1/+1 |
2017-07-31 | subsystem interfaces: integrated extended port name helper functions. | midipix | 1 | -0/+3 |
2017-07-31 | subsystem interfaces: integrated ipc object directory handlers. | midipix | 1 | -0/+2 |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 |
2017-02-02 | added crc64 definitions and interfaces. | midipix | 1 | -0/+6 |
2017-01-26 | guid <--> string conversion functions: normalized interfaces. | midipix | 1 | -2/+2 |
2017-01-07 | pty interfaces: added __ntapi_pty_open_pair(). | midipix | 1 | -0/+1 |
2016-12-25 | file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle. | midipix | 1 | -1/+0 |
2016-12-12 | vmount module: removed current impl. of the virtual mount system client. | midipix | 1 | -14/+0 |
2016-10-23 | __ntapi_tt_fork(): added resilient interface around low-level implementation. | midipix | 1 | -2/+1 |
2016-08-22 | pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration. | midipix | 1 | -0/+1 |
2016-08-12 | sync block: remove validate/invalidate api, fix lock_tries logic, tidy up. | midipix | 1 | -3/+2 |
2016-08-11 | struct ntapi_vtbl: added missing pointer to __ntapi_tt_sync_block_discard(). | midipix | 1 | -0/+1 |
2016-07-24 | process creation: added __ntapi_tt_spawn_native_process(). | midipix | 1 | -0/+1 |
2016-06-30 | whitespace meditation. | midipix | 1 | -4/+4 |
2016-06-30 | ntapi_vtbl: string functions: code maintenance. | midipix | 1 | -2/+2 |
2016-06-30 | __ntapi_init_completed: as in __ntapi_init_once, return address of shadow vtbl. | midipix | 1 | -1/+1 |
2016-06-29 | free-standing environment: remove fluff from the argv/envp parsing facility. | midipix | 1 | -2/+0 |
2016-06-28 | string functions: added __ntapi_tt_strncmp_utf16(). | midipix | 1 | -0/+1 |
2016-06-28 | string functions: added __ntapi_tt_strncmp_multibyte(). | midipix | 1 | -0/+1 |
2016-06-28 | string functions: added __ntapi_tt_strcmp_utf16(). | midipix | 1 | -0/+1 |
2016-06-28 | string functions: added __ntapi_tt_strcmp_multibyte(). | midipix | 1 | -0/+1 |
2016-06-24 | process tokens: added __ntapi_tt_[enable/disable]_token_privilege(). | midipix | 1 | -0/+4 |