summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_atsvc.c
Commit message (Expand)AuthorAgeFilesLines
* moved at command over to new abstract connection system. matthew, youLuke Leighton1999-11-271-22/+9
* removed do_ prefix from srvsvc APILuke Leighton1999-11-271-9/+1
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-2/+4
* another four next_token() removals (using getopt instead)Luke Leighton1999-11-221-20/+26
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-1/+1
* Fixed typo which was preventing the omission of seconds in the 'at' command.Matthew Chapman1999-11-011-1/+1
* use pstring for at command instead of fstringLuke Leighton1999-07-211-6/+6
* had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1999-05-071-2/+2
* Adding "time" rpcclient command which displays the remote time.Matthew Chapman1999-05-011-18/+57
* New rpcclient command "at" for NT scheduler control, a slightly improvedMatthew Chapman1999-04-231-0/+327