#
1c594de5 |
| 07-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Various bugfixes.
|
#
65fa0ae1 |
| 07-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Commit the right version this time. :-)
|
#
2dc7d862 |
| 07-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Fix for login_getclass(NULL) case.
|
#
68bbf3ad |
| 04-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Library functions relating to the login class capabilities database, including manpages. See also login_cap.h.
|
#
b8a5cd86 |
| 04-Nov-2008 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Avoid assigning a const char * to a char *.
MFC after: 3 weeks
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
a7429823 |
| 14-Jun-2007 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
043d661d |
| 23-Apr-2005 |
Tom Rhodes <trhodes@FreeBSD.org> |
Properly spell default in a comment.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
94cf9da0 |
| 11-May-2004 |
Diomidis Spinellis <dds@FreeBSD.org> |
Bring the description for login_getclassbyname in sync with the function's arguments. The function has as a second argument a struct passwd * pointer, not a directory name.
MFC after: 2 weeks
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
05bcd1d0 |
| 26-Oct-2003 |
Peter Wemm <peter@FreeBSD.org> |
(mostly) Clean up some const warnings here. The code takes some liberties because it is the originator of various const strings and knows that they came from malloc.
|
#
547fa0d9 |
| 18-Oct-2003 |
Mark Murray <markm@FreeBSD.org> |
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
|
#
0ebec5d3 |
| 14-Jun-2003 |
Mark Murray <markm@FreeBSD.org> |
Tidy up. Sort headers.
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
7fed38d0 |
| 25-Aug-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Replace various spelling with FALLTHROUGH which is lint()able
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
b00ba4cc |
| 08-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Const poisoning.
|
#
40e0f7de |
| 06-Mar-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove a bogus cast.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
8719c58f |
| 01-Oct-2001 |
Matthew Dillon <dillon@FreeBSD.org> |
Add __FBSDID()s to libutil
|
#
e36b245c |
| 25-Sep-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
1) Back out ~/.login_conf disable 2) Pick only "me" class from ~/.login_conf as documented
|
#
35105a5f |
| 16-Sep-2001 |
Robert Watson <rwatson@FreeBSD.org> |
Disable per-user .login_conf support due to incorrect merging of local and globaly settings. An alternative implementation will be developed.
Reported by: Przemyslaw Frasunek <venglin@freebsd.lubli
Disable per-user .login_conf support due to incorrect merging of local and globaly settings. An alternative implementation will be developed.
Reported by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
show more ...
|
#
8df8b73f |
| 15-Sep-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Add a comment noting that the early setting of privileges for the purpose of NFS home directory and root directory processing fails to include additional groups. This doesn't impact the final
o Add a comment noting that the early setting of privileges for the purpose of NFS home directory and root directory processing fails to include additional groups. This doesn't impact the final credential, but does mean that users may be denied login even when additional groups might allow it.
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
9a01d32b |
| 06-Feb-2001 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Submitted to look at by: kris
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
c2534fa1 |
| 23-Aug-2000 |
Brian Feldman <green@FreeBSD.org> |
Stick login_setcryptfmt() in its own file to make pulling in of -lcrypt only happen if truly necessary.
|
#
04c9749f |
| 22-Aug-2000 |
Brian Feldman <green@FreeBSD.org> |
Add working and easy crypt(3)-switching. Yes, we need a whole new API for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt. Add login_setcryptfmt(3) + documentation
Add working and easy crypt(3)-switching. Yes, we need a whole new API for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt. Add login_setcryptfmt(3) + documentation to -lutil. Support for switching crypt formats in passwd(8). Support for switching crypt formats in pw(8).
The simple synopsis is: edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)
Reviewed by: peter
show more ...
|
Revision tags: release/4.1.0, release/3.5.0_cvs |
|
#
3f81737f |
| 21-May-2000 |
Tim Vanderhoek <hoek@FreeBSD.org> |
Fix a memory leak with lc->lc_cap in login_close().
PR: bin/17084
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
8a2deaa1 |
| 24-Apr-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
oops, add pwd!=NULL check to previous fix
|
#
ae702574 |
| 24-Apr-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
Switch to user UID/GID before checking/reading its ~/.login_conf - some NFSes have root read access disabled
|