The branch, x2gosession has been updated
via c431faa63365c6a495664776a3f415d062c4b21d (commit)
from 85fbeeb70b606ab5261cebdefa6bede0b7e383ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 6 ++++++
1 file changed, 6 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 6ce02af..2094196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libpam-x2go (0.0.0.2-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 11 Nov 2012 13:57:44 +0100
+
libpam-x2go (0.0.0.1-0~x2go1) unstable; urgency=low
* Initial upstream release. Forked from libpam-freerdp (by Ted Gould
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 56c66c7e3913f345ca89ba322b9c9146ec0040de (commit)
from 95acd68436da0be7df66860033cfc1652115a071 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 06be995..9e07d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libpam-x2go (0.0.0.2-0~x2go1) UNRELEASED; urgency=low
+libpam-x2go (0.0.0.2-0~x2go1) unstable; urgency=low
[ Jan Engelhardt ]
* New upstream version (0.0.0.2):
- Continue to run even in the absence of AM_SILENT_RULES.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 11 Nov 2012 13:57:44 +0100
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 24 Apr 2013 18:30:22 +0200
libpam-x2go (0.0.0.1-0~x2go1) unstable; urgency=low
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 7e997b2c3497ad8be857072a9bfb5d77bfca2f8d (commit)
from 56c66c7e3913f345ca89ba322b9c9146ec0040de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
configure.…
[View More]ac | 2 +-
debian/changelog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/configure.ac b/configure.ac
index ff464b9..c08fa8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libpam-x2go], [1.0.1])
+AC_INIT([libpam-x2go], [0.0.1.0])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wno-portability])
diff --git a/debian/changelog b/debian/changelog
index 9e07d29..8a706ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libpam-x2go (0.0.1.0-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 24 Apr 2013 18:30:42 +0200
+
libpam-x2go (0.0.0.2-0~x2go1) unstable; urgency=low
[ Jan Engelhardt ]
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 0ec74159dd1f398df2f174b2d524326b75ebee96 (commit)
from 179e19ef771d0c6d12020b89587ef754f7e725ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/pam-…
[View More]x2go-children.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
The diff of changes is:
diff --git a/src/pam-x2go-children.c b/src/pam-x2go-children.c
index f9bf18d..e86da1f 100644
--- a/src/pam-x2go-children.c
+++ b/src/pam-x2go-children.c
@@ -155,9 +155,7 @@ session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruse
goto cleanup;
}
- /* fill the buffer that we will pipe into the .x2go-socket file, the blank at the end of the string is tremendously
- important */
- buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s ", ruser, password, rhost, rdomain);
+ buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s", ruser, password, rhost, rdomain);
if (buffer_fill > buffer_len) {
/* This really shouldn't happen, but if for some reason we have an
difference between they way that the lengths are calculated we want
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 220ba1cfc103ee4f932663fa1d2d956505ad4a94 (commit)
from 92748f922aaafea776ebdce322a3c03a290ef406 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/…
[View More]Makefile.am | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
The diff of changes is:
diff --git a/src/Makefile.am b/src/Makefile.am
index d312011..ee5576e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,9 @@ pamlibdir = $(PAMMODULEDIR)
pamlib_LTLIBRARIES = pam_x2go.la
pam_x2go_la_SOURCES = \
- auth-check-path.c auth-check-path.h
+ auth-check-path.c auth-check-path.h \
+ pam-x2go.c \
+ pam-x2go-children.c
pam_x2go_la_LDFLAGS = \
-no-undefined \
@@ -16,18 +18,7 @@ pam_x2go_la_CFLAGS = \
$(COVERAGE_CFLAGS)
pam_x2go_la_LIBADD = \
- $(builddir)/libx2gocore.la
-
-libx2gocore_la_SOURCES = \
- pam-x2go.c \
- pam-x2go-children.c
-libx2gocore_la_CFLAGS = \
- -Wall -Werror \
- $(COVERAGE_CFLAGS)
-libx2gocore_la_LIBADD = \
-lpam
-libx2gocore_la_LDFLAGS = \
- $(COVERAGE_LDFLAGS)
libexec_PROGRAMS = \
x2go-auth-check
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 92748f922aaafea776ebdce322a3c03a290ef406 (commit)
from f7965a6b71a84b15ef656bc9a4475a30fc49c835 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/…
[View More]Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c67e16..d312011 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ pam_x2go_la_CFLAGS = \
$(COVERAGE_CFLAGS)
pam_x2go_la_LIBADD = \
- $(builddir)/libfreerdpcore.la
+ $(builddir)/libx2gocore.la
libx2gocore_la_SOURCES = \
pam-x2go.c \
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 989b7450ad7bf5fe10718c4ceb39ce4913e71a92 (commit)
from c6a1d0bcbef495512a7cea8ac5759b769145b159 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]rules | 1 +
src/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/rules b/debian/rules
index 4edf62f..e355a09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
+include /usr/share/cdbs/1/rules/clean-la.mk
include /usr/share/cdbs/1/class/autotools.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index ee5576e..e09c057 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ pam_x2go_la_CFLAGS = \
$(COVERAGE_CFLAGS)
pam_x2go_la_LIBADD = \
- -lpam
+ -lpam
libexec_PROGRAMS = \
x2go-auth-check
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via c9c813ad59d8f233bc75043af3cdb9bf78cf2ce7 (commit)
from 989b7450ad7bf5fe10718c4ceb39ce4913e71a92 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]rules | 6 ++++++
1 file changed, 6 insertions(+)
The diff of changes is:
diff --git a/debian/rules b/debian/rules
index e355a09..2e0ece7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/clean-la.mk
include /usr/share/cdbs/1/class/autotools.mk
+
+# Remove .a and .la files from /lib/security
+binary-post-install/libpam-x2go::
+ find $(DEB_DESTDIR)/lib/security -type f \
+ \( -name '*.a' -o -name '*.la' \) \
+ -exec rm '{}' +
\ No newline at end of file
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 179e19ef771d0c6d12020b89587ef754f7e725ae (commit)
from 220ba1cfc103ee4f932663fa1d2d956505ad4a94 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/pam-…
[View More]x2go-children.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/src/pam-x2go-children.c b/src/pam-x2go-children.c
index e86da1f..f9bf18d 100644
--- a/src/pam-x2go-children.c
+++ b/src/pam-x2go-children.c
@@ -155,7 +155,9 @@ session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruse
goto cleanup;
}
- buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s", ruser, password, rhost, rdomain);
+ /* fill the buffer that we will pipe into the .x2go-socket file, the blank at the end of the string is tremendously
+ important */
+ buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s ", ruser, password, rhost, rdomain);
if (buffer_fill > buffer_len) {
/* This really shouldn't happen, but if for some reason we have an
difference between they way that the lengths are calculated we want
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]
The branch, x2gosession has been updated
via 4dfe87335c635ceb63ac1f94d10ddd6ac309d456 (commit)
from c9c813ad59d8f233bc75043af3cdb9bf78cf2ce7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]rules | 1 -
1 file changed, 1 deletion(-)
The diff of changes is:
diff --git a/debian/rules b/debian/rules
index 2e0ece7..637ae1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/clean-la.mk
include /usr/share/cdbs/1/class/autotools.mk
# Remove .a and .la files from /lib/security
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
[View Less]