Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Begin to handle Security descriptors for keys. | Richard Sharpe | 2002-12-13 | 1 | -0/+95 | |
| | | ||||||
| * | Guy Harris points out that the level and ptr fields in a | Tim Potter | 2002-12-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | SPOOL_USER_CTR look like they should be transposed. We don't make use of the user level information (what is it used for??) so I haven't changed any code, just added a comment. | |||||
* | | fix usage message | Gerald Carter | 2002-12-16 | 1 | -2/+3 | |
| | | ||||||
* | | Ensure talloc pool query messages are reserved. | Jeremy Allison | 2002-12-14 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | The name pointer in the talloc context must not be a talloced entry as | Jeremy Allison | 2002-12-14 | 1 | -2/+13 | |
| | | | | | | | | | | calling talloc_destroy_pool(as we do sometimes) will destroy it. Jeremy. | |||||
* | | Store printer guid in the dsspooler registry key so we don't have to | Jim McDonough | 2002-12-13 | 2 | -106/+187 | |
| | | | | | | | | query the directory server every time someone asks | |||||
* | | Fix for old DOS client when veto files is set to /.*/ | Jeremy Allison | 2002-12-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | More printer publishing code. | Jim McDonough | 2002-12-13 | 4 | -13/+86 | |
| | | | | | | | | | | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it. | |||||
* | | merge of get_dc_name()-like code from APP_HEAD; better support password ↵ | Gerald Carter | 2002-12-13 | 5 | -139/+49 | |
| | | | | | | | | server = DC1 * | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-12-12 | 3 | -0/+593 | |
|\| | ||||||
| * | merge of get_dc_name()-like code from APP_HEAD; better support password ↵ | Gerald Carter | 2002-12-12 | 6 | -142/+156 | |
| | | | | | | | | server = DC1 * | |||||
| * | ignore editreg | Gerald Carter | 2002-12-12 | 1 | -0/+1 | |
| | | ||||||
| * | merge of smbpasswd segfault from SAMBA_2_2 | Gerald Carter | 2002-12-12 | 1 | -7/+10 | |
| | | ||||||
| * | CR1333: Fix memory leak when unpacking some structures. | Martin Pool | 2002-12-12 | 1 | -10/+15 | |
| | | | | | | | | | | | | * (pytdbunpack_item): PyList_Append creates an additional reference to the appended object. Therefore, release the initial reference after it's added to the list. | |||||
| * | * Ignore .pyc and .pyo files produced as a side-effect of running | Martin Pool | 2002-12-12 | 1 | -0/+2 | |
| | | | | | | | | Python examples. | |||||
| * | Added "kernel change notify" boolean to allow easier valgrind testing. | Jeremy Allison | 2002-12-12 | 2 | -1/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 7 | -69/+83 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix write error returning EFBIG - found by Conrad. | Jeremy Allison | 2002-12-11 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix a small bug. | Richard Sharpe | 2002-12-11 | 1 | -2/+2 | |
| | | ||||||
| * | Improve the iterator wrt values ... Now prints keys and value names. | Richard Sharpe | 2002-12-11 | 1 | -6/+60 | |
| | | | | | | | | Does not print value values, yet. | |||||
| * | Some more tweaking for compilation of py_tdbpack. | Tim Potter | 2002-12-11 | 2 | -2/+2 | |
| | | ||||||
| * | Fix client large file reporting. | Jeremy Allison | 2002-12-10 | 3 | -5/+9 | |
| | | | | | | | | Jeremy | |||||
| * | Tidy up some bits. We can now at least list all the keys. | Richard Sharpe | 2002-12-10 | 1 | -16/+26 | |
| | | | | | | | | | | | | More work to do on the iterators and access functions. Still not King. Stinks really. | |||||
| * | fix broken incremental tar - merge from 2.2 | Herb Lewis | 2002-12-10 | 1 | -1/+2 | |
| | | | | | | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com> | |||||
| * | 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 | |
| | |