Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107430 | Differences between
and this patch

Collapse All | Expand All

(-)shadow-4.0.7-orig/src/groupdel.c (-3 / +4 lines)
Lines 37-50 Link Here
37
#include <ctype.h>
37
#include <ctype.h>
38
#include <fcntl.h>
38
#include <fcntl.h>
39
#include <pwd.h>
39
#include <pwd.h>
40
#include "nscd.h"
41
#include "prototypes.h"
42
#include "defines.h"
40
#ifdef USE_PAM
43
#ifdef USE_PAM
41
#include <security/pam_appl.h>
44
#include <security/pam_appl.h>
42
#include <security/pam_misc.h>
45
#include <security/pam_misc.h>
43
#include <pwd.h>
46
#include <pwd.h>
44
#endif				/* USE_PAM */
47
#endif				/* USE_PAM */
45
#include "nscd.h"
48
46
#include "prototypes.h"
47
#include "defines.h"
48
static char *group_name;
49
static char *group_name;
49
static char *Prog;
50
static char *Prog;
50
static int errors;
51
static int errors;
(-)shadow-4.0.7-orig/src/groupmod.c (-3 / +3 lines)
Lines 36-49 Link Here
36
#include <grp.h>
36
#include <grp.h>
37
#include <ctype.h>
37
#include <ctype.h>
38
#include <fcntl.h>
38
#include <fcntl.h>
39
#include "prototypes.h"
40
#include "chkname.h"
41
#include "defines.h"
39
#ifdef USE_PAM
42
#ifdef USE_PAM
40
#include <security/pam_appl.h>
43
#include <security/pam_appl.h>
41
#include <security/pam_misc.h>
44
#include <security/pam_misc.h>
42
#include <pwd.h>
45
#include <pwd.h>
43
#endif				/* USE_PAM */
46
#endif				/* USE_PAM */
44
#include "prototypes.h"
45
#include "chkname.h"
46
#include "defines.h"
47
#include "groupio.h"
47
#include "groupio.h"
48
#include "nscd.h"
48
#include "nscd.h"
49
#ifdef	SHADOWGRP
49
#ifdef	SHADOWGRP
(-)shadow-4.0.7-orig/src/su.c (-2 / +4 lines)
Lines 33-38 Link Here
33
RCSID (PKG_VER "$Id: su.c,v 1.28 2004/11/09 03:57:36 kloczek Exp $")
33
RCSID (PKG_VER "$Id: su.c,v 1.28 2004/11/09 03:57:36 kloczek Exp $")
34
#include <sys/types.h>
34
#include <sys/types.h>
35
#include <stdio.h>
35
#include <stdio.h>
36
37
#include "prototypes.h"
38
#include "defines.h"
39
36
#ifdef USE_PAM
40
#ifdef USE_PAM
37
#include "pam_defs.h"
41
#include "pam_defs.h"
38
static const struct pam_conv conv = {
42
static const struct pam_conv conv = {
Lines 43-50 Link Here
43
static pam_handle_t *pamh = NULL;
47
static pam_handle_t *pamh = NULL;
44
#endif
48
#endif
45
49
46
#include "prototypes.h"
47
#include "defines.h"
48
50
49
#include <grp.h>
51
#include <grp.h>
50
#include <signal.h>
52
#include <signal.h>
(-)shadow-4.0.7-orig/src/userdel.c (-2 / +3 lines)
Lines 38-50 Link Here
38
#include <grp.h>
38
#include <grp.h>
39
#include <ctype.h>
39
#include <ctype.h>
40
#include <fcntl.h>
40
#include <fcntl.h>
41
#include "prototypes.h"
42
#include "defines.h"
41
#ifdef USE_PAM
43
#ifdef USE_PAM
42
#include <security/pam_appl.h>
44
#include <security/pam_appl.h>
43
#include <security/pam_misc.h>
45
#include <security/pam_misc.h>
44
#include <pwd.h>
46
#include <pwd.h>
45
#endif				/* USE_PAM */
47
#endif				/* USE_PAM */
46
#include "prototypes.h"
48
47
#include "defines.h"
48
#include "getdef.h"
49
#include "getdef.h"
49
#include "pwauth.h"
50
#include "pwauth.h"
50
#include "nscd.h"
51
#include "nscd.h"
(-)shadow-4.0.7-orig/src/usermod.c (-2 / +3 lines)
Lines 40-52 Link Here
40
#include <ctype.h>
40
#include <ctype.h>
41
#include <fcntl.h>
41
#include <fcntl.h>
42
#include <time.h>
42
#include <time.h>
43
#include "prototypes.h"
44
#include "defines.h"
43
#ifdef USE_PAM
45
#ifdef USE_PAM
44
#include <security/pam_appl.h>
46
#include <security/pam_appl.h>
45
#include <security/pam_misc.h>
47
#include <security/pam_misc.h>
46
#include <pwd.h>
48
#include <pwd.h>
47
#endif				/* USE_PAM */
49
#endif				/* USE_PAM */
48
#include "prototypes.h"
50
49
#include "defines.h"
50
#include "chkname.h"
51
#include "chkname.h"
51
#include "faillog.h"
52
#include "faillog.h"
52
#if HAVE_LASTLOG_H
53
#if HAVE_LASTLOG_H

Return to bug 107430