Commit Graph

46 Commits

Author SHA1 Message Date
Michael Stefaniuc 88725cb279 advpack: Simplify the check for an empty string (PVS-Studio). 2014-11-17 19:30:24 +09:00
Vincent Povirk 531f795623 advpack: Handle quoted arguments to rundll exports. 2013-07-29 14:10:56 +02:00
Marcus Meissner a6e4c094d0 advpack: Avoid using sessions uninitialized (Coverity). 2013-01-08 12:30:24 +01:00
Jacek Caban 57b83719b7 advpack: Added ExtractFilesW implementation. 2012-10-31 16:17:17 +01:00
James Hawkins ced5081eb9 advpack: Free the file list on any error. 2010-01-07 17:59:58 +01:00
Dan Kegel ced19b425a advpack: fix off-by-one error in AdvInstallFileW that caused buffer overrun. 2009-11-30 12:50:57 +01:00
Vladimir Pankratov 49cc1fa0ce advpack: Add stub for ExtractFilesW. 2009-06-10 11:46:39 +02:00
Rob Shearman 6bfead8421 advpack: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans. 2008-09-12 16:50:15 +02:00
Andrew Talbot c230736bbe advpack: Remove a useless test. 2008-07-21 12:18:28 +02:00
Andrew Talbot 84ee90dcb5 advpack: Constify some variables. 2008-06-19 12:44:51 +02:00
Rob Shearman 3055239f69 advpack: Fix buffer overrun in convert_file_list. 2008-02-19 13:39:24 +01:00
Austin English f6caf1be81 Misc spelling fixes. 2008-01-18 12:51:08 +01:00
James Hawkins a72e182010 cabinet: Don't extract a file if DoExtract is FALSE. 2007-08-27 12:18:39 +02:00
James Hawkins 5b62c8461c advpack: Formalize the SESSION struct. 2007-08-23 12:41:58 +02:00
Alexandre Julliard 9c08c46e1f advpack: Get rid of CharPrevW. 2007-06-25 14:02:29 +02:00
Andrew Talbot 982a6a5a60 advpack: Constify some variables. 2007-03-13 11:52:28 +01:00
Eric Pouech ea2f60160c advpack: Plug a couple of memory leaks. 2006-10-23 12:26:07 +02:00
James Hawkins 8b9ad4d3bc advpack: Make internal functions static. 2006-10-09 20:28:07 +02:00
James Hawkins 29a55bd512 advpack: Win64 printf format warning fixes. 2006-10-07 17:48:11 +02:00
James Hawkins 319cac4c1f advpack: backup should be a const string. 2006-09-21 13:01:03 +02:00
Andrew Talbot 570aad50d2 advpack: Cast-qual warnings fix. 2006-09-08 11:02:41 +02:00
Andrew Talbot 2429d1b634 advpack: Cast-qual warnings fix. 2006-09-07 10:16:01 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
James Hawkins b2a3ffd893 advpack: Put function declarations in advpack_private.h. 2006-04-19 12:00:59 +02:00
James Hawkins 46fe944832 advpack: Implement LaunchINFSectionEx. 2006-04-11 11:24:59 +02:00
James Hawkins 65b50022d5 advpack: Standardize the format of advpack traces.
Display all strings in advpack traces.
Use debugstr_a/w for TRACE strings.
2006-04-11 11:24:14 +02:00
James Hawkins cc6685f089 advpack: Standardize the format of advpack parameter lists. 2006-04-11 11:23:57 +02:00
James Hawkins 12a9ed0ade advpack: Forward DelNodeRunDLL32A to its Unicode counterpart. 2006-04-07 12:56:49 +02:00
James Hawkins cc4b01a0f1 advpack: Rewrite get_parameter to be able to handle an empty parameter. 2006-04-07 12:56:36 +02:00
James Hawkins e28d541757 advpack: Forward DelNodeA to its Unicode counterpart. 2006-03-24 12:54:20 +01:00
James Hawkins 9ec3341445 advpack: Forward the FileSaveRestore API to their Unicode counterparts. 2006-03-24 12:54:20 +01:00
James Hawkins 7eaaa93a57 advpack: Forward GetVersionFromFileA/ExA to their Unicode counterparts. 2006-03-24 12:54:20 +01:00
James Hawkins bed3d4d3eb advpack: Implement FileSaveMarkNotExistW. 2006-03-23 20:19:55 +01:00
James Hawkins cfbc26f3e6 advpack: Forward AdvInstallFileA to its Unicode counterpart. 2006-03-23 20:19:41 +01:00
James Hawkins ca3ad7d6dc advpack: Forward AddDelBackupEntryA to its unicode counterpart. 2006-03-23 20:18:45 +01:00
Francois Gouget be6d891f0d advpack: Prepare the unicodification of advpack.dll.
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.
2006-02-27 15:57:33 +01:00
James Hawkins 2aa6e2ebd9 advpack: Implement AddDelBackupEntry. 2006-02-21 11:27:34 +01:00
James Hawkins 7d8f9de837 advpack: Make AddDelBackupEntry always return S_OK. 2006-02-21 11:26:32 +01:00
James Hawkins cac3bf8471 advpack: Fix the documentation for AddDelBackupEntry. 2006-01-21 19:21:51 +01:00
James Hawkins 1142a1f2af advpack: Fix the documentation for FileSaveMarkNotExist. 2006-01-21 19:21:07 +01:00
James Hawkins c664353452 advpack: Forward FileSaveMarkNotExist to AddDelBackupEntry. 2006-01-21 19:19:41 +01:00
James Hawkins 5fa132c616 advpack: Implement DelNodeRunDLL32. 2006-01-21 19:18:40 +01:00
James Hawkins d582fdd39e advpack: Remove stub status from implemented functions. 2006-01-14 17:10:31 +01:00
James Hawkins 9e9fe39774 advpack: Add a stub for AddDelBackupEntry. 2006-01-14 17:09:02 +01:00
James Hawkins 05d079a325 advpack: Move file related functions to files.c. 2006-01-13 14:16:29 +01:00
James Hawkins a56e256323 advpack: Add stubs for the file save/restore functions. 2006-01-13 14:16:02 +01:00