Replace all use of bzero with memset ...
[tprouty/samba.git] / source3 / utils / editreg.c
2003-06-16 Richard SharpeReplace all use of bzero with memset ...
2003-06-10 Richard SharpeMore updates on editreg.c to bring it better in line...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-02 Richard SharpeMore changes to editreg to make it less tetchy.
2003-06-02 Richard SharpeSome fixes for editreg.c, although I see that head...
2003-05-09 Richard SharpeSync up to head ...
2003-05-09 Richard SharpeSome more static definitions ...
2003-05-09 Richard SharpeAdd some static ...
2003-05-09 Richard SharpeSync to the changes in head ...
2003-05-09 Richard SharpeSome more fixes for syntax problems on AIX etc ...
2003-05-09 Richard SharpeFix up a bunch of problems in editreg.c
2003-05-09 Richard SharpeFix up a bunch of compiler warnings ...
2003-05-09 Richard SharpeFix some compiler warnings about const etc ...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-05 Richard SharpeFix up some of the warnings that the build farm is...
2003-05-05 Richard SharpeSyncronize head editreg.c with 3.0.0 ...
2003-05-05 Tim PotterFix some compiler warnings.
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Richard SharpeGetting ready for code that actually writes a registry...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-25 Richard SharpeFinish laying out the SD, and now back to finishing...
2003-04-25 Richard SharpeMore code to store ACEs and SIDs. I have almost enough...
2003-04-25 Richard SharpeKeep coding this boring stuff to lay out security descr...
2003-04-24 Richard SharpeMore code to do with constructing SK records and self...
2003-04-24 Richard SharpeMore functions to compute the space taken up by SIDs...
2003-04-23 Richard SharpeAdd more code to store keys and other records ... still...
2003-04-22 Richard SharpeComplete the space allocation code for HBIN blocks ...
2003-04-22 Richard SharpeCommit more code dealing with allocating space in the...
2003-04-22 Richard SharpeMore infrastructure for storing registry
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Richard SharpeCorrect comments about breadth first, as the registry...
2003-04-21 Richard SharpeStart the outline of the code to store a registry tree ...
2003-04-21 Richard SharpeSome comments about the format of the on-disk reg file...
2003-04-20 Richard SharpeAdd a -f command-line flag to specify printing all...
2003-04-20 Richard SharpeWell, we can now add keys and values and delete keys...
2003-04-20 Richard SharpeAdd code to delete values ...
2003-04-20 Richard SharpeBegin the code that handles key values ... Delete a...
2003-04-20 Richard SharpeComplete most of the coding for adding keys. We can...
2003-04-20 Richard SharpeThe code is a bit of a mess right now.
2003-04-20 Richard SharpeMore functionality, esp around adding keys and inherita...
2003-04-20 Richard SharpeMOre functionality ... got to test it.
2003-04-19 Richard SharpeSome more work added ...
2003-04-19 Richard SharpeSquelch some warnings, and move a bit of code around...
2003-04-18 Richard SharpeMore minor edits to add features ...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 Richard SharpeMore updates ...
2003-04-17 Richard SharpeUpdates to editreg.c to provide more functionality ...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-16 Richard SharpeRecover much of my changes to editreg.c. Add some const...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-17 Richard SharpeStart adding code to allow the in memory version of...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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.