summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-21Use the -W domain option to select the SID to showAndrew Bartlett1-2/+2
2003-04-19[merge from SAMBA_3_0]Gerald Carter1-0/+21
2003-04-16Fix segfault by getting this the right way aroundAndrew Bartlett1-1/+1
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-5/+27
2003-04-14Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij1-0/+9
2003-04-13Some small changes - typos, adding usage for some commandsJelmer Vernooij1-3/+1
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-0/+1
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-3/+0
2003-03-23Use popt_common for -s, -d and -VJelmer Vernooij1-14/+5
2003-03-06More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett1-1/+1
2003-03-03Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett1-0/+4
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij1-0/+1
2003-01-21Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough1-2/+3
2003-01-21Deleted arguments to help output - they didn't work.Tim Potter1-1/+1
2003-01-15* removed unused variable from rpcclient codeGerald Carter1-0/+2
2003-01-02BIG patch...Andrew Bartlett1-7/+9
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-20/+11
2002-11-09Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett1-0/+1
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-19/+6
2002-10-28Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke1-0/+79
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-2/+2
2002-09-27Minor updates:Andrew Bartlett1-1/+6
2002-09-23Add net getlocalsid [name]Richard Sharpe1-0/+26
2002-09-23Add the ability to view/set the current local domain SIDs.Volker Lendecke1-0/+45
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