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