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