Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/rules: Show (commented out) how to explicitly build against freerdp2-dev.HEADmaster | Mike Gabriel | 2025-01-25 | 1 | -0/+5 |
| | |||||
* | src/freerdp-auth-check.c: Include FreeRDP's version.h to have ↵ | Mike Gabriel | 2025-01-25 | 1 | -0/+1 |
| | | | | FREERDP_VERSION_MAJOR macro defined. | ||||
* | tests/Makefile.am: No need to build and link against freerdp/winpr libraries. | Mike Gabriel | 2025-01-25 | 1 | -8/+0 |
| | |||||
* | autootools: Auto-discover which FreeRDP version to build against (prefer v3, ↵ | Mike Gabriel | 2025-01-25 | 2 | -43/+72 |
| | | | | if available). | ||||
* | .build.yml: Adjust to new namespacing and FreeRDPv3 support. | Mike Gabriel | 2025-01-25 | 1 | -4/+7 |
| | |||||
* | debian/: Adjust packaging to namespace renamings and FreeRDPv3 support. | Mike Gabriel | 2025-01-25 | 7 | -28/+35 |
| | |||||
* | namespacing: Add FreeRDPv3 support and drop the FreeRDP version number from ↵ | Mike Gabriel | 2025-01-25 | 14 | -92/+146 |
| | | | | project name and project files. | ||||
* | d/control: Switch from CDBS to debhelper (v12). | Mike Gabriel | 2025-01-16 | 3 | -25/+8 |
| | |||||
* | Merge branch 'sunweaver-pr/travis-ci' | Mike Gabriel | 2021-06-08 | 8 | -43/+214 |
|\ | | | | | | | Attributes GH PR #2: https://github.com/ArcticaProject/libpam-freerdp2/pull/2 | ||||
| * | tests/mock_guest.c: Use same integer type (long unsigned int) for comparing ↵ | Mike Gabriel | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | string length returned by snprintf() and a sizeof() return value. | ||||
| * | tests/mock_pam.c: Use curly braces for all if-clauses. | Mike Gabriel | 2021-06-08 | 1 | -20/+26 |
| | | |||||
| * | tests/mock_pam.c: Don't leak memory pointed to by 'response'. | Mike Gabriel | 2021-06-08 | 1 | -2/+6 |
| | | |||||
| * | tests/mock_*.c: Mark unused function arguments as such. | Mike Gabriel | 2021-06-08 | 2 | -13/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves: mock_pam.c: In function 'fake_conv': mock_pam.c:22:20: error: unused parameter 'num_msg' [-Werror=unused-parameter] 22 | int fake_conv (int num_msg, const struct pam_message **msg, | ~~~~^~~~~~~ mock_pam.c:23:39: error: unused parameter 'appdata_ptr' [-Werror=unused-parameter] 23 | struct pam_response **resp, void *appdata_ptr) | ~~~~~~^~~~~~~~~~~ mock_pam.c: In function 'fake_conv_empty_password': mock_pam.c:51:35: error: unused parameter 'num_msg' [-Werror=unused-parameter] 51 | int fake_conv_empty_password (int num_msg, const struct pam_message **msg, | ~~~~^~~~~~~ mock_pam.c:52:39: error: unused parameter 'appdata_ptr' [-Werror=unused-parameter] 52 | struct pam_response **resp, void *appdata_ptr) | ~~~~~~^~~~~~~~~~~ cc1: all warnings being treated as errors | ||||
| * | src/freerdp2-auth-check.c: Mark unused function arguments as such. | Mike Gabriel | 2021-06-08 | 1 | -5/+5 |
| | | |||||
| * | src/pam-freerdp2.c: Mark unused function arguments as such. | Mike Gabriel | 2021-06-08 | 1 | -4/+4 |
| | | |||||
| * | src/Makefile.am: Turn all warnings into errors when building ↵ | Mike Gabriel | 2021-06-08 | 1 | -0/+1 |
| | | | | | | | | freerdp2-auth-check. | ||||
| * | tests/mock_pam.h: Includ <security/_pam-types.h>, so that the PAM_NONNULL() ↵ | Mike Gabriel | 2021-06-08 | 1 | -0/+1 |
| | | | | | | | | macro is defined. | ||||
| * | Travis CI: Initial CI build configuration. | Mike Gabriel | 2021-06-08 | 2 | -0/+150 |
|/ | |||||
* | m4/gtest.m4: FTCBFS fix: Don't abuse AC_CHECK_FILES. | Helmut Grohne | 2019-12-04 | 1 | -2/+1 |
| | |||||
* | debian/control: Rephrase LONG_DESCRIPTIONs slightly. | Mike Gabriel | 2018-05-08 | 1 | -2/+6 |
| | |||||
* | debian/source/format: Upstream provided DEB packages need to be source ↵ | Mike Gabriel | 2018-05-08 | 1 | -1/+1 |
| | | | | format 1.0. | ||||
* | debian/: Adopt packaging stuff from official Debian package. | Mike Gabriel | 2018-05-08 | 8 | -6/+207 |
| | |||||
* | debian/control: Re-add dh-autoreconf, required by CDBS.release-builds | Mike Gabriel | 2018-05-07 | 1 | -0/+1 |
| | |||||
* | release 2.0.02.0.0 | Mike Gabriel | 2018-05-07 | 3 | -3/+745 |
| | |||||
* | src/pam-x2go.c: Update some comments (2). | Mike Gabriel | 2018-05-06 | 1 | -4/+5 |
| | |||||
* | src/pam-freerdp.c: Update some comments. | Mike Gabriel | 2018-05-06 | 1 | -5/+4 |
| | |||||
* | src/pam-freerdp.c: Fix indentation level. | Mike Gabriel | 2018-05-06 | 1 | -21/+21 |
| | |||||
* | src/pam-freerdp2-children.h: Rename header guard macro. | Mike Gabriel | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | tests/mock_guest.c: Remove comment that is no longer true. | Mike Gabriel | 2018-05-06 | 1 | -1/+0 |
| | |||||
* | src/pam-freerdp2.c: Typo fix. | Mike Gabriel | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | src/pam-freerdp2.c: Comment improvements. | Mike Gabriel | 2018-05-06 | 1 | -4/+4 |
| | |||||
* | src/pam-freerdp2.c: global_user -> global_rdp_user. | Mike Gabriel | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | src/pam-freerdp2-children.h: Adapt to new PAM_TYPE_RDP_* macros. | Mike Gabriel | 2018-05-06 | 1 | -2/+3 |
| | |||||
* | src/pam-freerdp2-children.c: White-space fix. | Mike Gabriel | 2018-05-06 | 1 | -1/+0 |
| | |||||
* | src/pam-freerdp2.c: Fix PAM_TYPE_RDP_* internal item types and global_rdp_* ↵ | Mike Gabriel | 2018-05-06 | 1 | -29/+41 |
| | | | | variables. | ||||
* | freerdp2-auth-check: Improve error message for incorrect number of parameter. | Mike Gabriel | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | freerdp2-auth-check: Fix usage message and show it if argc is not 4. | Mike Gabriel | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | src/Makefile.am: Use libexec, not pkglibexec for freerdp2-auth-check. | Mike Gabriel | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | README.md: Symlink README to it and put some more content in it. | Mike Gabriel | 2018-05-05 | 2 | -1/+6 |
| | |||||
* | src/pam-freerdp2.c: Use PAM_FREERDP2_PROMPT_* macros for pam prompt messages. | Mike Gabriel | 2018-05-05 | 1 | -5/+5 |
| | |||||
* | src/Makefile.am: Simplify slightly and tab'ify. | Mike Gabriel | 2018-05-05 | 1 | -41/+40 |
| | |||||
* | debian/control: Align B-Ds with libpam-x2go's B-Ds. | Mike Gabriel | 2018-05-05 | 1 | -1/+2 |
| | |||||
* | debian/control: Add Homepage: and Vcs-*: fields. | Mike Gabriel | 2018-05-05 | 1 | -1/+4 |
| | |||||
* | Makefile.am: Fix ACLOCAL_AMFLAGS assignment. | Mike Gabriel | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | unit tests: Fix build and re-enable them. | Mike Gabriel | 2018-05-05 | 8 | -70/+158 |
| | |||||
* | src/: Rename files *freerdp* -> *freerdp2*. | Mike Gabriel | 2018-05-05 | 5 | -5/+5 |
| | |||||
* | debian/rules: Convert to CDBS. | Mike Gabriel | 2018-05-05 | 2 | -13/+16 |
| | |||||
* | autogen.sh: Drop file. Unused. | Mike Gabriel | 2018-05-04 | 1 | -9/+0 |
| | |||||
* | include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be ↵ | Mike Gabriel | 2018-05-04 | 7 | -1/+58 |
| | | | | used by e.g. Arctica Greeter. | ||||
* | debian/rules: Disable unit tests for now. Needs investigation... | Mike Gabriel | 2018-05-04 | 1 | -0/+3 |
| |