pam_ptdebug.c 425 B

12345678910111213141516171819202122
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2005 Red Hat, Inc.
  3. * All rights reserved.
  4. *
  5. * License: GPL (version 3 or any later version).
  6. * See LICENSE for details.
  7. * END COPYRIGHT BLOCK **/
  8. #ifdef HAVE_CONFIG_H
  9. # include <config.h>
  10. #endif
  11. /*
  12. * pam_ptdebug.c - debugging-related code for PAM Pass Through Authentication
  13. *
  14. */
  15. #include <stdio.h>
  16. #include <string.h>
  17. #include <sys/types.h>
  18. #include "pam_passthru.h"