Age | Commit message (Expand) | Author | Files | Lines |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -0/+1 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -3/+0 |
2003-03-23 | Use popt_common for -s, -d and -V | Jelmer Vernooij | 1 | -14/+5 |
2003-03-06 | More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) | Andrew Bartlett | 1 | -1/+1 |
2003-03-03 | Try the PASSWD environment variable if we don't have one from the command line. | Andrew Bartlett | 1 | -0/+4 |
2003-02-18 | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 1 | -0/+1 |
2003-01-21 | Properly display popt errors. Also fix debug to be -d for consistency with o... | Jim McDonough | 1 | -2/+3 |
2003-01-21 | Deleted arguments to help output - they didn't work. | Tim Potter | 1 | -1/+1 |
2003-01-15 | * removed unused variable from rpcclient code | Gerald Carter | 1 | -0/+2 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -7/+9 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -20/+11 |
2002-11-09 | Fix bug where not specifying '-S PDC' in 'net join' would cause it to attempt | Andrew Bartlett | 1 | -0/+1 |
2002-11-06 | Merge of get_dc_list() api change. This was slightly more intrusive | Tim Potter | 1 | -19/+6 |
2002-10-28 | Implement 'net maxrid'. Needed to find the maximum current rid to | Volker Lendecke | 1 | -0/+79 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -2/+2 |
2002-09-27 | Minor updates: | Andrew Bartlett | 1 | -1/+6 |
2002-09-23 | Add net getlocalsid [name] | Richard Sharpe | 1 | -0/+26 |
2002-09-23 | Add the ability to view/set the current local domain SIDs. | Volker Lendecke | 1 | -0/+45 |
2002-09-11 | added gencache implementation from mimir - thanks! | Andrew Tridgell | 1 | -0/+1 |
2002-08-21 | global_myname is a pstring, not an fstring | Volker Lendecke | 1 | -1/+1 |
2002-08-21 | Fix debug level initialization for net.c | Volker Lendecke | 1 | -1/+1 |
2002-07-29 | Use common popt definition for -d option. | Tim Potter | 1 | -2/+1 |
2002-07-27 | Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busy | Andrew Bartlett | 1 | -1/+1 |
2002-07-14 | move opt_machine_pass to keep some compilers happy | Andrew Tridgell | 1 | -1/+1 |
2002-07-13 | added --machine-pass option to net. This allows you to authenticate as | Andrew Tridgell | 1 | -1/+21 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -2/+2 |
2002-06-01 | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 1 | -2/+1 |
2002-05-31 | Enable all net rpc share subcommands and autoselect transport. | Jim McDonough | 1 | -2/+1 |
2002-05-31 | Enable net rpc share and net rpc file commands (list subcommands only), and | Jim McDonough | 1 | -6/+20 |
2002-05-24 | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 1 | -5/+9 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -2/+2 |
2002-05-09 | Converged net group command. | Jim McDonough | 1 | -3/+13 |
2002-04-05 | Lots more net consistency work: | Jim McDonough | 1 | -82/+10 |
2002-04-04 | Multiple changes: | Jim McDonough | 1 | -11/+16 |
2002-04-04 | Add ability to get specific net ads subcommand help. Not all have been | Jim McDonough | 1 | -1/+1 |
2002-03-21 | There is no reason we can't join a domain with secuirty=user. In fact we | Andrew Bartlett | 1 | -5/+0 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -2/+2 |
2002-03-15 | Add autodetect for net join, as well as some more help updates | Jim McDonough | 1 | -1/+18 |
2002-03-15 | Some help cleanups. Formatting and consistency issues. Line up text nicely,... | Jim McDonough | 1 | -24/+48 |
2002-03-01 | The beginning of trusted and trusting domain support from | Andrew Bartlett | 1 | -13/+41 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+0 |
2002-01-25 | Enable net ads commands to use existing tickets if the user doesn't specify a... | Jim McDonough | 1 | -0/+2 |
2001-12-31 | Add 'net rpc shutdown' and 'net rpc abortshutdown'. | Andrew Bartlett | 1 | -0/+6 |
2001-12-20 | added net lookup command | Andrew Tridgell | 1 | -1/+3 |
2001-12-20 | net now sends its debug to stderr so its output can be relied upon in | Andrew Tridgell | 1 | -1/+1 |
2001-12-14 | Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc() | Tim Potter | 1 | -0/+7 |
2001-12-14 | Set the debuglevel after the call to lp_load() so the change sticks. | Tim Potter | 1 | -2/+2 |
2001-12-13 | improved error message from failed connect | Andrew Tridgell | 1 | -6/+3 |
2001-12-11 | added a net time command. Allow display or set of system time based on | Andrew Tridgell | 1 | -12/+14 |
2001-12-11 | Removed unreferenced getopt() externals. | Tim Potter | 1 | -2/+0 |