summaryrefslogtreecommitdiffstats
path: root/source3/utils/net.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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