aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debian/control: Re-add dh-autoreconf, required by CDBS.release-buildsMike Gabriel2018-05-071-0/+1
|
* release 2.0.02.0.0Mike Gabriel2018-05-073-3/+745
|
* src/pam-x2go.c: Update some comments (2).Mike Gabriel2018-05-061-4/+5
|
* src/pam-freerdp.c: Update some comments.Mike Gabriel2018-05-061-5/+4
|
* src/pam-freerdp.c: Fix indentation level.Mike Gabriel2018-05-061-21/+21
|
* src/pam-freerdp2-children.h: Rename header guard macro.Mike Gabriel2018-05-061-3/+3
|
* tests/mock_guest.c: Remove comment that is no longer true.Mike Gabriel2018-05-061-1/+0
|
* src/pam-freerdp2.c: Typo fix.Mike Gabriel2018-05-061-1/+1
|
* src/pam-freerdp2.c: Comment improvements.Mike Gabriel2018-05-061-4/+4
|
* src/pam-freerdp2.c: global_user -> global_rdp_user.Mike Gabriel2018-05-061-2/+2
|
* src/pam-freerdp2-children.h: Adapt to new PAM_TYPE_RDP_* macros.Mike Gabriel2018-05-061-2/+3
|
* src/pam-freerdp2-children.c: White-space fix.Mike Gabriel2018-05-061-1/+0
|
* src/pam-freerdp2.c: Fix PAM_TYPE_RDP_* internal item types and global_rdp_* ↵Mike Gabriel2018-05-061-29/+41
| | | | variables.
* freerdp2-auth-check: Improve error message for incorrect number of parameter.Mike Gabriel2018-05-051-1/+1
|
* freerdp2-auth-check: Fix usage message and show it if argc is not 4.Mike Gabriel2018-05-051-2/+2
|
* src/Makefile.am: Use libexec, not pkglibexec for freerdp2-auth-check.Mike Gabriel2018-05-051-2/+2
|
* README.md: Symlink README to it and put some more content in it.Mike Gabriel2018-05-052-1/+6
|
* src/pam-freerdp2.c: Use PAM_FREERDP2_PROMPT_* macros for pam prompt messages.Mike Gabriel2018-05-051-5/+5
|
* src/Makefile.am: Simplify slightly and tab'ify.Mike Gabriel2018-05-051-41/+40
|
* 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).