summaryrefslogtreecommitdiffstats
path: root/source3/utils/net.c
Commit message (Expand)AuthorAgeFilesLines
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-3/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-12/+58
* 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
* rewrote net.cAndrew Tridgell2001-11-241-1260/+1071
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
* Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French2001-11-121-19/+35
* Internationalization enbalement for net utility - replace printf with d_printfJim McDonough2001-11-061-233/+233
* Got serious about const again.Jeremy Allison2001-11-041-18/+18
* Adding support for net password, net service, net user info, fixing net helpsSteve French2001-11-031-59/+258
* more compiler warningsHerb Lewis2001-10-231-1/+1
* Remove setbuffer which caused build errorsJim McDonough2001-10-231-2/+0
* Replace getopt_long with popt for parsing commandline optionsJim McDonough2001-10-231-136/+91
* Add command-line remote management utilityJim McDonough2001-10-191-0/+1510