summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij3-0/+3
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett1-7/+1
2003-02-16Recover much of my changes to editreg.c. Add some const and start codingRichard Sharpe1-8/+203
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-2/+14
2003-02-07Revert Flag testing upon abartlet's request ;-)Volker Lendecke1-3/+5
2003-02-06Make account flags editable with pdbedit.Volker Lendecke1-4/+22
2003-02-03Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison1-1/+1
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-1/+7
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-1/+1
2003-01-30The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter1-4/+1
2003-01-29Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett1-22/+15
2003-01-29Use new interface for cli_samr_query_dispinfo().Tim Potter1-2/+9
2003-01-21Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough1-2/+3
2003-01-21Deleted arguments to help output - they didn't work.Tim Potter1-1/+1
2003-01-17the 'static' keyword here is useless as we are not declaring aAndrew Tridgell1-1/+1
2003-01-16Fix an error where the SK Offset was truncated to 16 bits. Variables neededRichard Sharpe1-1/+1
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-29/+150
2003-01-15* removed unused variable from rpcclient codeGerald Carter4-8/+11
2003-01-14add help text for 'net ads lookup'Andrew Tridgell1-0/+2
2003-01-13Patch from metze to to make testparm show values for 'workgroup', 'netbiosAndrew Bartlett1-1/+2
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2-4/+4
2003-01-08Some fixes to editreg. Clientgen should not be touched, and an update to conf...Richard Sharpe1-3/+0
2003-01-07Fix memory leak. Thanks, Herb!Volker Lendecke1-0/+1
2003-01-07this makes it compile, but I'm not sure if it is correct. Are we reallyHerb Lewis1-1/+1
2003-01-07Create a machine account correctly if the unix account exists.Volker Lendecke1-4/+14
2003-01-07'index' is the name of a libc function. Rename to 'ndx' to avoid compilerTim Potter1-4/+4
2003-01-02WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter1-1/+1
2003-01-02Add a dash of static.Andrew Bartlett1-3/+3
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-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-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison6-13/+51
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-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