rpms/cvs/devel cvs-1.11.21-pam.patch,1.1,1.2 cvs.pam,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 10:40:51 UTC 2005


Author: stransky

Update of /cvs/dist/rpms/cvs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19661

Modified Files:
	cvs-1.11.21-pam.patch cvs.pam 
Log Message:
clean-up patch

cvs-1.11.21-pam.patch:
 configure.in |   30 ++++++++++++++++++++++++++
 src/server.c |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 95 insertions(+), 1 deletion(-)

Index: cvs-1.11.21-pam.patch
===================================================================
RCS file: /cvs/dist/rpms/cvs/devel/cvs-1.11.21-pam.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvs-1.11.21-pam.patch	14 Dec 2005 15:45:08 -0000	1.1
+++ cvs-1.11.21-pam.patch	15 Dec 2005 10:40:48 -0000	1.2
@@ -113,7 +113,7 @@
 +        /* This is where we have been authorized or not. */
 +
 +        if (retval == PAM_SUCCESS) {
-+            host_user = username;
++            host_user = xstrdup (username);
 +        } else {
 +            host_user = NULL;
 +        }


Index: cvs.pam
===================================================================
RCS file: /cvs/dist/rpms/cvs/devel/cvs.pam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvs.pam	14 Dec 2005 15:45:08 -0000	1.1
+++ cvs.pam	15 Dec 2005 10:40:48 -0000	1.2
@@ -1,2 +1,3 @@
 #%PAM-1.0
-auth	include		system-auth
+auth		include		system-auth
+account		include		system-auth




More information about the fedora-cvs-commits mailing list