The NetBSD Project

CVS log for src/external/bsd/openpam/dist/lib/Attic/openpam_configure.c

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / openpam / dist / lib

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.11, Fri Oct 24 18:17:56 2014 UTC (9 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, localcount-20160914, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

merge conflicts

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 17 07:08:47 2014 UTC (9 years, 9 months ago) by spz
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.9: +13 -2 lines
Diff to previous 1.9 (colored)

make sure we have a log message at the appropriate level (error) on
why pam is failing in the case of an included pam config file missing.

example: instead of logging with the default log settings:
Jun 17 08:49:37 tucana su: pam_start failed: system error
it will log:
Jun 17 08:55:49 tucana su: in openpam_parse_chain(): failed loading include for service gibbetnich in /etc/pam.d/su(15): No such file or directory
Jun 17 08:55:49 tucana su: pam_start failed: system error

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 3 20:22:54 2014 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.8: +6 -5 lines
Diff to previous 1.8 (colored)

For consistency, handle REQUISITE modules the same way as we handle REQUIRED
and BINDING.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 3 20:21:32 2014 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.7: +34 -8 lines
Diff to previous 1.7 (colored)

CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 3 22:49:21 2014 UTC (10 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Avoid implicit cast on the return value.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 27 20:10:21 2013 UTC (10 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.5: +2 -15 lines
Diff to previous 1.5 (colored)

merge conflicts

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 6 02:20:31 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900
Changes since 1.4: +237 -369 lines
Diff to previous 1.4 (colored)

merge conflicts

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 3 18:56:49 2012 UTC (12 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys, netbsd-6-1, netbsd-6-0, netbsd-6
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored)

don't use %m in openpam_log, because it does not necessarily call syslog()
to process the message.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 25 23:18:56 2011 UTC (12 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.2: +11 -10 lines
Diff to previous 1.2 (colored)

lint and static module fixes

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 25 22:27:55 2011 UTC (12 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.1: +31 -1 lines
Diff to previous 1.1 (colored)

apply our changes.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 25 21:42:49 2011 UTC (12 years, 3 months ago) by christos
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>