summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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-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
2002-12-08Some more updates ...Richard Sharpe1-2/+43
2002-12-08The beginnings of a registry editing program.Richard Sharpe1-0/+506
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2-21/+42
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-5/+49
2002-11-24Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett1-7/+20
2002-11-24No need to #include smb.h, when we already #include include.hAndrew Bartlett3-3/+0
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-0/+416
2002-11-23[merge from APP_HEAD]Gerald Carter1-1/+2
2002-11-23jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison1-1/+1
2002-11-20Spelling fix.Tim Potter1-1/+1
2002-11-18Back out some goofs that accidentally checked in with printer publishing.Jim McDonough1-3/+3
2002-11-18Next step of printer publishing.Jim McDonough1-34/+37
2002-11-15Add samdump and vampire to 'net rpc help'Andrew Bartlett1-0/+2
2002-11-13Don't crash when there are no arguments specifiedJelmer Vernooij1-1/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison13-118/+60
2002-11-10make sure we don't try to decode any null password buffers during aAndrew Tridgell1-11/+30
2002-11-09Add net help join text, from Steve Langasek.Jim McDonough1-15/+32
2002-11-09Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett1-0/+1
2002-11-08Make smbpasswd tell people to use 'net join', not 'net rpc join' now we haveAndrew Bartlett1-1/+1
2002-11-07Back out lp_modules() check - this one got in by accident when I added poptSe...Jelmer Vernooij1-6/+0
2002-11-07fixed some formatting errors and improved some debug statements inAndrew Tridgell1-7/+11
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-6/+7
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2-27/+14
2002-11-05A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe1-1/+2
2002-11-05Tell popt this command requires 1 'normal' argument and has two optional 'nor...Jelmer Vernooij1-0/+7
2002-11-05See if char * makes the Irix C compiler happier than void *?Richard Sharpe1-1/+1
2002-11-05Make all of the required (I think) changes to make this code work forRichard Sharpe1-25/+61