[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)
[reactos.git] / reactos / ntoskrnl / cm / ntfunc.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2007-12-08 Aleksey Bragin- Move NtCreateKey to regobj.c, delete ntfunc.c, now...
2007-12-06 Aleksey Bragin- Replace KEY_OBJECT by real CM_KEY_BODY NT type.
2007-12-06 Aleksey Bragin- Rewrite CmiScanKeyList to use the NCB.
2007-12-06 Aleksey Bragin- Remove CmiAddKeyToList.
2007-12-05 Aleksey Bragin- Save hive flags instead of ignoring them (but ignore...
2007-12-04 Aleksey BraginDo a full clean rebuild after this commit!
2007-12-02 Aleksey Bragin- Implement NtInitalizeRegistry with proper boot flags...
2007-11-23 Aleksey Bragin- Cleanup NtCreateKey and NtOpenKey to make it simpler...
2007-11-23 Aleksey Bragin- Remove CmiInitHives.
2007-11-22 Aleksey Bragin- Fix prototype of NtLoadKeyEx.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-05 Aleksey Bragin- Get rid of ReactOS Hive Flags.
2007-11-05 Aleksey Bragin- Fix a typo (compare a WCHAR with a WCHAR, not CHAR).
2007-11-04 Art YerkesFix key parsing by copying the unicode string struct...
2007-11-02 Aleksey Bragin- Move Nt* APIs converted to new CM into config/cmapi.c
2007-10-31 Aleksey Bragin- Get rid of parent key member in PKEY_OBJECT, and...
2007-10-30 Aleksey Bragin- Start using members inside the KCB instead of the...
2007-10-28 Aleksey Bragin- Include config/cm.h for cm based code, and remove...
2007-10-28 Aleksey Bragin- Move registry shareable types (not internal to ntoskr...
2007-10-26 Aleksey Bragin- Define LIST_ENTRY functions as part of host headers...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-16 Mike NordellFixes the registry loop bug. No more bugchecks after...
2007-08-23 Aleksey Bragin- Small NDK headers update
2007-08-11 Aleksey Bragin- Last part of Alex's work on CM before he left ReactOS...
2007-08-10 Aleksey Bragin- RtlpCreateUnicodeString() -> RtlCreateUnicodeString()
2007-07-18 Aleksey Bragin- Comment those 2 keyboard layouts so that trunk is...
2007-07-15 Aleksey Bragin- Don't do ObInsertObject() for a key object, but use...
2007-07-09 Hervé Poussineau[FORMATTING]
2007-07-04 Hervé PoussineauAdd a message in case of error when loading/initializin...
2007-05-24 Aleksey Bragin- Fix wrong access-rights when referencing the object...
2007-05-24 Aleksey Bragin- Add tracing DPRINTs to all public APIs.
2007-05-17 Alex Ionescu- Implement NtDeleteKey as a simpler wrapper around...
2007-05-14 Alex Ionescu- Re-organize regobj.c so that new APIs are at the...
2007-05-14 Alex Ionescu- Implement CmpFindSubKeyByNumber and CmpDoFindSubKeyBy...
2007-05-14 Alex Ionescu- Make CmiGetMaxClassLength, CmiGetMaxNameLength, CmiGe...
2007-05-14 Alex Ionescu- Implement NtEnumerateValueKey as a simpler wrapper.
2007-05-14 Alex Ionescu- Implement NtQueryValueKey as a simple wrapper around...
2007-05-14 Alex Ionescu- Implement NtDeleteValueKey as a simple wrapper around...
2007-05-13 Alex Ionescu- Remove more old/dead code.
2007-05-13 Alex Ionescu- HvGetCellSize should return the correct positive...
2007-05-11 Alex Ionescu- Move CmInitSystem1 to cmsysini.c and merge in existin...
2007-05-11 Alex Ionescu- Move CmpInitializeSystemHive and CmpCreateObjectTypes...
2007-05-10 Alex Ionescu- Remove/deprecate some certain chunks of Cm which...
2007-04-08 Dmitry GorbachevFix "registry error" bug (see bugzilla report #1998).
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Alex Ionescu- Proper fix for the bug that 25558 attempted to fix...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-21 Christoph von Wittich-fix a call to ExGetPreviousMode()
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-06 Aleksey BraginDmitry G. Gorbachev (hto at mail cnt dot ru):
2007-01-05 Saveliy TretiakovFix bsod when executing IntLoadKeyboardLayout. (NtOpenK...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-03 Aleksey BraginNCI interface auditing, sysfuncs.lst.
2006-10-23 Alex Ionescu- Add NtCompactKeys, NtcompressKey, NtLoadKeyEx, NtLock...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-29 Hervé PoussineauImplement RegNtPreEnumerateValueKey/RegNtPostEnumerateV...
2006-08-14 Alex Ionescu- Make HHIVE part of EREGISTRY_HIVE, similarly to NT.
2006-08-14 Alex Ionescu- VALUE_CELL => CM_KEY_VALUE
2006-08-14 Alex Ionescu- KEY_CELL => CM_KEY_NODE
2006-08-07 The Wine Synchronizer[FORMATTING]
2006-07-29 Aleksey BraginMove two helper macros into cm.h, and uncomment DPRINTs...
2006-07-29 Aleksey BraginAdd 2nd half of the Filip Navara's cmlib. Now both...
2006-06-29 Alex Ionescu- Add some hacks to Cm to allow creating registry keys...
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-06-07 Alex Ionescu- Clone ObpCreateHandle to CmpCreateHandle. I am about...
2006-06-02 Johannes Anderwaldalways zero handle on return
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-25 Alex Ionescu- Fix ObReferenceObjectByName and ObOpenObjectByName...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2005-12-29 Alex Ionescu- Implemented InterlockedBitTestAndReset, InterlockedBi...
2005-12-10 Thomas Bluemeldon't touch the key handle in NtOpenKey in failure...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-09 Aleksey BraginDPRINT->DPRINT1 in key places (when something fails...
2005-11-23 Hartmut BirrUsed the size of the data cell instead of the previous...
2005-11-19 Hervé Poussineau- Send ExGetPreviousMode() to ObReferenceObjectByHandle...
2005-11-17 Hartmut BirrSet the value/data cell to dirty, if an existing value...
2005-11-14 Hartmut BirrFixed a few length calculation in NtEnumerateValueKey...
2005-11-12 Gé van GeldorpSilence debug message
2005-10-29 Thomas Bluemel- probe and capture parameters in NtCreateKey
2005-10-29 Thomas Bluemel- deleting a registry value requires the KEY_SET_VALUE...
2005-09-24 Hartmut Birr- Moved the definition of REG_NOTIFY_CLASS from cm...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
next