aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterMerge branch 'sunweaver-pr/travis-ci'Mike Gabriel3 years
pr/travis-ci.build.yml: Cat config.log to stdout after build.Mike Gabriel3 years
release-buildsdebian/control: Re-add dh-autoreconf, required by CDBS.Mike Gabriel6 years
 
TagDownloadAuthorAge
2.0.0libpam-freerdp2-2.0.0.tar.gz  libpam-freerdp2-2.0.0.tar.bz2  libpam-freerdp2-2.0.0.zip  Mike Gabriel6 years
1.0.1+15.04.20141111-0ubuntu1libpam-freerdp2-1.0.1+15.04.20141111-0ubuntu1.tar.gz  libpam-freerdp2-1.0.1+15.04.20141111-0ubuntu1.tar.bz2  libpam-freerdp2-1.0.1+15.04.20141111-0ubuntu1.zip  CI bot9 years
1.0.1libpam-freerdp2-1.0.1.tar.gz  libpam-freerdp2-1.0.1.tar.bz2  libpam-freerdp2-1.0.1.zip  Ted Gould12 years
1.0.0libpam-freerdp2-1.0.0.tar.gz  libpam-freerdp2-1.0.0.tar.bz2  libpam-freerdp2-1.0.0.zip  Ted Gould12 years
0.4.0libpam-freerdp2-0.4.0.tar.gz  libpam-freerdp2-0.4.0.tar.bz2  libpam-freerdp2-0.4.0.zip  Ted Gould12 years
0.3.0libpam-freerdp2-0.3.0.tar.gz  libpam-freerdp2-0.3.0.tar.bz2  libpam-freerdp2-0.3.0.zip  Ted Gould12 years
0.2.0libpam-freerdp2-0.2.0.tar.gz  libpam-freerdp2-0.2.0.tar.bz2  libpam-freerdp2-0.2.0.zip  Ted Gould12 years
0.1.0libpam-freerdp2-0.1.0.tar.gz  libpam-freerdp2-0.1.0.tar.bz2  libpam-freerdp2-0.1.0.zip  Ted Gould12 years
0.0.2libpam-freerdp2-0.0.2.tar.gz  libpam-freerdp2-0.0.2.tar.bz2  libpam-freerdp2-0.0.2.zip  Ted Gould12 years
0.0.1libpam-freerdp2-0.0.1.tar.gz  libpam-freerdp2-0.0.1.tar.bz2  libpam-freerdp2-0.0.1.zip  Ted Gould12 years
 
AgeCommit messageAuthorFilesLines
2021-06-08Merge branch 'sunweaver-pr/travis-ci'HEADmasterMike Gabriel8-43/+214
2021-06-08tests/mock_guest.c: Use same integer type (long unsigned int) for comparing s...Mike Gabriel1-1/+1
2021-06-08tests/mock_pam.c: Use curly braces for all if-clauses.Mike Gabriel1-20/+26
2021-06-08tests/mock_pam.c: Don't leak memory pointed to by 'response'.Mike Gabriel1-2/+6
2021-06-08tests/mock_*.c: Mark unused function arguments as such.Mike Gabriel2-13/+22
2021-06-08src/freerdp2-auth-check.c: Mark unused function arguments as such.Mike Gabriel1-5/+5
2021-06-08src/pam-freerdp2.c: Mark unused function arguments as such.Mike Gabriel1-4/+4
2021-06-08src/Makefile.am: Turn all warnings into errors when building freerdp2-auth-ch...Mike Gabriel1-0/+1
2021-06-08tests/mock_pam.h: Includ <security/_pam-types.h>, so that the PAM_NONNULL() m...Mike Gabriel1-0/+1
2021-06-08Travis CI: Initial CI build configuration.Mike Gabriel2-0/+150
[...]