aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sunweaver-pr/travis-ci'HEADmasterMike Gabriel2021-06-088-43/+214
|\
| * tests/mock_guest.c: Use same integer type (long unsigned int) for comparing s...Mike Gabriel2021-06-081-1/+1
| * tests/mock_pam.c: Use curly braces for all if-clauses.Mike Gabriel2021-06-081-20/+26
| * tests/mock_pam.c: Don't leak memory pointed to by 'response'.Mike Gabriel2021-06-081-2/+6
| * tests/mock_*.c: Mark unused function arguments as such.Mike Gabriel2021-06-082-13/+22
| * src/freerdp2-auth-check.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-5/+5
| * src/pam-freerdp2.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-4/+4
| * src/Makefile.am: Turn all warnings into errors when building freerdp2-auth-ch...Mike Gabriel2021-06-081-0/+1
| * tests/mock_pam.h: Includ <security/_pam-types.h>, so that the PAM_NONNULL() m...Mike Gabriel2021-06-081-0/+1
| * Travis CI: Initial CI build configuration.Mike Gabriel2021-06-082-0/+150
|/
* m4/gtest.m4: FTCBFS fix: Don't abuse AC_CHECK_FILES.Helmut Grohne2019-12-041-2/+1
* debian/control: Rephrase LONG_DESCRIPTIONs slightly.Mike Gabriel2018-05-081-2/+6
* debian/source/format: Upstream provided DEB packages need to be source format...Mike Gabriel2018-05-081-1/+1
* debian/: Adopt packaging stuff from official Debian package.Mike Gabriel2018-05-088-6/+207
* 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_* v...Mike Gabriel2018-05-061-29/+41
* 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 use...Mike Gabriel2018-05-047-1/+58
* 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
* 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 a...Mike Gabriel2018-05-021-26/+0
* Make building tests optional.Mike Gabriel2018-05-022-4/+6