summaryrefslogtreecommitdiffstats
path: root/source3/utils/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* reinstated all the rap commands as top level commands until we get theAndrew Tridgell2001-12-101-2/+35
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-1/+3
* Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett2001-12-051-2/+28
* Split out the name resolution code into a seperate functionAndrew Bartlett2001-12-051-27/+38
* Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2001-12-041-25/+41
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-031-72/+13
* This is another major rework of the 'net' command.Andrew Bartlett2001-12-031-1057/+76
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0
* prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett2001-11-261-1/+1
* More compiler warnings fixed. Some minor reformatting.Tim Potter2001-11-261-91/+140
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+5
* portability fixesAndrew Tridgell2001-11-251-3/+6
* fixed typoAndrew Tridgell2001-11-251-1/+1
* made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2001-11-251-4/+4
* added "net join" commandAndrew Tridgell2001-11-241-185/+48