| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When removing the local domain, only do so when the result
will be a host name. This is matches the documented behaviro.
The previous behavior would remove the domain name even if
the result retained a dot.
This fixes rsh connections from a.example.com to example.com.
This is also reported to fix rsh connections from host xxx to
yyy.example.com.
PR: 88301
Notes:
svn path=/stable/5/; revision=154214
|
| |
|
|
|
|
|
| |
properties_read().
Notes:
svn path=/stable/5/; revision=153130
|
| |
|
|
|
|
|
| |
PR: 76981
Notes:
svn path=/stable/5/; revision=147617
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=145920
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=145228
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
rev. 1.10 by obrien
Document when this function came into FreeBSD.
rev. 1.11 by ru
Scheduled mdoc(7) sweep.
Notes:
svn path=/stable/5/; revision=142748
|
| |
|
|
|
|
|
|
|
|
| |
Various markup and spelling fixes.
PR: 75574
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version)
Notes:
svn path=/stable/5/; revision=140405
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=135900
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=135898
|
| |
|
|
|
|
|
|
|
| |
not the program. Also, bump the document date.
Reminded by: our resident mdoc guard (ru)
Notes:
svn path=/head/; revision=133210
|
| |
|
|
|
|
|
|
|
| |
Reported by: Bill Moran <wmoran@potentialtech.com>
Submitted by: keramida
MFC after: 2 weeks
Notes:
svn path=/head/; revision=133206
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131759
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131539
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129733
|
| |
|
|
|
|
|
| |
Some minor sentence tweaking.
Notes:
svn path=/head/; revision=129730
|
| |
|
|
|
|
|
|
|
| |
readable form.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=129677
|
| |
|
|
|
|
|
|
|
| |
to variadic functions.
Approved by: das (mentor)
Notes:
svn path=/head/; revision=129392
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=129113
|
| |
|
|
|
|
|
|
|
|
| |
arguments. The function has as a second argument a struct passwd * pointer,
not a directory name.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=129112
|
| |
|
|
|
|
|
|
|
|
| |
Further contemplation has convinced me that this was
not going to really solve the problem of environment-poisoning
without raising serious administrative headaches. There
must be a better way...
Notes:
svn path=/head/; revision=126419
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=126299
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This function removes all environment variables except
the ones listed on a "whitelist."
The function accepts two whitelist arguments.
If the first is NULL, a built-in default list will be
used. This allows callers to get a variety of behaviors:
* Default screening: provide NULL for both lists
* Custom screening: provide a custom list for the first argument
* Modified default screening: provide NULL for first arg,
list of additional variables to preserve in the second arg
Idea from: Jacques Vidrine
MFC after: 2 weeks
Notes:
svn path=/head/; revision=126298
|
| |
|
|
|
|
|
|
|
|
|
| |
symbols exported by newer versions of libc, and so we want applications
depending on the newer library code to be required to link against the
newer libc.
Discussed with: scottl, kris, imp
Notes:
svn path=/head/; revision=122583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121668
|
| |
|
|
|
|
|
|
| |
because it is the originator of various const strings and knows that they
came from malloc.
Notes:
svn path=/head/; revision=121530
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121193
|
| |
|
|
|
|
|
|
| |
WARNS=? is not added here at this point, because I've not tested
it on enough platforms, and I don't want to break builds.
Notes:
svn path=/head/; revision=121192
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119071
|
| |
|
|
|
|
|
|
|
| |
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
Notes:
svn path=/head/; revision=119017
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116344
|
| |
|
|
|
|
|
| |
Pointed out by: David Schultz
Notes:
svn path=/head/; revision=114703
|
| |
|
|
|
|
|
|
| |
PR: docs/40952
MFC After: 3 days
Notes:
svn path=/head/; revision=114675
|
| |
|
|
|
|
|
|
| |
PR: docs/51397
MFC After: 3 days
Notes:
svn path=/head/; revision=114648
|
| |
|
|
|
|
|
|
| |
PR: 50796
Submitted by: Dmitry Sivachenko <mitya@cavia.pp.ru>
Notes:
svn path=/head/; revision=114065
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113333
|
| |
|
|
|
|
|
|
|
| |
preparing to edit it.
PR: bin/50563
Notes:
svn path=/head/; revision=113305
|
| |
|
|
|
|
|
|
|
|
| |
or the tty, just block selected signals in the parent like system(3) does.
Many thanks to bde for his assistance in finding the correct solution.
PR: bin/50679
Notes:
svn path=/head/; revision=113301
|
| |
|
|
|
|
|
|
|
|
|
| |
proper way to fix this. The way this works is to prepend "exec " to
the editor command to eliminate the "shell in the middle" which prevents
us from properly reawakening the editor after a SIGTSTP.
PR: bin/50679
Notes:
svn path=/head/; revision=113265
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112541
|
| |
|
|
|
|
|
|
|
|
| |
variable.
PR: 48748
Reviewed by: mike (mentor)
Notes:
svn path=/head/; revision=112328
|
| |
|
|
|
|
|
|
|
|
|
| |
revision of this file, but note that they are not supported in the
base system.
Requested by: ache
Reviewed by: ache, mike (mentor)
Notes:
svn path=/head/; revision=111891
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
password quality, not login.conf(5).
- Move warnexpire and warnpasswd from the ``Accounting Limits''
section to ``Authentication'', and nix everything else in the
former section. The accounting knobs are not available in
the base system, and the subset of them available in ports
should be documented in the ports' manpages.
PR: 47960
Reviewed by: mike (mentor), doc
Notes:
svn path=/head/; revision=111791
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111285
|
| |
|
|
|
|
|
|
|
|
|
| |
(previous variant return NULL pointer for both empty file case and error case,
so caller can't sense error properly).
It not affect existen programs because property_find() now returns NULL
for both NULL pointer and NULLified struct.
Notes:
svn path=/head/; revision=109916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109915
|
| |
|
|
|
|
|
| |
Handle NULL return from malloc and strdup
Notes:
svn path=/head/; revision=109515
|
| |
|
|
|
|
|
| |
Add FreeBSD Id tag where missing.
Notes:
svn path=/head/; revision=108470
|