| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Now login.access(5) feature belongs to pam_login_access(8),
not to login(1), unlike it used to. This appears to apply
to RELENG_5, too.
Approved by: re (mux)
Notes:
svn path=/stable/5/; revision=156564
|
| |
|
|
|
|
|
|
| |
defining _FREEFALL_CONFIG in /etc/make.conf is all that is required
for the clusterisms to take effect.
Notes:
svn path=/stable/5/; revision=147927
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=147497
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
contrib/tcp_wrappers/hosts_access.c: 1.5
contrib/tcp_wrappers/socket.c: 1.8
contrib/telnet/telnetd/telnetd.c: 1.28
lib/libc/net/rcmd.c: 1.41
lib/libc/net/res_send.c: 1.50
lib/libpam/modules/pam_unix/pam_unix.c: 1.50
lib/libutil/logwtmp.c: 1.20
lib/libutil/realhostname.c: 1.18
libexec/rlogind/rlogind.c: 1.44
libexec/tftpd/tftpd.c: 1.36
release/picobsd/tinyware/login/pico-login.c: 1.6
sbin/ifconfig/af_inet6.c: 1.2
sbin/route/route.c: 1.78
usr.bin/netstat/route.c: 1.76
usr.sbin/inetd/inetd.c: 1.129
usr.sbin/lpr/common_source/net.c: 1.9
usr.sbin/lpr/lpd/lpd.c: 1.41
usr.sbin/mountd/mountd.c: 1.81
usr.sbin/ppp/ncpaddr.c: 1.16
usr.sbin/rip6query/rip6query.c: 1.7
usr.sbin/syslogd/syslogd.c: 1.143
Notes:
svn path=/stable/5/; revision=146707
|
| |
|
|
|
|
|
|
|
| |
pam_krb5:
* disable pam_setcred, it fails very noisily on the cluster
* disable WARNS for the now-unused things from the first item
Notes:
svn path=/stable/5/; revision=145878
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/stable/5/; revision=141786
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
date: 2005/01/24 16:49:50; author: rwatson; state: Exp; lines: +4 -0
When "no_ccache" is set as an argument to the pam_krb5 module, don't
copy the acquired TGT from the in-memory cache to the on-disk cache
at login. This was documented but un-implemented behavior.
PR: bin/64464
Reported and tested by: Eric van Gyzen <vangyzen at stat dot duke dot edu>
Notes:
svn path=/stable/5/; revision=141105
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
date: 2005/01/24 16:49:50; author: rwatson; state: Exp; lines: +4 -0
When "no_ccache" is set as an argument to the pam_krb5 module, don't
copy the acquired TGT from the in-memory cache to the on-disk cache
at login. This was documented but un-implemented behavior.
PR: bin/64464
Reported and tested by: Eric van Gyzen <vangyzen at stat dot duke dot edu>
Notes:
svn path=/stable/5/; revision=140856
|
| |
|
|
|
|
|
|
|
| |
If turned on no NIS support and related programs will be built.
Approved by: rwatson (mentor)
Notes:
svn path=/stable/5/; revision=138154
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
Notes:
svn path=/head/; revision=133196
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132759
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131421
|
| |
|
|
|
|
|
| |
they break due to diferent alignment restrictions.
Notes:
svn path=/head/; revision=131100
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131077
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127023
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
Notes:
svn path=/head/; revision=126643
|
| |
|
|
|
|
|
|
|
|
|
| |
These files had tags after the copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).
Approved by: rwatson (mentor)
Notes:
svn path=/head/; revision=125668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125650
|
| |
|
|
|
|
|
| |
Reported by: lorder(1) (modified to work with libraries)
Notes:
svn path=/head/; revision=125432
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125426
|
| |
|
|
|
|
|
|
| |
PR: bin/61657
Submitted by: Joe R. Doupnik <jrd@cc.usu.edu>
Notes:
svn path=/head/; revision=125046
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on the release media -- only put what is different in the crypto
version compared to the base version. This reduces PAM entries
in /usr/lib in the "crypto" distribution to:
libpam.a
libpam.so@
libpam.so.2
pam_krb5.so@
pam_krb5.so.2
pam_ksu.so@
pam_ksu.so.2
pam_ssh.so@
pam_ssh.so.2
The libpam.so* is still redundant (it is identical to the "base"
version), but we can't set DISTRIBUTION differently for libpam.a
and libpam.so.
(The removal of libpam.so* from the crypto distribution could be
addressed by the release/scripts/crypto-make.sh script, but then
we'd also need to remove redundant PAM headers, and I'm not sure
this is worth a hassle.)
Notes:
svn path=/head/; revision=124675
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124615
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124491
|
| |
|
|
|
|
|
|
|
|
| |
call (pam_get_authtok() will return the previous token if try_first_pass
or use_first_pass is specified). Incidentally fix an ugly bug where the
buffer holding the prompt was freed immediately before use, instead of
after.
Notes:
svn path=/head/; revision=123455
|
| |
|
|
|
|
|
| |
Submitted by: Andreas Hauser <andy-freebsd@splashground.de>
Notes:
svn path=/head/; revision=123454
|
| |
|
|
|
|
|
| |
more work than the others). This should make most modules build with -O2.
Notes:
svn path=/head/; revision=123448
|
| |
|
|
|
|
|
|
| |
Reported by: rwatson/tinderbox
MFC after: 2 weeks
Notes:
svn path=/head/; revision=122589
|
| |
|
|
|
|
|
|
|
|
|
| |
set NAS-IP-Address attribute in requests generated by the pam_radius
module. This attribute is mandatory for some Radius servers out there.
Reviewed by: des
MFC after: 2 weeks
Notes:
svn path=/head/; revision=122571
|
| |
|
|
|
|
|
|
|
| |
PR: docs/57799
Reviewed by: des
Approved by: blackend (mentor)
Notes:
svn path=/head/; revision=121166
|
| |
|
|
|
|
|
|
|
| |
calling process's SIGCHLD handler)
PR: bin/45669
Notes:
svn path=/head/; revision=120231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117841
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117638
|
| |
|
|
|
|
|
|
|
|
|
| |
for root on ypmaster. yppasswd_local() did use YPPASSWDPROG
instead of MASTER_YPPASSWDPROG, and the domain was not set,
resulting in a coredump during xdr-encode.
Reviewed by: des
Notes:
svn path=/head/; revision=116394
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115622
|
| |
|
|
|
|
|
| |
pam_ftp(8).
Notes:
svn path=/head/; revision=115617
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115581
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115470
|
| |
|
|
|
|
|
| |
options.
Notes:
svn path=/head/; revision=115466
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115465
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115462
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115288
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114753
|
| |
|
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
Notes:
svn path=/head/; revision=114709
|