2fce47f cache_req: remove raw_name and do not touch orig_name

1 file Authored by pbrezina 8 years ago, Committed by jhrozek 8 years ago,
    cache_req: remove raw_name and do not touch orig_name
    
    Parsed name or UPN is now stored in input->name instead of touching
    orig_name and storing the original name in raw_name.
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>