| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 1 | -2/+2 |
| * | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 2002-06-01 | 1 | -2/+1 |
| * | Enable all net rpc share subcommands and autoselect transport. | Jim McDonough | 2002-05-31 | 1 | -2/+1 |
| * | Enable net rpc share and net rpc file commands (list subcommands only), and | Jim McDonough | 2002-05-31 | 1 | -6/+20 |
| * | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 2002-05-24 | 1 | -5/+9 |
| * | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2002-05-24 | 1 | -2/+2 |
| * | Converged net group command. | Jim McDonough | 2002-05-09 | 1 | -3/+13 |
| * | Lots more net consistency work: | Jim McDonough | 2002-04-05 | 1 | -82/+10 |
| * | Multiple changes: | Jim McDonough | 2002-04-04 | 1 | -11/+16 |
| * | Add ability to get specific net ads subcommand help. Not all have been | Jim McDonough | 2002-04-04 | 1 | -1/+1 |
| * | There is no reason we can't join a domain with secuirty=user. In fact we | Andrew Bartlett | 2002-03-21 | 1 | -5/+0 |
| * | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 1 | -2/+2 |
| * | Add autodetect for net join, as well as some more help updates | Jim McDonough | 2002-03-15 | 1 | -1/+18 |
| * | Some help cleanups. Formatting and consistency issues. Line up text nicely,... | Jim McDonough | 2002-03-15 | 1 | -24/+48 |
| * | The beginning of trusted and trusting domain support from | Andrew Bartlett | 2002-03-01 | 1 | -13/+41 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+0 |
| * | Enable net ads commands to use existing tickets if the user doesn't specify a... | Jim McDonough | 2002-01-25 | 1 | -0/+2 |
| * | Add 'net rpc shutdown' and 'net rpc abortshutdown'. | Andrew Bartlett | 2001-12-31 | 1 | -0/+6 |
| * | added net lookup command | Andrew Tridgell | 2001-12-20 | 1 | -1/+3 |
| * | net now sends its debug to stderr so its output can be relied upon in | Andrew Tridgell | 2001-12-20 | 1 | -1/+1 |
| * | Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc() | Tim Potter | 2001-12-14 | 1 | -0/+7 |
| * | Set the debuglevel after the call to lp_load() so the change sticks. | Tim Potter | 2001-12-14 | 1 | -2/+2 |
| * | improved error message from failed connect | Andrew Tridgell | 2001-12-13 | 1 | -6/+3 |
| * | added a net time command. Allow display or set of system time based on | Andrew Tridgell | 2001-12-11 | 1 | -12/+14 |
| * | Removed unreferenced getopt() externals. | Tim Potter | 2001-12-11 | 1 | -2/+0 |
| * | reinstated all the rap commands as top level commands until we get the | Andrew Tridgell | 2001-12-10 | 1 | -2/+35 |
| * | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 2001-12-05 | 1 | -1/+3 |
| * | Make it easier to construct anonymous connections with a new flag and helper | Andrew Bartlett | 2001-12-05 | 1 | -2/+28 |
| * | Split out the name resolution code into a seperate function | Andrew Bartlett | 2001-12-05 | 1 | -27/+38 |
| * | Some changes to the name resolution code in 'net' to allow us to find a | Andrew Bartlett | 2001-12-04 | 1 | -25/+41 |
| * | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 2001-12-03 | 1 | -72/+13 |
| * | This is another major rework of the 'net' command. | Andrew Bartlett | 2001-12-03 | 1 | -1057/+76 |
| * | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 1 | -4/+0 |
| * | prevent proto from picking up this as a defintion for 'main()' becoue it conf... | Andrew Bartlett | 2001-11-26 | 1 | -1/+1 |
| * | More compiler warnings fixed. Some minor reformatting. | Tim Potter | 2001-11-26 | 1 | -91/+140 |
| * | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -5/+5 |
| * | portability fixes | Andrew Tridgell | 2001-11-25 | 1 | -3/+6 |
| * | fixed typo | Andrew Tridgell | 2001-11-25 | 1 | -1/+1 |
| * | made a "net ads" command, currently with "net ads join" and "net ads leave" | Andrew Tridgell | 2001-11-25 | 1 | -4/+4 |
| * | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -185/+48 |
| * | rewrote net.c | Andrew Tridgell | 2001-11-24 | 1 | -1260/+1071 |
| * | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| * | Minor fixes to help display, and domain enumeration , and also preparation fo... | Steve French | 2001-11-12 | 1 | -19/+35 |
| * | Internationalization enbalement for net utility - replace printf with d_printf | Jim McDonough | 2001-11-06 | 1 | -233/+233 |
| * | Got serious about const again. | Jeremy Allison | 2001-11-04 | 1 | -18/+18 |
| * | Adding support for net password, net service, net user info, fixing net helps | Steve French | 2001-11-03 | 1 | -59/+258 |
| * | more compiler warnings | Herb Lewis | 2001-10-23 | 1 | -1/+1 |
| * | Remove setbuffer which caused build errors | Jim McDonough | 2001-10-23 | 1 | -2/+0 |
| * | Replace getopt_long with popt for parsing commandline options | Jim McDonough | 2001-10-23 | 1 | -136/+91 |
| * | Add command-line remote management utility | Jim McDonough | 2001-10-19 | 1 | -0/+1510 |