summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* fix make proto to work with SGI smakeHerb Lewis2002-12-171-4/+8
* * fix memory leak when constructing an driver_level_6 structureGerald Carter2002-12-171-1/+7
* merge smbtar fix from 2.2Herb Lewis2002-12-161-6/+8
* fix usage messageGerald Carter2002-12-161-2/+3
* Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
* The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
* Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-132-106/+187
* Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
* More printer publishing code.Jim McDonough2002-12-134-13/+86
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-135-139/+49
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-12-122-0/+106
|\
| * merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-126-142/+156
| * ignore editregGerald Carter2002-12-121-0/+1
| * merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
| * CR1333: Fix memory leak when unpacking some structures.Martin Pool2002-12-121-10/+15
| * * Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool2002-12-121-0/+2
| * Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-122-1/+6
| * Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-117-69/+83
| * Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
| * Fix a small bug.Richard Sharpe2002-12-111-2/+2
| * Improve the iterator wrt values ... Now prints keys and value names.Richard Sharpe2002-12-111-6/+60
| * Some more tweaking for compilation of py_tdbpack.Tim Potter2002-12-112-2/+2
| * Fix client large file reporting.Jeremy Allison2002-12-103-5/+9
| * Tidy up some bits. We can now at least list all the keys.Richard Sharpe2002-12-101-16/+26
| * fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| * Add support to Makefile.in for editregRichard Sharpe2002-12-102-4/+6
| * Complete more of the code. An iterator is close to complete. Compiles,Richard Sharpe2002-12-101-18/+87
| * Clean up the code some more. Create more elements of the tree.Richard Sharpe2002-12-101-7/+84
| * The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
| * finnally put in Alexander parametric pacthSimo Sorce2002-12-092-115/+319
| * make vfs recycle use vfs facilities correctly!Simo Sorce2002-12-092-23/+148
| * Handle the creation of more parts of the tree ... Still have to do SK recordsRichard Sharpe2002-12-091-3/+38
| * Start allocating structures to keep the in memory copy of the registry treeRichard Sharpe2002-12-091-5/+52
| * Begin to decode Value Keys, names and values ...Richard Sharpe2002-12-091-0/+79
| * Add some more handling of Key records ...Richard Sharpe2002-12-091-8/+124
| * Commit some more changes ... Start processing the sub-keys, recursively.Richard Sharpe2002-12-081-4/+30
| * Fix the breakage, and start processing the first key record:Richard Sharpe2002-12-081-8/+110
| * A small fix to Makefile.in from Bradley Longhurst.Richard Sharpe2002-12-081-2/+2
| * Define some macros for accessing shorts and ints in an endian independent man...Richard Sharpe2002-12-081-19/+46
| * Add definitions of the various NT Registry on-disk structures ...Richard Sharpe2002-12-081-3/+181
| * Fix DAT_TIME so it becomes NTTIME and matches Samba source.Richard Sharpe2002-12-081-3/+12
| * make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2002-12-082-7/+5
| * Some more updates ...Richard Sharpe2002-12-081-2/+43
| * The beginnings of a registry editing program.Richard Sharpe2002-12-081-0/+506
| * Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-062-1/+7
| * Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
| * More printer data to publishJim McDonough2002-12-053-71/+70
| * Add some constJim McDonough2002-12-051-3/+3
| * The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-056-16/+59
| * fix stat reporting on put commandHerb Lewis2002-12-051-1/+1