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
/
libutil
/
passwd.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-04-17
Back out previous - it will come as a surprise to many users.
ad
2002-04-15
Per discussion on tech-security and tech-userlevel, upgrade default
perry
2001-11-05
WARNS=2 fix
lukem
2001-10-23
- add _PATH_USERMGMT_CONF. resolves [bin/14305]
lukem
2001-08-18
Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass
ad
2001-01-03
sprinkle in _DIAGASSERT() as appropriate
lukem
2000-12-08
Fix oversight in last commit.
tron
2000-12-06
Add two new passwd file update functions:
tron
2000-10-04
honor behavior of warn(NULL).
itojun
2000-10-03
Close possible format string attack.
sommerfeld
2000-07-11
Correct ctype(3) usage.
itohy
2000-07-07
Fix typo. This probably would have stopped passwd(1) working if
ad
2000-07-06
Oops - declare static functions.
ad
2000-07-06
Use ':' as group prefix; suggested by hubertf.
ad
2000-07-06
- Add pw_getconf(). This is used to read configuration information from
ad
1999-12-03
Use /bin/sh to take care of the EDITOR command parsing instead of home
mjl
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-17
remove diagnostic check for name==NULL; it's ok to call pw_error() in this case
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-12-09
Delint
christos
1998-09-26
Preserve the correct errno so that programs know the reason we failed.
christos
1998-08-19
Add some braces to make egcs happy.
thorpej
1998-06-08
move pw_scan() out of here (into libc)
lukem
1997-12-31
Change an exit() to _exit(), so that it's safe for vfork().
thorpej
1997-07-24
Change pw_copy to take an optional 4th parameter (old_pw), a pointer
phil
1997-07-06
PR/3832: Enami Tsugutomo: passwd.c will not compile on NetBSD/alpha
christos
1997-06-29
- RCSID police
christos
1997-06-20
add parens for gcc -Wall
mikel
1997-05-22
in pw_scan(), parse [gu]id with strtoul() instead of atoi(), and sanity
lukem
1997-05-09
Pull in err.h for prototypes.
mycroft
1997-04-23
Allow the full range of UIDs and GIDs.
mycroft
1996-12-09
Deal with complex EDITOR strings (e.g. `pico -t'). Fixes PR #2520.
thorpej
1996-06-02
Don't delete the lock file if pwd_mkdb fails. The caller will take care
ghudson
1996-05-15
Minor reorganization of libutil, including the addition of passward
jtc