summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* Some more good stuff from coolo.Richard Sharpe2003-04-041-61/+0
* Fix compiler warning - cli_lsa_query_info_policy actually returns theTim Potter2003-04-041-3/+5
* Give warning if 'drvupgrade' doesn't get a parameterJelmer Vernooij2003-04-031-0/+5
* Print out the 'freindly' error message from winbind. Also print usefulAndrew Bartlett2003-04-021-4/+6
* Fix searching master ip by bcast when old master has gone away (based on patc...Jelmer Vernooij2003-04-021-11/+18
* error_string, not error_message...Andrew Bartlett2003-04-021-1/+1
* Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check thatAndrew Bartlett2003-04-021-111/+417
* Remove useless popt optionsJelmer Vernooij2003-03-311-2/+0
* Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
* This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
* - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-2/+0
* fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
* fixed the -U option in nmblookupAndrew Tridgell2003-03-291-1/+1
* Don't use 'opt'Jelmer Vernooij2003-03-251-1/+1
* Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-252-3/+2
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-247-6/+9
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-248-62/+21
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-6/+0
* Convert to popt.Jelmer Vernooij2003-03-231-42/+29
* NTLM Authentication:Andrew Bartlett2003-03-231-82/+82
* Use popt_common for -s, -d and -VJelmer Vernooij2003-03-232-16/+8
* This does two things:Volker Lendecke2003-03-231-1/+37
* Patch from waider to update our samsync (net rpc vampire) code:Andrew Bartlett2003-03-231-35/+155
* We don't need optarg when we have poptJelmer Vernooij2003-03-232-4/+2
* Convert to popt.Jelmer Vernooij2003-03-231-134/+88
* Fix typo in commentJelmer Vernooij2003-03-231-2/+2
* Convert to popt.Jelmer Vernooij2003-03-231-54/+56
* Move -V to -C to prevent conflict with -V for versionJelmer Vernooij2003-03-231-1/+2
* Convert to poptJelmer Vernooij2003-03-221-98/+23
* Fix setOtherHelp() - pointed out by metzeJelmer Vernooij2003-03-201-1/+1
* Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij2003-03-201-7/+8
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-201-4/+4
* Convert smbcacls to poptJelmer Vernooij2003-03-201-84/+50
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-161-0/+9
* Minor fixes.Andrew Bartlett2003-03-151-1/+1
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-151-4/+4
* Fix off-by-one bug in safe_strcpy size paramater.Andrew Bartlett2003-03-151-1/+1
* Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett2003-03-151-10/+12
* Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett2003-03-121-0/+11
* Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett2003-03-081-1/+1
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-062-3/+3
* Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
* - added help on -P optionAndrew Tridgell2003-02-281-0/+2
* cleanup some compiler warningsJim McDonough2003-02-281-3/+3
* Improve net ads lookup:Jim McDonough2003-02-281-61/+142
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-272-2/+7
* Fix compiler warning.Tim Potter2003-02-251-1/+1
* For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett2003-02-251-1/+63
* Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett2003-02-241-2/+3
* Add staticAndrew Bartlett2003-02-221-7/+7