summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-05Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett1-2/+28
2001-12-05Split out the name resolution code into a seperate functionAndrew Bartlett1-27/+38
2001-12-04Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett1-25/+41
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-72/+13
2001-12-03This is another major rework of the 'net' command.Andrew Bartlett1-1057/+76
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-26prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett1-1/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter1-91/+140
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+5
2001-11-25portability fixesAndrew Tridgell1-3/+6
2001-11-25fixed typoAndrew Tridgell1-1/+1
2001-11-25made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell1-4/+4
2001-11-24added "net join" commandAndrew Tridgell1-185/+48
2001-11-24rewrote net.cAndrew Tridgell1-1260/+1071
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-11-12Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French1-19/+35
2001-11-06Internationalization enbalement for net utility - replace printf with d_printfJim McDonough1-233/+233
2001-11-04Got serious about const again.Jeremy Allison1-18/+18
2001-11-03Adding support for net password, net service, net user info, fixing net helpsSteve French1-59/+258
2001-10-23more compiler warningsHerb Lewis1-1/+1
2001-10-23Remove setbuffer which caused build errorsJim McDonough1-2/+0
2001-10-23Replace getopt_long with popt for parsing commandline optionsJim McDonough1-136/+91
2001-10-19Add command-line remote management utilityJim McDonough1-0/+1510