summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_eventlog.c
AgeCommit message (Collapse)AuthorFilesLines
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton1-20/+18
(This used to be commit 4c3556fae73c60693355f95f48ac63834ba4dd10)
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton1-4/+3
(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-08-18event log updateLuke Leighton1-7/+8
(This used to be commit bcc1212b07c71256fad93d82a996fa86b27db250)
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+94
Security or Application. That's a crude equivalent to the eventviewer. Jean Francois (This used to be commit 66b4b896fbcabb964a427d0c0aa2f57997e0f6bb)