index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
login
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use KJH's auth.conf parser to turn on/off Kerberos in userland.
markm
1998-10-09
2
-3
/
+12
*
Remove useless `BINOWN=root' now that it is the default.
obrien
1998-09-19
1
-2
/
+1
*
Remove hardcoded constant in favour of login.conf value.
jkoshy
1998-08-17
1
-2
/
+2
*
Fix LIBDIR (for aout/ELF).
markm
1998-08-06
1
-1
/
+1
*
Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of
bde
1998-07-31
1
-5
/
+1
*
Fix a couple of little bugs that prevented login.c from compiling
jdp
1998-07-22
1
-3
/
+3
*
Trim a domain part for wtmp as same as showed by "netstat -r".
amurai
1998-06-01
1
-1
/
+5
*
*blush*, typo during last minute editing..
peter
1998-04-30
1
-2
/
+2
*
Change euid while reading the user's .login_cap file in case the homedir
peter
1998-04-30
1
-2
/
+8
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
1
-2
/
+2
*
gcc on alpha complains about nested comments. A comment in this
jb
1998-02-15
1
-1
/
+1
*
Fix very rare but dangerous bug:
ache
1998-02-13
1
-1
/
+3
*
Reset SGINT and SIGQUIT handling to default when asking for passwords.
guido
1998-02-05
1
-1
/
+5
*
Mention S/key and the skey /etc files.
obrien
1998-01-07
1
-3
/
+18
*
Fix a fatal typo.
joerg
1997-10-19
1
-2
/
+2
*
Changes for KTH KerberosIV.
markm
1997-09-28
5
-16
/
+13
*
"lmd" -> "-lmd"
nate
1997-09-05
1
-2
/
+2
*
If building elf, don't link in libmd.a just for libskey.so to use. Under
peter
1997-09-05
1
-3
/
+9
*
= -> ==, strcpy -> strncpy from OpenBSD.
charnier
1997-07-22
4
-28
/
+41
*
Fix the man page's title (.Dt).
max
1997-06-02
1
-1
/
+1
*
Restore backwards compatible default behavior for requirehome
pst
1997-05-23
1
-1
/
+1
*
login_getclass() -> login_getpwclass().
davidn
1997-05-10
1
-2
/
+2
*
Use isdialuptty() rather than hard-coded heuristic.
davidn
1997-04-13
1
-1
/
+1
*
Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
davidn
1997-04-01
1
-2
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Fix for logic in no-password accounts.
davidn
1997-03-27
1
-1
/
+1
*
Don't bypass password prompt for root logins on insecure tty if
davidn
1997-03-25
1
-3
/
+5
*
strdup() value of term to correctly preserve contents.
davidn
1997-03-24
1
-11
/
+9
*
Submitted by: Paul Traina <root@shockwave.com> (partially)
davidn
1997-03-18
1
-153
/
+243
*
Include copyright message from <sys/copyright.h>
wosch
1997-03-01
1
-5
/
+4
*
Back out "shell" / pw_shell change, I was confused by the same
ache
1997-02-27
1
-4
/
+7
*
Fix few bogons with pw_shell / shell variables values mismatch
ache
1997-02-27
1
-7
/
+4
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
2
-2
/
+2
*
Cruft cleanup to eliminate useless warnings
pst
1997-02-02
1
-3
/
+6
*
Don't dereference NULL pwd on non-existant username (I wonder how long
jkh
1997-01-22
1
-1
/
+2
*
Fix handling of empty shell field in passwd file (use /bin/sh); problem
davidn
1997-01-22
2
-1
/
+15
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
2
-2
/
+2
*
Makes login login_cap-savvy.
davidn
1997-01-11
2
-155
/
+371
*
comma typos
wosch
1996-12-23
1
-2
/
+3
*
Fix some compilation warnings.
pst
1996-09-21
1
-5
/
+7
*
Document login's use of /etc/login.access.
mpp
1996-07-03
1
-0
/
+11
*
Write numerical address instead of hostname for hostnames > UT_HOSTSIZE
ache
1996-06-17
1
-7
/
+21
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
1
-1
/
+1
*
Fix a bunch of spelling errors in a bunch of man pages.
mpp
1996-01-30
1
-1
/
+1
*
recording cvs-1.6 file death
peter
1995-12-30
1
-105
/
+0
*
Delete bogus referneces to timezone code internal header file `tzfile.h',
wollman
1995-08-07
1
-3
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
4
-6
/
+6
*
Set copyright so we can actually distribute and use it.
guido
1995-05-19
1
-0
/
+15
*
Fix spelling error that keeps this from compiling with KERBEROS & SKEY
rgrimes
1995-04-16
1
-1
/
+1
*
Disallow Kerberos when S/Key is required. Fixes PR #339.
wollman
1995-04-13
1
-0
/
+11
[next]