]> git.ipfire.org Git - thirdparty/shadow.git/commit
* libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 16:33:43 +0000 (16:33 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 16:33:43 +0000 (16:33 +0000)
commitdb0dddc6e91ddcef42af647a6c345b0385ca5a88
treec58a13d9416e9e8cda6b0e2c4d2c1e393efdf28a
parentcea5c823a1fdab62947f1e4148504836af19cf8c
* libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
  and "pwauth.h" only when compiled without PAM support.
* src/chfn.c, src/chsh.c: Do not include <shadow.h>
* lib/commonio.c: Do not include <shadow.h>. Do not include
  <pwd.h>. Include "nscd.h" instead of <nscd.h>.
* configure.in: Do not check if shadow.h exist, but make sure it
  exists.
* libmisc/pwdcheck.c, src/chfn.c, src/chsh.c, lib/defines.h,
  lib/shadowmem.c, lib/shadowio.c, lib/commonio.c:
  HAVE_SHADOW_H is no more needed (shadow.h should always exist).
ChangeLog
configure.in
lib/commonio.c
lib/defines.h
lib/shadowio.c
lib/shadowmem.c
libmisc/pwdcheck.c
src/chfn.c
src/chsh.c