summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpwent.c
AgeCommit message (Expand)Author
2001-07-10put another YP-only piece inside the ifdefTheo de Raadt
2001-02-13Avoid theoretical potential buffer overflowPaul Janzen
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, sur...Theo de Raadt
2000-04-25getpw*_r()David Leonard
1999-09-15redo master.passwd.byname check if either the uid or euid changes, this wasTheo de Raadt
1999-09-14indentTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1998-07-14avoid calling __has_yppw() everytime through getpwent(), by caching the YP st...Theo de Raadt
1997-12-18handle long usernames more carefullyTheo de Raadt
1997-07-23tabifykstailey
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1996-10-16kill __yp_token, other clean ups.Jason Downs
1996-10-15* optimal exclusions support -- don't waste memory with DB. assumesJason Downs
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt