2005-03-01 |
Juan Lang | Convert tabs to space, wrap long lines, make indenting...
|
commit | commitdiff | tree |
2005-02-26 |
Juan Lang | Convert a few calls to Unicode.
|
commit | commitdiff | tree |
2005-02-21 |
Juan Lang | Fix NtQueryPerformanceCounter parameter checking. Spotted...
|
commit | commitdiff | tree |
2005-02-08 |
Juan Lang | Identifiers evaluate to true if they are non-empty...
|
commit | commitdiff | tree |
2005-02-08 |
Juan Lang | If a full path isn't specified, search across all fixed...
|
commit | commitdiff | tree |
2005-02-03 |
Juan Lang | Simplify AppSearch error checking.
|
commit | commitdiff | tree |
2005-02-01 |
Juan Lang | Partially implement AppSearch action.
|
commit | commitdiff | tree |
2005-01-28 |
Juan Lang | Remove duplicate definition.
|
commit | commitdiff | tree |
2005-01-21 |
Juan Lang | Added some definitions.
|
commit | commitdiff | tree |
2005-01-18 |
Juan Lang | Make netspi.h private, as some of its declarations...
|
commit | commitdiff | tree |
2004-12-16 |
Juan Lang | In Netbios(),
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to...
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | Use debugstr_a to avoid crash tracing long command...
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | - make file functions (mostly) thread-safe
|
commit | commitdiff | tree |
2004-12-13 |
Juan Lang | - use Heap functions rather than libc for mem allocation
|
commit | commitdiff | tree |
2004-12-09 |
Juan Lang | - implement _dup, _dup2, and _pipe
|
commit | commitdiff | tree |
2004-12-08 |
Juan Lang | Convert some registry calls from A to W.
|
commit | commitdiff | tree |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'.
|
commit | commitdiff | tree |
2004-12-07 |
Juan Lang | Use W calls rather than A in CreatePipe.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Send EM_SETMODIFY after saving.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Set st_mode bits in _fstati64.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | msvcrt_spawn should free STARTUPINFOA's lpReserved2...
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Revert shell32 version to Win2K SP4 level.
|
commit | commitdiff | tree |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName
|
commit | commitdiff | tree |
2004-10-27 |
Juan Lang | _SHExpandEnvironmentStrings should return input string...
|
commit | commitdiff | tree |
2004-10-26 |
Juan Lang | Update shell32's version to WinXP level.
|
commit | commitdiff | tree |
2004-10-26 |
Juan Lang | Fix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
|
commit | commitdiff | tree |
2004-10-25 |
Juan Lang | Avoid copying invalid data on error.
|
commit | commitdiff | tree |
2004-10-25 |
Juan Lang | Use shell32 to get the user profile dir.
|
commit | commitdiff | tree |
2004-10-25 |
Juan Lang | Update comment for LsaOpenPolicy.
|
commit | commitdiff | tree |
2004-10-22 |
Juan Lang | Shell registry entries are now created by shell32,...
|
commit | commitdiff | tree |
2004-10-21 |
Juan Lang | - the correct registry location to override is User...
|
commit | commitdiff | tree |
2004-09-16 |
Juan Lang | - correct ConvertStringSidToSidW and ConvertSidToStringSidW...
|
commit | commitdiff | tree |
2004-09-14 |
Juan Lang | Added support for DLLVERSIONINFO2 in DllGetVersion.
|
commit | commitdiff | tree |
2004-05-17 |
Juan Lang | - If a crypto provider does not have a Signature in...
|
commit | commitdiff | tree |
2004-04-21 |
Juan Lang | Fix NetApiBufferReallocate and tests based on results...
|
commit | commitdiff | tree |
2004-04-15 |
Juan Lang | Correct return value in a couple of error cases.
|
commit | commitdiff | tree |
2004-04-14 |
Juan Lang | Correct some PIDL types and eliminate some magic numbers...
|
commit | commitdiff | tree |
2004-04-14 |
Juan Lang | If a folder contains a desktop.ini, check it for the...
|
commit | commitdiff | tree |
2004-04-13 |
Juan Lang | Add stub for ShellDDEInit to let Windows explorer.exe...
|
commit | commitdiff | tree |
2004-04-13 |
Juan Lang | IShellView seems reasonably complete, change a FIXME...
|
commit | commitdiff | tree |
2004-04-08 |
Juan Lang | - move CreateMyCompEnumList and CreateDesktopEnumList...
|
commit | commitdiff | tree |
2004-04-08 |
Juan Lang | Move control panel applet enumeration to cpanelfolder.c.
|
commit | commitdiff | tree |
2004-04-07 |
Juan Lang | - comment fixes
|
commit | commitdiff | tree |
2004-04-07 |
Juan Lang | Properly map SMB errors using DOS-style error codes.
|
commit | commitdiff | tree |
2004-04-06 |
Juan Lang | - rename PT_SPECIAL to PT_SHELLEXT
|
commit | commitdiff | tree |
2004-04-06 |
Juan Lang | Rename PT_MYCOMP to PT_GUID, and the corresponding...
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | - implement loading network providers
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | Use symbolic constants for magic numbers in SHGetFolderPathW...
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | Get rid of a few pointless A/W conversions.
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | Add a bunch of missing declarations.
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | ifdef guard TCHAR declaration like PSDK does.
|
commit | commitdiff | tree |
2004-04-05 |
Juan Lang | - fix a couple tests and traces
|
commit | commitdiff | tree |
2004-03-22 |
Juan Lang | Stub CommandLineFromMsiDescriptor to prevent a crash...
|
commit | commitdiff | tree |
2004-03-18 |
Juan Lang | Allow RegConnectRegistryW to the local machine name.
|
commit | commitdiff | tree |
2004-03-13 |
Juan Lang | Prevent negative coords for line, turn off redraw when...
|
commit | commitdiff | tree |
2004-03-02 |
Juan Lang | Added a secur32.dll that loads other SSP DLLs and forwards...
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | - The virtual netbios device driver is properly named...
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | Connect to winehq.org by its name rather than by its...
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | Added sspi.h.
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | Implement NetpNetbiosStatusToApiStatus.
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | Make rsabase.dll self-register.
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | - correct some prototypes, add some defines
|
commit | commitdiff | tree |
2004-03-01 |
Juan Lang | Declare a few more Net apis and constants.
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | Declare some SetupDi functions and related constants.
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | Remove dead comment.
|
commit | commitdiff | tree |
2004-02-09 |
Juan Lang | #ifdef guard the declaration of type IID to be compatible...
|
commit | commitdiff | tree |
2004-02-05 |
Juan Lang | Stub for MLIsMLHInstance.
|
commit | commitdiff | tree |
2004-02-03 |
Juan Lang | Declare SHGetFolderPath and related constants.
|
commit | commitdiff | tree |
2004-01-30 |
Juan Lang | - fix broadcast address for name lookups after iphlpapi...
|
commit | commitdiff | tree |
2004-01-07 |
Juan Lang | Fixed the dwBCastAddr member of MIB_IPADDRROW, added...
|
commit | commitdiff | tree |
2004-01-02 |
Juan Lang | Fix conflicting registry value names, and try both...
|
commit | commitdiff | tree |
2004-01-02 |
Juan Lang | Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
|
commit | commitdiff | tree |
2004-01-02 |
Juan Lang | Add tracing, add WINS configuration to GetAdaptersInfo...
|
commit | commitdiff | tree |
2003-12-30 |
Juan Lang | Read the Policy{Account,Primary}DomainInformation from...
|
commit | commitdiff | tree |
2003-12-08 |
Juan Lang | Partially implement NetWkstaGetInfo.
|
commit | commitdiff | tree |
2003-12-04 |
Juan Lang | Partially implement DeviceIoControl for VDHCP, VNETBIOS...
|
commit | commitdiff | tree |
2003-12-04 |
Juan Lang | Removed unused structure declaration.
|
commit | commitdiff | tree |
2003-11-30 |
Juan Lang | - fixes thread safety issues
|
commit | commitdiff | tree |
2003-11-30 |
Juan Lang | Removed annoying message about missing entry in /etc...
|
commit | commitdiff | tree |
2003-11-29 |
Juan Lang | Implemented a lot of Netbios().
|
commit | commitdiff | tree |
2003-11-28 |
Juan Lang | Implement the TCP table query, netstat.exe now shows...
|
commit | commitdiff | tree |
2003-09-08 |
Juan Lang | - Fix buffer overrun in GetNetworkParams.
|
commit | commitdiff | tree |
2003-09-02 |
Juan Lang | Fixed bug parsing /proc/net/arp for arp table.
|
commit | commitdiff | tree |
2003-09-02 |
Juan Lang | Implemented arp table querying through WsControl, and...
|
commit | commitdiff | tree |
2003-09-02 |
Juan Lang | Fix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE...
|
commit | commitdiff | tree |
2003-08-30 |
Juan Lang | - improve some parameter checking in WSAIoctl
|
commit | commitdiff | tree |
2003-08-29 |
Juan Lang | - improve WsControl error checking
|
commit | commitdiff | tree |
2003-06-16 |
Juan Lang | Use iphlpapi to enumerate LAN adapters.
|
commit | commitdiff | tree |
2003-05-13 |
Juan Lang | Changed wsock32 to use the new iphlpapi for interface...
|
commit | commitdiff | tree |
2003-05-13 |
Juan Lang | Use iphlpapi to implement SIO_GET_INTERFACE_LIST in...
|
commit | commitdiff | tree |
2003-05-13 |
Juan Lang | Added an implementation of iphlpapi.dll; most Get*...
|
commit | commitdiff | tree |
2003-04-30 |
Juan Lang | Better API compliance and test case for NetWkstaTransportEnum.
|
commit | commitdiff | tree |