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
/
libexec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Run-time linker speedups - Round One
nate
1995-10-25
1
-3
/
+170
*
|
|
Remove LD_NOSTD_PATH unsetenv, isn't exist anymore
ache
1995-10-24
1
-1
/
+0
*
|
|
Remove LD_NOSTD_PATH implementation, it isn't works and
ache
1995-10-24
1
-4
/
+2
*
|
|
if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") too
ache
1995-10-21
1
-1
/
+2
*
|
|
Fix original patch error with ! before strncmp
ache
1995-10-20
1
-4
/
+10
*
|
|
Don't allow LD_* env. variables to be tricked
ache
1995-10-20
1
-0
/
+22
*
|
|
Added a -D option to set the TCP_NODELAY socket option. This improves
dg
1995-10-15
2
-5
/
+17
*
|
|
Kerberos can now deal with multi-homed clients.
gibbs
1995-10-05
1
-1
/
+1
*
|
|
This is a FreeBSD manpage, not a NetBSD manpage. :)
nate
1995-10-05
3
-6
/
+6
*
|
|
Build secure telnetd if available and allowed
ache
1995-09-29
1
-0
/
+2
*
|
|
Fix SRCS (.c's were .o's) so that `make depend' works.
bde
1995-09-28
1
-2
/
+2
*
|
|
Make the error message more readable when 'ld.so' cannot locate a needed
nate
1995-09-27
1
-13
/
+11
*
|
|
Fixup the "ld.so failed" message for the case when ld.so finds undefined
nate
1995-09-27
1
-5
/
+5
*
|
|
Fixed bug introduced with the change of startslave()...two arguments
dg
1995-09-11
1
-3
/
+3
*
|
|
Move erase cleanup outside linemode conditional
pst
1995-09-06
1
-1
/
+1
*
|
|
Properly set the erase character for the login prompt.
pst
1995-09-05
1
-1
/
+5
*
|
|
Delay starting login process until option negotiation is complete to
pst
1995-09-05
1
-22
/
+7
*
|
|
Fix ${.CURDIR} misspelling
ache
1995-08-29
1
-2
/
+2
*
|
|
Check for expired passwords before allowing access to the system.
mpp
1995-08-28
5
-5
/
+19
*
|
|
Import Paul Kranenburg's man page for ld.so (aka. rtld).
joerg
1995-08-26
4
-2
/
+435
*
|
|
Upgrade to 2.9
ache
1995-08-21
5
-68
/
+236
*
|
|
Change `install' to `${INSTALL}' so that default install flags can be
bde
1995-08-06
1
-1
/
+1
*
|
|
Only build telnetd if secure telnetd is not going to be built.
markm
1995-08-06
1
-1
/
+5
*
|
|
Use data ports in the range 40000..44999 by default to enhance FTP usability
pst
1995-08-05
3
-8
/
+46
*
|
|
Fix some typos in a comment BUAD -> BAUD.
ats
1995-08-05
1
-3
/
+3
*
|
|
Back this change out. It's just not worth arguing over and any further emails
jkh
1995-08-03
2
-35
/
+4
*
|
|
Change default banner fro 4.4 BSD to FreeBSD.
paul
1995-08-02
1
-1
/
+1
*
|
|
Use the same DECODE_BAUD trick like in new telnetd to obtain
ache
1995-08-02
1
-0
/
+17
*
|
|
A useful aid.. Add support for:
jkh
1995-08-01
2
-4
/
+35
*
|
|
rexecd was not calling "setlogin()" when it should have. This was causing
peter
1995-07-29
1
-0
/
+2
*
|
|
Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5.
wpaul
1995-07-25
1
-2
/
+2
*
|
|
Change hardcoded 15 (which means 38400) to B115200 which is 17
ache
1995-07-23
1
-2
/
+1
*
|
|
Change ld.so to correctly load dependant libraries for dlopen and unload them
dfr
1995-06-27
1
-66
/
+234
*
|
|
The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code
dg
1995-06-17
1
-19
/
+28
*
|
|
Remove trailing whitespace.
rgrimes
1995-05-30
39
-142
/
+142
*
|
|
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
|
|
Make last change a little more robust by checking for failure of getcwd().
dg
1995-05-22
1
-1
/
+4
*
|
|
Set "HOME" so that tilde expands correctly. It previously was always root's
dg
1995-05-22
1
-0
/
+7
*
|
|
Speed up ftpd and make it more efficient:
wollman
1995-05-03
1
-7
/
+62
*
|
|
Fix bug:
ache
1995-04-26
1
-2
/
+9
*
|
|
Sync. up bits with Paul K. Cascade support plus some cosmetic changes.
nate
1995-04-21
1
-13
/
+60
*
|
|
Extensive updates to this package.
jkh
1995-04-18
8
-33
/
+98
*
|
|
Fix two more references to /etc/motd that I overlooked. PR #29
gpalmer
1995-04-15
1
-2
/
+2
*
|
|
Close PR #29. The file should be /etc/ftpmotd, not /etc/motd.
gpalmer
1995-04-15
1
-1
/
+1
*
|
|
Add some useful sendmail options
ache
1995-04-12
1
-1
/
+2
*
|
|
Upgrade.
ache
1995-04-12
3
-239
/
+419
*
|
|
The servers bootpd & bootpgw live in /usr/libexec not /etc. Correct the
gpalmer
1995-04-12
1
-3
/
+3
*
|
|
Fix truncating hostname using MAXHOSTNAMELEN
ache
1995-03-24
1
-1
/
+2
*
|
|
Fix wtmp logout
ache
1995-03-20
1
-10
/
+5
*
|
|
Removed /usr/local/lib from the standard library search path to be
nate
1995-03-19
1
-2
/
+2
[prev]
[next]