| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
> Fix a TLS memory leak.
Notes:
svn path=/stable/5/; revision=169572
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Reduce needless DNS query by lookup only appropriate address
family.
- Specify appropriate hints to getaddrinfo(3).
- Obtain address family from peername in inetd mode.
Approved by: re (mux)
Notes:
svn path=/stable/5/; revision=156477
|
| |
|
|
|
|
|
| |
in the RTLD_DI_SERINFOSIZE and RTLD_DI_SERINFO requests.
Notes:
svn path=/stable/5/; revision=152901
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=147335
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=146952
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=146637
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/5/; revision=145090
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=144681
|
| |
|
|
|
|
|
|
|
|
|
|
| |
if the `-i' option was always specified. Correct some mostly
theoretical bugs related to misuse of the static buffer returned by
getpwnam.
Security: rexecd's document default policy of disallowing root logins
was not enforced.
Notes:
svn path=/stable/5/; revision=144671
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/5/; revision=144499
|
| |
|
|
|
|
|
|
|
| |
make sure the libraries loaded aren't on a noexec-mounted filesystem.
Approved by: re (kensmith)
Notes:
svn path=/stable/5/; revision=144266
|
| |
|
|
|
|
|
|
|
| |
Attempt to free any static TLS space used by a shared library when it
is unloaded. This allows applications which load and unload libraries
like libGL.so.1 several times to work properly.
Notes:
svn path=/stable/5/; revision=143001
|
| |
|
|
|
|
|
| |
Reviewed by: md5(1)
Notes:
svn path=/stable/5/; revision=142789
|
| |
|
|
|
|
|
|
|
| |
to a function expecting a socklen_t * argument.
Approved by: stefanf
Notes:
svn path=/stable/5/; revision=142786
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.14 libmap.c
1.4 libmap.h
1.39 rtld.1
1.102 rtld.c
Description from Dan:
Another handy libmap patch. Lets you do stuff like this:
LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp
If you already have a program-specific override in libmap.conf, note
that you must use a program-specific override in LD_LIBMAP:
LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp
PR: bin/74471
Submitted by: Dan Nelson <dnelson AT allantgroup.com>
Notes:
svn path=/stable/5/; revision=142689
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=142085
|
| |
|
|
|
|
|
| |
stop the search on the first match for efficiency.
Notes:
svn path=/stable/5/; revision=142084
|
| |
|
|
|
|
|
| |
an FTP user has no chance to change password anyway.
Notes:
svn path=/stable/5/; revision=142083
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=142082
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=142081
|
| |
|
|
|
|
|
| |
to get in the way of merging actual code.
Notes:
svn path=/stable/5/; revision=142080
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/stable/5/; revision=141786
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=140612
|
| |
|
|
|
|
|
| |
A daemon has no stderr to send its complains to.
Notes:
svn path=/stable/5/; revision=140459
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove a.out runtime linker. It doesn't build and was removed from the
build over two years ago by peter.
The binary a.out version of ld.so can be obtained from misc/compat22 or
src/lib/compat/compat22.
Notes:
svn path=/stable/5/; revision=140403
|
| |
|
|
|
|
|
|
|
|
|
| |
Never emit a message to stderr: use syslog instead.
When in inetd mode, this prevents bogus messages from
appearing on the control channel. When running as a
daemon, we shouldn't write to the terminal we used to
have at all.
Notes:
svn path=/stable/5/; revision=139124
|
| |
|
|
|
|
|
| |
ftpd.c: rev. 1.184, 1.192, 1.195
Notes:
svn path=/stable/5/; revision=138316
|
| |
|
|
|
|
|
|
|
| |
If turned on no NIS support and related programs will be built.
Approved by: rwatson (mentor)
Notes:
svn path=/stable/5/; revision=138154
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=138122
|
| |
|
|
|
|
|
|
|
|
| |
ftpd.c 1.185 '\n' needs not to appear in reply() strings.
ftpd.c 1.186 Fix perror_reply() vs. reply() usage.
ftpcmd.y 1.62 ---"---
Notes:
svn path=/stable/5/; revision=138085
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=138078
|
| |
|
|
|
|
|
|
| |
PR: kern/73016
Submitted by: John E. Hein <jhein@timing.com>
Notes:
svn path=/stable/5/; revision=137969
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=137653
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=137651
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=137650
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=137472
|
| |
|
|
|
|
|
| |
Approved by: re@ (scottl)
Notes:
svn path=/stable/5/; revision=136011
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/5/; revision=135802
|
| |
|
|
|
|
|
| |
Approved by: re(kensmith)
Notes:
svn path=/stable/5/; revision=134096
|
| |
|
|
|
|
|
| |
Approved by: re(kensmith)
Notes:
svn path=/stable/5/; revision=134095
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=133968
|
| |
|
|
|
|
|
|
|
| |
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
Notes:
svn path=/head/; revision=133862
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Submitted by: ssouhlal
Notes:
svn path=/head/; revision=133133
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133063
|
| |
|
|
|
|
|
| |
Tested on: i386, ia64, amd64, sparc64, alpha
Notes:
svn path=/head/; revision=132932
|
| |
|
|
|
|
|
|
|
|
| |
(and it appears possible throughout ftpd(8) source.)
It is not a mere issue of style: Null pointers in C
seem to have been mistaken one way or another quite often.
Notes:
svn path=/head/; revision=132931
|
| |
|
|
|
|
|
|
|
| |
Thank Fortune, the C compiler can figure out by itself the proper
conversion for assignments, comparisons, and prototyped function
arguments.
Notes:
svn path=/head/; revision=132930
|
| |
|
|
|
|
|
| |
we've got <stdint.h> et al now. (This makes ftpd(8) WARNS=2 clean.)
Notes:
svn path=/head/; revision=132929
|