summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_brs.c
AgeCommit message (Collapse)AuthorFilesLines
1999-11-27moved browser command brsinfo over to new abstracted connectionLuke Leighton1-13/+1
(This used to be commit 601d217f44ea1ce3735b9267b6f829b472a982b4)
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton1-3/+2
(This used to be commit 3e76ca9b172e1a6886e714d6a36453f30ff3e771)
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-1/+1
means that some commands need more work, as they still use next_token(), the use of which i wish to avoid. plus, i was getting fed up of the poor command-line processing in some of these commands. i'm starting to need getopt() in them, especially in samsetuser. WARNING: only cmd_samr has been modded to use getopt() so far! reg commands won't work, esp. (This used to be commit 9a1efa03c8bb86c9b7e73f102a9d48fb6a57a523)
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1-0/+96
believe the XXXX that MIGHT be involved in getting nt5rc2 to join a samba domain... (This used to be commit 569babb3935950c1b64396955541abf276cc1d92)