shadow/lib
nekral-guest 569a3b8e59 * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c,
lib/sgetpwent.c: Include "prototypes.h" to make
  sure the exported prototypes are the ones used for the definition
  of functions.
* lib/prototypes.h: Added prototypes for __gr_del_entry(),
  __gr_get_db(), __gr_get_head(), __gr_set_changed(), __gr_dup(),
  __pw_del_entry(), __pw_get_db(), __pw_get_head(), __pw_dup(),
  sgetgrent(), sgetpwent(), __sgr_del_entry(), __sgr_dup(),
  __sgr_get_head(), __sgr_set_changed(), __spw_get_head(),
  __spw_del_entry(), __spw_dup().
* lib/prototypes.h: Removed prototype for is_listed().
* lib/prototypes.h: Added name of the check_su_auth()'s parameters.
* lib/groupio.h: Removed prototypes for __gr_dup() and
  __gr_set_changed().
* lib/sgroupio.c: Removed prototypes for putsgent(), sgetsgent(),
  and __gr_get_db().
* lib/sgroupio.h: Removed prototypes for __sgr_dup() and
  __sgr_set_changed().
* lib/shadowio.c: Removed prototype for __pw_get_db().
* lib/pwio.c: Removed prototype for sgetpwent() and putpwent().
* lib/shadowio.h: Removed prototypes for __spw_dup() and
  __spw_set_changed().
* lib/pwio.h: Removed prototypes for __pw_dup() and
  __pw_set_changed().
* lib/commonio.h: Add protection against multiple inclusions.
* lib/prototypes.h: Include commonio.h (needed for the
  __xx_del_entry() functions).
2008-01-06 11:59:01 +00:00
..
.indent.pro [svn-upgrade] Integrating new upstream version, shadow (4.0.8) 2007-10-07 11:46:07 +00:00
commonio.c * libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h> 2008-01-05 16:33:43 +00:00
commonio.h * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
defines.h * libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h> 2008-01-05 16:33:43 +00:00
encrypt.c If we requested a non DES encryption, make sure crypt returned a encrypted 2007-11-24 00:37:37 +00:00
exitcodes.h Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
faillog.h Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
fputsx.c Include "prototypes.h" to make sure the exported prototypes are 2008-01-05 13:23:22 +00:00
getdef.c * NEWS, lib/getdef.c, man/login.defs.5.xml: New login.defs 2007-11-23 00:07:59 +00:00
getdef.h [svn-upgrade] Integrating new upstream version, shadow (4.0.15) 2007-10-07 11:47:22 +00:00
groupio.c Remove prototype of putgrent(), add parameter's name of sgetgrent(). 2008-01-05 14:35:13 +00:00
groupio.h [svn-upgrade] Integrating new upstream version, shadow (4.0.8) 2007-10-07 11:46:07 +00:00
groupmem.c svn propset svn:keywords Id 2007-11-23 19:44:57 +00:00
gshadow_.h Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
gshadow.c The prototypes of fgetsx() and fputsx() are already defined in 2008-01-05 13:56:21 +00:00
lockpw.c Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
Makefile.am Do not install the shadow library per default. 2007-12-26 09:18:45 +00:00
nscd.c Fix some compilation warnings: 2007-11-19 20:25:36 +00:00
nscd.h * NEWS, lib/nscd.c: Execute nscd -i instead of using the private 2007-11-17 14:04:05 +00:00
pam_defs.h [svn-upgrade] Integrating new upstream version, shadow (4.0.14) 2007-10-07 11:47:11 +00:00
port.c Include "prototypes.h" to make sure the exported prototypes are 2008-01-05 13:23:22 +00:00
port.h Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
prototypes.h * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
pwauth.c Forgot to commit that one. 2008-01-01 14:32:41 +00:00
pwauth.h Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
pwio.c * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
pwio.h * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
pwmem.c svn propset svn:keywords Id 2007-11-23 19:44:57 +00:00
sgetgrent.c * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
sgetpwent.c * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
sgetspent.c Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00
sgroupio.c * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
sgroupio.h * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
shadow.c Avoid assignments in conditionals. 2008-01-01 22:21:55 +00:00
shadowio.c * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
shadowio.h * libmisc/console.c, libmisc/ulimit.c, lib/sgetgrent.c, 2008-01-06 11:59:01 +00:00
shadowmem.c * libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h> 2008-01-05 16:33:43 +00:00
utent.c Added the subversion svn:keywords property (Id) for proper identification. 2007-11-10 23:46:11 +00:00