aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debian/control: Align B-Ds with libpam-x2go's B-Ds.Mike Gabriel2018-05-051-1/+2
|
* debian/control: Add Homepage: and Vcs-*: fields.Mike Gabriel2018-05-051-1/+4
|
* Makefile.am: Fix ACLOCAL_AMFLAGS assignment.Mike Gabriel2018-05-051-1/+1
|
* unit tests: Fix build and re-enable them.Mike Gabriel2018-05-058-70/+158
|
* src/: Rename files *freerdp* -> *freerdp2*.Mike Gabriel2018-05-055-5/+5
|
* debian/rules: Convert to CDBS.Mike Gabriel2018-05-052-13/+16
|
* autogen.sh: Drop file. Unused.Mike Gabriel2018-05-041-9/+0
|
* include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be ↵Mike Gabriel2018-05-047-1/+58
| | | | used by e.g. Arctica Greeter.
* debian/rules: Disable unit tests for now. Needs investigation...Mike Gabriel2018-05-041-0/+3
|
* Makefile.am: Remove --enable-localinstall option.Mike Gabriel2018-05-041-2/+0
|
* missing parenthesis open...Mike Gabriel2018-05-021-1/+1
|
* Fix for PAM_TYPE_* name changes.Mike Gabriel2018-05-021-1/+1
|
* Fix nasty typo flaw...Mike Gabriel2018-05-021-1/+1
|
* Don't use PAM_RHOSTS. Its purpose has been something completely unrelated to ↵Mike Gabriel2018-05-022-12/+25
| | | | what we attempt here.
* Add AC_CONFIG_MACRO variables, make autoreconf happy.Mike Gabriel2018-05-022-0/+3
|
* Makefile.am: Drop dist-hook. The localinstall part has been removed earlier ↵Mike Gabriel2018-05-021-26/+0
| | | | already.
* Make building tests optional.Mike Gabriel2018-05-022-4/+6
|
* src/pam-freerdp.c: Typo fix in comment.Mike Gabriel2018-05-021-1/+1
|
* Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h.Mike Gabriel2018-05-021-0/+2
|
* configure.ac: Continue to run even in absence of AM_SILENT_RULES.Mike Gabriel2018-05-021-2/+2
|
* src/freerdp-auth-check.c: The tool expects 4 arguments (plus command name) ↵Mike Gabriel2018-05-021-1/+1
| | | | -> argc should be 5, not 4, then.
* src/freerdp-auth-check.c: Typo fix in error message.Mike Gabriel2018-05-021-1/+1
|
* src/freerdp-auth-check.c: Add a little usage print out on faulty cmdline usage.Mike Gabriel2018-05-021-1/+2
|
* tests/{mock_guest.c,test-freerdp-wrapper.cc}: Fix namespace (freerdp -> ↵Mike Gabriel2018-01-122-4/+4
| | | | freerdp2).
* 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
|\