summaryrefslogtreecommitdiffstats
path: root/source/utils/editreg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add definitions of the various NT Registry on-disk structures ...Richard Sharpe2002-12-081-3/+181
* Fix DAT_TIME so it becomes NTTIME and matches Samba source.Richard Sharpe2002-12-081-3/+12
* Some more updates ...Richard Sharpe2002-12-081-2/+43
* The beginnings of a registry editing program.Richard Sharpe2002-12-081-0/+506