wine
16 years agoserver: Fix file_set_sd to handle NULL DACLs.
Rob Shearman [Sat, 20 Oct 2007 15:21:05 +0000 (16:21 +0100)] 
server: Fix file_set_sd to handle NULL DACLs.

These mean that the file should have full permissions for everyone.

16 years agosetupapi: Add stub for SetupInstallServicesFromInfSectionA.
Louis Lenders [Sat, 20 Oct 2007 14:23:01 +0000 (15:23 +0100)] 
setupapi: Add stub for SetupInstallServicesFromInfSectionA.

16 years agoserver: Remove redundant NULL checks before free (found by Smatch).
Lionel Debroux [Sat, 20 Oct 2007 07:37:43 +0000 (09:37 +0200)] 
server: Remove redundant NULL checks before free (found by Smatch).

16 years agoserver: Remove redundant NULL checks before free (found by Smatch).
Lionel Debroux [Sat, 20 Oct 2007 07:35:13 +0000 (09:35 +0200)] 
server: Remove redundant NULL checks before free (found by Smatch).

16 years agoitss: Remove redundant NULL check before free (found by Smatch).
Lionel Debroux [Sat, 20 Oct 2007 07:32:38 +0000 (09:32 +0200)] 
itss: Remove redundant NULL check before free (found by Smatch).

16 years agocomctl32: Remove redundant NULL check before free (found by Smatch).
Lionel Debroux [Sat, 20 Oct 2007 07:31:32 +0000 (09:31 +0200)] 
comctl32: Remove redundant NULL check before free (found by Smatch).

16 years agocomctl32: Remove redundant NULL check before free (found by Smatch).
Lionel Debroux [Sat, 20 Oct 2007 07:30:44 +0000 (09:30 +0200)] 
comctl32: Remove redundant NULL check before free (found by Smatch).

16 years agomsi: Use BS_GROUPBOX for group boxes.
Mikolaj Zalewski [Sat, 20 Oct 2007 01:15:27 +0000 (18:15 -0700)] 
msi: Use BS_GROUPBOX for group boxes.

16 years agoole32: Reset the parent storage on overwritten streams so that operations on them...
Rob Shearman [Fri, 19 Oct 2007 22:23:17 +0000 (23:23 +0100)] 
ole32: Reset the parent storage on overwritten streams so that operations on them now fail.

16 years agoole32: Add a test to show that operations on overwritten should no longer succeed.
Rob Shearman [Fri, 19 Oct 2007 22:22:58 +0000 (23:22 +0100)] 
ole32: Add a test to show that operations on overwritten should no longer succeed.

16 years agowineps: Remove unused resource file.
Detlef Riekenberg [Fri, 19 Oct 2007 17:26:30 +0000 (19:26 +0200)] 
wineps: Remove unused resource file.

16 years agoshell32: Remove unused resource file.
Detlef Riekenberg [Fri, 19 Oct 2007 17:25:01 +0000 (19:25 +0200)] 
shell32: Remove unused resource file.

16 years agospoolss/test: Add a test for BuildOtherNamesFromMachineName.
Detlef Riekenberg [Fri, 19 Oct 2007 21:11:20 +0000 (23:11 +0200)] 
spoolss/test: Add a test for BuildOtherNamesFromMachineName.

16 years agoconfigure: Use 0 instead of NULL because NULL isn't defined.
Ken Thomases [Fri, 19 Oct 2007 21:18:51 +0000 (16:18 -0500)] 
configure: Use 0 instead of NULL because NULL isn't defined.

16 years agoconfigure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
Ken Thomases [Fri, 19 Oct 2007 21:18:27 +0000 (16:18 -0500)] 
configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.

16 years agoconfigure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
Ken Thomases [Fri, 19 Oct 2007 21:18:17 +0000 (16:18 -0500)] 
configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.

16 years agogdi32: Add a set of braces to silence a GCC 3.4 warning.
Gerald Pfeifer [Fri, 19 Oct 2007 19:55:33 +0000 (21:55 +0200)] 
gdi32: Add a set of braces to silence a GCC 3.4 warning.

16 years agocryptnet: Fix a leak.
Juan Lang [Fri, 19 Oct 2007 17:23:24 +0000 (10:23 -0700)] 
cryptnet: Fix a leak.

16 years agocrypt32: Initialize mask when allocating it.
Juan Lang [Fri, 19 Oct 2007 20:36:03 +0000 (13:36 -0700)] 
crypt32: Initialize mask when allocating it.

16 years agocrypt32: Simplify I_CertUpdateStore.
Juan Lang [Sat, 20 Oct 2007 04:22:58 +0000 (21:22 -0700)] 
crypt32: Simplify I_CertUpdateStore.

16 years agocrypt32: Replace a private type with a public one.
Juan Lang [Fri, 19 Oct 2007 19:36:06 +0000 (12:36 -0700)] 
crypt32: Replace a private type with a public one.

16 years agocrypt32: Add more missing definitions.
Juan Lang [Fri, 19 Oct 2007 19:35:08 +0000 (12:35 -0700)] 
crypt32: Add more missing definitions.

16 years agocrypt32: Remove tests that cause memory corruption.
Juan Lang [Fri, 19 Oct 2007 13:45:33 +0000 (06:45 -0700)] 
crypt32: Remove tests that cause memory corruption.

16 years agoitss: Fixed memory freeing.
Jacek Caban [Sun, 21 Oct 2007 12:36:38 +0000 (14:36 +0200)] 
itss: Fixed memory freeing.

16 years agowinex11.drv: Remove the coloruse == -1 special case. Add X11DRV_DIB_GetColorCount...
Francois Gouget [Thu, 18 Oct 2007 15:10:06 +0000 (17:10 +0200)] 
winex11.drv: Remove the coloruse == -1 special case. Add X11DRV_DIB_GetColorCount() for computing a bitmap's number of colors.

16 years agontdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).
Alexandre Julliard [Fri, 19 Oct 2007 12:40:23 +0000 (14:40 +0200)] 
ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).

16 years agocrypt32: Keep signer handle count separate from signer info.
Juan Lang [Fri, 19 Oct 2007 10:48:50 +0000 (03:48 -0700)] 
crypt32: Keep signer handle count separate from signer info.

16 years agocrypt32: Free memory on an error path.
Juan Lang [Fri, 19 Oct 2007 04:52:06 +0000 (21:52 -0700)] 
crypt32: Free memory on an error path.

16 years agocrypt32: Free root store when quitting.
Juan Lang [Fri, 19 Oct 2007 04:50:46 +0000 (21:50 -0700)] 
crypt32: Free root store when quitting.

16 years agocrypt32: Fix a couple leaked messages.
Juan Lang [Fri, 19 Oct 2007 03:48:33 +0000 (20:48 -0700)] 
crypt32: Fix a couple leaked messages.

16 years agocrypt32: Get rid of an unused key.
Juan Lang [Fri, 19 Oct 2007 03:48:01 +0000 (20:48 -0700)] 
crypt32: Get rid of an unused key.

16 years agocrypt32: Make sure a signed encode message's signer info is always initialized.
Juan Lang [Fri, 19 Oct 2007 03:47:30 +0000 (20:47 -0700)] 
crypt32: Make sure a signed encode message's signer info is always initialized.

16 years agocrypt32: Set lower quality chain count and pointer to 0 when freeing them.
Juan Lang [Fri, 19 Oct 2007 03:46:57 +0000 (20:46 -0700)] 
crypt32: Set lower quality chain count and pointer to 0 when freeing them.

16 years agocrypt32: Don't keep a pointer to the lower quality chains when choosing a higher...
Juan Lang [Fri, 19 Oct 2007 03:44:18 +0000 (20:44 -0700)] 
crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed.

16 years agocrypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.
Juan Lang [Thu, 18 Oct 2007 18:14:12 +0000 (11:14 -0700)] 
crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.

16 years agocrypt32: Use I_CertUpdateStore in registry stores.
Juan Lang [Thu, 18 Oct 2007 18:13:20 +0000 (11:13 -0700)] 
crypt32: Use I_CertUpdateStore in registry stores.

16 years agocrypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than...
Juan Lang [Thu, 18 Oct 2007 18:12:32 +0000 (11:12 -0700)] 
crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type.

16 years agocrypt32: Use I_CertUpdateStore in file stores.
Juan Lang [Thu, 18 Oct 2007 18:11:54 +0000 (11:11 -0700)] 
crypt32: Use I_CertUpdateStore in file stores.

16 years agocrypt32: Implement I_CertUpdateStore.
Juan Lang [Thu, 18 Oct 2007 18:10:55 +0000 (11:10 -0700)] 
crypt32: Implement I_CertUpdateStore.

16 years agocrypt32: Add tests for I_CertUpdateStore.
Juan Lang [Thu, 18 Oct 2007 18:10:23 +0000 (11:10 -0700)] 
crypt32: Add tests for I_CertUpdateStore.

16 years agocrypt32: Add I_CertUpdateStore stub.
Juan Lang [Thu, 18 Oct 2007 18:09:22 +0000 (11:09 -0700)] 
crypt32: Add I_CertUpdateStore stub.

16 years agocrypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.
Juan Lang [Thu, 18 Oct 2007 17:36:28 +0000 (10:36 -0700)] 
crypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.

16 years agocryptnet: Partially implement CryptGetObjectUrl.
Juan Lang [Thu, 18 Oct 2007 17:29:34 +0000 (10:29 -0700)] 
cryptnet: Partially implement CryptGetObjectUrl.

16 years agocryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition.
Juan Lang [Thu, 18 Oct 2007 17:28:59 +0000 (10:28 -0700)] 
cryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition.

16 years agocryptnet: Add tests for CryptGetObjectUrl.
Juan Lang [Thu, 18 Oct 2007 17:28:32 +0000 (10:28 -0700)] 
cryptnet: Add tests for CryptGetObjectUrl.

16 years agocryptnet: Add stub for CryptGetObjectUrl.
Juan Lang [Thu, 18 Oct 2007 17:20:02 +0000 (10:20 -0700)] 
cryptnet: Add stub for CryptGetObjectUrl.

16 years agocryptnet: Add CertDllVerifyRevocation stub.
Juan Lang [Thu, 18 Oct 2007 17:19:12 +0000 (10:19 -0700)] 
cryptnet: Add CertDllVerifyRevocation stub.

16 years agocryptnet: Implement DllRegisterServer/DllUnregisterServer.
Juan Lang [Thu, 18 Oct 2007 17:18:31 +0000 (10:18 -0700)] 
cryptnet: Implement DllRegisterServer/DllUnregisterServer.

16 years agowined3d: Fix comment typos in SetMultithreaded.
Allan Tong [Fri, 19 Oct 2007 03:40:40 +0000 (23:40 -0400)] 
wined3d: Fix comment typos in SetMultithreaded.

16 years agowined3d: Fix resource cleanup if CreateCubeTexture fails.
Allan Tong [Fri, 19 Oct 2007 03:39:22 +0000 (23:39 -0400)] 
wined3d: Fix resource cleanup if CreateCubeTexture fails.

16 years agokernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.
Mikolaj Zalewski [Fri, 19 Oct 2007 01:19:24 +0000 (18:19 -0700)] 
kernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.

16 years agowinealsa: Don't use default:XX to open up a hardware control.
Maarten Lankhorst [Tue, 16 Oct 2007 16:32:29 +0000 (18:32 +0200)] 
winealsa: Don't use default:XX to open up a hardware control.

16 years agoriched20: Single-line control must refuse to insert carriage returns (with tests).
Alex Villacís Lasso [Thu, 18 Oct 2007 16:02:09 +0000 (11:02 -0500)] 
riched20: Single-line control must refuse to insert carriage returns (with tests).

16 years agomsi/tests: Do not leak a HKEY when RegQueryValueEx failed.
Detlef Riekenberg [Thu, 18 Oct 2007 15:30:06 +0000 (17:30 +0200)] 
msi/tests: Do not leak a HKEY when RegQueryValueEx failed.

16 years agodimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined.
Francois Gouget [Thu, 18 Oct 2007 15:12:03 +0000 (17:12 +0200)] 
dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined.

16 years agomshtml: Add a missing import directive to mshtml.idl.
Francois Gouget [Thu, 18 Oct 2007 15:14:53 +0000 (17:14 +0200)] 
mshtml: Add a missing import directive to mshtml.idl.

16 years agoimm32: #ifdef-out some functions in imm.h if wingdi.h was not included first.
Francois Gouget [Thu, 18 Oct 2007 15:12:30 +0000 (17:12 +0200)] 
imm32: #ifdef-out some functions in imm.h if wingdi.h was not included first.

16 years agondrtypes.h: Include limits.h.
Francois Gouget [Thu, 18 Oct 2007 15:10:16 +0000 (17:10 +0200)] 
ndrtypes.h: Include limits.h.

16 years agotools/fnt2fon: Remove error() as it is almost unused. Transform errno into a meaningf...
Francois Gouget [Thu, 18 Oct 2007 15:05:11 +0000 (17:05 +0200)] 
tools/fnt2fon: Remove error() as it is almost unused. Transform errno into a meaningful string for the error message.

16 years agompr: Delete a stub trace.
Konstantin Kondratyuk [Thu, 18 Oct 2007 14:54:29 +0000 (18:54 +0400)] 
mpr: Delete a stub trace.

16 years agows2_32: Return proper WSAENOBUFS error when enuming protocols.
Aric Stewart [Thu, 18 Oct 2007 13:40:13 +0000 (08:40 -0500)] 
ws2_32: Return proper WSAENOBUFS error when enuming protocols.

16 years agowine.inf: Self-register msimtf.dll.
Jacek Caban [Thu, 18 Oct 2007 14:16:23 +0000 (16:16 +0200)] 
wine.inf: Self-register msimtf.dll.

16 years agomshtml: Added support for installing Gecko from build dir.
Jacek Caban [Thu, 18 Oct 2007 13:06:54 +0000 (15:06 +0200)] 
mshtml: Added support for installing Gecko from build dir.

16 years agomshtml: Set selection to default on IHTMLSelectionObject::createRange if there is...
Jacek Caban [Thu, 18 Oct 2007 12:54:42 +0000 (14:54 +0200)] 
mshtml: Set selection to default on IHTMLSelectionObject::createRange if there is no range selected.

16 years agowrc: Modify the error, warning and tracing functions to behave like all the other...
Francois Gouget [Thu, 18 Oct 2007 15:11:52 +0000 (17:11 +0200)] 
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.

16 years agowmc: Modify the error and warning functions to behave like all the other Wine tracing...
Francois Gouget [Thu, 18 Oct 2007 15:11:57 +0000 (17:11 +0200)] 
wmc: Modify the error and warning functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.

16 years agowinegcc: Modify error() to behave like all the other Wine tracing methods, that is...
Francois Gouget [Thu, 18 Oct 2007 15:11:47 +0000 (17:11 +0200)] 
winegcc: Modify error() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.

16 years agowidl: Modify generic_msg() to behave like all the other Wine tracing methods, that...
Francois Gouget [Thu, 18 Oct 2007 15:11:30 +0000 (17:11 +0200)] 
widl: Modify generic_msg() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.

16 years agowidl: Add the trailing '\n' to an error message.
Francois Gouget [Thu, 18 Oct 2007 15:10:45 +0000 (17:10 +0200)] 
widl: Add the trailing '\n' to an error message.

16 years agowidl: Remove internal_error() as it is unused.
Francois Gouget [Thu, 18 Oct 2007 15:10:30 +0000 (17:10 +0200)] 
widl: Remove internal_error() as it is unused.

16 years agontdll: Cache the DOS drives stat info for up to one second.
Alexandre Julliard [Thu, 18 Oct 2007 13:16:07 +0000 (15:16 +0200)] 
ntdll: Cache the DOS drives stat info for up to one second.

16 years agoshell32: Check for internal shell classes before querying the registry in SHCoCreateI...
Alexandre Julliard [Thu, 18 Oct 2007 13:15:40 +0000 (15:15 +0200)] 
shell32: Check for internal shell classes before querying the registry in SHCoCreateInstance.

16 years agokernel32: Partially implement GetUserGeoID().
EA Durbin [Wed, 17 Oct 2007 02:06:46 +0000 (21:06 -0500)] 
kernel32: Partially implement GetUserGeoID().

16 years agoFix redundant uses of MAKEINTRESOURCE.
Alexandre Julliard [Thu, 18 Oct 2007 12:12:05 +0000 (14:12 +0200)] 
Fix redundant uses of MAKEINTRESOURCE.

16 years agoshell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive...
Alexandre Julliard [Thu, 18 Oct 2007 12:11:43 +0000 (14:11 +0200)] 
shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive symlinks.

16 years agouser32: Tests for fix EM_SETLIMITTEXT with zeroed args.
Alex Villacís Lasso [Mon, 15 Oct 2007 01:25:54 +0000 (20:25 -0500)] 
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.

16 years agouser32: Fix EM_SETLIMITTEXT with zeroed args.
Alex Villacís Lasso [Tue, 16 Oct 2007 20:25:51 +0000 (15:25 -0500)] 
user32: Fix EM_SETLIMITTEXT with zeroed args.

16 years agouser32: Add more listbox message tests, make them pass under Wine.
Dmitry Timoshkov [Tue, 16 Oct 2007 13:23:34 +0000 (22:23 +0900)] 
user32: Add more listbox message tests, make them pass under Wine.

16 years agoshell32: Fix typo in GlobalAlloc parameters.
Evan Teran [Thu, 18 Oct 2007 06:12:34 +0000 (02:12 -0400)] 
shell32: Fix typo in GlobalAlloc parameters.

16 years agomsi: Make the WriteEnvironmentStrings handling of [~] a bit better.
Mikolaj Zalewski [Thu, 18 Oct 2007 01:22:16 +0000 (18:22 -0700)] 
msi: Make the WriteEnvironmentStrings handling of [~] a bit better.

16 years agowininet: Release object in HttpEndRequestW after use.
Nigel Liang [Thu, 18 Oct 2007 00:07:41 +0000 (17:07 -0700)] 
wininet: Release object in HttpEndRequestW after use.

16 years agospoolss: Return a magic number as HANDLE in RevertToPrinterSelf.
Detlef Riekenberg [Wed, 17 Oct 2007 20:55:56 +0000 (22:55 +0200)] 
spoolss: Return a magic number as HANDLE in RevertToPrinterSelf.

16 years agospoolss: Add a stub for BuildOtherNamesFromMachineName.
Detlef Riekenberg [Wed, 17 Oct 2007 20:46:07 +0000 (22:46 +0200)] 
spoolss: Add a stub for BuildOtherNamesFromMachineName.

16 years agocomctl32: Add Greek resources.
Apostolos Alexiadis [Tue, 16 Oct 2007 06:14:01 +0000 (09:14 +0300)] 
comctl32: Add Greek resources.

16 years agocrypt32: Always return an empty list on failure from CryptGetDefaultOIDDllList.
Juan Lang [Wed, 17 Oct 2007 16:34:14 +0000 (09:34 -0700)] 
crypt32: Always return an empty list on failure from CryptGetDefaultOIDDllList.

16 years agocrypt32: Don't abort early if encoding type is 0 for CryptRegisterOIDFunction/CryptUn...
Juan Lang [Wed, 17 Oct 2007 16:33:30 +0000 (09:33 -0700)] 
crypt32: Don't abort early if encoding type is 0 for CryptRegisterOIDFunction/CryptUnregisterOIDFunction.

16 years agocrypt32: Don't crash logging numeric function names.
Juan Lang [Wed, 17 Oct 2007 16:32:32 +0000 (09:32 -0700)] 
crypt32: Don't crash logging numeric function names.

16 years agocrypt32: Implement CryptGetDefaultOIDFunctionAddress.
Juan Lang [Wed, 17 Oct 2007 16:32:04 +0000 (09:32 -0700)] 
crypt32: Implement CryptGetDefaultOIDFunctionAddress.

16 years agocrypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.
Juan Lang [Wed, 17 Oct 2007 16:31:18 +0000 (09:31 -0700)] 
crypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.

16 years agocrypt32: Use a structure to hold function address handle.
Juan Lang [Wed, 17 Oct 2007 16:30:33 +0000 (09:30 -0700)] 
crypt32: Use a structure to hold function address handle.

16 years agontdll: Support for UTF-16 manifests with reverse endianness.
Mikolaj Zalewski [Wed, 17 Oct 2007 20:59:07 +0000 (13:59 -0700)] 
ntdll: Support for UTF-16 manifests with reverse endianness.

16 years agontdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).
Mikolaj Zalewski [Wed, 17 Oct 2007 20:36:34 +0000 (13:36 -0700)] 
ntdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).

16 years agokernel32/tests: Make the actctx test pass when the application is run from a differen...
Mikolaj Zalewski [Wed, 17 Oct 2007 19:51:39 +0000 (12:51 -0700)] 
kernel32/tests: Make the actctx test pass when the application is run from a different directory.

16 years agokernel32/tests: Support for spaces in actctx test executable path.
Mikolaj Zalewski [Wed, 17 Oct 2007 18:38:55 +0000 (11:38 -0700)] 
kernel32/tests: Support for spaces in actctx test executable path.

16 years agokernel32/tests: Don't close an invalid handle if the process is being debugged as...
Mikolaj Zalewski [Wed, 17 Oct 2007 18:08:51 +0000 (11:08 -0700)] 
kernel32/tests: Don't close an invalid handle if the process is being debugged as this will raise an exception.

16 years agomsi: Add handling for MSIMODIFY_INSERT for the streams table.
James Hawkins [Thu, 18 Oct 2007 03:58:31 +0000 (22:58 -0500)] 
msi: Add handling for MSIMODIFY_INSERT for the streams table.

16 years agomsi: Save nonpersistent strings as holes in the string pool.
James Hawkins [Thu, 18 Oct 2007 03:57:18 +0000 (22:57 -0500)] 
msi: Save nonpersistent strings as holes in the string pool.

16 years agomsi: Test adding nonpersistent strings to the string table.
James Hawkins [Thu, 18 Oct 2007 03:55:40 +0000 (22:55 -0500)] 
msi: Test adding nonpersistent strings to the string table.

16 years agomsi: Return ERROR_FUNCTION_FAILED if a matching row is not found.
James Hawkins [Thu, 18 Oct 2007 03:54:39 +0000 (22:54 -0500)] 
msi: Return ERROR_FUNCTION_FAILED if a matching row is not found.

16 years agomsi: Return ERROR_FUNCTION_FAILED when inserting duplicate keys.
James Hawkins [Thu, 18 Oct 2007 03:53:54 +0000 (22:53 -0500)] 
msi: Return ERROR_FUNCTION_FAILED when inserting duplicate keys.