index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
getpwent.c
Age
Commit message (
Expand
)
Author
2022-04-19
lib: remove CONSTCOND comment
rillig
2017-01-14
don't include machine/param.h <sys/param.h> already does WTF?
christos
2012-09-08
Revert previous temporary measure and fix the assertion properly instead.
dholland
2012-09-07
Disable bogus _DIAGASSERT.
dholland
2012-03-29
PR/46279: Dr. W. Stukenbrock: Off-by-one in buffer length check and make sure
christos
2012-03-29
PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users
christos
2010-03-23
remove some stray __weak_aliases, where the target functions were
drochner
2009-01-11
merge christos-time_t
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-02-03
make this compile with DIAGNOSTIC
christos
2006-10-15
fix incomplete initializers
christos
2006-06-29
Fix YP lookup latency reported by Stephen M. Jones on tech-net. This is a
ginsbach
2006-03-19
Coverity CID 708: Remove dead code.
christos
2005-06-05
Cosmetic tweak previous; IMHO we don't need the XXX comment in this
lukem
2005-06-04
Add an initialization to appease -Wuninitialized. Apparently the
he
2005-04-19
getpw{ent,nam,uid}_r():
lukem
2005-04-02
PR/29849, PR/29850: Add getpwent_r and getgrent_r
christos
2005-02-28
Restore getpwent() behaviour prior to rev 1.57; skip dodgy NIS & DNS entries
lukem
2004-11-10
Use the common __nsdefaultFOO rather than private defaultFOO duplicates.
lukem
2004-11-10
Use _GETPW_R_SIZE_MAX from <limits.h> rather than defining a private version.
lukem
2004-11-01
default to "compat" not "files"
lukem
2004-10-29
#include "reentrant.h" instead of <threadlib.h>
lukem
2004-10-24
Protect access to all public functions via a mutex as some of the backends are
lukem
2004-10-11
Fix MKYP=no MKHESIOD=no build.
lukem
2004-10-07
Ensure that _nis_start(&state) has been called before using PASSWD_BYNAME()
lukem
2004-10-05
Use PASSWD_BYxxx(state) macros instead of "passwd.byxxx" to refer to
lukem
2004-10-05
Overhaul the use of nsdispatch(3) by public APIs so that the back-end
lukem
2003-11-26
Fix compile problem if -UYP -DHESIOD.
lukem
2003-10-13
Move Jason Downs's code from a 4-clause to a 3-clause licence by
agc
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-11-17
use strlcpy where it is more appropriate.
itojun
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
2002-04-16
botched strncpy -> strlcpy
groo
2002-02-12
Just return an error if we try to look up a user name that's too long, rather
mycroft
2000-10-03
Reset allocated buffer size to 0 on allocation failure.
enami
2000-10-02
Fix potential buffer overflow processing long password database entries.
simonb
2000-01-22
Delint.
mycroft
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-04-27
Unconditionalize `rval' declaration referenced in usr.bin/chpass/ via .PATH
ross
1999-04-26
change dns_getpw() to skip dodgy entries when doing getpwent(), rather
lukem
1999-04-25
change getpwent() backends so that a flag (per source) is set once the
lukem
1999-04-18
specifically include stdarg/varargs.h
lukem
1999-01-26
always compile in support for `compat' backends (even if !YP & !HESIOD),
lukem
1999-01-25
convert from hes_*() -> hesiod_*()
lukem
1999-01-21
Use the right map for Hesiod lookups by uid.
mycroft
1999-01-20
- remove unneeded casts
christos
1999-01-19
* `passwd' defaults to `compat', and `passwd_compat' defaults to `nis'
lukem
1999-01-19
* maximum limit of names is MAXLOGNAME not UT_NAMESIZE. fixes [bin/6847] from
lukem
1999-01-18
* fix _compat_getpw so that it returns _local_getpw(...) if there
lukem
[next]