summaryrefslogtreecommitdiff
path: root/distrib/utils/libhack/getpwent.c
AgeCommit message (Collapse)Author
2011-01-12Fix the weak aliases to match the libc version and not leave unresolvedjoerg
symbols around.
2009-01-16Add some more weak aliases for versioned library calls, to preventhe
that we try to link in objects from libc.a where we also provide our own replacements here, leading to multiple definitions during linking. OK'ed by christos@
2008-11-28Add cut-down getpwent_r() to join existing getpwent() and friends. Thissborrill
fixes PR 40003
2005-03-31Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()he
functions in order to fix link-time conflicts with the C library.
2005-03-31Add re-entrant versions of the password routines. Well, not really, but close.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22268, verified by myself.
2002-05-13Modified pwmatchline to return the value to pw_class. This is notelric
strictly necessary for the install floppy, but it enables one to build a rescue floppy with ssh(1) on it. ssh dereferences pw->pw_class and will therefore core dump if it is not set to something. Reviewed By: simonb@NetBSD.ORG
2002-02-02replace previous "cut down" getpwent.c with a version which is closerlukem
to libc/gen/getpwent.c. this version reads from master.passwd instead of passwd (thus removing the need to keep both in the mini file system and having to run pwd_mkdb to generate the latter)
2001-06-15Add definitions for weak aliases so that libhack functionstsutsui
are actually linked instead of libc ones on ELF systems. Fixes install/13050 and install/13153.
1999-03-13Warnsify.sommerfe
Add reduced version of getcap routines, so sysinst need not drag in the database goop via libtermcap.
1995-10-13Minor cleanupgwr
1995-10-08Add some utilities all ports might use in a ramdisk root.gwr