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