Commit graph

19073 commits

Author SHA1 Message Date
Eric Kohl d40178810d -Add QueryServiceConfig2A stub.
-Implement QueryServiceObjectSecurity and SetServiceObjectSecurity.

svn path=/trunk/; revision=20311
2005-12-23 15:56:51 +00:00
Eric Kohl e0189ae169 Forgot this file!
Exports CMP_InitDetection, CMP_Report_LogOn, CM_Move_DevNode[_Ex], CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].

svn path=/trunk/; revision=20310
2005-12-23 15:46:03 +00:00
Gé van Geldorp 0339408978 Return error code that oskit understands. Fixes ftp upload.
svn path=/trunk/; revision=20305
2005-12-22 22:23:07 +00:00
Gé van Geldorp 63a073268b Silence debug message
svn path=/trunk/; revision=20304
2005-12-22 22:22:14 +00:00
Gé van Geldorp 09b5023d6f Fix nul stripping and get GreatLord of my back ;-)
svn path=/trunk/; revision=20303
2005-12-22 20:41:46 +00:00
Maarten Bosma e2b8d4b568 Only allow bmp since it is the only format supported by reactos.
svn path=/trunk/; revision=20301
2005-12-22 16:30:37 +00:00
Hervé Poussineau 966599f7f4 msmouse.inf: Change some section names to be able to install the vmware mouse driver (still not working)
usbport.inf: Add identifier for Intel 82371SB PIIX3 USB controller

svn path=/trunk/; revision=20300
2005-12-22 13:57:52 +00:00
Hervé Poussineau 9b36d74ce9 Expand the value if we have a REG_EXPAND_SZ entry
svn path=/trunk/; revision=20299
2005-12-22 13:54:07 +00:00
Gé van Geldorp d86cf51518 Remove debugging breakpoint accidentally left in
svn path=/trunk/; revision=20298
2005-12-22 11:50:12 +00:00
Gé van Geldorp da2a71a27c Remember the last allocated port and try to allocate the next one on the
following call (prevents 1024 from being allocated each time)

svn path=/trunk/; revision=20297
2005-12-22 11:44:16 +00:00
Magnus Olsen 59946b074c Bug 1158 French translation from French translation team by zoken <mustang9@gmail.com>
svn path=/trunk/; revision=20296
2005-12-21 21:29:07 +00:00
Magnus Olsen 37ece180b2 Bug 1157 French translation from French translation team by zoken <mustang9@gmail.com>
svn path=/trunk/; revision=20295
2005-12-21 21:25:59 +00:00
Magnus Olsen 157d0e604b Bug 1166 part 2 of 2 French translation from French translation team by cmoibenlepro <cmoibenlepro@hotmail.com>
svn path=/trunk/; revision=20294
2005-12-21 21:19:04 +00:00
Magnus Olsen 64517a2673 Bug 1166 part 1 of 2 French translation from French translation team by cmoibenlepro <cmoibenlepro@hotmail.com>
svn path=/trunk/; revision=20293
2005-12-21 21:12:35 +00:00
Magnus Olsen 71018ce807 Bug 1155 French translation from French translation team by zoken <mustang9@gmail.com
svn path=/trunk/; revision=20292
2005-12-21 21:07:03 +00:00
Magnus Olsen 9ed5feb019 Bug 1163 French translation from Jerome Signouret "ggcom" by ReactOS French translation team
svn path=/trunk/; revision=20291
2005-12-21 20:58:08 +00:00
Magnus Olsen 0d208b6424 Bug 1162 correct French translation by Jerome Signouret "ggcom"
svn path=/trunk/; revision=20290
2005-12-21 20:50:15 +00:00
Thomas Bluemel 78641fec1a make functions match their declarations
svn path=/trunk/; revision=20288
2005-12-21 19:07:47 +00:00
Thomas Bluemel fab032457d fixed difference in signedness warning
svn path=/trunk/; revision=20287
2005-12-21 19:07:47 +00:00
James Tabor 2da4a5f455 Fix compiling. Thanks to filip.
svn path=/trunk/; revision=20286
2005-12-21 18:03:28 +00:00
Hervé Poussineau 09a48bfbbf Partly implement SetupDiInstallDeviceInterfaces
svn path=/trunk/; revision=20284
2005-12-21 14:43:02 +00:00
Hervé Poussineau 62d79cb1cd - Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which should install a whole Services section and not a particular service.
- Simplify handling of Include and Needs directives

svn path=/trunk/; revision=20283
2005-12-21 12:28:55 +00:00
Ged Murphy cb0196f66c missed an error check
svn path=/trunk/; revision=20282
2005-12-20 23:54:21 +00:00
Eric Kohl 1c2de2b455 Add missing RtlMakeSelfRelatedSd prototype.
svn path=/trunk/; revision=20281
2005-12-20 23:16:09 +00:00
Gé van Geldorp ad4ad9891b The function epilog is responsible for removing the final exception frame
svn path=/trunk/; revision=20280
2005-12-20 20:42:30 +00:00
Ged Murphy 437e3b8570 fix output for local connections
svn path=/trunk/; revision=20279
2005-12-20 20:36:38 +00:00
Hervé Poussineau c9b00baec1 Don't try to dereference possible NULL pointers
svn path=/trunk/; revision=20277
2005-12-20 20:07:40 +00:00
Ged Murphy ec040b1b1d - shut some of the msvc warnings up
- change malloc's to HeapAlloc's
- fix memory leaks

svn path=/trunk/; revision=20276
2005-12-20 19:54:25 +00:00
Sebastian Gasiorek ceb1bf51b8 when message is not unicode then SendMessageA should be used. Fixes #1152 and combobox in "Run..." dialog
svn path=/trunk/; revision=20275
2005-12-20 13:24:47 +00:00
Hervé Poussineau 98fb761850 Honor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Implement SetupDiGetSelectedDevice/SetupDiSetSelectedDevice

svn path=/trunk/; revision=20274
2005-12-20 09:45:53 +00:00
Gé van Geldorp dbf1557d08 /me loves Raymond
svn path=/trunk/; revision=20273
2005-12-19 17:58:17 +00:00
Hervé Poussineau eccd6421af Implement SetupDiGetDeviceInfoListClass
Parse 'Include' and 'Needs' directives in SetupInstallFromInfSectionW and when installing services

svn path=/trunk/; revision=20271
2005-12-19 15:08:55 +00:00
Sebastian Gasiorek eecd4bb9cf updated Polish translation by Wiktor Maryniowski
svn path=/trunk/; revision=20270
2005-12-19 13:26:53 +00:00
Hervé Poussineau 8aa516fdf8 Implement SetupDiGetActualSectionToInstallExA/W
svn path=/trunk/; revision=20269
2005-12-19 13:09:22 +00:00
Hervé Poussineau d680237785 Install "ClassInstall32.Services" section in SetupDiInstallClassExW
svn path=/trunk/; revision=20268
2005-12-19 10:43:08 +00:00
Hervé Poussineau 8cf0eb4663 Implement SetupDiInstallClassExA
Implement parts of SetupDiInstallClassExW

svn path=/trunk/; revision=20267
2005-12-19 10:15:06 +00:00
Magnus Olsen 55869af70a commit franch translation from bugzila http://www.reactos.org/bugzilla/show_bug.cgi?id=1150
svn path=/trunk/; revision=20265
2005-12-19 00:11:04 +00:00
Gé van Geldorp 37b1fdddf8 Detach GUI process from console
svn path=/trunk/; revision=20264
2005-12-18 23:21:58 +00:00
Magnus Olsen b414f7c09f in function deformat_environment did cut of one letter of GetEnvironmentVariableW at beigner in second call. it try found example LLUSERSPROFILE but it mean ALLUSERSPROFILE. fixed by me and hpussin.
svn path=/trunk/; revision=20263
2005-12-18 23:13:05 +00:00
Hervé Poussineau 56809c269e Fix serial mouse type detection
Shut up some debug message

svn path=/trunk/; revision=20261
2005-12-18 23:00:00 +00:00
Eric Kohl 6952f0b059 - Move SetServiceObjectSecurity to the right file.
- Pass arguments to ANSI services.

svn path=/trunk/; revision=20259
2005-12-18 21:38:05 +00:00
Gé van Geldorp e1d63437d3 Fix C++ exception handling
svn path=/trunk/; revision=20257
2005-12-18 20:58:32 +00:00
Hervé Poussineau 290837445f Fix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Set eol-style to native for usbstor driver files

svn path=/trunk/; revision=20256
2005-12-18 20:50:26 +00:00
Eric Kohl 3bd41ed164 Implement QueryServiceConfigW.
svn path=/trunk/; revision=20255
2005-12-18 19:50:53 +00:00
Hervé Poussineau c44faae046 Fix typo, which lead to be unable to create services with a description text
svn path=/trunk/; revision=20253
2005-12-18 18:14:25 +00:00
Hervé Poussineau d9c1d77e60 Use the right default value for the serial port baud rate
svn path=/trunk/; revision=20251
2005-12-18 18:12:36 +00:00
Magnus Olsen b8bc139f1d forget reformat the code so it look nice in editor
svn path=/trunk/; revision=20250
2005-12-18 17:53:33 +00:00
Magnus Olsen 98a12a8380 fix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine. I have not found any more problem with it.
svn path=/trunk/; revision=20249
2005-12-18 17:52:28 +00:00
Casper Hornstrup 0a59d4d1ba Remove oleaut32 from api status
svn path=/trunk/; revision=20248
2005-12-18 17:40:51 +00:00
Hartmut Birr bc97d24567 Fix the returned pointer in CopyUp.
svn path=/trunk/; revision=20247
2005-12-18 17:15:39 +00:00