strip whitespace from end of lines
[reactos.git] / reactos / ntoskrnl / cm / ntfunc.c
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-04 Aleksey BraginNtOpenKey modified to correctly behave when wrong input...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemeladded more irql checks and secured access to buffers...
2005-02-21 Thomas Bluemelimplemented CmUnRegisterCallback() and CmUnRegisterCall...
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-25 Gé van GeldorpReplace wcschr. Fixes bug #488.
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-18 Thomas Bluemelfixed prototype of NtNotifyChangeKey()
2005-01-01 Alex IonescuUse proper name for the NtSetInformationKey Info classe...
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-08-31 Filip Navara- Don't use ULONG for storing pointers.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 Filip Navara- Change length checking semantics of NtEnumerateKey...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded exports for new stubs and fixed some issues with...
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuCM (Registry Manager) Stubs added (Registry Callbacks)
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-02-28 Filip Navara- NtQueryKey should return STATUS_BUFFER_TOO_SMALL...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-07 Hartmut Birr- Free or recycle the remaining path string after a...
2004-01-31 Eric KohlFixed querying and enumerating the subkeys of HKEY_LOCA...
2004-01-23 Eric KohlNtOpenKey() should return a better status value if...
2004-01-15 Eric KohlFixed a potential cause of registry corruption in NtSet...
2004-01-13 Eric KohlCleaned up NtSetValueKey() and NtQueryValueKey().
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-08 Eric KohlUse a list to store linked hives.
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
2003-11-06 Eric KohlFixed a typo.
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-13 Eric Kohl- Cancel pending hive scynchronization upon shutdown.
2003-10-11 Eric KohlFixed cell buggy cell size calculation.
2003-10-10 Eric Kohl- Fixed inconsistent detection of in-offset data.
2003-10-05 Filip NavaraMade registry key handles inheritable.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-30 Hartmut Birr- Fixed the enumeration of subkeys for which doesn...
2003-07-30 Eric KohlFixed returned key names in calls to NtEnumerateKey...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Eric KohlImplemented NtSaveKey().
2003-06-01 Hartmut Birr- Return after cleanup in NtEnumerateKey.
2003-06-01 Eric KohlFixed remaining object name issues in NtLoadKey2()...
2003-05-30 Eric KohlImplemented NtLoadKey2() and NtUnloadKey().
2003-05-29 Eric KohlConverted the Registry to Unicode.
2003-05-28 Eric KohlConvert Registry to Unicode. Part 2.
2003-05-28 Eric KohlUse Unicode strings in key objects.
2003-05-27 Eric KohlUpdated registry key flags. 0x20 means packed key name.
2003-05-24 Eric KohlOptimized hive import.
2003-04-22 Eric KohlAdded checks for invalid block pointers.
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-03-22 Eric KohlFixed NtLoadKey(), NtLoadKey2() and NtSaveKey() signature.
2003-03-18 Eric KohlFixed an off-by-one error in CmiPopulateHive().
2003-03-17 Eric KohlNtCreateKey() must return STATUS_OBJECT_NAME_NOT_FOUND...
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2003-02-12 Eric KohlAdded hive synchronization to value-related registry...
2003-02-10 Eric KohlUse ERESOURCE instead of spinlock to protect the hive...
2003-02-09 Eric KohlSimplified key deletion.
2003-02-09 Eric KohlAdded hive flushing.
2002-12-02 Eric KohlImplemented deferred hive synchronization. It doesn...
2002-12-01 Eric KohlFixed NtQueryValueKey() wrt packed value names.
2002-11-30 Eric KohlImplemented packing of value names
2002-11-26 Eric KohlUse ERESOURCE to lock registry hives.
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-10-23 Eric KohlInitialize registry hives only once.
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-06-16 Eric KohlFixed wrong interpretation of value cell size in NtSetV...
2002-03-16 Eric KohlImproved registry initialization.
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-02-06 Eric KohlImplemented [Nt/Zw]QueryMultipleValueKey().
2002-02-05 Eric KohlFixed name string length and termination for KeyValueB...
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-08 Eric KohlCreate mandatory keys for resource management.
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-14 Jason FilbyFrom Eugene Ingerman: