summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-03-08Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett1-1/+1
2003-03-06More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2-3/+3
2003-03-03Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett1-0/+4
2003-02-28- added help on -P optionAndrew Tridgell1-0/+2
2003-02-28cleanup some compiler warningsJim McDonough1-3/+3
2003-02-28Improve net ads lookup:Jim McDonough1-61/+142
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2-2/+7
2003-02-25Fix compiler warning.Tim Potter1-1/+1
2003-02-25For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett1-1/+63
2003-02-24Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett1-2/+3
2003-02-22Add staticAndrew Bartlett1-7/+7
2003-02-22With assuptions about unixsam gone, we can forget about looking upAndrew Bartlett1-4/+1
2003-02-21Fixed another compiler warning.Tim Potter1-1/+1
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
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