Age | Commit message (Expand) | Author |
2011-09-05 | Preserve errno across calls to open the password database(s), so | Philip Guenthe |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-03-25 | deregister (and deauto!). ok millert@ marco@ | Otto Moerbeek |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2003-06-25 | protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy |
2002-11-21 | Add a "shadow" group and make the shadow passwd db readable by that | Todd C. Miller |
2002-07-06 | KNF | Theo de Raadt |
2002-07-06 | cope better if realloc fails; better fix than cloder@acm.org | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2000-04-25 | well if you cannot do a libc commit properly a week before 2.7 tree lock, sur... | Theo de Raadt |
2000-04-25 | getpw*_r() | David Leonard |
1999-09-15 | redo master.passwd.byname check if either the uid or euid changes, this was | Theo de Raadt |
1999-09-14 | indent | Theo de Raadt |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller |
1998-08-14 | realloc repair | Theo de Raadt |
1998-07-14 | avoid calling __has_yppw() everytime through getpwent(), by caching the YP st... | Theo de Raadt |
1997-12-18 | handle long usernames more carefully | Theo de Raadt |
1997-07-23 | tabify | kstailey |
1997-04-18 | constrain length of db lookups better; reported by adam@math.tau.ac.il | Theo de Raadt |
1997-04-13 | buf oflow; bitblt | Theo de Raadt |
1996-10-16 | kill __yp_token, other clean ups. | Jason Downs |
1996-10-15 | * optimal exclusions support -- don't waste memory with DB. assumes | Jason Downs |
1996-09-16 | uid_t is now a u_int32_t, treat it as such. | Todd C. Miller |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |