summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_eventlog.c
Commit message (Collapse)AuthorAgeFilesLines
* this one's a handle-based one (missed in the first round).Luke Leighton1999-11-271-20/+18
| | | | (This used to be commit 4c3556fae73c60693355f95f48ac63834ba4dd10)
* another four next_token() removals (using getopt instead)Luke Leighton1999-11-221-4/+3
| | | | (This used to be commit 3e76ca9b172e1a6886e714d6a36453f30ff3e771)
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-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)
* event log updateLuke Leighton1999-08-181-7/+8
| | | | (This used to be commit bcc1212b07c71256fad93d82a996fa86b27db250)
* Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1999-05-031-0/+94
Security or Application. That's a crude equivalent to the eventviewer. Jean Francois (This used to be commit 66b4b896fbcabb964a427d0c0aa2f57997e0f6bb)