summaryrefslogtreecommitdiffstats
path: root/source/utils/net.c
Commit message (Expand)AuthorAgeFilesLines
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-3/+0
* Use popt_common for -s, -d and -VJelmer Vernooij2003-03-231-14/+5
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-061-1/+1
* Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
* Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-181-0/+1
* Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough2003-01-211-2/+3
* Deleted arguments to help output - they didn't work.Tim Potter2003-01-211-1/+1
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-0/+2
* BIG patch...Andrew Bartlett2003-01-021-7/+9
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-20/+11
* Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett2002-11-091-0/+1
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-19/+6
* Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke2002-10-281-0/+79
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-2/+2
* Minor updates:Andrew Bartlett2002-09-271-1/+6
* Add net getlocalsid [name]Richard Sharpe2002-09-231-0/+26
* Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
* added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+1
* global_myname is a pstring, not an fstringVolker Lendecke2002-08-211-1/+1
* Fix debug level initialization for net.cVolker Lendecke2002-08-211-1/+1
* Use common popt definition for -d option.Tim Potter2002-07-291-2/+1
* Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-271-1/+1
* move opt_machine_pass to keep some compilers happyAndrew Tridgell2002-07-141-1/+1
* added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell2002-07-131-1/+21
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-2/+2
* Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-011-2/+1
* Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-311-2/+1
* Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-311-6/+20
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-5/+9
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-2/+2
* Converged net group command.Jim McDonough2002-05-091-3/+13
* Lots more net consistency work:Jim McDonough2002-04-051-82/+10
* Multiple changes:Jim McDonough2002-04-041-11/+16
* Add ability to get specific net ads subcommand help. Not all have beenJim McDonough2002-04-041-1/+1
* There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett2002-03-211-5/+0
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-2/+2
* Add autodetect for net join, as well as some more help updatesJim McDonough2002-03-151-1/+18
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-151-24/+48
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-13/+41
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-251-0/+2
* Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett2001-12-311-0/+6
* added net lookup commandAndrew Tridgell2001-12-201-1/+3
* net now sends its debug to stderr so its output can be relied upon inAndrew Tridgell2001-12-201-1/+1
* Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()Tim Potter2001-12-141-0/+7
* Set the debuglevel after the call to lp_load() so the change sticks.Tim Potter2001-12-141-2/+2
* improved error message from failed connectAndrew Tridgell2001-12-131-6/+3
* added a net time command. Allow display or set of system time based onAndrew Tridgell2001-12-111-12/+14
* Removed unreferenced getopt() externals.Tim Potter2001-12-111-2/+0