Andréas Leroux

Results 5 issues of Andréas Leroux

Currently mainLoopIteration methods (for the different platform applications) does multiple actions that could be split in 3 other methods: - handleEvents: any events including the window close check - update:...

Currently it isn't possible to use `PyArg_ParseTupleAndKeywords` in a `CreateWith` function to initialize a class object because only the positionned args are forwarded to CreateWith in `TPythonType.NewSubtypeInst`.

enhancement

Split Sdl2Application mainLoopIteration in: - mainLoopEventIteration: process the application's events - mainLoopTickEventIteration: calls tickEvent() if implemented - mainLoopDrawEventIteration: calls drawEvent() if the redraw flag is set, and unset it I...

After debugging the lib for @sfonteneau issue #15 I found out the QNameDictionaryTextRecord encoding has changed in V8.0 (even if microsoft doc is not updated) - https://learn.microsoft.com/en-us/openspecs/windows_protocols/mc-nbfx/1861dfa8-616c-40e5-b116-1fd7fd0f7ac0 - https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-winerrata/6babfe2e-3c59-4ab0-87a2-443f75ea7e8b

Hi :wave: This PR aims to allow usage of ept_lookup with Samba Active Directory. [[MS-RPC]](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rpce/290c38b1-92fe-4229-91e6-4fc376610c15) protocol documentation section 2.2.1.2.4 (about ept_lookup) specify the status `0x16C9A0D6` must not be treated as...

low