Age | Commit message (Expand) | Author | Files | Lines |
2003-04-28 | Getting ready for code that actually writes a registry file out. | Richard Sharpe | 1 | -7/+32 |
2003-04-25 | Finish laying out the SD, and now back to finishing off NK records ... | Richard Sharpe | 1 | -1/+20 |
2003-04-25 | More code to store ACEs and SIDs. I have almost enough to start testing | Richard Sharpe | 1 | -4/+80 |
2003-04-25 | Keep coding this boring stuff to lay out security descriptors ... | Richard Sharpe | 1 | -2/+77 |
2003-04-24 | More code to do with constructing SK records and self relative SDs. | Richard Sharpe | 1 | -3/+27 |
2003-04-24 | More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC | Richard Sharpe | 1 | -3/+96 |
2003-04-23 | Add more code to store keys and other records ... still more to go | Richard Sharpe | 1 | -10/+92 |
2003-04-22 | Complete the space allocation code for HBIN blocks ... | Richard Sharpe | 1 | -1/+25 |
2003-04-22 | Commit more code dealing with allocating space in the HBIN blocks ... | Richard Sharpe | 1 | -7/+101 |
2003-04-22 | More infrastructure for storing registry | Richard Sharpe | 1 | -17/+63 |
2003-04-21 | Correct comments about breadth first, as the registry tree is stored in a | Richard Sharpe | 1 | -2/+28 |
2003-04-21 | Start the outline of the code to store a registry tree ... | Richard Sharpe | 1 | -2/+99 |
2003-04-21 | Some comments about the format of the on-disk reg file, as well as | Richard Sharpe | 1 | -7/+86 |
2003-04-20 | Add a -f command-line flag to specify printing all paths or only terminal | Richard Sharpe | 1 | -3/+11 |
2003-04-20 | Well, we can now add keys and values and delete keys and values ... | Richard Sharpe | 1 | -4/+6 |
2003-04-20 | Add code to delete values ... | Richard Sharpe | 1 | -9/+104 |
2003-04-20 | Begin the code that handles key values ... Delete a key value and add a | Richard Sharpe | 1 | -4/+58 |
2003-04-20 | Complete most of the coding for adding keys. We can now add a key. | Richard Sharpe | 1 | -26/+32 |
2003-04-20 | The code is a bit of a mess right now. | Richard Sharpe | 1 | -51/+146 |
2003-04-20 | More functionality, esp around adding keys and inheritance of security | Richard Sharpe | 1 | -1/+26 |
2003-04-20 | MOre functionality ... got to test it. | Richard Sharpe | 1 | -3/+23 |
2003-04-19 | Some more work added ... | Richard Sharpe | 1 | -5/+20 |
2003-04-19 | Squelch some warnings, and move a bit of code around to make some future | Richard Sharpe | 1 | -8/+11 |
2003-04-18 | More minor edits to add features ... | Richard Sharpe | 1 | -0/+21 |
2003-04-17 | More updates ... | Richard Sharpe | 1 | -2/+64 |
2003-04-17 | Updates to editreg.c to provide more functionality ... | Richard Sharpe | 1 | -261/+1119 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -42/+29 |
2003-02-16 | Recover much of my changes to editreg.c. Add some const and start coding | Richard Sharpe | 1 | -8/+203 |
2003-01-08 | Some fixes to editreg. Clientgen should not be touched, and an update to conf... | Richard Sharpe | 1 | -3/+0 |
2003-01-07 | this makes it compile, but I'm not sure if it is correct. Are we really | Herb Lewis | 1 | -1/+1 |
2003-01-07 | 'index' is the name of a libc function. Rename to 'ndx' to avoid compiler | Tim Potter | 1 | -4/+4 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -10/+10 |
2002-12-17 | Start adding code to allow the in memory version of the registry tree | Richard Sharpe | 1 | -23/+168 |
2002-12-16 | We now read in the whole of the registry, including security bits. | Richard Sharpe | 1 | -13/+21 |
2002-12-15 | All the code for reading in the registy is done, but I have a malloc'd | Richard Sharpe | 1 | -21/+83 |
2002-12-15 | Almost finished processing the registry encoded SEC DESC ... | Richard Sharpe | 1 | -1/+102 |
2002-12-14 | More code to read in and create security descriptor entries ... | Richard Sharpe | 1 | -28/+121 |
2002-12-13 | Begin to handle Security descriptors for keys. | Richard Sharpe | 1 | -0/+95 |
2002-12-11 | Fix a small bug. | Richard Sharpe | 1 | -2/+2 |
2002-12-11 | Improve the iterator wrt values ... Now prints keys and value names. | Richard Sharpe | 1 | -6/+60 |
2002-12-10 | Tidy up some bits. We can now at least list all the keys. | Richard Sharpe | 1 | -16/+26 |
2002-12-10 | Add support to Makefile.in for editreg | Richard Sharpe | 1 | -3/+0 |
2002-12-10 | Complete more of the code. An iterator is close to complete. Compiles, | Richard Sharpe | 1 | -18/+87 |
2002-12-10 | Clean up the code some more. Create more elements of the tree. | Richard Sharpe | 1 | -7/+84 |
2002-12-09 | Handle the creation of more parts of the tree ... Still have to do SK records | Richard Sharpe | 1 | -3/+38 |
2002-12-09 | Start allocating structures to keep the in memory copy of the registry tree | Richard Sharpe | 1 | -5/+52 |
2002-12-09 | Begin to decode Value Keys, names and values ... | Richard Sharpe | 1 | -0/+79 |
2002-12-09 | Add some more handling of Key records ... | Richard Sharpe | 1 | -8/+124 |
2002-12-08 | Commit some more changes ... Start processing the sub-keys, recursively. | Richard Sharpe | 1 | -4/+30 |
2002-12-08 | Fix the breakage, and start processing the first key record: | Richard Sharpe | 1 | -8/+110 |