Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support to Makefile.in for editreg | Richard Sharpe | 2002-12-10 | 2 | -4/+6 | |
| | | | | Fix a couple of duplicated macros. | |||||
* | Complete more of the code. An iterator is close to complete. Compiles, | Richard Sharpe | 2002-12-10 | 1 | -18/+87 | |
| | | | | but not tested as yet. | |||||
* | Clean up the code some more. Create more elements of the tree. | Richard Sharpe | 2002-12-10 | 1 | -7/+84 | |
| | | | | | | | Security Descriptors/Keys not yet processed. Make debugging printfs only occur if verbose is set. Create an iterator for the registry key. Still not King. Bother! | |||||
* | The _abs time functions should not be converting from/to GMT. | Jeremy Allison | 2002-12-10 | 1 | -18/+11 | |
| | | | | | Patch from "Jordan Russell" <jr-list-samba-technical@quo.to> Jeremy. | |||||
* | finnally put in Alexander parametric pacth | Simo Sorce | 2002-12-09 | 2 | -115/+319 | |
| | ||||||
* | make vfs recycle use vfs facilities correctly! | Simo Sorce | 2002-12-09 | 2 | -23/+148 | |
| | | | | | | | | WARNING: every vfs module maintainer should look at these changes to understand how to properly write a vfs module in head!! also make installmodules work correctly when the directory structure is not yet in place. Simo. | |||||
* | Handle the creation of more parts of the tree ... Still have to do SK records | Richard Sharpe | 2002-12-09 | 1 | -3/+38 | |
| | | | | | | | and the data parts of the VK records. Also have to code up routines that can iterate across keys and values, as well as return values associated with a particular key, etc. | |||||
* | Start allocating structures to keep the in memory copy of the registry tree | Richard Sharpe | 2002-12-09 | 1 | -5/+52 | |
| | | | | | | in. Don't yet handle the SK records (security descriptors), but will soon. It still compiles on Linux, but I am still not King. | |||||
* | Begin to decode Value Keys, names and values ... | Richard Sharpe | 2002-12-09 | 1 | -0/+79 | |
| | ||||||
* | Add some more handling of Key records ... | Richard Sharpe | 2002-12-09 | 1 | -8/+124 | |
| | ||||||
* | Fix example command (reported by Cameron Maxwell) | Jelmer Vernooij | 2002-12-08 | 1 | -1/+1 | |
| | ||||||
* | Commit some more changes ... Start processing the sub-keys, recursively. | Richard Sharpe | 2002-12-08 | 1 | -4/+30 | |
| | ||||||
* | Fix the breakage, and start processing the first key record: | Richard Sharpe | 2002-12-08 | 1 | -8/+110 | |
| | | | | | | ./editreg ~rsharpe/profile/NTUSER.DAT NK HDR: Name len: 12, class name len: 0 Key name: $$$PROTO.HIV | |||||
* | A small fix to Makefile.in from Bradley Longhurst. | Richard Sharpe | 2002-12-08 | 1 | -2/+2 | |
| | | | | Less Fir needed. | |||||
* | Define some macros for accessing shorts and ints in an endian independent ↵ | Richard Sharpe | 2002-12-08 | 1 | -19/+46 | |
| | | | | | | | | | | manner. Start processing the header and etc. Make sure it compiles on Linux, and runs on Linux for the code that is there. Will try FreeBSD soon, and maybe Slowaris. | |||||
* | Add definitions of the various NT Registry on-disk structures ... | Richard Sharpe | 2002-12-08 | 1 | -3/+181 | |
| | ||||||
* | Fix DAT_TIME so it becomes NTTIME and matches Samba source. | Richard Sharpe | 2002-12-08 | 1 | -3/+12 | |
| | | | | Add code to start reading the registry file. | |||||
* | make querygroup in rpcclient working, same fix as per 2.2 tree | Simo Sorce | 2002-12-08 | 2 | -7/+5 | |
| | ||||||
* | Some more updates ... | Richard Sharpe | 2002-12-08 | 1 | -2/+43 | |
| | ||||||
* | The beginnings of a registry editing program. | Richard Sharpe | 2002-12-08 | 1 | -0/+506 | |
| | ||||||
* | Ensure global_scope() returns "", not the NULL string. Froma tpot fix. | Jeremy Allison | 2002-12-06 | 2 | -1/+7 | |
| | | | | Jeremy. | |||||
* | Fix debugs for rap mapping. Delete job on map fail. | Jeremy Allison | 2002-12-05 | 2 | -3/+7 | |
| | | | | Jeremy. | |||||
* | More printer data to publish | Jim McDonough | 2002-12-05 | 3 | -71/+70 | |
| | ||||||
* | Add some const | Jim McDonough | 2002-12-05 | 1 | -3/+3 | |
| | ||||||
* | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 2002-12-05 | 6 | -16/+59 | |
| | | | | | | jobid. This was causing Win9x client "set name" calls to fail. Still need one cleanup fix to finish. Jeremy. | |||||
* | fix stat reporting on put command | Herb Lewis | 2002-12-05 | 1 | -1/+1 | |
| | ||||||
* | Rerun configure. | Tim Potter | 2002-12-05 | 1 | -770/+739 | |
| | ||||||
* | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 2002-12-04 | 8 | -33/+13 | |
| | ||||||
* | FUNCTION_MACRO change broke the Python modules. | Tim Potter | 2002-12-04 | 2 | -8/+18 | |
| | | | | Also fix up string pasting (I thought this should only be a warning?) | |||||
* | Added Volker's directory fix - save the attributes | Jeremy Allison | 2002-12-04 | 1 | -0/+3 | |
| | | | | | from the first call. Jeremy. | |||||
* | More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ↵ | Jim McDonough | 2002-12-04 | 2 | -3/+65 | |
| | | | | ones should be published now. | |||||
* | Janitor for tpot yet again... Merging in memory leak fix. | Jeremy Allison | 2002-12-04 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | change_trust_account_password() must always use the PDC for rpc | Gerald Carter | 2002-12-04 | 2 | -88/+80 | |
| | | | | | | password changes. jerry | |||||
* | Make sure we have a default st_blocksize. | Jeremy Allison | 2002-12-04 | 2 | -395/+404 | |
| | | | | Jeremy. | |||||
* | cleaning up some friendly error messages | Gerald Carter | 2002-12-04 | 1 | -22/+26 | |
| | ||||||
* | [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277 | Gerald Carter | 2002-12-04 | 1 | -182/+22 | |
| | ||||||
* | Need brackets around macro args. Spotted by Patrick Welche ↵ | Jeremy Allison | 2002-12-04 | 1 | -1/+1 | |
| | | | | | | <prlw1@newn.cam.ac.uk>. Jeremy. | |||||
* | Doing janitorial duty for tpot - memory leak fix. | Jeremy Allison | 2002-12-04 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Automatic printer publishing when using APW or choosing 'list in the ↵ | Jim McDonough | 2002-12-04 | 3 | -19/+267 | |
| | | | | directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients. | |||||
* | ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2 | Gerald Carter | 2002-12-04 | 1 | -2/+1 | |
| | ||||||
* | Missed the removal of the incorrect ifdef. | Jeremy Allison | 2002-12-04 | 1 | -3/+1 | |
| | | | | Jeremy. | |||||
* | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 2002-12-04 | 8 | -1745/+2138 | |
| | | | | Jeremy. | |||||
* | THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks | Jeremy Allison | 2002-12-04 | 1 | -0/+237 | |
| | | | | | autoconf 2.13. Jeremy. | |||||
* | [merge from app_head] | Gerald Carter | 2002-12-04 | 1 | -2/+15 | |
| | | | | | XP sends GetPrinterData("ChangeId"). So we now respond accordingly. Possible fix for CR 1147. | |||||
* | Reformat of reply.c before Volker's patch. | Jeremy Allison | 2002-12-03 | 1 | -1059/+1029 | |
| | | | | Jeremy. | |||||
* | Rerun autoconf. | Tim Potter | 2002-12-03 | 1 | -18889/+8987 | |
| | ||||||
* | Defaulting python breaks the clean target it python isn't installed. | Tim Potter | 2002-12-03 | 1 | -6/+3 | |
| | ||||||
* | use FILE_MACRO instead of __FILE__ | Herb Lewis | 2002-12-03 | 7 | -60/+60 | |
| | | | | use FUNCTION_MACRO instead of __FUNCTION_ | |||||
* | use the new IVAL_TO_SMB_OFF_T for file_info size member | Herb Lewis | 2002-12-03 | 1 | -4/+4 | |
| | | | | dir now shows correct size on large files | |||||
* | Support printer info 7, used for publishing | Jim McDonough | 2002-12-03 | 2 | -0/+79 | |
| |