More updates ...
[kai/samba.git] / source3 / utils / editreg.c
2003-04-17 Richard SharpeMore updates ...
2003-04-17 Richard SharpeUpdates to editreg.c to provide more functionality ...
2003-03-23 Jelmer VernooijConvert to popt.
2003-02-16 Richard SharpeRecover much of my changes to editreg.c. Add some const...
2003-01-08 Richard SharpeSome fixes to editreg. Clientgen should not be touched...
2003-01-07 Herb Lewisthis makes it compile, but I'm not sure if it is correc...
2003-01-07 Tim Potter'index' is the name of a libc function. Rename to...
2003-01-02 Andrew BartlettBIG patch...
2002-12-17 Richard SharpeStart adding code to allow the in memory version of...
2002-12-16 Richard SharpeWe now read in the whole of the registry, including...
2002-12-15 Richard SharpeAll the code for reading in the registy is done, but...
2002-12-15 Richard SharpeAlmost finished processing the registry encoded SEC...
2002-12-14 Richard SharpeMore code to read in and create security descriptor...
2002-12-13 Richard SharpeBegin to handle Security descriptors for keys.
2002-12-11 Richard SharpeFix a small bug.
2002-12-11 Richard SharpeImprove the iterator wrt values ... Now prints keys...
2002-12-10 Richard SharpeTidy up some bits. We can now at least list all the...
2002-12-10 Richard SharpeAdd support to Makefile.in for editreg
2002-12-10 Richard SharpeComplete more of the code. An iterator is close to...
2002-12-10 Richard SharpeClean up the code some more. Create more elements of...
2002-12-09 Richard SharpeHandle the creation of more parts of the tree ... Still...
2002-12-09 Richard SharpeStart allocating structures to keep the in memory copy...
2002-12-09 Richard SharpeBegin to decode Value Keys, names and values ...
2002-12-09 Richard SharpeAdd some more handling of Key records ...
2002-12-08 Richard SharpeCommit some more changes ... Start processing the sub...
2002-12-08 Richard SharpeFix the breakage, and start processing the first key...
2002-12-08 Richard SharpeDefine some macros for accessing shorts and ints in...
2002-12-08 Richard SharpeAdd definitions of the various NT Registry on-disk...
2002-12-08 Richard SharpeFix DAT_TIME so it becomes NTTIME and matches Samba...
2002-12-08 Richard SharpeSome more updates ...
2002-12-08 Richard SharpeThe beginnings of a registry editing program.