b3ca357 sudo: convert get_sudorules to tevent

3 files Authored by pbrezina 8 years ago, Committed by lslebodn 8 years ago,
    sudo: convert get_sudorules to tevent
    
    There was a lot of confusion with different error codes
    and where to call sudosrv_cmd_done to finish the client
    request. Converting it whole to tevent makes it much
    more simpler to read and follow the request logic.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>