1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Oct 22, 2024 — Oct 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
os: new regression tests on security descriptors - include a (huge) ntSecurityDescriptor value from a real AD - which seems consistent even with the Windows API :) - also adapt to the latest TSecurityDescriptor.ToBinary layout change More... 11 months ago
os: use regular layout for TSecurityDescriptor.ToBinary - is more likely to match the binary output generated by recent Windows API More... 11 months ago
os: fixed TRawAcl.AclRevision - field should be ACL_REVISION, unless the ACL contains an object-specific ACE, in which case this value must be ACL_REVISION_DS - all ACEs in an ACL must be at the same revision level More... 11 months ago
mget: support TMGetProcess.TrackNetwork flag More... 11 months ago
mget: new --peerInterfaceTrack option to track network interface changes for peer Cache More... 11 months ago
mget: renamed TMGetProcess.Start into StartPeerCache - with NetworkInterfaceChanged check More... 11 months ago
mget: anti-forensic measures More... 11 months ago
peercache: new IWGetAlternate.NetworkInterfaceChanged method More... 11 months ago
ldap: new TLdapClient.ModifyUserPassword method More... 11 months ago
peercache: new THttpPeerCrypt.NetworkInterfaceChanged method More... 11 months ago
peercache: new THttpPeerCacheSettings.GuessInterface method More... 11 months ago
peercache: new THttpPeerCacheSettings.Uuid property - it is better to put it as a published property than injecting it at constructor level More... 11 months ago
mget: enable low-level PeerCache log More... 11 months ago
mget: logs steps in --debug mode (executable part) More... 11 months ago
mget: log steps in --debug mode More... 11 months ago
peercache: new THttpClientSocketWGet.LogSteps callback More... 11 months ago
mget: command line project uses new options More... 11 months ago
net: let mget process use THttpRequestExtendedOptions More... 11 months ago
net: minor Http Client + PeerCache documentation More... 11 months ago
ldap: TLdapClient.SearchAll/SearchAllRaw/SearchAllDoc/SearchAllDocRaw - explicit methods instead of overloads to please oldest Delphi compiler - makes use case a bit more explicit, and favor high-level TLdapAttributeTypes More... 11 months ago
ldap: some refactoring with no functional change - also avoid compiler warning on Delphi More... 11 months ago
os: slightly refined TSecurityDescriptor documentation More... 11 months ago
os: fixed extended-path generation on Windows - call GetFullPathNameW() to complete a local file name More... 11 months ago
ldap: new TLdapClient.SearchAll() with TDocVariantData output More... 11 months ago
ldap: published TObjectFilter related information More... 11 months ago
ldap: SearchAll() RID resolution from main Domain SID More... 11 months ago
ldap: new TLdapClient.SearchPageCount property More... 11 months ago
net: allow to bind to any IPv6 address (::) More... 11 months ago
net: new THttpClientSocket.SameOpenOptions() method More... 11 months ago
net: new THttpRequestExtendedOptions.SameAuth method More... 11 months ago