summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell1-0/+1
2002-08-21global_myname is a pstring, not an fstringVolker Lendecke1-1/+1
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-1/+1
2002-07-29Use common popt definition for -d option.Tim Potter1-2/+1
2002-07-27Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett1-1/+1
2002-07-14move opt_machine_pass to keep some compilers happyAndrew Tridgell1-1/+1
2002-07-13added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell1-1/+21
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-2/+2
2002-06-01Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough1-2/+1
2002-05-31Enable all net rpc share subcommands and autoselect transport.Jim McDonough1-2/+1
2002-05-31Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough1-6/+20
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett1-5/+9
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-2/+2
2002-05-09Converged net group command.Jim McDonough1-3/+13
2002-04-05Lots more net consistency work:Jim McDonough1-82/+10
2002-04-04Multiple changes:Jim McDonough1-11/+16
2002-04-04Add ability to get specific net ads subcommand help. Not all have beenJim McDonough1-1/+1
2002-03-21There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett1-5/+0
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-15Add autodetect for net join, as well as some more help updatesJim McDonough1-1/+18
2002-03-15Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough1-24/+48
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-13/+41
2002-01-30Removed version number from file header.Tim Potter1-1/+0
2002-01-25Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough1-0/+2
2001-12-31Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett1-0/+6
2001-12-20added net lookup commandAndrew Tridgell1-1/+3
2001-12-20net now sends its debug to stderr so its output can be relied upon inAndrew Tridgell1-1/+1
2001-12-14Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()Tim Potter1-0/+7
2001-12-14Set the debuglevel after the call to lp_load() so the change sticks.Tim Potter1-2/+2
2001-12-13improved error message from failed connectAndrew Tridgell1-6/+3
2001-12-11added a net time command. Allow display or set of system time based onAndrew Tridgell1-12/+14
2001-12-11Removed unreferenced getopt() externals.Tim Potter1-2/+0
2001-12-10reinstated all the rap commands as top level commands until we get theAndrew Tridgell1-2/+35
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-1/+3
2001-12-05Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett1-2/+28
2001-12-05Split out the name resolution code into a seperate functionAndrew Bartlett1-27/+38
2001-12-04Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett1-25/+41
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-72/+13
2001-12-03This is another major rework of the 'net' command.Andrew Bartlett1-1057/+76
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-26prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett1-1/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter1-91/+140
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+5
2001-11-25portability fixesAndrew Tridgell1-3/+6
2001-11-25fixed typoAndrew Tridgell1-1/+1
2001-11-25made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell1-4/+4
2001-11-24added "net join" commandAndrew Tridgell1-185/+48
2001-11-24rewrote net.cAndrew Tridgell1-1260/+1071
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-11-12Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French1-19/+35