| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve errno across calls to open the password database(s), so |  guenther | 2011-09-05 | 1 | -2/+5 |
* | remove unused variable |  chl | 2009-11-21 | 1 | -2/+1 |
* | simplify the code looking for + in the password database, after analysis |  deraadt | 2009-11-12 | 1 | -5/+4 |
* | Take advantage of the surprise libc bump to bring in |  schwarze | 2009-06-03 | 1 | -59/+2 |
* | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) |  schwarze | 2009-03-27 | 1 | -11/+13 |
* | Avoid an occasional double free in getpwent() which corrupted memory. It |  deraadt | 2008-07-23 | 1 | -6/+2 |
* | oops, fix getpwent() use of wrong buffers |  deraadt | 2008-07-06 | 1 | -3/+4 |
* | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for |  millert | 2008-06-25 | 1 | -6/+6 |
* | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the |  deraadt | 2008-06-24 | 1 | -469/+403 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -4/+1 |
* | deregister (and deauto!). ok millert@ marco@ |  otto | 2005-03-25 | 1 | -4/+4 |
* | ansify function definitions and zap some `register' |  jfb | 2004-05-18 | 1 | -22/+15 |
* | protos |  deraadt | 2003-06-25 | 1 | -1/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | add missing enumeration case to select to kill gcc warning |  avsm | 2003-05-01 | 1 | -1/+4 |
* | Add a "shadow" group and make the shadow passwd db readable by that |  millert | 2002-11-21 | 1 | -6/+4 |
* | KNF |  deraadt | 2002-07-06 | 1 | -20/+20 |
* | cope better if realloc fails; better fix than cloder@acm.org |  deraadt | 2002-07-06 | 1 | -1/+2 |
* | try to use strlcpy and snprintf more; ok various |  deraadt | 2002-05-24 | 1 | -2/+2 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -6/+1 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -9/+9 |
* | put another YP-only piece inside the ifdef |  deraadt | 2001-07-10 | 1 | -1/+3 |
* | Avoid theoretical potential buffer overflow |  pjanzen | 2001-02-13 | 1 | -2/+2 |
* | move utmp to large format, usernames to 32 chars; downsj |  deraadt | 2001-01-31 | 1 | -9/+8 |
* | well if you cannot do a libc commit properly a week before 2.7 tree lock, surely it can wait till after 2.7 |  deraadt | 2000-04-25 | 1 | -132/+10 |
* | getpw*_r() |  d | 2000-04-25 | 1 | -10/+132 |
* | redo master.passwd.byname check if either the uid or euid changes, this was |  deraadt | 1999-09-15 | 1 | -4/+18 |
* | indent |  deraadt | 1999-09-14 | 1 | -114/+114 |
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch |  millert | 1999-09-03 | 1 | -6/+21 |
* | realloc repair |  deraadt | 1998-08-14 | 1 | -3/+10 |
* | avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file status |  deraadt | 1998-07-14 | 1 | -5/+8 |
* | handle long usernames more carefully |  deraadt | 1997-12-18 | 1 | -5/+9 |
* | tabify |  kstailey | 1997-07-23 | 1 | -2/+2 |
* | constrain length of db lookups better; reported by adam@math.tau.ac.il |  deraadt | 1997-04-18 | 1 | -3/+3 |
* | buf oflow; bitblt |  deraadt | 1997-04-13 | 1 | -3/+7 |
* | kill __yp_token, other clean ups. |  downsj | 1996-10-16 | 1 | -19/+21 |
* | * optimal exclusions support -- don't waste memory with DB. assumes |  downsj | 1996-10-15 | 1 | -87/+144 |
* | uid_t is now a u_int32_t, treat it as such. |  millert | 1996-09-16 | 1 | -4/+5 |
* | Add a couple of syscalls; bring more prototypes into scope |  tholo | 1996-09-15 | 1 | -1/+2 |
* | Remove dead code |  tholo | 1996-09-15 | 1 | -6/+1 |
* | Fix RCS ids |  tholo | 1996-08-19 | 1 | -7/+1 |
* | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure |  deraadt | 1996-04-24 | 1 | -1/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+942 |