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