summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-0/+2
* | Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij2003-04-161-1/+1
* | Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-4/+4
* | - Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij2003-04-143-6/+20
* | Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-141-0/+6
* | Merge: remove unused variables.Tim Potter2003-04-141-3/+0
* | Merge of Jelmer's usage updates for net.Tim Potter2003-04-144-5/+8
* | Merge of bugfix for cli_lsa_query_info_policy() usage.Tim Potter2003-04-141-5/+7
* | Merge rewrite of smbcontrol.Tim Potter2003-04-141-549/+572
* | Merge:Tim Potter2003-04-146-337/+220
* | Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-143-170/+36
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-131-0/+545
|\|
| * smbcquota patch from metzeGerald Carter2003-04-111-0/+545
| * This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-10/+8
| * Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
| * Rewrite of smbcontrol - it was a bit of a mess. It should now be muchTim Potter2003-04-091-530/+573
| * Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-21/+1
| * 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