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