summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+79
2003-01-15[merge]Gerald Carter4-8/+11
2003-01-14Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,Andrew Bartlett1-1/+2
2003-01-14Merge from HEAD:Andrew Bartlett2-4/+4
2003-01-07Fix memory leak. Thanks, Herb!Volker Lendecke1-0/+1
2003-01-07Merge from HEAD.Volker Lendecke1-4/+14
2003-01-06Some more profiles merges from HEAD (cvsignore and a stray const).Tim Potter1-1/+1
2003-01-06Add profiles utility support to Samba 3.0.xRichard Sharpe1-1/+1
2003-01-04Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett1-18/+38
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-10/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett12-74/+71
2003-01-02WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter1-1/+1
2003-01-02This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+729
2003-01-02BIG patch...Andrew Bartlett15-86/+83
2002-12-30fix also net rpc shutdownSimo Sorce1-10/+1
2002-12-28Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison1-10/+2
2002-12-28Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison1-10/+2
2002-12-28Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison1-1/+8
2002-12-28Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison1-1/+8
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison6-13/+51
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison6-13/+51
2002-12-20Merge from HEAD:Tim Potter1-6/+13
2002-12-17Start adding code to allow the in memory version of the registry treeRichard Sharpe1-23/+168
2002-12-16fix usage messageGerald Carter1-2/+3
2002-12-16fix usage messageGerald Carter1-2/+3
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-13Begin to handle Security descriptors for keys.Richard Sharpe1-0/+95
2002-12-12merge of smbpasswd segfault from SAMBA_2_2Gerald Carter1-7/+10
2002-12-12merge of smbpasswd segfault from SAMBA_2_2Gerald Carter1-7/+10
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-10Tidy up some bits. We can now at least list all the keys.Richard Sharpe1-16/+26
2002-12-10Add support to Makefile.in for editregRichard Sharpe1-3/+0
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-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-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