CVS activity : extract history for a user and from a date

cvs -d :pserver:[user]@[server]:/[repository] log -d ">2006-09-28" -w[user]

where
[user] is the username
[server] your server location
[repository] the CVS repositpry url

Of course, don't forget to change the date!