aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/Makefile.am: Use correct .la file in src/ folder for linking the unit ↵Mike Gabriel2018-01-121-1/+1
| | | | tests.
* tests/Makefile.am: Define LIBPAM_COMPILE to disable libpam's PAM_NONNULL ↵Mike Gabriel2018-01-121-1/+2
| | | | check on pam_set_item() pam_get_item().
* tests/Makefile.am: Split-up CFLAGS/CXXFLAGS/CPPFLAGS properly. Esp. split ↵Mike Gabriel2018-01-121-2/+8
| | | | out flags for the pre-processor into CPPFLAGS.
* Merge branch 'bmiklautz-freerdp2'Mike Gabriel2017-12-183-18/+41
|\ | | | | | | Attibutes GH PR #1: https://github.com/ArcticaProject/libpam-freerdp2/pull/1
| * Update to use the freerdp2 APIBernhard Miklautz2017-12-183-18/+41
|/ | | | | | | * use the new API * use AuthenticationOnly * return 0 on SUCCESS the last known error otherwise * disable wlog output (unless compiled with ENABLE_WLOG)
* White-space clean-up.Mike Gabriel2017-12-076-21/+21
|
* Continue development of libpam-freerdp under the name libpam-freerdp2 (with ↵Mike Gabriel2017-12-0711-70/+61
| | | | support of FreeRDPv2 API).
* Releasing 1.0.1+15.04.20141111-0ubuntu11.0.1+15.04.20141111-0ubuntu1CI bot2014-11-111-0/+7
|
* Port to new freerdp API Iain Lane2014-11-112-13/+13
|\ | | | | | | Approved by: Ted Gould
| * Port to new freerdp APIIain Lane2014-11-102-13/+13
|/
* Releasing 1.0.1+13.10.20130724-0ubuntu1 (revision 42 from lp:libpam-freerdp).Automatic PS uploader2013-07-241-2/+17
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 1.0.1+13.10.20130724-0ubuntu1, based on r42Automatic PS uploader2013-07-241-2/+17
|/
* sync changelog entries from archive and add bootstrap revKen VanDine2013-07-241-8/+7
|\ | | | | | | | | | | . Approved by PS Jenkins bot, Ted Gould.
| * sync changelog entries from archive and add bootstrap revKen VanDine2013-07-241-8/+7
|/
* inline packaging and preparation for daily releaseKen VanDine2013-06-266-0/+162
|\ | | | | | | | | | | . Approved by PS Jenkins bot, Ted Gould.
| * cleanupKen VanDine2013-06-263-3/+7
| |
| * added inline packagingKen VanDine2013-06-036-0/+158
|/
* Empty password fix and added related unit test Bug#1092428.Iftikhar Ahmad2013-03-194-0/+58
|\ | | | | | | Approved by David Barth, PS Jenkins bot.
| * Empty password fix and added related unit test Bug#1092428Iftikhar Ahmad2013-03-193-0/+53
| |\
| | * unit test for empty password bugIftikhar Ahmad2013-03-193-0/+53
| |/ |/|
| * Empty password is not supported by xfreerdp, stop the authentication as soon ↵iahmad2013-03-191-0/+5
|/ | | | as encounter an empty password
* Improving the test coverage.. Approved by David Barth.Iftikhar Ahmad2012-10-167-192/+343
|\
| * adding the files missed in last pushIftikhar Ahmad2012-10-162-0/+261
| |
| * Improving the test coverage for libpam-freerdpIftikhar Ahmad2012-10-165-192/+82
|/
* 1.0.11.0.1Ted Gould2012-09-251-1/+1
|
* Adding the compiled lib to the link.Ted Gould2012-09-251-0/+3
|\
| * Adding the core library to the module.Ted Gould2012-09-251-0/+3
|/
* 1.0.01.0.0Ted Gould2012-09-201-1/+1
|
* Adding a testing framework. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-2016-9/+664
|\
| * Add a set cred call like LightDM does itTed Gould2012-09-191-0/+2
| |
| * Adding an authenticateTed Gould2012-09-191-0/+2
| |
| * Make sure we have the full path to execute the auth checkTed Gould2012-09-191-1/+1
| |
| * Make the auth use the auth check utilityTed Gould2012-09-192-1/+2
| |
| * Adding a small auth check utilityTed Gould2012-09-192-2/+70
| |
| * Set everything up so that the auth check binary can be different in the testsTed Gould2012-09-196-6/+25
| |
| * Make sure to close so we don't leave processes aroundTed Gould2012-09-191-0/+2
| |
| * Adding in coverage make rulesTed Gould2012-09-192-0/+49
| |
| * Make sure to distribute the header filesTed Gould2012-09-191-2/+2
| |
| * Clean up Makefile and add proper filesTed Gould2012-09-191-26/+16
| |
| * Adding in coverage build flagsTed Gould2012-09-191-3/+8
| |
| * Adding in Google test and Coverage build stuffTed Gould2012-09-193-0/+175
| |
| * Steal a bunch of test infrastructure from libpam-icaclientTed Gould2012-09-198-1/+343
| |
* | Block usernames with spaces. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-201-0/+12
|\ \ | |/ |/|
| * Check for spaces in the username, block themTed Gould2012-09-191-0/+12
|/
* Add a '.' for a blank domain. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-101-0/+4
|\
| * Make sure there's a character even if we don't have a domainTed Gould2012-09-071-0/+4
|/
* 0.4.00.4.0Ted Gould2012-09-051-1/+1
|
* Making the open_session kill also unpriv. Approved by Albert Astals Cid, ↵Ted Gould2012-09-041-6/+20
|\ | | | | | | jenkins.
| * Using the new function in the open_session function instead of killing directly.Ted Gould2012-09-041-5/+4
| |
| * Moving the kill code into a functionTed Gould2012-09-041-1/+16
|/