index
:
libpam-freerdp2
master
pr/travis-ci
release-builds
Remote RDP Logon for Arctica Greeter (PAM Module)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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.0
2.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
|
*
Makefile.am: Remove --enable-localinstall option.
Mike Gabriel
2018-05-04
1
-2
/
+0
|
*
missing parenthesis open...
Mike Gabriel
2018-05-02
1
-1
/
+1
|
*
Fix for PAM_TYPE_* name changes.
Mike Gabriel
2018-05-02
1
-1
/
+1
|
*
Fix nasty typo flaw...
Mike Gabriel
2018-05-02
1
-1
/
+1
|
*
Don't use PAM_RHOSTS. Its purpose has been something completely unrelated to ↵
Mike Gabriel
2018-05-02
2
-12
/
+25
|
|
|
|
what we attempt here.
*
Add AC_CONFIG_MACRO variables, make autoreconf happy.
Mike Gabriel
2018-05-02
2
-0
/
+3
|
*
Makefile.am: Drop dist-hook. The localinstall part has been removed earlier ↵
Mike Gabriel
2018-05-02
1
-26
/
+0
|
|
|
|
already.
*
Make building tests optional.
Mike Gabriel
2018-05-02
2
-4
/
+6
|
*
src/pam-freerdp.c: Typo fix in comment.
Mike Gabriel
2018-05-02
1
-1
/
+1
|
*
Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h.
Mike Gabriel
2018-05-02
1
-0
/
+2
|
*
configure.ac: Continue to run even in absence of AM_SILENT_RULES.
Mike Gabriel
2018-05-02
1
-2
/
+2
|
*
src/freerdp-auth-check.c: The tool expects 4 arguments (plus command name) ↵
Mike Gabriel
2018-05-02
1
-1
/
+1
|
|
|
|
-> argc should be 5, not 4, then.
*
src/freerdp-auth-check.c: Typo fix in error message.
Mike Gabriel
2018-05-02
1
-1
/
+1
|
*
src/freerdp-auth-check.c: Add a little usage print out on faulty cmdline usage.
Mike Gabriel
2018-05-02
1
-1
/
+2
|
*
tests/{mock_guest.c,test-freerdp-wrapper.cc}: Fix namespace (freerdp -> ↵
Mike Gabriel
2018-01-12
2
-4
/
+4
|
|
|
|
freerdp2).
[next]