History log of /src/distrib/utils/libhack/getpwent.c |
Revision | | Date | Author | Comments |
1.12 |
| 12-Jan-2011 |
joerg | Fix the weak aliases to match the libc version and not leave unresolved symbols around.
|
1.11 |
| 16-Jan-2009 |
he | Add some more weak aliases for versioned library calls, to prevent 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@
|
1.10 |
| 28-Nov-2008 |
sborrill | Add cut-down getpwent_r() to join existing getpwent() and friends. This fixes PR 40003
|
1.9 |
| 31-Mar-2005 |
he | branches: 1.9.20; 1.9.28; Provide weak aliases for the newly added getpwuid_r() and getpwnam_r() functions in order to fix link-time conflicts with the C library.
|
1.8 |
| 31-Mar-2005 |
christos | Add re-entrant versions of the password routines. Well, not really, but close.
|
1.7 |
| 07-Aug-2003 |
agc | branches: 1.7.6; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22268, verified by myself.
|
1.6 |
| 13-May-2002 |
elric | Modified pwmatchline to return the value to pw_class. This is not 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
|
1.5 |
| 02-Feb-2002 |
lukem | replace previous "cut down" getpwent.c with a version which is closer 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)
|
1.4 |
| 15-Jun-2001 |
tsutsui | Add definitions for weak aliases so that libhack functions are actually linked instead of libc ones on ELF systems. Fixes install/13050 and install/13153.
|
1.3 |
| 13-Mar-1999 |
sommerfe | branches: 1.3.10; Warnsify. Add reduced version of getcap routines, so sysinst need not drag in the database goop via libtermcap.
|
1.2 |
| 13-Oct-1995 |
gwr | branches: 1.2.4; Minor cleanup
|
1.1 |
| 08-Oct-1995 |
gwr | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 08-Oct-1995 |
gwr | branches: 1.1.1.1.2; Add some utilities all ports might use in a ramdisk root.
|
1.1.1.1.2.1 |
| 11-Oct-1995 |
gwr | Minor cleanup.
|
1.2.4.2 |
| 13-Oct-1995 |
gwr | Minor cleanup
|
1.2.4.1 |
| 13-Oct-1995 |
gwr | file getpwent.c was added on branch netbsd-1-1 on 1995-10-13 18:10:28 +0000
|
1.3.10.1 |
| 06-Jun-2002 |
he | Pull up revision 1.6 (via patch, requested by elric): Initialize pw_class for added compatibility.
|
1.7.6.2 |
| 08-Apr-2005 |
tron | Pull up revision 1.9 (requested by bouyer in ticket #126): Provide weak aliases for the newly added getpwuid_r() and getpwnam_r() functions in order to fix link-time conflicts with the C library.
|
1.7.6.1 |
| 04-Apr-2005 |
tron | Pull up revision 1.8 (requested by thorpej in ticket #99): Add re-entrant versions of the password routines. Well, not really, but close.
|
1.9.28.1 |
| 29-Nov-2008 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #141): distrib/utils/libhack/getpwent.c: revision 1.10 Add cut-down getpwent_r() to join existing getpwent() and friends. This fixes PR 40003
|
1.9.20.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|