SOURCES: sudo-pam-login.patch - updated

arekm arekm at pld-linux.org
Wed Dec 31 18:24:31 CET 2008


Author: arekm                        Date: Wed Dec 31 17:24:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   sudo-pam-login.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/sudo-pam-login.patch
diff -u SOURCES/sudo-pam-login.patch:1.3 SOURCES/sudo-pam-login.patch:1.4
--- SOURCES/sudo-pam-login.patch:1.3	Fri Jun 27 20:54:42 2008
+++ SOURCES/sudo-pam-login.patch	Wed Dec 31 18:24:25 2008
@@ -20,22 +20,23 @@
      yes)	AC_DEFINE(HAVE_AFS)
 --- sudo-1.6.9p3/sudo.c.orig	2007-08-04 22:30:23.307231082 +0200
 +++ sudo-1.6.9p3/sudo.c	2007-08-04 22:31:28.238931329 +0200
-@@ -164,6 +164,7 @@
- char *login_style;
- #endif /* HAVE_BSD_AUTH_H */
- sigaction_t saved_sa_int, saved_sa_quit, saved_sa_tstp;
+@@ -157,6 +157,7 @@
+ static char *runas_user;
+ static char *runas_group;
+ static struct sudo_nss_list *snl;
 +int sudo_mode;
  
- #ifdef WITH_SELINUX
- security_context_t setup_tty_context(int fd, char *ttyn, security_context_t new_context) {
-@@ -319,7 +320,6 @@
-     int validated;
-     int fd;
-     int cmnd_status;
--    int sudo_mode;
-     int pwflag;
+ /* For getopt(3) */
+ extern char *optarg;
+@@ -169,7 +170,7 @@
+     char **envp;
+ {
+     int sources = 0, validated;
+-    int fd, cmnd_status, sudo_mode, pwflag, rc = 0;
++    int fd, cmnd_status, pwflag, rc = 0;
      sigaction_t sa;
-     extern int printmatches;
+     struct sudo_nss *nss;
+ #if defined(SUDO_DEVEL) && defined(__OpenBSD__)
 --- sudo-1.6.8p12/auth/pam.c.login	2006-07-16 15:41:59.000000000 +0200
 +++ sudo-1.6.8p12/auth/pam.c	2006-07-16 15:45:15.000000000 +0200
 @@ -89,7 +89,12 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sudo-pam-login.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list