diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-02-25 17:05:22 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-02-25 17:05:22 +0000 |
commit | 48a26b6141fb6bf276208bc1a06f5105880e843e (patch) | |
tree | defea3b1a9bc97dd09ec62f62129cdf37666ad9e /tests/.cvsignore | |
parent | 1376c1565abb318a5b4d086edd7f295ee3da6b13 (diff) | |
download | pam-48a26b6141fb6bf276208bc1a06f5105880e843e.tar.gz pam-48a26b6141fb6bf276208bc1a06f5105880e843e.tar.bz2 pam-48a26b6141fb6bf276208bc1a06f5105880e843e.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2009-02-25 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_misc.c (_pam_StrTok): Use unsigned char
instead of int. Reported by Marcus Granado.
* tests/Makefile.am (TESTS): Add tst-pam_mkargv.
* tests/tst-pam_mkargv.c (main): Test case for
_pam_mkargv.
* po/de.po: Update fuzzy translations.
Diffstat (limited to 'tests/.cvsignore')
-rw-r--r-- | tests/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore index 8907f478..d8828fe6 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -18,3 +18,4 @@ tst-pam_set_data tst-pam_set_item tst-pam_setcred tst-pam_start +tst-pam_mkargv |