summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij7-6/+9
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij8-62/+21
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-6/+0
2003-03-23Convert to popt.Jelmer Vernooij1-42/+29
2003-03-23NTLM Authentication:Andrew Bartlett1-82/+82
2003-03-23Use popt_common for -s, -d and -VJelmer Vernooij2-16/+8
2003-03-23This does two things:Volker Lendecke1-1/+37
2003-03-23Patch from waider to update our samsync (net rpc vampire) code:Andrew Bartlett1-35/+155
2003-03-23We don't need optarg when we have poptJelmer Vernooij2-4/+2
2003-03-23Convert to popt.Jelmer Vernooij1-134/+88
2003-03-23Fix typo in commentJelmer Vernooij1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij1-54/+56
2003-03-23Move -V to -C to prevent conflict with -V for versionJelmer Vernooij1-1/+2
2003-03-22Convert to poptJelmer Vernooij1-98/+23
2003-03-20Fix setOtherHelp() - pointed out by metzeJelmer Vernooij1-1/+1
2003-03-20Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij1-7/+8
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij1-4/+4
2003-03-20Convert smbcacls to poptJelmer Vernooij1-84/+50
2003-03-16Changes to help the kerberos change password code work on systems thatAndrew Bartlett1-0/+9
2003-03-15Minor fixes.Andrew Bartlett1-1/+1
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett1-4/+4
2003-03-15Fix off-by-one bug in safe_strcpy size paramater.Andrew Bartlett1-1/+1
2003-03-15Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett1-10/+12
2003-03-12Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett1-0/+11
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