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
/
usr.bin
/
su
/
su_pam.c
Age
Commit message (
Expand
)
Author
2023-03-24
After a ':' (as in login:group or just :group) insist that there
kre
2021-11-27
usr.bin: remove unnecessary CONSTCOND, lint no longer needs it
rillig
2021-09-10
usr.bin: remove unnecessary lint comment CONSTCOND
rillig
2018-02-26
Fix typo in comment.
htodd
2015-08-09
Do not use pamh after pam_end. It's cosmetic change since pam_strerror
shm
2013-06-29
Change to home directory only after setting the full user context
mlelstv
2013-06-20
- don't re-use the va list twice, leads to coredumps.
christos
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2010-10-02
Don't free memory that was succesfully passed to putenv(3) which takes
tron
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-04-05
call setprogname(), from Anon Ymous
christos
2007-10-17
From Anon Ymous:
christos
2006-05-14
restore elevated priority before launching command in
mlelstv
2005-12-15
PR/32307: Jason V. Miller: su fails to set umask correctly when using pam
christos
2005-07-05
Set LOGNAME in the new environment (in addition to USER);
kleink
2005-04-19
check for pwd != NULL
christos
2005-04-02
Put declaration of pwbuf[] back before any code, so this compiles with
he
2005-03-30
- Use the getpw*_r methods.
christos
2005-03-23
Deal with signals and process groups (from FreeBSD)
christos
2005-02-25
Don't wait for any process, just our child. pam sessions can fork other
christos
2005-01-18
Remove unneeded \ at the end of line, style
manu
2005-01-12
Always print pam error in messages
christos
2005-01-10
- make LOGIN_CAP mandatory
christos
2005-01-10
Restore su.c to version 1.58, plus minor prototyping. Split pam
christos