Age | Commit message (Expand) | Author | Files | Lines |
2003-04-14 | Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add a | Jelmer Vernooij | 3 | -6/+20 |
2003-04-14 | Remove unused variables. | Tim Potter | 1 | -3/+0 |
2003-04-13 | Some small changes - typos, adding usage for some commands | Jelmer Vernooij | 4 | -7/+7 |
2003-04-11 | smbcquota patch from metze | Gerald Carter | 1 | -0/+545 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -10/+8 |
2003-04-09 | Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide | Jelmer Vernooij | 1 | -2/+2 |
2003-04-09 | Rewrite of smbcontrol - it was a bit of a mess. It should now be much | Tim Potter | 1 | -530/+573 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -21/+1 |
2003-04-04 | Some more good stuff from coolo. | Richard Sharpe | 1 | -61/+0 |
2003-04-04 | Fix compiler warning - cli_lsa_query_info_policy actually returns the | Tim Potter | 1 | -3/+5 |
2003-04-03 | Give warning if 'drvupgrade' doesn't get a parameter | Jelmer Vernooij | 1 | -0/+5 |
2003-04-02 | Print out the 'freindly' error message from winbind. Also print useful | Andrew Bartlett | 1 | -4/+6 |
2003-04-02 | Fix searching master ip by bcast when old master has gone away (based on patc... | Jelmer Vernooij | 1 | -11/+18 |
2003-04-02 | error_string, not error_message... | Andrew Bartlett | 1 | -1/+1 |
2003-04-02 | Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check that | Andrew Bartlett | 1 | -111/+417 |
2003-03-31 | Remove useless popt options | Jelmer Vernooij | 1 | -2/+0 |
2003-03-31 | Waider's cosmetic change to print out the database type when | Volker Lendecke | 1 | -1/+17 |
2003-03-30 | This sets the domain for the user in vampire. Otherwise | Volker Lendecke | 1 | -0/+2 |
2003-03-30 | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 1 | -2/+0 |
2003-03-30 | fixed the -B option as well | Andrew Tridgell | 1 | -4/+4 |
2003-03-29 | fixed the -U option in nmblookup | Andrew Tridgell | 1 | -1/+1 |
2003-03-25 | Don't use 'opt' | Jelmer Vernooij | 1 | -1/+1 |
2003-03-25 | Make variables static to satisfy exotic compilers | Jelmer Vernooij | 2 | -3/+2 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 7 | -6/+9 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 8 | -62/+21 |
2003-03-23 | Implement abartlet's suggestion to add attribs to ldap if they | Volker Lendecke | 1 | -6/+0 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -42/+29 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -82/+82 |
2003-03-23 | Use popt_common for -s, -d and -V | Jelmer Vernooij | 2 | -16/+8 |
2003-03-23 | This does two things: | Volker Lendecke | 1 | -1/+37 |
2003-03-23 | Patch from waider to update our samsync (net rpc vampire) code: | Andrew Bartlett | 1 | -35/+155 |
2003-03-23 | We don't need optarg when we have popt | Jelmer Vernooij | 2 | -4/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -134/+88 |
2003-03-23 | Fix typo in comment | Jelmer Vernooij | 1 | -2/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -54/+56 |
2003-03-23 | Move -V to -C to prevent conflict with -V for version | Jelmer Vernooij | 1 | -1/+2 |
2003-03-22 | Convert to popt | Jelmer Vernooij | 1 | -98/+23 |
2003-03-20 | Fix setOtherHelp() - pointed out by metze | Jelmer Vernooij | 1 | -1/+1 |
2003-03-20 | Fix compile errors - don't use pstrcpy() on a fstring | Jelmer Vernooij | 1 | -7/+8 |
2003-03-20 | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 1 | -4/+4 |
2003-03-20 | Convert smbcacls to popt | Jelmer Vernooij | 1 | -84/+50 |
2003-03-16 | Changes to help the kerberos change password code work on systems that | Andrew Bartlett | 1 | -0/+9 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Fix signed/unsigned issues - mostly 'i' counters. | Andrew Bartlett | 1 | -4/+4 |
2003-03-15 | Fix off-by-one bug in safe_strcpy size paramater. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Truncate the machinename manually, so as not to generate level 0 debugs for | Andrew Bartlett | 1 | -10/+12 |
2003-03-12 | Patch from Ken Cross <kcross@nssolutions.com> to take a username in the form | Andrew Bartlett | 1 | -0/+11 |
2003-03-08 | Testparm needs the extra arg to set_local_machine_name() too. | Andrew Bartlett | 1 | -1/+1 |
2003-03-06 | More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) | Andrew Bartlett | 2 | -3/+3 |
2003-03-03 | Try the PASSWD environment variable if we don't have one from the command line. | Andrew Bartlett | 1 | -0/+4 |