OpenGrok
Cross Reference: common.c
xref
: /
src
/
usr.bin
/
login
/
common.c
Home
|
History
|
Annotate
|
Download
|
only in
login
History log of
/src/usr.bin/login/common.c
Revision
Date
Author
Comments
1.8
28-Oct-2015
shm
Fixed off-by-one in decode_ss (CID 977426)
OK kamil@
1.7
27-Oct-2015
shm
Added namelen initialization in getpeername(3) call (CID 979631)
OK kamil@
1.6
19-May-2012
christos
- use __dead consistently.
- more clang build.
1.5
10-May-2012
christos
dead for sigint
1.4
22-Apr-2012
christos
make krb5 compile again. XXX: one function left that is deprecated, what's
the new equivalent?
1.3
29-Dec-2009
christos
branches: 1.3.6; 1.3.8;
don't repeat the word login twice (syslog prepends the program name login:)
1.2
29-Dec-2009
christos
kill the space in address formatting to match what other daemons do.
1.1
29-Dec-2009
christos
PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not
log ip addresses.
- Factor out the common code in login.c and login_pam.c into common.c
- Always log a login event
- Check passed in sockaddr against the one from getpeername(2).
1.3.8.3
19-May-2012
riz
Pull up following revision(s) (requested by christos in ticket #271):
usr.bin/login/common.c: revision 1.6
usr.bin/login/common.h: revision 1.4
- use __dead consistently.
- more clang build.
- use __dead consistently.
- more clang build.
1.3.8.2
18-May-2012
riz
Pull up following revision(s) (requested by christos in ticket #257):
usr.bin/login/common.c: revision 1.5
dead for sigint
1.3.8.1
07-May-2012
riz
Pull up following revision(s) (requested by christos in ticket #215):
usr.bin/login/login.c: revision 1.100
usr.bin/login/login.c: revision 1.101
usr.bin/login/login.c: revision 1.102
usr.bin/login/common.c: revision 1.4
usr.bin/login/common.h: revision 1.2
usr.bin/login/k5login.c: revision 1.28
usr.bin/login/k5login.c: revision 1.29
usr.bin/login/login.c: revision 1.99
usr.bin/login/login_pam.c: revision 1.21
usr.bin/login/Makefile: revision 1.53
usr.bin/login/Makefile: revision 1.54
usr.bin/login/Makefile: revision 1.55
usr.bin/login/k5login.c: revision 1.30
usr.bin/login/k5login.c: revision 1.31
usr.bin/login/k5login.c: revision 1.32
usr.bin/login/k5login.c: revision 1.33
make krb5 compile again. XXX: one function left that is deprecated, what's
the new equivalent?
centralize error function processing.
fix the USE_KERBEROS=no USE_PAM=no build.
remove obsolete comment.
make kerberos work again:
1. make notickets external
2. don't use the tty as part of the credential cache, since pts/1 will not work.
3. Attempt to use the newer functions, but punt for now since it does not work
yet.
don't abuse the instance variable
move more of the compat code in the compat block.
last commit before I nuke the old code.
no more KRB5_DEPRECATED
1.3.6.1
23-May-2012
yamt
sync with head.
Indexes created Thu Oct 23 18:09:57 GMT 2025