summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-12-16fix usage messageGerald Carter1-2/+3
2002-12-16updates to the gumsSimo Sorce7-107/+1633
2002-12-16We now read in the whole of the registry, including security bits.Richard Sharpe1-13/+21
2002-12-15Fix fnum leak under error condition in cacl_dump.Tim Potter1-6/+13
2002-12-15All the code for reading in the registy is done, but I have a malloc'dRichard Sharpe1-21/+83
2002-12-15Almost finished processing the registry encoded SEC DESC ...Richard Sharpe1-1/+102
2002-12-14More code to read in and create security descriptor entries ...Richard Sharpe1-28/+121
2002-12-14Ensure talloc pool query messages are reserved.Jeremy Allison1-0/+4
2002-12-14The name pointer in the talloc context must not be a talloced entry asJeremy Allison1-2/+13
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough2-106/+187
2002-12-13Fix for old DOS client when veto files is set to /.*/Jeremy Allison1-1/+1
2002-12-13More printer publishing code.Jim McDonough4-13/+86
2002-12-13Begin to handle Security descriptors for keys.Richard Sharpe1-0/+95
2002-12-13Guy Harris points out that the level and ptr fields in aTim Potter1-0/+4
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter6-142/+156
2002-12-12ignore editregGerald Carter1-0/+1
2002-12-12merge of smbpasswd segfault from SAMBA_2_2Gerald Carter1-7/+10
2002-12-12CR1333: Fix memory leak when unpacking some structures.Martin Pool1-10/+15
2002-12-12* Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool1-0/+2
2002-12-12Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2-1/+6
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison7-69/+83
2002-12-11Fix write error returning EFBIG - found by Conrad.Jeremy Allison1-0/+3
2002-12-11Fix a small bug.Richard Sharpe1-2/+2
2002-12-11Improve the iterator wrt values ... Now prints keys and value names.Richard Sharpe1-6/+60
2002-12-11Some more tweaking for compilation of py_tdbpack.Tim Potter2-2/+2
2002-12-10Fix client large file reporting.Jeremy Allison3-5/+9
2002-12-10Tidy up some bits. We can now at least list all the keys.Richard Sharpe1-16/+26
2002-12-10fix broken incremental tar - merge from 2.2Herb Lewis1-1/+2
2002-12-10Add support to Makefile.in for editregRichard Sharpe2-4/+6
2002-12-10Complete more of the code. An iterator is close to complete. Compiles,Richard Sharpe1-18/+87
2002-12-10Clean up the code some more. Create more elements of the tree.Richard Sharpe1-7/+84
2002-12-10The _abs time functions should not be converting from/to GMT.Jeremy Allison1-18/+11
2002-12-09finnally put in Alexander parametric pacthSimo Sorce2-115/+319
2002-12-09make vfs recycle use vfs facilities correctly!Simo Sorce2-23/+148
2002-12-09Handle the creation of more parts of the tree ... Still have to do SK recordsRichard Sharpe1-3/+38
2002-12-09Start allocating structures to keep the in memory copy of the registry treeRichard Sharpe1-5/+52
2002-12-09Begin to decode Value Keys, names and values ...Richard Sharpe1-0/+79
2002-12-09Add some more handling of Key records ...Richard Sharpe1-8/+124
2002-12-08Commit some more changes ... Start processing the sub-keys, recursively.Richard Sharpe1-4/+30
2002-12-08Fix the breakage, and start processing the first key record:Richard Sharpe1-8/+110
2002-12-08A small fix to Makefile.in from Bradley Longhurst.Richard Sharpe1-2/+2
2002-12-08Define some macros for accessing shorts and ints in an endian independent man...Richard Sharpe1-19/+46
2002-12-08Add definitions of the various NT Registry on-disk structures ...Richard Sharpe1-3/+181
2002-12-08Fix DAT_TIME so it becomes NTTIME and matches Samba source.Richard Sharpe1-3/+12
2002-12-08make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2-7/+5
2002-12-08Some more updates ...Richard Sharpe1-2/+43
2002-12-08The beginnings of a registry editing program.Richard Sharpe1-0/+506
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2-1/+7
2002-12-05Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2-3/+7
2002-12-05More printer data to publishJim McDonough3-71/+70