freebsd-dev/lib/libpam/modules
Mark Murray 16fc3635f7 Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64
2004-03-05 08:10:19 +00:00
..
pam_chroot
pam_deny
pam_echo Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs 2003-12-11 13:55:16 +00:00
pam_exec
pam_ftpusers
pam_group Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs 2003-12-11 13:55:16 +00:00
pam_guest
pam_krb5 Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
pam_ksu Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
pam_lastlog Implement pam_sm_close_session(). 2004-01-26 19:28:37 +00:00
pam_login_access Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
pam_nologin
pam_opie
pam_opieaccess style cleanup: Remove duplicate $FreeBSD$ tags. 2004-02-10 20:42:33 +00:00
pam_passwdqc
pam_permit
pam_radius Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs 2003-12-11 13:55:16 +00:00
pam_rhosts Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs 2003-12-11 13:55:16 +00:00
pam_rootok
pam_securetty Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
pam_self - fix to UID test description, non-zero -> zero 2003-10-17 17:03:38 +00:00
pam_ssh Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
pam_tacplus
pam_unix Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
Makefile
Makefile.inc
modules.inc