mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
6750 lines
191 KiB
Plaintext
6750 lines
191 KiB
Plaintext
2005-11-07 01:29 gespinasse
|
||
|
||
* updates/1.4.10/fixbackups.sh: Fix web backup set present on disk
|
||
- remove from backup sets files wich should have been exclude but
|
||
exclude was broken in 1.4.9 - add hardware settings in backup
|
||
since it should have been inside
|
||
|
||
2005-11-06 00:11 gespinasse
|
||
|
||
* doc/How-to-make-update: Update the doc to not forget anything on
|
||
update
|
||
|
||
2005-11-05 15:58 eoberlander
|
||
|
||
* updates/1.4.10/information: Tweak information text.
|
||
|
||
2005-11-05 15:46 gespinasse
|
||
|
||
* updates/1.4.10/information: Fix a few wrong tag error detected by
|
||
'xhtml transitional' compliance test In netstatus : - better
|
||
close font color than apply a new color again wich will not be
|
||
closed properly later - $colour is unnecessary - font color is
|
||
inserted multiple times with interfaces names
|
||
|
||
Now each interface did use not the color define in
|
||
Header::colour{blue|green|orange|red} but the one corresponding
|
||
to the name. This only change red color as the code was wrong
|
||
for the others and the color corresponding to the name was used.
|
||
|
||
2005-11-05 09:22 gespinasse
|
||
|
||
* updates/1.4.10/setup: Restrict backup.key access to root only (SF
|
||
1344032)
|
||
|
||
2005-11-03 23:08 gespinasse
|
||
|
||
* html/cgi-bin/backup.cgi: Display which files are include in web
|
||
backup
|
||
|
||
2005-11-03 21:34 gespinasse
|
||
|
||
* src/misc-progs/ipcopbkcfg.c: ipcopbkcfg - as leading / don't work
|
||
to exclude files during a restore from install, add relative
|
||
path support to make backup work without leading / in
|
||
(in|ex)clude files - don't use exclude.hardware during backup, it
|
||
should only be used optionnaly on restore (found by Darren
|
||
Critchley) - use atexit to manage cleanup in every wrong cases -
|
||
replace chmod external call by C chmod call - don't use tar -v
|
||
when stdout redirected to /dev/null - split very long lines code
|
||
in multiples lines - remove function cfgexists not used - send to
|
||
stdout a list of include files made with tar -ztf at the end -
|
||
add a optional verbose mode to help understand what/how
|
||
include/exclude files are used (no web interface mainly for
|
||
developper)
|
||
|
||
2005-11-01 19:20 gespinasse
|
||
|
||
* config/cfgroot/backup-exclude: We don't need to include empty
|
||
directories in backup. So we can directly exclude whole
|
||
directories.
|
||
|
||
This is only to be be more simple. Result is the same
|
||
|
||
2005-11-01 02:11 franck78
|
||
|
||
* src/misc-progs/: ipcopbkcfg.c, ipcoprscfg.c: sf#1344047
|
||
suggestion of moving chmod latter. But the solution is to not
|
||
having unencrypted backup sets.
|
||
|
||
2005-11-01 01:23 franck78
|
||
|
||
* updates/1.4.10/setup: Backup update (sf#1344032)
|
||
|
||
2005-11-01 01:15 franck78
|
||
|
||
* html/cgi-bin/backup.cgi, src/misc-progs/ipcopbkcfg.c,
|
||
src/misc-progs/ipcoprscfg.c: Start fixing bug sf #1344032:
|
||
introduce 'chmod 400' backup.key and make backup.cgi ask the
|
||
helper if key exists. 'root' owns backup.key
|
||
|
||
2005-10-30 23:25 franck78
|
||
|
||
* src/install+setup/libsmooth/: libsmooth.h, main.c: Add a function
|
||
returning the real version of IPCop. VERSION => get_version()
|
||
when appropriate.
|
||
|
||
2005-10-30 18:19 gespinasse
|
||
|
||
* lfs/boot.img: Add $VERSION to initial install boot menu
|
||
|
||
2005-10-25 23:58 gespinasse
|
||
|
||
* updates/1.4.10/setup: Remove snort asci logging during update
|
||
|
||
2005-10-24 23:05 franck78
|
||
|
||
* html/cgi-bin/shutdown.cgi, src/misc-progs/ipcopreboot.c: Add
|
||
choice between reboot or shutdown for scheduled the action.
|
||
|
||
2005-10-22 10:19 gespinasse
|
||
|
||
* lfs/tcpdump, updates/1.4.10/information, updates/1.4.10/setup:
|
||
More documentation reference for tcpdump and squid patches
|
||
|
||
Include squid patched in update ntlm_auth and wb_ntlmauth may
|
||
have not been patched but since their md5 change at every
|
||
compilation, it's hard to check, so include them.
|
||
|
||
restart httpd the same way as setreservedports
|
||
|
||
2005-10-21 06:19 gespinasse
|
||
|
||
* updates/1.4.10/information: Update rootfiles for replacement of
|
||
ipcopdeath and ipcoprebirth with ipcopreboot
|
||
|
||
2005-10-20 22:00 franck78
|
||
|
||
* updates/1.4.10/setup: Setup patch 1.4.10 adds missing adv options
|
||
to reflect what ipsec is using as default algorythms. Add
|
||
'cast128' & modp6144 modp8192 Correct a SHA1 to SHA label. close
|
||
sf bug #1314801
|
||
|
||
2005-10-20 21:19 eoberlander
|
||
|
||
* updates/1.4.10/information: Fix typos.
|
||
|
||
2005-10-20 21:06 gespinasse
|
||
|
||
* updates/1.4.10/: information, setup: Upgrade apache to
|
||
apache_1.3.34 mod_ssl-2.8.25-1.3.34 mm-1.4.0
|
||
|
||
Upgrade openssl to openssl-0.9.7i (CAN-2005-2969)
|
||
|
||
2005-10-20 11:43 franck78
|
||
|
||
* html/cgi-bin/base.cgi: Fix default sort order (sf bug #1280492)
|
||
|
||
2005-10-19 23:33 franck78
|
||
|
||
* html/cgi-bin/shutdown.cgi, src/misc-progs/Makefile,
|
||
src/misc-progs/ipcopreboot.c, src/misc-progs/reboot.c[DEAD]:
|
||
Rename reboot prog to ipcopreboot
|
||
|
||
2005-10-19 14:45 franck78
|
||
|
||
* html/cgi-bin/shutdown.cgi, src/misc-progs/Makefile,
|
||
src/misc-progs/reboot.c, updates/1.4.10/information,
|
||
updates/1.4.10/setup: RFE 1298996: add scheduled reboot
|
||
capability to IPCop (within shutdown.cgi page)
|
||
|
||
2005-10-18 21:30 gespinasse
|
||
|
||
* lfs/file: Upgrade file-4.14 to 4.16
|
||
|
||
Fix logwatch-6.1.2 url since 7.0 release
|
||
|
||
2005-10-18 17:05 franck78
|
||
|
||
* src/misc-progs/setdmzholes.c, updates/1.4.10/information: Allow
|
||
dmzholes to use ip/mask instead of ip. Simplify blue->green holes
|
||
management. From request/patch in ipcop-devel list (Tapani
|
||
Tarvainen)
|
||
|
||
2005-10-17 21:15 gespinasse
|
||
|
||
* lfs/sysklogd: Fix sysklogd url with new lfs-5.1.1 repository
|
||
|
||
2005-10-16 12:34 rkerr
|
||
|
||
* config/etc/logrotate.conf, src/misc-progs/restartsnort.c: Make
|
||
snort use binary logging (faster, less prone to DoS, works around
|
||
snort 2.3 TCP SACK vulnerability)
|
||
|
||
2005-10-15 07:23 gespinasse
|
||
|
||
* lfs/man-pages: Fix lfs specific packages not found
|
||
|
||
Use a more recent man-pages for compilation as 2.03 is no more
|
||
available
|
||
|
||
2005-10-13 20:04 eoberlander
|
||
|
||
* updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10:
|
||
Update Greek from Language Database.
|
||
|
||
2005-10-12 07:59 eoberlander
|
||
|
||
* updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10:
|
||
Include lang.pl in update in case an earlier backup failed to
|
||
include it.
|
||
|
||
2005-10-11 20:13 eoberlander
|
||
|
||
* langs/pl/install/lang_pl.c,
|
||
updates/1.4.10/ROOTFILES.alpha-1.4.10,
|
||
updates/1.4.10/ROOTFILES.i386-1.4.10: Update Polish from Language
|
||
Database.
|
||
|
||
2005-10-07 16:35 eoberlander
|
||
|
||
* updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10:
|
||
Updates from Language Database.
|
||
|
||
2005-10-06 18:32 franck78
|
||
|
||
* updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10,
|
||
setup: /home/fbourdonnec/tmp/XX
|
||
|
||
2005-10-06 15:48 eoberlander
|
||
|
||
* langs/lt/cgi-bin/lt.pl: Add new Translator for Lithuanian.
|
||
|
||
2005-10-06 14:56 eoberlander
|
||
|
||
* updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10:
|
||
Add Swedish updates from Language Database. Thanks.
|
||
|
||
2005-10-05 19:57 eoberlander
|
||
|
||
* langs/lt/cgi-bin/lt.pl, updates/1.4.10/ROOTFILES.alpha-1.4.10,
|
||
updates/1.4.10/ROOTFILES.i386-1.4.10: Updates from Language
|
||
Database.
|
||
|
||
2005-10-04 20:38 eoberlander
|
||
|
||
* langs/es/install/lang_es.c, langs/nl/install/lang_nl.c,
|
||
updates/1.4.10/ROOTFILES.alpha-1.4.10,
|
||
updates/1.4.10/ROOTFILES.i386-1.4.10: Update languages from
|
||
Database, and add new Translators to credits page.
|
||
|
||
2005-10-04 16:39 gespinasse
|
||
|
||
* doc/How-to-make-update: Adapt make.sh and lfs/cdrom to produce
|
||
new files names.
|
||
|
||
Remove md5 calculation in ./make.sh dist It could be made after
|
||
update signature with just one instruction.
|
||
|
||
Update doc/How-to-make-update accordingly
|
||
|
||
2005-10-04 11:48 gespinasse
|
||
|
||
* updates/1.4.10/: .cvsignore, ROOTFILES.alpha-1.4.10,
|
||
ROOTFILES.i386-1.4.10, information, setup: Bump version. Fix
|
||
VERSION expansion in newupdate
|
||
|
||
2005-10-03 22:49 gespinasse
|
||
|
||
* lfs/: gcc, sysklogd, unzip, util-linux: Remove double quote from
|
||
information as it broke display.
|
||
|
||
Original lfs-5.1.1 repository no more exist for some lfs
|
||
packages. Replace lfs location with original supplier when
|
||
available.
|
||
|
||
If a package look unreachable, google 'package-name ipcop' will
|
||
discover good mirrors.
|
||
|
||
2005-10-03 20:49 gespinasse
|
||
|
||
* doc/How-to-make-update, src/scripts/updatesetup: A few cleanup to
|
||
prepare the next version.
|
||
|
||
2005-10-03 20:01 gespinasse
|
||
|
||
* updates/1.4.9/information: Fix a few issues from 1.4.9 test1 -
|
||
remove # from cvs header.pl fro optionsfw.cgi - rebuild cache
|
||
lang on update setup - add a warning for VPN users for the wrong
|
||
setting of Dead Peer Detection in 1.4.7 update
|
||
|
||
2005-10-03 01:04 gespinasse
|
||
|
||
* src/misc-progs/setfilters.c: Add missing helper for optionsfw.cgi
|
||
|
||
2005-10-03 00:34 gespinasse
|
||
|
||
* src/misc-progs/Makefile, updates/1.4.9/setup: Add again
|
||
optionsfw.cgi with minimal settings only for ping actually
|
||
|
||
2005-10-02 07:22 gespinasse
|
||
|
||
* updates/1.4.9/setup: restart squid in update only if a conf file
|
||
exist to avoid a warning when not used
|
||
|
||
2005-10-01 14:48 eoberlander
|
||
|
||
* updates/1.4.9/information: Tweak description text.
|
||
|
||
2005-10-01 13:44 gespinasse
|
||
|
||
* lfs/util-linux,
|
||
src/patches/util-linux-2.12a-umount_CAN-2005-2876.patch,
|
||
updates/1.4.9/information, updates/1.4.9/setup: Fix umount for
|
||
CAN-2005-2876
|
||
|
||
Other cleanup in preparation of update
|
||
|
||
2005-09-30 12:29 gespinasse
|
||
|
||
* src/patches/eciadsl-usermode-0.10-semaphore-leak.patch[DEAD]:
|
||
Remove patch integrated
|
||
|
||
2005-09-30 12:26 gespinasse
|
||
|
||
* lfs/eciadsl-nortek[DEAD]: Minor upgrade from 0.11beta1 to 0.11
|
||
for eciadsl
|
||
|
||
Remove eciadsl-nortek script since it is no more used
|
||
|
||
It would be nice if packages in ROOTFILES.machine-1.4.x are
|
||
classified by alphabetical order.
|
||
|
||
2005-09-29 18:35 eoberlander
|
||
|
||
* src/misc-progs/ipcopbackup.c: Add Darren Critchley's patch to
|
||
check floppy disk before attempting a backup.
|
||
|
||
2005-09-25 19:57 gespinasse
|
||
|
||
* config/cfgroot/backup-exclude, src/misc-progs/ipcoprscfg.c,
|
||
updates/1.4.9/information: Fix system files wrongly included in
|
||
backup (and so erasing new files on restore) This was the case of
|
||
lang.pl in 1.4.7 As exclude.system is always up to date during
|
||
installation, use it to exclude those files.
|
||
|
||
Sorry for have been so long.
|
||
|
||
2005-09-17 23:34 gespinasse
|
||
|
||
* updates/1.4.9/: header.pl.patch, information, setup: Update
|
||
header.pl with a separate patch It is easier to read than
|
||
inclusion in setup made for 1.4.7.
|
||
|
||
Minor update in comment for the last squid patch name.
|
||
|
||
2005-09-16 07:23 eoberlander
|
||
|
||
* updates/1.4.9/information: Rearrange text.
|
||
|
||
2005-09-16 00:05 gespinasse
|
||
|
||
* updates/1.4.9/information: Information update
|
||
|
||
2005-09-16 00:00 gespinasse
|
||
|
||
* updates/1.4.9/setup: Patch 3 'major' bugs (crashes) in squid wich
|
||
would be fixed on next STABLE11 version. One 'medium' bug was
|
||
fixed too to allow unchanged patches application.
|
||
|
||
2005-09-15 19:44 rkerr
|
||
|
||
* lfs/logwatch: Modify logwatch not to alert on requests for
|
||
null.gif, this resulted in scary warnings like:
|
||
|
||
!!!! 1 possible successful probes .. /images/null.gif HTTP
|
||
Response 200
|
||
|
||
2005-09-10 17:22 rkerr
|
||
|
||
* lfs/pcre, src/patches/pcre-4.5-CAN-2005-2491.patch: Backported
|
||
fix for CAN-2005-2491 from fedora core 3
|
||
|
||
2005-09-10 10:06 gespinasse
|
||
|
||
* updates/1.4.9/.cvsignore: Add .cvsignore in update directory Do
|
||
it manually this time, in ./make.sh newupdate for next versions
|
||
|
||
2005-09-09 20:26 eoberlander
|
||
|
||
* updates/1.4.9/information: Update information.
|
||
|
||
2005-09-09 13:58 eoberlander
|
||
|
||
* updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix
|
||
for SF Bug 1284569: lang.pl is missing in backup-exclude.
|
||
|
||
2005-09-09 13:44 eoberlander
|
||
|
||
* config/cfgroot/backup-exclude,
|
||
updates/1.4.9/ROOTFILES.alpha-1.4.9,
|
||
updates/1.4.9/ROOTFILES.i386-1.4.9: Part fix for SF Bug 1284569:
|
||
lang.pl is missing in backup-exclude.
|
||
|
||
2005-09-08 21:09 eoberlander
|
||
|
||
* langs/zt/cgi-bin/zt.pl: Updates from Language Database.
|
||
|
||
2005-09-08 08:03 eoberlander
|
||
|
||
* updates/1.4.9/setup: Bump version number.
|
||
|
||
2005-09-08 07:29 eoberlander
|
||
|
||
* langs/zt/cgi-bin/zt.pl: Update ZT from Language Database.
|
||
|
||
2005-09-07 21:38 eoberlander
|
||
|
||
* src/scripts/setreservedports,
|
||
updates/1.4.9/ROOTFILES.alpha-1.4.9,
|
||
updates/1.4.9/ROOTFILES.i386-1.4.9: Fix conditional test for port
|
||
range.
|
||
|
||
2005-09-07 19:52 eoberlander
|
||
|
||
* langs/list, langs/zt/cgi-bin/zt.pl,
|
||
updates/1.4.9/ROOTFILES.alpha-1.4.9,
|
||
updates/1.4.9/ROOTFILES.i386-1.4.9: Add Traditional Chinese to
|
||
webgui interface.
|
||
|
||
2005-09-07 18:21 rkerr
|
||
|
||
* updates/1.4.9/setup: Fix security issue with addon-langs
|
||
permissions in upgraded installs, SF bug 1283323
|
||
|
||
2005-09-04 20:13 gespinasse
|
||
|
||
* lfs/oinkmaster: Go back to the standard URL for sourceforge like
|
||
with v1.5: - telia was changed directly on Config for all files
|
||
|
||
2005-08-29 15:13 eoberlander
|
||
|
||
* updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Add
|
||
Italian phrase from Language Database.
|
||
|
||
2005-08-28 20:47 eoberlander
|
||
|
||
* updates/1.4.9/setup: Fix for SF Bug 1275075. Thanks to John
|
||
Edwards for spotting this.
|
||
|
||
2005-08-28 11:21 eoberlander
|
||
|
||
* updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix
|
||
for SF Bug 1275075. Replace uptime command. Bug only affects
|
||
upgraded systems, not clean installs from 1.4.8.iso
|
||
|
||
2005-08-27 08:46 eoberlander
|
||
|
||
* updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix
|
||
bug that breaks Upload button text for language strings with two
|
||
words (i.e. Norwegian, Swedish and Vietnamese). Add quotes around
|
||
text string.
|
||
|
||
2005-08-27 06:05 eoberlander
|
||
|
||
* updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9:
|
||
Include updates from Language Database. Include Danish, missing
|
||
from previous update.
|
||
|
||
2005-08-26 23:38 gespinasse
|
||
|
||
* src/scripts/updatesetup, updates/1.4.9/ROOTFILES.alpha-1.4.9,
|
||
updates/1.4.9/ROOTFILES.i386-1.4.9, updates/1.4.9/information,
|
||
updates/1.4.9/setup: Add a newupdate option at make.sh to create
|
||
structure for updates files Add a typical setup script for update
|
||
in src/script/updatesetup
|
||
|
||
2005-08-26 04:41 gespinasse
|
||
|
||
* updates/1.4.8/information: More verbose in 1.4.8 information
|
||
|
||
2005-08-25 21:06 gespinasse
|
||
|
||
* src/scripts/setreservedports: Fix setreservedports Id
|
||
|
||
2005-08-25 21:02 gespinasse
|
||
|
||
* src/scripts/: httpscert, setreservedports: Add a httpcert script
|
||
to read issuer of the certificate or made a new cert.
|
||
|
||
This is called in rc.sysinit and will produce a warning message
|
||
if certificate issuer name did not match fqdn
|
||
(hostname.domainname)
|
||
|
||
This is not called actually after a change in setup following
|
||
Robert advice. A warning should be added in setup in next
|
||
version because a new text need to be added.
|
||
|
||
I miss to commit setreservedports the last time. It is only a
|
||
temporary help, it need to be include in the GUI.
|
||
|
||
2005-08-25 17:51 gespinasse
|
||
|
||
* src/install+setup/setup/misc.c: setup - fix hostname command not
|
||
consistent with /etc/hosts when hostname is changed in setup
|
||
|
||
domainname was not written in hostname command
|
||
|
||
2005-08-24 18:44 gespinasse
|
||
|
||
* src/misc-progs/setportfw.c: Fix trivial error in error message -
|
||
replace 'syslog settings'with 'ethernet settings'
|
||
|
||
2005-08-22 20:51 eoberlander
|
||
|
||
* src/misc-progs/installpackage.c: Fix spelling errors.
|
||
|
||
2005-08-18 18:59 gespinasse
|
||
|
||
* updates/1.4.8/: ROOTFILES.alpha-1.4.8, setup: Fix for scsi disk
|
||
during upgrade I find why '/ is busy' was displayed with help of
|
||
lsof and a hook in rc.halt -d now free the loop device
|
||
|
||
Add ROOTFILES.alpha-1.4.8 missing
|
||
|
||
2005-08-17 05:49 gespinasse
|
||
|
||
* lfs/rrdtool: ./make.sh check does not understand answer like this
|
||
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.49.tar.gz
|
||
|
||
Thank to Teemu Mannermaa
|
||
|
||
2005-08-16 22:55 gespinasse
|
||
|
||
* updates/1.4.8/: information, setup: Attempt to make information
|
||
clearer with a bit of formating.
|
||
|
||
Sync after erasing files (necessary on flash). Write may fail
|
||
because files are not yet really erased and no more space is
|
||
available.
|
||
|
||
2005-08-16 20:19 gespinasse
|
||
|
||
* updates/1.4.8/information: Fix fcdsl version displayed in
|
||
information update.
|
||
|
||
2005-08-16 19:43 gespinasse
|
||
|
||
* lfs/dhcp: Update dhcp source (thank to Eric)
|
||
|
||
2005-08-16 19:37 gespinasse
|
||
|
||
* updates/1.4.8/setup: The problem at shutdown was related to init
|
||
upgrade Fix it with telinit u
|
||
|
||
Better way to fix modules.conf is more recent than... We don't
|
||
need to calculate modules.dep for the kernel used as it is made
|
||
after compilation, just touch it.
|
||
|
||
2005-08-16 06:40 gespinasse
|
||
|
||
* .cvsignore, updates/1.4.7/ROOTFILES.alpha-1.4.7-0[DEAD],
|
||
updates/1.4.7/ROOTFILES.alpha-1.4.7-1[DEAD],
|
||
updates/1.4.7/ROOTFILES.alpha-1.4.7-2[DEAD],
|
||
updates/1.4.7/ROOTFILES.i386-1.4.7-0[DEAD],
|
||
updates/1.4.7/ROOTFILES.i386-1.4.7-1[DEAD],
|
||
updates/1.4.7/information, updates/1.4.7/information-0[DEAD],
|
||
updates/1.4.7/information-1[DEAD], updates/1.4.7/setup-0[DEAD],
|
||
updates/1.4.7/setup-1[DEAD], updates/1.4.8/.cvsignore,
|
||
updates/1.4.8/ROOTFILES.i386-1.4.8, updates/1.4.8/information,
|
||
updates/1.4.8/setup: Go back to 2 patches as numbered in
|
||
1.4.3/1.4.4 As 'someone' say :'nobody need more than 640 kB', I
|
||
would say we never will need more than two updates.
|
||
|
||
alpha update should be far from operational, just less ugly. But
|
||
nobody look to care about, so...
|
||
|
||
2005-08-16 05:39 gespinasse
|
||
|
||
* config/cron/crontab, updates/1.4.7/setup-0: Slightly changes
|
||
comment in crontab
|
||
|
||
Simplier crontab update Make possible to still use root.orig for
|
||
a next change as we don't loose it.
|
||
|
||
2005-08-15 19:37 eoberlander
|
||
|
||
* updates/1.4.7/: information-0, information-1: Remove references
|
||
to 1.4.6-p1 within text.
|
||
|
||
2005-08-15 19:17 gespinasse
|
||
|
||
* updates/1.4.7/ROOTFILES.i386-1.4.7-0: Add missing files found
|
||
after make dist
|
||
|
||
2005-08-14 23:43 gespinasse
|
||
|
||
* updates/1.4.7/ROOTFILES.i386-1.4.7-0: upload.cgi,updates/cgi As I
|
||
should be the recordman today of the number of updates applied
|
||
during my numerous installations, I find that files name nput
|
||
boxes are to small, so I set them a bit bigger than standard
|
||
size.
|
||
|
||
There is still one small problem related at the application of
|
||
the first update. On the next reboot(and only this one), there
|
||
is a warning message init: got unimplemented init request and
|
||
some 'umount / is busy' later
|
||
|
||
2005-08-14 23:16 gespinasse
|
||
|
||
* updates/1.4.7/: ROOTFILES.i386-1.4.7-0, ROOTFILES.i386-1.4.7-1,
|
||
information-0, information-1, setup-0, setup-1: Rename patches
|
||
1.4.7 and 1.4.8 I will later change make.sh and rename files as
|
||
it is more practical to keep names to track changes
|
||
|
||
Make the first patch smaller or there is a problem with small
|
||
disk when fcdsl package is installed.
|
||
|
||
Remove additional unused files {scsigrub.conf,grubbatch} from
|
||
/boot It remain only 83kB free on a flash disk when /boot size is
|
||
5MB
|
||
|
||
Fix etc/modules.conf is more recent than ...modules.dep on start
|
||
It is a bit late for 2.4.29 but better than never.
|
||
|
||
2005-08-14 08:27 eoberlander
|
||
|
||
* updates/1.4.7/information-0: Fix typo. Remove '-' from 1.4.6-p1
|
||
|
||
2005-08-14 08:03 eoberlander
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7-0, ROOTFILES.i386-1.4.7-0:
|
||
Include fix for SF Bug 1256223 in update. Non-critical typo in
|
||
output from ifconfig.
|
||
|
||
2005-08-14 00:31 gespinasse
|
||
|
||
* updates/1.4.7/: ROOTFILES.i386-1.4.7-0, ROOTFILES.i386-1.4.7-1,
|
||
ROOTFILES.i386-1.4.7-2[DEAD], information-0, information-1,
|
||
information-2[DEAD], information-3[DEAD], setup-0, setup-1,
|
||
setup-2[DEAD], setup-3[DEAD]: Remade the update to be splitted in
|
||
2 parts only Complete the upgrade to : - remove kernel 2.4.27 -
|
||
fully upgrade grub.conf to support the last and one old kernel
|
||
|
||
Add again some files Franck drop in the split in 4 parts
|
||
concerning eagle-usb and eciadsl.
|
||
|
||
Boot fail with 2.4.29-smp (scsi disk) but not with 2.4.29-smp +
|
||
acpi I don't know why. Others menu choices work.
|
||
|
||
grub.conf for IDE use ro option when scsi.conf use rw The way the
|
||
menu is actually upgraded, there is a mix of rw (new) and ro
|
||
(old) for scsi disk.
|
||
|
||
Not yet so tested with flash and small disk. Let some work for
|
||
tomorrow.
|
||
|
||
I am not convinced it is superior to have 1.4.6p1 and 1.4.7 than
|
||
1.4.7/1.4.8.
|
||
|
||
Alpha code upgrade is still to do. I don't know if somebody is
|
||
interested. We would need to have a different upgrade for alpha
|
||
as smp is a i86 specialty.
|
||
|
||
2005-08-13 15:23 eoberlander
|
||
|
||
* langs/: bz/install/lang_bz.c, cs/install/lang_cs.c,
|
||
da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c,
|
||
en/install/lang_en.c, es/install/lang_es.c, fi/install/lang_fi.c,
|
||
hu/install/lang_hu.c, la/install/lang_la.c, no/install/lang_no.c,
|
||
pl/install/lang_pl.c, pt/install/lang_pt.c, so/install/lang_so.c,
|
||
sv/install/lang_sv.c, tr/install/lang_tr.c, vi/install/lang_vi.c:
|
||
Update Language Database with new installer phrase. scsidrv ->
|
||
images/scsidrv
|
||
|
||
2005-08-13 14:29 gespinasse
|
||
|
||
* langs/en/install/lang_en.c: On floppy install boot with a scsi
|
||
disk, shift search of scscidrv-<version> to
|
||
images/scscidrv-<version>. This is far better when the iso is
|
||
mounted in a loop. When it is not the case, user should place
|
||
this file a step higher than ipcop-<version>.tgz in an images
|
||
directory.
|
||
|
||
Change of the corresponding text in the installer: - I add
|
||
images/ before scsidrv and remove the trailing / at the end.
|
||
|
||
This / is not necessary since a long time. It work with and
|
||
without. The corresponding line in install/net.c while
|
||
(url[strlen(url)-1] == '/') { url[strlen(url)-1] = '\0'; } remove
|
||
this trailing / when it does exist to avoid duplicate // in
|
||
url/filename.
|
||
|
||
2005-08-13 08:09 eoberlander
|
||
|
||
* lfs/net-tools: Backport fix for SF Bug 1256223. Non-critical typo
|
||
in output from ifconfig.
|
||
|
||
2005-08-06 18:45 eoberlander
|
||
|
||
* updates/1.4.7/: information-0, information-2, information-3: Fix
|
||
some typos.
|
||
|
||
2005-08-06 12:36 gespinasse
|
||
|
||
* lfs/Compress-Zlib: Upgrade Compress-Zlib to 1.35 Even if we don't
|
||
use the include zlib sources to build but a separate zlib package
|
||
already upgraded, there is other minor fixes.
|
||
|
||
2005-07-30 23:59 franck78
|
||
|
||
* updates/1.4.7/: setup-0, setup-1, setup-2, setup-3: Fix display
|
||
of correct IPCop version at end of patch execution.
|
||
|
||
2005-07-30 14:15 franck78
|
||
|
||
* .cvsignore, doc/How-to-make-update,
|
||
src/misc-progs/installpackage.c, updates/1.4.7/information-0,
|
||
updates/1.4.7/information-1, updates/1.4.7/information-2: Add a
|
||
little more support to gpg usage when you don't have key Make.sh
|
||
produce a batch to help signing the updates
|
||
|
||
2005-07-30 12:01 franck78
|
||
|
||
* updates/1.4.7/: information-0, information-1, information-2,
|
||
information-3: Ok the http link is added latter...Removed !
|
||
Remove from 'available list' the patches already installed
|
||
because user may not (will not) update av-list after each patch.
|
||
Move button 'update patch list' inside a box block
|
||
|
||
2005-07-30 00:48 franck78
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7-0, ROOTFILES.alpha-1.4.7-1,
|
||
ROOTFILES.alpha-1.4.7-2, ROOTFILES.i386-1.4.7-0,
|
||
ROOTFILES.i386-1.4.7-1, ROOTFILES.i386-1.4.7-2, information-0,
|
||
information-1, information-2, information-3, setup-0, setup-1,
|
||
setup-2, setup-3: Package the 1.4.6=>1.4.7 patch in four smaller
|
||
patches Bug: updates.cgi need to reload $general::version
|
||
variable while running... Tested ok on a fresh 1.4.6 (without
|
||
gpg signing) Add http link in information using page wiki sid=22
|
||
on ipcop.org Old files no more needed
|
||
(information,ROOTFILES,setup)
|
||
|
||
2005-07-29 21:32 franck78
|
||
|
||
* src/misc-progs/installpackage.c: Correct return code. Note that
|
||
-1 is displayed 255 (should change ret type)
|
||
|
||
2005-07-29 02:14 franck78
|
||
|
||
* src/misc-progs/installpackage.c: Installpackage try using
|
||
/var/log partition first, then root partition (as before) for the
|
||
de-gnupg operation. Add 'clear squid cache' button on updates
|
||
screen. Also display disk usage to help user in deciding what to
|
||
do Do not need tree times the package size free on root !
|
||
|
||
2005-07-28 20:57 franck78
|
||
|
||
* updates/1.4.7/information: Add comment
|
||
|
||
2005-07-28 07:01 gespinasse
|
||
|
||
* lfs/eciadsl: Update - openswan to 1.0.10rc2 - eciadsl to
|
||
0.11beta1 - eagle-usb to 2.3.2
|
||
|
||
I still need to include updates in 1.4.7 update, fix rc.eciadsl
|
||
due to unified driver bewteen std and nortek version and make a
|
||
few changes for eagle-usb But everybody could start compilation
|
||
now.
|
||
|
||
2005-07-28 00:32 franck78
|
||
|
||
* lfs/sysvinit: Upgrade version
|
||
|
||
2005-07-27 23:12 franck78
|
||
|
||
* lfs/gnupg: Update version
|
||
|
||
2005-07-27 22:14 franck78
|
||
|
||
* lfs/iana-etc: Update version
|
||
|
||
2005-07-26 23:28 franck78
|
||
|
||
* src/patches/openswan-1.0.9-restart.patch: Patch openswan 1.0.9
|
||
until 1.0.10 is out (add dpd restart option) GILLES: in your
|
||
final 'linux' add the patch in third position with Np0 cd
|
||
$(DIR_SRC)/openswan-1.0.9 && patch -Np0 <
|
||
$(DIR_SRC)/src/patches/openswan-1.0.9-restart.patch
|
||
|
||
2005-07-26 20:25 gespinasse
|
||
|
||
* lfs/vlan: Add vlan userspace configuration program
|
||
|
||
2005-07-26 10:59 franck78
|
||
|
||
* config/cfgroot/backup-exclude: not sure if exclude a simple 'dir'
|
||
is ok. Add '/*'
|
||
|
||
2005-07-26 10:19 franck78
|
||
|
||
* config/cfgroot/backup-exclude: 'Backup' do not include addon
|
||
language files. Addon-writers should modify this file if they add
|
||
some 'big' data in it.
|
||
|
||
2005-07-26 06:30 gespinasse
|
||
|
||
* src/patches/zlib-1.2.2-inftrees.patch[DEAD]: Remove unnecessary
|
||
zlib-1.2.2 patch already include in 1.2.3
|
||
|
||
2005-07-26 06:27 gespinasse
|
||
|
||
* lfs/zlib, src/patches/linux-2.4.28-usb-devio.patch[DEAD],
|
||
src/patches/patch-o-matic-ng-20040621_raw_2.4.28.patch[DEAD],
|
||
src/patches/patch-o-matic-ng-raw_2.4.31.patch: Upgrade kernel to
|
||
v2.4.31 (add VLAN and sata_qstor support)
|
||
|
||
Upgrade zlib to v1.2.3
|
||
|
||
Update script is not yet ready It need to remove one old kernel
|
||
and fix smp bug seen in 1.4.4
|
||
|
||
2005-07-20 17:00 eoberlander
|
||
|
||
* updates/1.4.7/information: Fix typo, ipstate -> iptstate
|
||
|
||
2005-07-19 20:26 eoberlander
|
||
|
||
* lfs/logwatch: Fix spelling. transfered -> transferred
|
||
|
||
2005-07-18 20:40 gespinasse
|
||
|
||
* lfs/gzip, src/patches/gzip-1.3.5-perm.patch: Only fix comment in
|
||
update and patch : fix for CAN-2005-0988 is already applied.
|
||
|
||
Nothing is changed to the code.
|
||
|
||
2005-07-16 19:02 gespinasse
|
||
|
||
* lfs/dhcpcd, src/patches/dhcpcd-1.3.22-pl4_corrupt-packet.patch,
|
||
updates/1.4.7/information: Patch dhcpcd-1.3.22-pl4 against
|
||
CAN-2005-1896
|
||
|
||
2005-07-15 08:13 alanh
|
||
|
||
* lfs/bzip2: Do it in /tools as well
|
||
|
||
2005-07-14 19:01 alanh
|
||
|
||
* lfs/bzip2: move up one
|
||
|
||
2005-07-13 17:27 alanh
|
||
|
||
* lfs/bzip2: allow bzip2 to reinstall
|
||
|
||
2005-07-12 12:02 alanh
|
||
|
||
* lfs/bzip2: fix bustage
|
||
|
||
2005-07-11 18:38 franck78
|
||
|
||
* src/rc.d/rc.network: Undo previous change because the 'for' loop
|
||
orders driver loading !
|
||
|
||
2005-07-11 16:07 franck78
|
||
|
||
* src/install+setup/setup/main.c: Fix bug 1193391, ('issue' exists
|
||
when 'setup' is launched from 'installer')
|
||
|
||
2005-07-11 14:14 franck78
|
||
|
||
* src/rc.d/rc.network: fix bug1153902. I have used it since march,
|
||
no problem seen.
|
||
|
||
2005-07-11 10:56 franck78
|
||
|
||
* src/misc-progs/: rebuildhosts.c, restartwireless.c: Add cvs Id
|
||
tag
|
||
|
||
2005-07-10 16:01 franck78
|
||
|
||
* lfs/procps: Update procps 3.2.1=>3.2.5 (kill, ps, top,...)
|
||
|
||
2005-07-10 14:12 franck78
|
||
|
||
* lfs/arping: Update source from 2.03 to 2.05
|
||
|
||
2005-07-09 08:19 eoberlander
|
||
|
||
* lfs/logwatch: Patch logwatch.conf to comment out a line which
|
||
refers to an unused/unavailable Service.
|
||
|
||
2005-07-08 17:35 rkerr
|
||
|
||
* lfs/zlib, src/patches/zlib-1.2.2-inftrees.patch: SF bug #1234830,
|
||
CAN-2005-2096
|
||
|
||
2005-07-08 17:11 franck78
|
||
|
||
* src/install+setup/setup/misc.c: Suppress a warn in apache/ssl log
|
||
[warn] Init: (..) RSA server certificate CommonName .... does NOT
|
||
match server name!?
|
||
|
||
2005-07-08 16:51 eoberlander
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Updates from Language Database.
|
||
|
||
2005-07-08 15:19 gespinasse
|
||
|
||
* lfs/logwatch: Logwatch : upgrade logwatch to 6.1.2 For a better
|
||
control of what is include, directories are commented and files
|
||
individually slected You could give advice of what filter
|
||
include/exclude
|
||
|
||
Some unnecessary previous filters include by mistake are removed
|
||
in setup.
|
||
|
||
As Disk usage part is now terminated, add the corresponding text
|
||
and remove the trick to close the last box.
|
||
|
||
Update Add : - missing pulsar module in i386 rootfile - link for
|
||
zcat and bzcat I terminate setup with an operation wich will
|
||
always success (the echo ).
|
||
|
||
During tests, when installing v1.4.6 update on a fresh installed
|
||
v1.4.5, update warn of failure to install because the last
|
||
operation in 1.4.6 update (rm /var/log/dynupdate.log) find no
|
||
file to erase.
|
||
|
||
Fix some errors in ROOTFILES.alpha : perl file are located in
|
||
alpha-linux and not i386-linux
|
||
|
||
There is other very suspect i386 on other lines, but it should be
|
||
for unused files.
|
||
|
||
As none of v1.4 maintainer can compile on alpha, I don't know of
|
||
the state of alpha version sources. I would be happy to have
|
||
feedback from people using it.
|
||
|
||
2005-07-08 09:11 eoberlander
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Add Achim's suggested hint.
|
||
|
||
2005-07-08 00:03 franck78
|
||
|
||
* lfs/Net_SSLeay: Added SSLeay support to Perl (for https) May also
|
||
be used for x509 certificat in vpnmain.cgi ...
|
||
|
||
2005-07-07 22:31 gespinasse
|
||
|
||
* lfs/: Compress-Zlib, HTML-Parser, HTML-Tagset, URI, libwww-perl:
|
||
Minor scripts cleanup
|
||
|
||
2005-07-07 20:11 franck78
|
||
|
||
* src/rc.d/: rc.3cp4218usbadsl, rc.amedynusbadsl, rc.bewanadsl,
|
||
rc.conexantusbadsl, rc.flash.up, rc.halt, rc.isdn,
|
||
rc.netaddress.down, rc.network, rc.pulsardsl: Add "Id cvs tag"
|
||
|
||
2005-07-07 19:14 franck78
|
||
|
||
* lfs/iptstate: Add "iptstate" command line utility RFE 1167726
|
||
|
||
2005-07-06 09:21 franck78
|
||
|
||
* config/cfgroot/lang.pl: Simplify the code by removing usage of
|
||
variable $settings['LANGUAGE'].
|
||
|
||
2005-07-06 00:24 franck78
|
||
|
||
* config/cfgroot/lang.pl: Completed lang.pl to build all cachelang
|
||
files. Move initial build into 'install' prog. Call not tested,
|
||
can't compile :-(
|
||
|
||
2005-07-05 20:39 eoberlander
|
||
|
||
* langs/so/cgi-bin/so.pl: Remove colon (:)
|
||
|
||
2005-07-05 20:37 eoberlander
|
||
|
||
* langs/it/install/lang_it.c: Update Italiano from Language
|
||
Database.
|
||
|
||
2005-07-05 15:10 gespinasse
|
||
|
||
* lfs/: hdparm, man, pcmcia-cs: pcmcia-cs - upgrade to 3.2.8 -
|
||
don't need to compile twice (-smp and non smp) as modules from
|
||
the kernel are used - add missing netextra.conf and
|
||
isdnextra.conf in .iso - rootfiles.alpha had twice the files
|
||
|
||
hdparm - upgrade to 6.1 - new feature --security-freeze could be
|
||
used but is not supported by all ATA disk This feature allow to
|
||
lock disk password setting until next reboot. If no password is
|
||
set, a malicious program could set it unless changing password
|
||
is frozen.
|
||
|
||
pulsar dsl - upgrade to 4.0.19
|
||
|
||
man - upgrade to 1.5p as the old one is no more available
|
||
|
||
2005-07-05 14:46 gespinasse
|
||
|
||
* lfs/file: Upgrade file to 4.14 as the 4.12 is no more available
|
||
|
||
2005-07-02 09:12 franck78
|
||
|
||
* config/cron/crontab: Add comment
|
||
|
||
2005-06-29 19:28 rkerr
|
||
|
||
* lfs/Compress-Zlib, lfs/HTML-Parser, lfs/HTML-Tagset, lfs/URI,
|
||
lfs/libwww-perl, src/scripts/updatelists.pl: Use libwww-perl for
|
||
HTTP downloads from CGIs, this should resolve the issues some
|
||
users are having with IDS rule updates. Also should fix the
|
||
inability to download update lists when an upstream proxy
|
||
requires user/pass (bug 1205470)
|
||
|
||
2005-06-22 22:32 gespinasse
|
||
|
||
* lfs/speedycgi: Fix speedycgi download location We don't use it
|
||
actually
|
||
|
||
2005-06-22 20:00 rkerr
|
||
|
||
* lfs/busybox, src/patches/busybox-0.60.5-insmod_gpl_symbols.patch:
|
||
Fix libata EXPORT_SYMBOL_GPL problems in the installer, should
|
||
fix intel SATA support
|
||
|
||
2005-06-21 20:10 gespinasse
|
||
|
||
* lfs/ethtool: Add ethtool. It may replace mii-tool in the next
|
||
version.
|
||
|
||
This is helpfull for those who want to let IPCop sleep when not
|
||
used. ethtool is used to configure the network card
|
||
/usr/sbin/ethtool -s eth0 wol g This could be added in rc.local
|
||
|
||
You could wake up the IPCop machine by sending the magic-packet
|
||
to the MAC address. This could only work with some limit on
|
||
IPCop side : - you can't use dhcp on green since the PC sending
|
||
the magic-packet already has an IP - you can't have an orange
|
||
interface
|
||
|
||
Thank to wintermute wich create the WakeOnLAN topic on the german
|
||
forum.
|
||
|
||
2005-06-20 06:14 gespinasse
|
||
|
||
* lfs/man-pages: Because man-pages-1.66 is no more available,
|
||
upgrade the package to the last available version. As it is not
|
||
include in the ISO, version is not important.
|
||
|
||
2005-06-19 21:36 franck78
|
||
|
||
* src/misc-progs/rebuildhosts.c: Close open file before exiting.
|
||
|
||
2005-06-16 13:53 rkerr
|
||
|
||
* src/misc-progs/setportfw.c: Change SNAT behaviour for port
|
||
forwards to only apply when required, the idea is similar to the
|
||
patch provided by Dennis Freise:
|
||
|
||
|
||
http://marc.theaimsgroup.com/?l=ipcop-devel&m=110944498906579&w=2
|
||
|
||
The implementation is my own and slightly different - it also
|
||
expands the SNAT to work for orange to orange connections (before
|
||
it only applied to blue and green)
|
||
|
||
2005-06-14 11:25 eoberlander
|
||
|
||
* langs/la/install/lang_la.c: Remove forward slash escape
|
||
character, which is not required in Installer strings.
|
||
|
||
2005-06-13 13:36 franck78
|
||
|
||
* html/cgi-bin/logs.cgi/config.dat: Add option to choose number of
|
||
lines per page of log (viewsize)
|
||
|
||
2005-06-13 11:13 gespinasse
|
||
|
||
* src/patches/bzip2-1.0.2-chmod.patch: Add missing bzip2 chmod
|
||
patch
|
||
|
||
2005-06-13 11:11 gespinasse
|
||
|
||
* lfs/bzip2, updates/1.4.7/information: Upgrade : -squid to
|
||
2.5.STABLE10 -bzip2 to 1.0.3 plus patch against CAN-2005-1260
|
||
|
||
Patch tcpdump for CAN-2005-1267
|
||
|
||
2005-06-11 06:15 gespinasse
|
||
|
||
* src/patches/tcpdump-3.8.2-bgp-dos-2.patch: Fix last tcpdump patch
|
||
|
||
2005-06-10 22:06 gespinasse
|
||
|
||
* src/patches/tcpdump-3.8.2-bgp-dos-2.patch, lfs/tcpdump: patch
|
||
tcpdump against CAN-2005-1267
|
||
|
||
2005-06-10 22:03 gespinasse
|
||
|
||
* updates/1.4.7/.cvsignore: Add a .cvsignore for 1.4.7 patch.tar.gz
|
||
|
||
2005-06-08 13:01 eoberlander
|
||
|
||
* langs/no/install/lang_no.c: Fix some typos in Language Databse
|
||
spotted by Alan.
|
||
|
||
2005-06-07 19:43 franck78
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Sync between Eric's changes and
|
||
rc.firewall
|
||
|
||
2005-06-07 19:14 franck78
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Allow empty ports list & allow space
|
||
around commas
|
||
|
||
2005-06-06 20:58 eoberlander
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Rearrange interface layout. Further
|
||
functional modifications pending, so don't forward this to v1.5
|
||
just yet.
|
||
|
||
2005-06-06 16:13 eoberlander
|
||
|
||
* updates/1.4.7/information: Repair file format. The bars (|) are
|
||
separators. There are four fields per record;
|
||
number|name|description|date.
|
||
|
||
2005-06-06 15:55 franck78
|
||
|
||
* updates/1.4.7/information: add description
|
||
|
||
2005-06-05 21:00 eoberlander
|
||
|
||
* updates/1.4.7/information: Update information.
|
||
|
||
2005-06-03 23:31 franck78
|
||
|
||
* updates/1.4.7/setup: Add new provider dynserv.ca (org|net|com)
|
||
Place a link on each provider name (need freedns-afraid.org
|
||
renaming to real name freedns.afraid.org), move colorization
|
||
syncstate to columns host&domains
|
||
|
||
2005-05-29 17:11 franck78
|
||
|
||
* updates/1.4.7/setup: Update or replace the crontab file for new
|
||
minimize ddns call
|
||
|
||
2005-05-29 09:59 rkerr
|
||
|
||
* updates/1.4.7/setup: Change maximum on traffic graph RRDs to
|
||
support 100 MBit links, fixes bug 1118124
|
||
|
||
2005-05-28 21:35 franck78
|
||
|
||
* config/cron/crontab: Fix rfe1093108: updates to dyndns service
|
||
are done only if gethostbyname returns different address. A cron
|
||
call once/month force updates (-f -m options) to avoid loosing
|
||
account on particular stable lines. This has to be enabled in
|
||
GUI.
|
||
|
||
2005-05-28 16:00 eoberlander
|
||
|
||
* updates/1.4.7/setup: Different approach to patching header.pl
|
||
|
||
2005-05-27 17:29 franck78
|
||
|
||
* updates/1.4.7/setup: Prepare script patch for header.pl before it
|
||
got lost... Dont't forget to include diff result with actual
|
||
header.pl !
|
||
|
||
2005-05-27 13:50 franck78
|
||
|
||
* config/cfgroot/lang.pl: Insert Achim comment 'howto using this'
|
||
Use perl grep construction (Achim script) Change owner = root for
|
||
cachefile, Achim again ;-)
|
||
|
||
2005-05-26 21:06 franck78
|
||
|
||
* config/cfgroot/lang.pl: Permits a partial foreign traduction +
|
||
english version for an addon. Previous version supposed if
|
||
foreign file was present, it was complete (no english needed).
|
||
|
||
2005-05-23 18:17 eoberlander
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7:
|
||
Include some recent changes in list of files to be updated.
|
||
|
||
2005-05-22 17:26 eoberlander
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: Add
|
||
Norwegian phrases from Language Database.
|
||
|
||
2005-05-22 17:13 franck78
|
||
|
||
* config/ssl/openssl.cnf, updates/1.4.7/ROOTFILES.alpha-1.4.7,
|
||
updates/1.4.7/ROOTFILES.i386-1.4.7: Problems raised by Ufuk
|
||
Altinkaynak 1)random state file: fix a writable location for it
|
||
and added some 'seed' to certs generation with '-rand option'
|
||
|
||
2)serial number: problem or not probem?? anyway, a replacement
|
||
procedure for cleanssldatabase is included if someone prefer
|
||
serialized certs (Ufuk !).
|
||
|
||
2005-05-21 08:07 eoberlander
|
||
|
||
* html/html/images/addblue.gif: Add device icon.
|
||
|
||
2005-05-18 23:25 franck78
|
||
|
||
* config/cfgroot/lang.pl, updates/1.4.7/setup: Suppress use of
|
||
intermediate file containing list of addon to load. Now,
|
||
everything is recalculated, but only if no cachefile exists.
|
||
Only root can build the cache file.
|
||
|
||
2005-05-17 10:45 eoberlander
|
||
|
||
* langs/sl/cgi-bin/sl.pl: Additions to Slovenian from Language
|
||
Database.
|
||
|
||
2005-05-15 12:58 rkerr
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: Fix
|
||
a stack based buffer overflow in ipsecctrl
|
||
|
||
2005-05-14 22:29 franck78
|
||
|
||
* updates/1.4.7/setup: Correct directory permissions.
|
||
|
||
2005-05-14 07:25 eoberlander
|
||
|
||
* langs/list, langs/sl/cgi-bin/sl.pl,
|
||
updates/1.4.7/ROOTFILES.alpha-1.4.7,
|
||
updates/1.4.7/ROOTFILES.i386-1.4.7: Add Slovenian to web gui
|
||
interface.
|
||
|
||
2005-05-14 03:15 franck78
|
||
|
||
* config/cfgroot/header-menu.pl: Just a simple (and sufficient?)
|
||
implementation of adding menus to ipcop without touching
|
||
header.pl Works: read a directory (/var/ipcop/addon-menu) looking
|
||
for filenames matching "menu.X.subMenu.Aname" X.submenu can be
|
||
4.services,.... Each line in the file is a menu entry for
|
||
selected submenu. Format is "Label" , "link-to -page" , "Label"
|
||
exactly actual format of a menu entry in header.pl, including
|
||
$tr{'xxx'} if needed.
|
||
|
||
2005-05-13 20:31 franck78
|
||
|
||
* config/cfgroot/lang.pl: Complete BuildAddonLangList with
|
||
construction of a cache file containing the resulting %tr()
|
||
array. %tr is final result of loading all relevant language
|
||
files. When $Lang::reload see it, it directly read-in only
|
||
necessary data. Maybe a checkbox in language selection can
|
||
disable this cache. Cache file is built on startup or language
|
||
switch
|
||
|
||
2005-05-13 14:47 franck78
|
||
|
||
* config/cfgroot/lang.pl, updates/1.4.7/setup: Make languages files
|
||
dropped by addon installers in a specific dir to be read-in if
|
||
they match the active language of ipcop. Default always to
|
||
english version. No checking is made on file content. It must be
|
||
an associative array, %tr={'key' => 'value'}; (see
|
||
/var/ipcop/langs/en.pl). Do not breaks addons which can continue
|
||
editing ipcop language.pl files...
|
||
|
||
2005-05-12 16:26 eoberlander
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7:
|
||
Change file format to unix.
|
||
|
||
2005-05-12 15:25 franck78
|
||
|
||
* html/cgi-bin/base.cgi: New files based on this are Ipcop ...
|
||
|
||
2005-05-12 09:11 franck78
|
||
|
||
* html/cgi-bin/base.cgi: Complete Gilles's tag error discovered in
|
||
dhcp.cgi
|
||
|
||
2005-05-12 07:17 eoberlander
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7:
|
||
Updates from Language Database.
|
||
|
||
2005-05-12 05:42 eoberlander
|
||
|
||
* html/cgi-bin/optionsfw.cgi, updates/1.4.7/ROOTFILES.alpha-1.4.7,
|
||
updates/1.4.7/ROOTFILES.i386-1.4.7: Add phrases used in
|
||
optionsfw.cgi to Language Database. Change some variables to
|
||
lowercase. There is one string I'm not sure about...
|
||
|
||
2005-05-08 15:52 franck78
|
||
|
||
* html/cgi-bin/optionsfw.cgi, src/rc.d/rc.firewall: Insert
|
||
'optionsfw.cgi' setup page with to settings installed: -control
|
||
ping on red or all interfaces -add a list a ports that are
|
||
dropped just before the final "-j log", eliminating unneeded logs
|
||
information.
|
||
|
||
Translations are not yet in the lang en.pl, until everybody is
|
||
OK.
|
||
|
||
2005-05-08 15:21 franck78
|
||
|
||
* updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7,
|
||
information, setup: Prepare next patch
|
||
|
||
2005-05-07 17:40 gespinasse
|
||
|
||
* updates/1.4.6/information: make dist show that we forgot some
|
||
files in update CGI - home/httpd/cgi-bin/hosts.cgi -
|
||
home/httpd/cgi-bin/ids.cgi - home/httpd/cgi-bin/logs.cgi/ids.dat
|
||
- home/httpd/cgi-bin/networks.cgi -
|
||
home/httpd/cgi-bin/services.cgi and pptp-1.6.0
|
||
|
||
2005-05-07 16:44 gespinasse
|
||
|
||
* updates/1.4.6/information: Update Changelog and information
|
||
Release date should be the 10 if nohing wrong appear.
|
||
|
||
2005-05-07 13:01 gespinasse
|
||
|
||
* config/cfgroot/advoptions-list: dhcp.cgi - display IP and netmask
|
||
from ethernet settings - separate each interface with <hr /> -
|
||
better IP checking order for start and end address if netmask not
|
||
/24 - combine add and list box for add-option and fixed leases -
|
||
fix some XHTML errors (input hidden not in a cell,
|
||
disabled='disabled')
|
||
|
||
advoption-list - remove duplicate options directly available in
|
||
the GUI - sort options in alphabetical order
|
||
|
||
2005-05-07 12:46 rkerr
|
||
|
||
* src/ibod/ibod.c: Security fixes for ibod, fixes a buffer overflow
|
||
as described in:
|
||
|
||
<http://www.nosystem.com.ar/advisories/advisory-10.txt>
|
||
|
||
Also fixes a separate issue where the DEVICE config paramater
|
||
could be overflowed. This is very low risk because an attacker
|
||
would have to be able to edit the config file, and the buffer
|
||
isn't on the stack.
|
||
|
||
2005-05-06 21:56 gespinasse
|
||
|
||
* lfs/tcpdump, src/patches/tcpdump-3.8.2-bgp-dos.patch,
|
||
src/patches/tcpdump-3.8.2-isis-dos.patch,
|
||
src/patches/tcpdump-3.8.2-ldp-dos.patch,
|
||
src/patches/tcpdump-3.8.2-rsvp-dos.patch: Patch tcpdump against
|
||
CAN-2005-12{78|79|80}
|
||
|
||
2005-05-06 06:17 gespinasse
|
||
|
||
* lfs/gzip, src/patches/gzip-1.3.3-window-size.patch,
|
||
src/patches/gzip-1.3.5-asm-execstack.patch,
|
||
src/patches/gzip-1.3.5-gunzip-dir.patch,
|
||
src/patches/gzip-1.3.5-perm.patch: Patch gzip against
|
||
CAN-2005-1228 (borrowed from fedora and include othe fixes)
|
||
|
||
2005-05-05 16:24 gespinasse
|
||
|
||
* lfs/oinkmaster: Backport from main Use $CONFIGROOT for
|
||
oinkmaster.conf
|
||
|
||
2005-05-03 01:28 franck78
|
||
|
||
* src/rc.d/rc.halt: Make a call to rc.red stop (to properly
|
||
disconnect) and also a call to rc.red clear to unload modules.
|
||
Workaround for bug 1185833
|
||
|
||
2005-05-02 17:11 franck78
|
||
|
||
* config/cfgroot/oinkmaster.conf: Typo correction, mainly to check
|
||
cvs is ok at my home ;-)
|
||
|
||
2005-05-02 07:49 eoberlander
|
||
|
||
* langs/list: Change 'Latino' to 'Spanish Latino' as requested by
|
||
translator Fernando Diaz. Update his email address on Credits
|
||
page.
|
||
|
||
2005-05-01 18:03 gespinasse
|
||
|
||
* lfs/: arping, gnupg, unzip: Move dowload URL for gnupg arping
|
||
unzip
|
||
|
||
2005-05-01 16:54 gespinasse
|
||
|
||
* src/patches/linux-2.4.27-ssp-1.patch: Push
|
||
linux-2.4.27-ssp-1.patch on src/patches
|
||
|
||
2005-05-01 01:10 franck78
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Refine ping disabled granularity to
|
||
red or all itfs. Add a check box to choose to restart ipcop with
|
||
modified options. By default the gui records them and they are
|
||
taken into account a next reboot. Maybe usefull in the future to
|
||
set options without stopping networks services. The dynamically
|
||
reconfiguration (as port forwarding) is not really needed here.
|
||
|
||
2005-05-01 00:06 franck78
|
||
|
||
* html/cgi-bin/base.cgi: Typo
|
||
|
||
2005-04-30 11:37 rkerr
|
||
|
||
* src/misc-progs/restartsnort.c: Backport alan's fix from HEAD,
|
||
don't close file handle twice
|
||
|
||
2005-04-30 00:25 franck78
|
||
|
||
* html/cgi-bin/optionsfw.cgi: Add a new cgi page under firewall
|
||
tab, designed to receive future request about specificcaly
|
||
firewall options. Example: disable ping. This is only the GUI
|
||
part, nothing is done yet. (need to create
|
||
/var/ipcop/optionsfw/settings file to work)
|
||
|
||
2005-04-29 23:37 franck78
|
||
|
||
* html/cgi-bin/: base.cgi, networks.cgi, services.cgi: Speedy is
|
||
removed ...?
|
||
|
||
2005-04-28 19:34 gespinasse
|
||
|
||
* lfs/dnsmasq: Upgrade dnsmasq to 2.22 to fix bugs introduced in
|
||
2.21
|
||
|
||
Include dnsmasq-2.22, snort-2.3.3 and oinkmaster-1.2 in upgraded
|
||
files
|
||
|
||
2005-04-28 18:38 gespinasse
|
||
|
||
* config/cfgroot/oinkmaster.conf, config/snort/snort.conf,
|
||
lfs/oinkmaster: Upgrade snort to v2.3.3
|
||
|
||
Add oinkmaster to orderly update rules
|
||
|
||
Reorder ids.cgi readhash can't be used before the ACTION=save or
|
||
nothing will be changed. So readhash is used after ACTION=save
|
||
block to have values not in the form.
|
||
|
||
I still have a bit of code to add the new preprocessor in
|
||
snort.conf.
|
||
|
||
2005-04-27 15:17 eoberlander
|
||
|
||
* langs/nl/install/lang_nl.c: Add Danish and Dutch phrases from
|
||
Language Database.
|
||
|
||
2005-04-26 17:59 franck78
|
||
|
||
* config/cron/crontab, updates/1.4.6/setup: Bug 1190249: because
|
||
setddns.pl close stderr & stdout nothing is outputed here! Remove
|
||
redirection. Output is done via General::log
|
||
|
||
2005-04-26 17:10 eoberlander
|
||
|
||
* config/cfgroot/advoptions-list: Fix typo, extra t in streettalk.
|
||
|
||
2005-04-23 12:53 franck78
|
||
|
||
* updates/1.4.6/setup: Comment changed.
|
||
|
||
2005-04-22 18:44 rkerr
|
||
|
||
* src/misc-progs/restartsquid.c: Transparent on blue had a similar
|
||
problem to enable on blue - fix this too
|
||
|
||
2005-04-21 14:37 rkerr
|
||
|
||
* src/misc-progs/restartsquid.c: Fix bug #1144280 - start squid if
|
||
enabled on blue or green
|
||
|
||
2005-04-18 15:37 eoberlander
|
||
|
||
* langs/it/install/lang_it.c: Update Italian phrases from Language
|
||
Database.
|
||
|
||
2005-04-16 11:40 rkerr
|
||
|
||
* config/httpd/httpd.conf: Disable HTTP OPTIONS method as suggested
|
||
by Daniel Berlin
|
||
|
||
2005-04-14 12:29 gespinasse
|
||
|
||
* updates/1.4.6/setup: Update configroot include files This is only
|
||
to have doc up to date as /var/ipcop files are include I just
|
||
wanted to add /var/ipcop/ddns/settings As files were not sorten
|
||
in alphabetical order, the diff is not easy to read but it will
|
||
be better the next time.
|
||
|
||
Create /var/ipcop/ddns/settings in update allow to remove the
|
||
touch in setddns.pl.
|
||
|
||
2005-04-13 23:52 gespinasse
|
||
|
||
* lfs/: bind, cdrtools, pptpclient, vim, wireless: rc.red : fix
|
||
SF1171610 - erase /var/ipcop/red/keepconnected during
|
||
configuration change It is for the rare case when the persistent
|
||
option was primary selected, but is now on manual and rc.red stop
|
||
never made beacause timeout is used.
|
||
|
||
dhcp.cgi - include eric proposal but it still some more changes
|
||
|
||
pppsetup.cgi - fix 'other countries' selection with eagle-usb
|
||
'W'=>'WO' - warn that dial on demand can't be used with dynamic
|
||
dns - ajust some display layout
|
||
|
||
bind upgrade to 9.2.5 cdrtools upgrade to 2.01 pppt client to 1.6
|
||
vim upgrade to 6.3 plus a security patch wireless_tools upgrade
|
||
to 27
|
||
|
||
2005-04-11 05:29 eoberlander
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6:
|
||
Update German from Language Database.
|
||
|
||
2005-04-10 19:54 eoberlander
|
||
|
||
* updates/1.4.6/setup: Add fix for SF Bug 1174069 - unable to add
|
||
or edit fixed DHCP leases.
|
||
|
||
2005-04-09 16:31 gespinasse
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6,
|
||
information: Put rc.red and setup in update
|
||
|
||
2005-04-09 08:46 gespinasse
|
||
|
||
* src/install+setup/setup/main.c, updates/1.4.6/.cvsignore: Modify
|
||
setup to fix SF1178604 A few language available in web interface
|
||
(zh,lt,ro,ru,th) are not supported by setup. Using english in
|
||
this case is better than aborting
|
||
|
||
Add .cvsignore inside updates/1.4.6
|
||
|
||
2005-04-08 11:37 franck78
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: New
|
||
file in configroot for dhcpd
|
||
|
||
2005-04-08 00:16 franck78
|
||
|
||
* html/cgi-bin/base.cgi: Reorder tag, start with colored line
|
||
(better view) the lists
|
||
|
||
2005-04-08 00:11 franck78
|
||
|
||
* updates/1.4.6/setup: Added possibility to send 'options' with
|
||
dhcp server.
|
||
|
||
2005-04-07 23:43 franck78
|
||
|
||
* config/cfgroot/advoptions-list: Contain options listing for dhcp
|
||
daemon
|
||
|
||
2005-04-07 05:26 eoberlander
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6:
|
||
Update Danish from Language Database.
|
||
|
||
2005-04-05 22:40 gespinasse
|
||
|
||
* html/cgi-bin/ids.cgi, lfs/snort,
|
||
updates/1.4.6/ROOTFILES.alpha-1.4.6,
|
||
updates/1.4.6/ROOTFILES.i386-1.4.6, updates/1.4.6/setup: Upgrade
|
||
snort to 2.3.2
|
||
|
||
Fix the new file download with IO::Socket with new start/end
|
||
header mark and removing some intermediate data. This was
|
||
verified to work with 2.3, 2.2 and community rules But community
|
||
rules need adjustement in snort.conf wich are not for now
|
||
available from the web interface. So only 'user registred' or
|
||
'user with subscription' download are supported.
|
||
|
||
Fix a warning with the .rules regular expression - need to be
|
||
escaped or at the beginning/end
|
||
|
||
Display date of last rule update Keeep track when the loaded file
|
||
is new or the same
|
||
|
||
Make code layout uniform by replacing 4 spaces with tab
|
||
|
||
Two very similar text 'installed updates:' and 'updates
|
||
installed' exist. The second will be removed in the futur.
|
||
|
||
2005-04-04 19:41 rkerr
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6:
|
||
Seeing as sitefinder is long dead it's probably a good idea to
|
||
remove this, especially seeing as verisign are apparently using
|
||
the IP for something else (see
|
||
http://www.merit.edu/mail.archives/nanog/2004-10/msg00181.html)
|
||
|
||
2005-04-02 09:24 eoberlander
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6:
|
||
Allow easydns and zoneedit to update without a HOSTNAME.
|
||
|
||
2005-03-31 10:19 eoberlander
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6:
|
||
Update Brazilian, French and Italian from Language Database.
|
||
|
||
2005-03-31 06:17 gespinasse
|
||
|
||
* updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6,
|
||
information, setup: Bump version number
|
||
|
||
2005-03-29 23:31 gespinasse
|
||
|
||
* lfs/snort, updates/1.4.5/information: Revert to snort-2.1.3 until
|
||
the new interface is ready. There is some problems to fix too in
|
||
the actual ids.cgi. Updates rules are never displayed in web
|
||
interface as it was intended.
|
||
|
||
Update Changelog and information for v1.4.5 update
|
||
|
||
2005-03-28 10:54 alanh
|
||
|
||
* lfs/dnsmasq, updates/1.4.5/ROOTFILES.alpha-1.4.5,
|
||
updates/1.4.5/ROOTFILES.i386-1.4.5: update dnsmasq to 2.21
|
||
|
||
2005-03-26 22:18 eoberlander
|
||
|
||
* updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: Fix
|
||
for SF Bug 1167658, misconfiguration of ipsec.conf
|
||
|
||
2005-03-26 11:28 eoberlander
|
||
|
||
* updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5:
|
||
Cosmetic changes to portfw.cgi page. Experiment with link to
|
||
Online Help.
|
||
|
||
2005-03-26 07:11 eoberlander
|
||
|
||
* html/html/images/web-support.png: Add web-spport icon for future
|
||
use. This is a stock OOo icon, licensed under the LGPL by Ximian.
|
||
|
||
2005-03-25 22:51 alanh
|
||
|
||
* lfs/unzip: put md5 back, mine was a bad download
|
||
|
||
2005-03-25 15:36 alanh
|
||
|
||
* lfs/unzip: md5sum changed on unzip
|
||
|
||
2005-03-22 21:25 eoberlander
|
||
|
||
* updates/1.4.5/setup: Change filename, and fix typo in sed command
|
||
(missing /)
|
||
|
||
2005-03-22 13:20 eoberlander
|
||
|
||
* updates/1.4.5/setup: Fix typo in PrintActualLeases subroutine.
|
||
|
||
2005-03-20 12:31 eoberlander
|
||
|
||
* updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5:
|
||
Bugfix for start address/end address string comparison. Change to
|
||
numeric operation.
|
||
|
||
2005-03-19 09:28 eoberlander
|
||
|
||
* config/etc/logrotate.conf, updates/1.4.5/ROOTFILES.alpha-1.4.5,
|
||
updates/1.4.5/ROOTFILES.i386-1.4.5: Include optional log files
|
||
now available with squid (user_agent.log and referer.log) in
|
||
logrotate.conf
|
||
|
||
2005-03-19 06:54 eoberlander
|
||
|
||
* lfs/snort: Update path for download.
|
||
|
||
2005-03-18 20:05 gespinasse
|
||
|
||
* lfs/snort: Upgrade snort to v2.3.2
|
||
|
||
Necessary changes in the GUI for signature update are still 'work
|
||
in progress'
|
||
|
||
2005-03-17 19:54 eoberlander
|
||
|
||
* updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5:
|
||
Include setddns.pl in update, to catch version 1.4.2.14
|
||
|
||
2005-03-16 18:34 gespinasse
|
||
|
||
* updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: Fix
|
||
pulsardsl by selecting correct gcc3 lib
|
||
|
||
2005-03-16 12:47 eoberlander
|
||
|
||
* html/cgi-bin/logs.cgi/ids.dat,
|
||
updates/1.4.5/ROOTFILES.alpha-1.4.5,
|
||
updates/1.4.5/ROOTFILES.i386-1.4.5: Update URL for Snort
|
||
Signature Database lookups from IDS log page.
|
||
|
||
2005-03-16 07:45 gespinasse
|
||
|
||
* updates/1.4.5/: .cvsignore, ROOTFILES.alpha-1.4.5,
|
||
ROOTFILES.i386-1.4.5, information, setup: Bump version and add
|
||
1.4.5 update
|
||
|
||
2005-03-15 23:36 gespinasse
|
||
|
||
* doc/How-to-make-update: Update doc/How-to-make-update
|
||
|
||
2005-03-15 22:09 gespinasse
|
||
|
||
* updates/1.4.4/information: Put the right date on information(s)
|
||
files
|
||
|
||
2005-03-15 21:52 gespinasse
|
||
|
||
* updates/: 1.4.3/information, 1.4.4/information: Updates
|
||
informations files
|
||
|
||
2005-03-15 20:48 gespinasse
|
||
|
||
* lfs/dosfstools: Upgrade dosfstools (nothing include in the iso)
|
||
Update ROOTFILES.xxx Update Changelog
|
||
|
||
2005-03-15 19:53 gespinasse
|
||
|
||
* config/cfgroot/proxy-acl: Compile squid with
|
||
--enable-useragent-log --enable-referer-log and add a comment in
|
||
acl
|
||
|
||
2005-03-15 18:00 gespinasse
|
||
|
||
* lfs/shadow: Move shadow again to the alternate site
|
||
|
||
2005-03-15 17:50 gespinasse
|
||
|
||
* lfs/unzip: Upgrade unzip (nothing is include in the iso)
|
||
|
||
2005-03-15 17:48 gespinasse
|
||
|
||
* lfs/procinfo: Follow procinfo to the new directory
|
||
|
||
2005-03-09 20:08 rkerr
|
||
|
||
* src/misc-progs/setuid.h: . & : are also valid characters in
|
||
device names (as used by 802.1q vlans and aliases). SF bug
|
||
#1153908 thanks to Micheal Reitz.
|
||
|
||
2005-03-07 21:28 eoberlander
|
||
|
||
* html/cgi-bin/changepw.cgi: Cosmetic change to layout of tables.
|
||
Clarify 'admin' and 'dial' user names.
|
||
|
||
2005-03-04 19:26 gespinasse
|
||
|
||
* lfs/gd, updates/1.4.3/information: Go back to gd-2.0.20 to make
|
||
the graphs work again with ipacsum
|
||
|
||
Start only setddsn.pl if some settings are configured
|
||
|
||
Update makegraphs to compile with strict directive
|
||
|
||
2005-03-03 20:52 gespinasse
|
||
|
||
* src/rc.d/rc.updatered: Let time at dnsmasq to be killed before to
|
||
restart it sleep 1 solve 'address already in use' message
|
||
|
||
2005-03-01 21:43 eoberlander
|
||
|
||
* config/cfgroot/lang.pl: Fixes to logic to reinstate UTF-8
|
||
character conversion.
|
||
|
||
2005-03-01 07:38 riddles
|
||
|
||
* lfs/apache: Update logo URL
|
||
|
||
2005-03-01 06:06 gespinasse
|
||
|
||
* updates/: 1.4.3/information, 1.4.4/information, 1.4.4/setup:
|
||
Update information from 1.4.3 and 1.4.4
|
||
|
||
2005-02-28 19:35 eoberlander
|
||
|
||
* tools/check_strings.pl: Modify string name to insert 'Lang::'
|
||
|
||
2005-02-27 23:18 gespinasse
|
||
|
||
* updates/: 1.4.3/information, 1.4.4/.cvsignore,
|
||
1.4.4/ROOTFILES.alpha-1.4.4, 1.4.4/ROOTFILES.i386-1.4.4,
|
||
1.4.4/information, 1.4.4/setup: Split update in two pieces to
|
||
solve free space available on disk size less than (380 + swap) MB
|
||
|
||
Add eciadsl-nortek to update
|
||
|
||
2005-02-27 15:23 gespinasse
|
||
|
||
* lfs/dnsmasq, lfs/gd, lfs/libpng, lfs/tar, lfs/zlib,
|
||
src/patches/libpng-1.2.8-link_to_proper_libs-1.patch,
|
||
src/patches/perl-5.8.5-tempfiles.patch: Remove speedy from ISO
|
||
|
||
Upgrade dnsmasq to 2.20
|
||
|
||
Upgrade gd to 2.33 CAN-2004-0990
|
||
|
||
Upgrade libpng to 1.2.8 - big red warning on libpng page for
|
||
broken feature in 1.2.7 We probably not use this feature, but
|
||
just in case...
|
||
|
||
Fix Eagle-usb-2.1.1 installation
|
||
|
||
Another fix for perl-5.8.5 CAN-2005-0155,0156 I have to verify
|
||
the fix is in the files include in update
|
||
|
||
Fix for tar 1.13.25 CAN-2002-0399
|
||
|
||
Replace zlib 1.2.1 patched version with V1.2.2
|
||
|
||
2005-02-26 20:13 gespinasse
|
||
|
||
* lfs/: grep, logwatch: Move grep loading to http GNU
|
||
|
||
Move logwatch URL (thank to Eric Boniface)
|
||
|
||
2005-02-26 12:26 gespinasse
|
||
|
||
* lfs/findutils: Move findutils URL to http GNU site
|
||
|
||
2005-02-25 07:36 gespinasse
|
||
|
||
* lfs/dhcp, src/patches/linux-2.4.27-frandom-2.patch: Upgrade squid
|
||
to STABLE9 (bugfix), dhcp to 3.0.2 (bugfix), eagle-usb to
|
||
2.1.1(eagleIII support and isdn bug fix with CMV enabled)
|
||
|
||
2005-02-24 07:44 gespinasse
|
||
|
||
* html/cgi-bin/: status.cgi, logs.cgi/firewalllog.dat,
|
||
logs.cgi/ids.dat: Fix expansion of Header by using {}
|
||
|
||
Fix accidental move of CA_NAME in vpnmain.cgi
|
||
|
||
2005-02-22 22:21 gespinasse
|
||
|
||
* html/cgi-bin/: backup.cgi, changepw.cgi, dial.cgi, graphs.cgi,
|
||
ids.cgi, ipinfo.cgi, modem.cgi, proxygraphs.cgi, remote.cgi,
|
||
shutdown.cgi, status.cgi, time.cgi, logs.cgi/config.dat,
|
||
logs.cgi/firewalllog.dat, logs.cgi/ids.dat, logs.cgi/summary.dat:
|
||
Replace /usr/bin/speedy with /usr/bin/perl as there is too much
|
||
warnings (when warnings enabled)
|
||
|
||
Fix most of the warnings seed during a perfTest.sh run.
|
||
|
||
Main problems seen : - undef hash element in a test (example
|
||
$cgiparams{'ACTION'}) - undef array element after split ( if
|
||
'remark' field is empty, related element is undef) - opening a
|
||
file header may fail ( no VPN may be in use so
|
||
/proc/net/ipsec_eroute don't exist) - a function need the & with
|
||
speedy when it may be omitted with standard perl - remove
|
||
redondant 'my' at the same block level (vpnmain.cgi)
|
||
|
||
Replace some spaces with tab and change indentation of a few
|
||
files (in particular backup.cgi)
|
||
|
||
I add two commented out lines in every cgi: - '#use warnings'
|
||
enable more diagnostics in error_log - '#use CGI::Carp' if you
|
||
broke the page code and it does not compile, it display
|
||
directly the error message in replacement of error 500 , error
|
||
message is too in error_log
|
||
|
||
Beware that if speedy is in use, the name of the faultly page is
|
||
not in the log
|
||
|
||
If an error is related to concatenation at a line number with
|
||
print <<END, try to isolate the undef variable with some
|
||
additional END ; print <<END
|
||
|
||
2005-02-17 15:44 gespinasse
|
||
|
||
* html/cgi-bin/base.cgi: Add a few comments concerning debugging
|
||
perl in the base.cgi model
|
||
|
||
2005-02-15 21:47 gespinasse
|
||
|
||
* updates/1.4.3/information: Upgrade squid to 2.5.STABLE8 +
|
||
dns_assert patch
|
||
|
||
Refresh list of file for openssl-0.9.7e
|
||
|
||
Allow only update patch to be runce only once
|
||
|
||
2005-02-12 19:59 gespinasse
|
||
|
||
* src/patches/linux-2.4.29_r8169clone.patch: Add D-link DGE-528T ID
|
||
at r8169 driver
|
||
|
||
2005-02-07 23:11 gespinasse
|
||
|
||
* lfs/: bzip2, shadow: make.sh prefetch : cosmetic, display name of
|
||
lfs script in the first loop
|
||
|
||
With check and prefetch, don't silent wget to have clue of error
|
||
in the log.
|
||
|
||
With prefetch, calculate md5 signature before moving the file to
|
||
cache. This help to detect 'page not found' answer wich is a
|
||
valid answer from wget.
|
||
|
||
Remove need-depmod tags after update building I find those tags
|
||
once in the ISO, I don't know how it was possible since they are
|
||
not in src/ROOTFILES.xxx
|
||
|
||
Alternate download sites for bzip2 ans shadow
|
||
|
||
Fix ddns.cgi : create /var/ipcop/ddns/settings in configroot
|
||
|
||
2005-02-05 21:14 gespinasse
|
||
|
||
* config/kernel/: install-message, syslinux.cfg: Add an 'dma'
|
||
option to not disable dma on syslinux boot This should solve
|
||
SF1098510
|
||
|
||
2005-02-05 15:38 gespinasse
|
||
|
||
* lfs/: 3c5x9setup, 3cp4218, Digest, Digest-HMAC, Digest-SHA1, GD,
|
||
Net-DNS, Net-IPv4Addr, aboot, apache, arping, autoconf, automake,
|
||
bash, beep, bind, binutils, bison, boot.img, busybox, bzip2,
|
||
ccache, cdrtools, configroot, coreutils, cxacru, dejagnu, dhcp,
|
||
dhcpcd, diffutils, dnsmasq, dosfstools, driver.img, e2fsprogs,
|
||
eciadsl, eciadsl-nortek, ed, expat, expect, ez-ipupdate, fcdsl2,
|
||
fcdslsl, fcdslslusb, fcdslusb, fcron, file, findutils, flex,
|
||
gawk, gcc, gd, gdbm, gettext, gmp, gnupg, grep, groff, grub,
|
||
gzip, hdparm, iana-etc, ibod, inetutils, initrd, initscripts,
|
||
installer, ipac-ng, ipaddr, iproute2, iptables, iputils,
|
||
isapnptools, isdn4k-utils, kbd, kudzu, less, libcap, libnet,
|
||
libpcap, libpng, libsafe, libtool, libusb, linux-atm, logrotate,
|
||
logwatch, m4, make, makedev, man, man-pages, mingetty,
|
||
misc-progs, mktemp, modutils, mtools, nano, nash, nasm, ncurses,
|
||
net-tools, newt, noip_updater, ntp, openssh, openssl, patch,
|
||
pciutils, pcmcia-cs, pcre, popt, ppp, pptpclient, procinfo,
|
||
procps, psmisc, python, rp-pppoe, rrdtool, scsi.img, sed,
|
||
setserial, setup, shadow, slang, snort, speedtouch, speedycgi,
|
||
squid-graph, stage2, sysklogd, syslinux, sysvinit, tar, tcl,
|
||
tcpdump, texinfo, traceroute, uClibc, unicorn, unzip, util-linux,
|
||
vim, wireless, zlib: Remove md5sum option in make.sh Add a md5
|
||
target in every lfs script
|
||
|
||
md5sum control is made after download or at every module
|
||
compilation with md5 target.
|
||
|
||
Change layout display of check and prefetch to accord to the
|
||
common pratice. Init FINISHED=0 (thank to Frank) before the
|
||
loop
|
||
|
||
Add download target in lfsmake1, lfsmake to be able to use md5
|
||
target after.
|
||
|
||
Remove the unused variables given during download in ipcopmake
|
||
and installmake.
|
||
|
||
2005-02-05 13:43 rkerr
|
||
|
||
* src/patches/perl-5.8.5-perlio_debug_security.patch: Fix
|
||
PERLIO_DEBUG local root in suid-perl (CAN-2005-0155,
|
||
CAN-2005-0156, <http://secunia.com/advisories/14120/>)
|
||
|
||
2005-02-04 20:09 rkerr
|
||
|
||
* lfs/squid: More squid security issues. Things are a bit unclear
|
||
here, the vendor advisories are using CVE numbers that either
|
||
aren't in the mitre database or show as assigned but pending.
|
||
They also disagree on which vulnerabilities have been assigned
|
||
which number (compare the number for the LDAP vuln in the gentoo
|
||
and debian advisories)
|
||
|
||
I'm not including the LDAP patch because we don't seem to compile
|
||
in the LDAP auth helper, and I can't find a patch for the ACL
|
||
issue that the debian advisory mentions. The way it's described
|
||
by debian I doubt the ACL problem is particularly serious but
|
||
we'll have to wait for mitre to update.
|
||
|
||
Applied patches are:
|
||
|
||
* squid-2.5.STABLE7-wccp_buffer_overflow.patch
|
||
Another WCCP problem, more dangerous than before but not too
|
||
much of an
|
||
issue seeing as we're not using WCCP
|
||
|
||
* squid-2.5.STABLE7-response_splitting.patch
|
||
Could probably lead to some cache poisoning attacks from
|
||
malicious
|
||
servers, probably not too great an issue
|
||
|
||
* squid-2.5.STABLE7-oversize_reply_headers.patch
|
||
A bit more serious, may allow a malicious server to
|
||
compromise squid -
|
||
the description is slightly unclear, would need to review the
|
||
patch
|
||
|
||
2005-02-04 01:22 franck78
|
||
|
||
* config/cfgroot/general-functions.pl: Add features request
|
||
1113435,1113440 (no-ip group and empty host-name) Add password
|
||
'verify' Arrange screen layout Add two translations strings Used
|
||
model base.cgi
|
||
|
||
2005-02-01 16:03 franck78
|
||
|
||
* html/cgi-bin/base.cgi: Include corrections from hosts/dhcp.cgi
|
||
(fixe scoping, remove warnings)
|
||
|
||
2005-01-31 15:49 alanh
|
||
|
||
* src/install+setup/install/pcmcia.c: Fix a build problem on Alpha
|
||
|
||
2005-01-30 23:30 alanh
|
||
|
||
* lfs/eciadsl-nortek: md5 changed
|
||
|
||
2005-01-30 03:37 franck78
|
||
|
||
* html/cgi-bin/base.cgi: This file can be used as a starting base
|
||
for writing a new cgi with multiple-line edit It includes 'sort'
|
||
on top of columns. It can also be used to rewrite some cgi. Just
|
||
copy/past some code. If all cgi use the same 'flow' it's easier
|
||
to understand and correct. Create
|
||
/var/ipcop/XY/{settings,data,XY.conf} and chmod/chown before
|
||
test.
|
||
|
||
2005-01-30 02:45 franck78
|
||
|
||
* src/misc-progs/rebuildhosts.c: Use the first field of hosts data
|
||
line as enable/disable The field was unused. Change 'break and
|
||
exit' to 'continue' in main loop => don't leave open the hosts
|
||
file Note: the cgi should catch syntax error.
|
||
|
||
2005-01-28 19:02 eoberlander
|
||
|
||
* html/cgi-bin/time.cgi: Tweak position of image.
|
||
|
||
2005-01-28 13:11 riddles
|
||
|
||
* src/misc-progs/restartshaping.c: Fix shaping ceiling
|
||
|
||
2005-01-27 21:40 gespinasse
|
||
|
||
* lfs/pciutils: Fix the stack smashing attack during lspci use
|
||
|
||
The fix was found on Gentoo ebuild
|
||
|
||
2005-01-27 13:51 alanh
|
||
|
||
* lfs/: Config, gcc-2[DEAD]: Remove gcc-2.95.3 from build
|
||
|
||
This (and with the 2.4.29 kernel) will require all kernel modules
|
||
to be updated in the 1.4.3 patch.
|
||
|
||
2005-01-27 10:07 eoberlander
|
||
|
||
* config/cfgroot/general-functions.pl: Reapply change to sub
|
||
validfqdn to allow single characters as part of a Fully Qualified
|
||
Domain Name. Fixes SF Bug 1079594.
|
||
|
||
2005-01-27 07:59 gespinasse
|
||
|
||
* src/patches/: patch-o-matic-ng-20040621_03_2.4.29.patch,
|
||
patch-o-matic-ng-20040621_nf-log_2.4.29.patch,
|
||
patch-o-matic-ng-20040621_pptp_2.4.29.patch,
|
||
patch-o-matic-ng-20040621_raw_2.4.28.patch,
|
||
raw-linux-2.4.28.patch[DEAD]: Compile kernel 2.4.29 (not yet
|
||
tested), Openswan 1.0.8
|
||
|
||
patch-o-matic changes may need a bit of more cleaning due to
|
||
CONFIG_IP_NF_NAT_LOCAL removal
|
||
|
||
Still some work to do for update
|
||
|
||
Revert strip to -type f and use the find from tools/bin
|
||
|
||
2005-01-27 00:25 franck78
|
||
|
||
* config/cfgroot/general-functions.pl: Some ipcop code do not
|
||
expect the hash be cleared but only be add/modified by readhash.
|
||
Existing entries must not be cleared
|
||
|
||
Remove a 'my' causing function IpInSubnet not working
|
||
|
||
2005-01-26 23:07 franck78
|
||
|
||
* config/cfgroot/general-functions.pl: 'use Socket;' moved to
|
||
general-functions.pl
|
||
|
||
2005-01-26 19:58 gespinasse
|
||
|
||
* lfs/squid: New md5sum because the patch was updated
|
||
|
||
2005-01-26 19:43 riddles
|
||
|
||
* tools/perfTest.sh: Add simple perfTest script
|
||
|
||
2005-01-26 12:23 riddles
|
||
|
||
* config/cfgroot/countries.pl, config/cfgroot/general-functions.pl,
|
||
config/cfgroot/lang.pl, config/cfgroot/protocols.pl,
|
||
html/cgi-bin/aliases.cgi, html/cgi-bin/backup.cgi,
|
||
html/cgi-bin/changepw.cgi, html/cgi-bin/connections.cgi,
|
||
html/cgi-bin/dial.cgi, html/cgi-bin/graphs.cgi,
|
||
html/cgi-bin/hosts.cgi, html/cgi-bin/ids.cgi,
|
||
html/cgi-bin/ipinfo.cgi, html/cgi-bin/modem.cgi,
|
||
html/cgi-bin/networks.cgi, html/cgi-bin/proxygraphs.cgi,
|
||
html/cgi-bin/remote.cgi, html/cgi-bin/services.cgi,
|
||
html/cgi-bin/shutdown.cgi, html/cgi-bin/status.cgi,
|
||
html/cgi-bin/time.cgi, html/cgi-bin/logs.cgi/config.dat,
|
||
html/cgi-bin/logs.cgi/firewalllog.dat,
|
||
html/cgi-bin/logs.cgi/ids.dat, html/cgi-bin/logs.cgi/log.dat,
|
||
html/cgi-bin/logs.cgi/summary.dat, lfs/configroot, lfs/speedycgi,
|
||
src/ppp/dialer, src/ppp/ip-down, src/ppp/ip-up,
|
||
src/rc.d/helper/getdnsfromdhcpc.pl, src/rc.d/helper/writeipac.pl,
|
||
src/scripts/tunerrd.pl, src/scripts/updatelists.pl: Clean up our
|
||
CGI code + use speedycgi for speedup
|
||
|
||
2005-01-25 20:24 gespinasse
|
||
|
||
* lfs/squid: SQUID fix for : Reject malformed HTTP requests and
|
||
responses that conflict with the HTTP specifications
|
||
|
||
2005-01-24 17:53 riddles
|
||
|
||
* src/install+setup/setup/networking.c: This could never have
|
||
worked, right?
|
||
|
||
2005-01-24 07:21 gespinasse
|
||
|
||
* lfs/unicorn: Forgotten new unicorn md5
|
||
|
||
2005-01-24 07:14 gespinasse
|
||
|
||
* lfs/unicorn: Update Bewan unicorn driver to 0.9.0
|
||
|
||
2005-01-23 18:59 eoberlander
|
||
|
||
* html/cgi-bin/time.cgi: Cosmetic change. Improve formatting of
|
||
table.
|
||
|
||
2005-01-23 14:18 eoberlander
|
||
|
||
* config/cfgroot/general-functions.pl: Change sub validfqdn to
|
||
allow single characters as part of a Fully Qualified Domain Name.
|
||
Fixes SF Bug 1079594.
|
||
|
||
2005-01-23 13:46 franck78
|
||
|
||
* config/cfgroot/general-functions.pl: Correct perl syntax, just
|
||
returning '1' (true) at end of functions files. Add
|
||
!/usr/bin/perl Header.pl also 'requires' general-functions.pl:
|
||
This avoid breaking some add-on ( as mine squidguarg). The
|
||
'require' do do not execute twice the file, but the 'require
|
||
general-functions.pl' statements in all cgi can be suppressed.
|
||
|
||
2005-01-23 10:02 eoberlander
|
||
|
||
* config/cfgroot/general-functions.pl: Add return 1 to end of
|
||
files, to fix bug.
|
||
|
||
2005-01-21 11:42 eoberlander
|
||
|
||
* html/cgi-bin/aliases.cgi, html/cgi-bin/backup.cgi,
|
||
html/cgi-bin/changepw.cgi, html/cgi-bin/connections.cgi,
|
||
html/cgi-bin/dial.cgi, html/cgi-bin/graphs.cgi,
|
||
html/cgi-bin/hosts.cgi, html/cgi-bin/ids.cgi,
|
||
html/cgi-bin/ipinfo.cgi, html/cgi-bin/modem.cgi,
|
||
html/cgi-bin/networks.cgi, html/cgi-bin/proxygraphs.cgi,
|
||
html/cgi-bin/remote.cgi, html/cgi-bin/services.cgi,
|
||
html/cgi-bin/shutdown.cgi, html/cgi-bin/status.cgi,
|
||
html/cgi-bin/time.cgi, html/cgi-bin/updates.cgi,
|
||
html/cgi-bin/logs.cgi/config.dat,
|
||
html/cgi-bin/logs.cgi/firewalllog.dat,
|
||
html/cgi-bin/logs.cgi/ids.dat, html/cgi-bin/logs.cgi/log.dat,
|
||
html/cgi-bin/logs.cgi/proxylog.dat,
|
||
html/cgi-bin/logs.cgi/summary.dat, lfs/configroot,
|
||
src/ppp/dialer, src/ppp/ip-down, src/ppp/ip-up,
|
||
src/rc.d/helper/getdnsfromdhcpc.pl, src/rc.d/helper/writeipac.pl,
|
||
src/scripts/makegraphs, src/scripts/tunerrd.pl,
|
||
src/scripts/updatelists.pl: Insert call to general-functions.pl
|
||
file, following separation of functions from header.pl (John
|
||
Edwards).
|
||
|
||
2005-01-21 11:37 eoberlander
|
||
|
||
* config/cfgroot/: backup-exclude, general-functions.pl: Add new
|
||
general-functions.pl file (John Edwards).
|
||
|
||
2005-01-18 22:39 rkerr
|
||
|
||
* lfs/squid: Fixes for several squid security issues:
|
||
|
||
* Gopher parsing buffer overflow
|
||
<http://www.squid-cache.org/Advisories/SQUID-2005_1.txt>
|
||
As gopher is such an old protocol and very unlikely to be
|
||
used by our
|
||
target market we should probably consider adding an acl to
|
||
deny it by
|
||
default to protect us against any other flaws that may pop
|
||
up.
|
||
|
||
* WCCP DoS
|
||
<http://www.squid-cache.org/Advisories/SQUID-2005_2.txt>
|
||
We don't enable WWCP in our default config, so we're not
|
||
vulnerable.
|
||
However, we do compile support for WCCP in and it's
|
||
possible an addon
|
||
or user may chose to use a non-default squid config with it
|
||
enabled,
|
||
so it's best to patch anyway. Should perhaps consider not
|
||
compiling in
|
||
WCCP support at all in the next version.
|
||
|
||
* NTLM fakeauth_auth helper DoS
|
||
<http://secunia.com/advisories/13789>
|
||
Again, the NTLM helper isn't enabled in the default config,
|
||
but it is
|
||
compiled in, so it's good to patch it. I seem to remember
|
||
darren uses
|
||
this in his custom installs, and there may well be an addon
|
||
that uses
|
||
it too.
|
||
|
||
2005-01-16 20:08 franck78
|
||
|
||
* lfs/Config: Add delay timeouts on wget commandline (was blocking
|
||
on 'ipaddr' and 'cdrtools') Make only the last pass of make
|
||
check/prefetch displaying error Reduce from 5 to 3 the number of
|
||
pass
|
||
|
||
2005-01-16 10:11 gespinasse
|
||
|
||
* lfs/: 3c5x9setup, 3cp4218, Config, Digest, Digest-HMAC,
|
||
Digest-SHA1, GD, Net-DNS, Net-IPv4Addr, aboot, amedyn, apache,
|
||
arping, autoconf, automake, bash, beep, bind, binutils, bison,
|
||
busybox, bzip2, capi4k-utils, ccache, cdrtools, configroot,
|
||
coreutils, cxacru, dejagnu, dhcp, dhcpcd, diffutils, dnsmasq,
|
||
dosfstools, e2fsprogs, eciadsl, eciadsl-nortek, ed, expat,
|
||
expect, ez-ipupdate, fcdsl2, fcdslsl, fcdslslusb, fcdslusb,
|
||
fcron, file, findutils, flex, gawk, gcc, gcc-2, gd, gdbm,
|
||
gettext, gmp, gnupg, grep, groff, grub, gzip, hdparm, iana-etc,
|
||
ibod, inetutils, initrd, initscripts, installer, ipac-ng, ipaddr,
|
||
iproute2, iptables, iputils, isapnptools, isdn4k-utils, kbd,
|
||
kudzu, less, libcap, libnet, libpcap, libpng, libsafe, libtool,
|
||
libusb, linux-atm, logrotate, logwatch, m4, make, makedev, man,
|
||
man-pages, mingetty, misc-progs, mktemp, modutils, mtools, nano,
|
||
nash, nasm, ncurses, net-tools, newt, noip_updater, ntp, openssh,
|
||
openssl, patch, pciutils, pcmcia-cs, pcre, popt, ppp, pptpclient,
|
||
procinfo, procps, psmisc, python, rp-pppoe, rrdtool, sed,
|
||
setserial, setup, shadow, slang, snort, speedtouch, squid,
|
||
squid-graph, sysklogd, syslinux, sysvinit, tar, tcl, tcpdump,
|
||
texinfo, traceroute, uClibc, unicorn, unzip, util-linux, vim,
|
||
wireless, zlib: New features for building in make.sh ./make.sh
|
||
check and prefetch options are in a loop for 5 attempts to load
|
||
|
||
./make.sh check tag every files names found in cache/check
|
||
directory This allow to continue and not abort at the first
|
||
error, it was painfull to loading again every same files with ftp
|
||
address.
|
||
|
||
./make.sh checkclean erase all tags in cache/check made by
|
||
./make.sh check
|
||
|
||
./make.sh md5sum write md5sum of every files tagged in
|
||
cache/check
|
||
|
||
During ./make.sh check and prefetch, make is silenced with -s
|
||
option. When nothing has to be done (the file is already loaded
|
||
or checked), nothing is displayed.
|
||
|
||
When a source file is loaded, the file is verified against the
|
||
attended md5sum read on the lfs script. This allow to load a
|
||
file from another source without risk.
|
||
|
||
When a source is updated, it is necessary to update the md5. On
|
||
signature mismatch, the file stay in /tmp and is not copied
|
||
inside cache
|
||
|
||
Every script inside lfs has been rewritten to support this md5
|
||
checking Each file is described by : - target name - URL affected
|
||
to the target name - MD5sum affected to another variable composed
|
||
of the target name +'_MD5' Every file need to be listed in the
|
||
objects list
|
||
|
||
unstall and versions targets have been removed from lfs scripts
|
||
|
||
LFS patches are now loaded from http site (before from ftp)
|
||
gcc-3.3 and gcc-2.95 patches for ssp are updated to ssp-4 version
|
||
A few patch name have been updated (some move from - to _)
|
||
|
||
capi4k-utils now follow ppp version
|
||
|
||
During my check of md5sum, I discover that some sources have been
|
||
changed since the first time I load them, despite of the same
|
||
name. eciadsl-usermode-0.10-nortek-alpha (mainly but not only
|
||
doc changes) bash-2.05b-2.patch, rawwritewin-0.7.zip,
|
||
gcc-2.95.3-2.patch
|
||
|
||
So instead of changing the written md5sum, verify if the file in
|
||
cache is not different from the one available on the web
|
||
|
||
2005-01-15 15:09 eoberlander
|
||
|
||
* updates/1.4.3/information: Improve formatting of Legend table, to
|
||
cope with long translated strings.
|
||
|
||
2005-01-12 02:39 franck78
|
||
|
||
* html/cgi-bin/: gui.cgi, ids.cgi, remote.cgi, time.cgi: Some tag
|
||
conversion (XHTML)
|
||
|
||
2005-01-12 01:58 franck78
|
||
|
||
* html/cgi-bin/connections.cgi: XHTML <br> moved to <br />
|
||
|
||
2005-01-12 01:50 franck78
|
||
|
||
* html/cgi-bin/aliases.cgi: XHTML tag <hr> to <hr />
|
||
http://www.w3.org/TR/xhtml1/#guidelines
|
||
|
||
2005-01-11 21:26 franck78
|
||
|
||
* src/scripts/setddns.pl: Use -f option to reset counter for
|
||
FetchPublicIp execution starts also $Lines restored, oups!
|
||
|
||
2005-01-11 16:36 eoberlander
|
||
|
||
* html/cgi-bin/portfw.cgi: Cosmetic changes to table format, adding
|
||
some spaces.
|
||
|
||
2005-01-11 14:18 franck78
|
||
|
||
* html/cgi-bin/logs.cgi/: config.dat, firewalllog.dat, ids.dat,
|
||
log.dat, proxylog.dat, summary.dat: Undo tag < /> correction...
|
||
|
||
2005-01-11 14:02 franck78
|
||
|
||
* html/cgi-bin/: aliases.cgi, backup.cgi, changepw.cgi,
|
||
connections.cgi, graphs.cgi, gui.cgi, ids.cgi, modem.cgi,
|
||
portfw.cgi, proxygraphs.cgi, remote.cgi, shaping.cgi,
|
||
shutdown.cgi, status.cgi, time.cgi, updates.cgi, wireless.cgi:
|
||
Undo tag < /> correction! Sorry for the mistake, Franck
|
||
|
||
2005-01-11 02:36 franck78
|
||
|
||
* html/cgi-bin/: aliases.cgi, backup.cgi, changepw.cgi,
|
||
connections.cgi, graphs.cgi, gui.cgi, ids.cgi, index.cgi,
|
||
modem.cgi, portfw.cgi, proxygraphs.cgi, remote.cgi, shaping.cgi,
|
||
shutdown.cgi, status.cgi, time.cgi, updates.cgi, wireless.cgi,
|
||
xtaccess.cgi, logs.cgi/config.dat, logs.cgi/firewalllog.dat,
|
||
logs.cgi/ids.dat, logs.cgi/log.dat, logs.cgi/proxylog.dat,
|
||
logs.cgi/summary.dat: Correct lot of tag <tag /> to <tag>
|
||
|
||
2005-01-10 12:32 franck78
|
||
|
||
* src/scripts/setddns.pl: Added RFE 1092914: dyndns behind router.
|
||
Based on Achim Weber patch. Removed lot of perl warning.
|
||
Corrected some HTML tags. Four translations added to language
|
||
database by Eric
|
||
|
||
2005-01-09 12:20 eoberlander
|
||
|
||
* html/cgi-bin/: aliases.cgi, ids.cgi: Cosmetic change to layout of
|
||
boxes on Snort IDS page.
|
||
|
||
2005-01-07 13:08 eoberlander
|
||
|
||
* updates/1.4.3/setup: Include recent changes in update files.
|
||
|
||
2005-01-07 07:28 gespinasse
|
||
|
||
* src/rc.d/rc.updatered: Fix with dhcpd on RED when two successive
|
||
rc.updatered are made. On low machines, the first run may have
|
||
end after the end of the second. This is very bad when the first
|
||
is dhcpcd down and the second is dhcpcd new as the interface stay
|
||
down.
|
||
|
||
This happen in particular when the modem acting a a dhcp server
|
||
drive a ppp connection and both the IP and the gateway IP change
|
||
on renewal.
|
||
|
||
2005-01-04 17:21 eoberlander
|
||
|
||
* html/cgi-bin/xtaccess.cgi, src/misc-progs/setxtaccess.c: Fix
|
||
External Access page for port ranges, and adjust setxtaccess.c to
|
||
include extra 'remark/comment' field (Darren Critchley)
|
||
|
||
2005-01-04 09:22 eoberlander
|
||
|
||
* html/cgi-bin/xtaccess.cgi: Fix External Access page for port
|
||
ranges (Darren Critchley)
|
||
|
||
2005-01-03 22:55 gespinasse
|
||
|
||
* src/patches/ppp_generic-ppp-2.4.3_multilink.patch: Stylistic
|
||
change in lfs/linux
|
||
|
||
For ppp-2.4.3, we will wait until a new libpcap is available
|
||
|
||
2005-01-02 10:45 eoberlander
|
||
|
||
* updates/1.4.3/setup: Remove SENDCR from modem/defaults file, as
|
||
it is now handled in ppp/settings. Cosmetic change to modem.cgi,
|
||
bringing buttons into box.
|
||
|
||
2005-01-02 10:01 eoberlander
|
||
|
||
* config/cfgroot/modem-defaults, config/cfgroot/modem-settings,
|
||
html/cgi-bin/modem.cgi: Remove SENDCR from modem/defaults file,
|
||
as it is now handled in ppp/settings. Cosmetic change to
|
||
modem.cgi, bringing buttons into box.
|
||
|
||
2005-01-01 16:41 gespinasse
|
||
|
||
* doc/How-to-make-update: Update How-to-make-update
|
||
|
||
2005-01-01 16:34 gespinasse
|
||
|
||
* doc/.cvsignore, html/cgi-bin/updates.cgi,
|
||
src/misc-progs/installpackage.c, updates/1.4.1/.cvsignore,
|
||
updates/1.4.2/.cvsignore, updates/1.4.3/.cvsignore: Delete
|
||
earlier the loaded update to spare 1/3 of necessary free space
|
||
|
||
Add forgotten cvsignore
|
||
|
||
2005-01-01 14:44 gespinasse
|
||
|
||
* .cvsignore: Cosmetic : add some cvsignore to clean the logs
|
||
|
||
2005-01-01 09:32 gespinasse
|
||
|
||
* lfs/zlib: Fix CAN-2004-0797 in zlib-1.2.1 (local D.O.S)
|
||
|
||
2004-12-31 18:33 eoberlander
|
||
|
||
* html/cgi-bin/remote.cgi: Cosmetic change to layout of remote.cgi,
|
||
moving checkboxes to lefthand side, and indenting the list.
|
||
|
||
2004-12-30 22:56 gespinasse
|
||
|
||
* updates/1.4.3/setup: add again updates/1.4.3/setup
|
||
|
||
2004-12-30 22:54 gespinasse
|
||
|
||
* updates/1.4.3/setup[DEAD]: Try adding exec permission at
|
||
updates/1.4.3/setup by removing and adding again
|
||
|
||
2004-12-30 21:53 gespinasse
|
||
|
||
* updates/1.4.3/setup: Use two variable in patch setup instead of
|
||
multiple numbers occurences
|
||
|
||
Don't try to hack /var/ipcop/patched/installed inside the patch
|
||
update, or it will fail to transfer content of information from
|
||
available to installed file.
|
||
|
||
2004-12-30 09:50 eoberlander
|
||
|
||
* html/cgi-bin/aliases.cgi: Cosmetic changes to aliases.cgi so
|
||
layout matches other pages.
|
||
|
||
2004-12-30 09:26 eoberlander
|
||
|
||
* html/cgi-bin/time.cgi: Cosmetic changes to layout of time.cgi.
|
||
I've included some explanatory text, and moved the Set Time Now
|
||
button to make it clear it can be used with Repeating Schedules
|
||
as well as Manual events.
|
||
|
||
2004-12-23 18:36 eoberlander
|
||
|
||
* src/rc.d/rc.firewall.local: Add improvements to rc.firewall.local
|
||
suggested by Scott Tregear in SF Bug 1088730. This file is not
|
||
included as an update, as Users own versions would be
|
||
overwritten.
|
||
|
||
2004-12-23 08:54 eoberlander
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3:
|
||
Update Chinese from Language Database.
|
||
|
||
2004-12-23 07:44 eoberlander
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3:
|
||
Update Danish from Language Database.
|
||
|
||
2004-12-22 21:40 eoberlander
|
||
|
||
* html/cgi-bin/gui.cgi, updates/1.4.3/information: Include control
|
||
on gui.cgi page to allow user selectable refresh of index.cgi
|
||
whilst Connected. Default is NO refresh whilst connected, which
|
||
is the status quo.
|
||
|
||
2004-12-22 18:23 eoberlander
|
||
|
||
* html/cgi-bin/gui.cgi, updates/1.4.3/ROOTFILES.alpha-1.4.3,
|
||
updates/1.4.3/ROOTFILES.i386-1.4.3: Modify layout of gui.cgi and
|
||
include control for muting beeps on ip-up and ip-down, and a
|
||
'Restore defaults' button. Add three new phrases to Language
|
||
Database.\n\nStill to do: Add control for refreshing index page.
|
||
|
||
2004-12-19 22:20 eoberlander
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: Fix
|
||
a bug that caused a fixed lease to always be Enabled after being
|
||
edited.
|
||
|
||
2004-12-18 21:58 gespinasse
|
||
|
||
* doc/How-to-make-update, updates/1.4.3/ROOTFILES.alpha-1.4.3,
|
||
updates/1.4.3/ROOTFILES.i386-1.4.3: Change the name of modified
|
||
sources list to foc/updated-sources
|
||
|
||
Exit if cvs export has failed
|
||
|
||
Remove heading '/' in ROOTFILES.x-1.4.3
|
||
|
||
2004-12-18 18:16 gespinasse
|
||
|
||
* tools/gen_changelog.sh[DEAD]: Move Changelog update in a new
|
||
./make.sh changelog
|
||
|
||
2004-12-18 18:11 eoberlander
|
||
|
||
* updates/1.4.3/setup: Be more specific about which line to edit.
|
||
|
||
2004-12-18 17:28 eoberlander
|
||
|
||
* updates/1.4.3/setup: Change .tar.gz to .tgz.gpg in remaining
|
||
language files. Update from Language Database to CVS for iso, and
|
||
use sed in setup file for upgrade. Closes SF Bug 1077494.
|
||
|
||
2004-12-18 17:25 eoberlander
|
||
|
||
* html/html/images/forward.gif: Cosmetic change to arrow.
|
||
|
||
2004-12-18 11:27 gespinasse
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3,
|
||
information, setup: Use a ID corresponding to the revision number
|
||
(fix SF 1086812)
|
||
|
||
Sed header.pl for $version instead of replacing the whole file
|
||
hoping to not broke add-ons
|
||
|
||
Patch of langage changes still need to be done. It will be made
|
||
in the 'dist' part of make.sh
|
||
|
||
2004-12-17 21:13 eoberlander
|
||
|
||
* html/cgi-bin/xtaccess.cgi, updates/1.4.3/ROOTFILES.alpha-1.4.3,
|
||
updates/1.4.3/ROOTFILES.i386-1.4.3: Add modification to add a
|
||
field for Remarks to xtaccess.cgi, submitted by Patrick Bernaud,
|
||
resolves Feature Request 1052343.
|
||
|
||
2004-12-17 09:49 eoberlander
|
||
|
||
* updates/1.4.3/: information, setup: Add files for 1.4.3 update.
|
||
|
||
2004-12-17 09:14 eoberlander
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3:
|
||
Update Finnish from Language Database.
|
||
|
||
2004-12-17 09:04 eoberlander
|
||
|
||
* updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: Add
|
||
files for 1.4.3 update.
|
||
|
||
2004-12-17 08:52 eoberlander
|
||
|
||
* html/cgi-bin/index.cgi: Add ability to refresh the index.cgi page
|
||
when IPCop is Connected. Refreshing the homepage when Connected
|
||
is currently OFF by design. Creating the file 'refreshindex' with
|
||
the command 'touch /var/ipcop/main/refreshindex' will force the
|
||
homepage to refresh every 30 seconds whilst Connected.
|
||
|
||
2004-12-17 08:44 eoberlander
|
||
|
||
* html/cgi-bin/updates.cgi: Cosmetic change to Available Updates
|
||
box, tweak format of table.
|
||
|
||
2004-12-17 08:27 eoberlander
|
||
|
||
* src/ppp/: ip-down, ip-up: Add capability to silence beeps when
|
||
ppp goes up or down. Beeps are ON by default. Creating the file
|
||
'nobeeps' with the command 'touch /var/ipcop/ppp/nobeeps' will
|
||
mute IPCop.
|
||
|
||
2004-12-14 17:56 gespinasse
|
||
|
||
* src/misc-progs/restartsyslogd.c: Remove -u syslog option from
|
||
syslog start line until it behave better.
|
||
|
||
Problems were seen: - during kill -HUP (not restarted and not
|
||
working) - during kill (pid not removed in /var/run)
|
||
|
||
2004-12-13 20:48 gespinasse
|
||
|
||
* src/misc-progs/restartsyslogd.c: Fix wrong path in restartsyslogd
|
||
for syslogd
|
||
|
||
The problem is still there when syslogd is started with -u syslog
|
||
option kill -HUP (pidnumber) does not restart syslogd
|
||
|
||
2004-12-11 08:55 gespinasse
|
||
|
||
* lfs/fcdsl2, src/misc-progs/installfcdsl.c, src/rc.d/rc.fritzdsl:
|
||
Shift nedd-depmod tag from /var/ipcop to /var/run the tags don't
|
||
need to be in backup Include the tags in the update-1.4.2
|
||
|
||
Include drdsl from a 3.11.4 driver for frizt modems
|
||
|
||
Be friendly with testers, allow setup to be run more than once :
|
||
- from a 1.4.1 - and from a 1.4.2 This should allow testers to
|
||
install the final update without tweak
|
||
|
||
Update Changelog
|
||
|
||
2004-12-10 07:45 gespinasse
|
||
|
||
* src/rc.d/rc.fritzdsl, updates/1.4.2/setup: Fix routed IP with ATM
|
||
modems
|
||
|
||
Run depmod when it was not previously done : - when switching
|
||
form one to the other kernel - or after fcdsl package was
|
||
uploaded
|
||
|
||
Go back to v1.4.0 root partition size or not enought free space
|
||
will be available for a kernel upgrade The problem will stay with
|
||
people installing directly v1.4.1
|
||
|
||
Update Changelog
|
||
|
||
2004-12-09 15:01 eoberlander
|
||
|
||
* config/etc/logrotate.conf, updates/1.4.2/information: Fix snort
|
||
logrotation, as directories were not being flushed from
|
||
/var/log/snort as /var/log/snort/scan.log didn't exist. Move code
|
||
that flushes directories into /var/log/snort/alert section of
|
||
logrotate.conf.
|
||
|
||
2004-12-08 06:57 gespinasse
|
||
|
||
* updates/1.4.2/information: Include pulsardsl in the update
|
||
|
||
Update information
|
||
|
||
2004-12-07 18:18 gespinasse
|
||
|
||
* lfs/shadow: Shadow load in old
|
||
|
||
2004-12-06 18:33 gespinasse
|
||
|
||
* lfs/Config: Update LFS URL path to 5.1.1
|
||
|
||
2004-12-06 17:46 eoberlander
|
||
|
||
* updates/1.4.2/information: Target release date now Friday 10
|
||
December.
|
||
|
||
2004-12-06 08:25 eoberlander
|
||
|
||
* updates/1.4.2/information: Update information text. With the
|
||
kernel update removed, I think a reboot is not required. Please
|
||
revise if incorrect.
|
||
|
||
2004-12-05 22:32 gespinasse
|
||
|
||
* .cvsignore, updates/1.4.2/setup: Remove kernel and ppp upgrade
|
||
from update setup
|
||
|
||
cvsignore doc/*.txt
|
||
|
||
2004-12-05 22:03 gespinasse
|
||
|
||
* lfs/ppp: Add remaining changes from the downgrade Take
|
||
rebuildhosts in update.1.4.2
|
||
|
||
2004-12-05 18:39 gespinasse
|
||
|
||
* lfs/capi4k-utils, src/patches/ppp-2.4.2-close.patch,
|
||
src/patches/ppp-2.4.2-pppoatm-modprobe.patch,
|
||
src/patches/ppp-2.4.2-pppoatm-persist.patch,
|
||
src/patches/ppp-2.4.2-pppoatm.patch,
|
||
src/patches/ppp-2.4.2-printstats.patch,
|
||
src/patches/ppp-2.4.2-signal.patch: For a faster and stable
|
||
1.4.2, postpone upgrade: - from linux-2.4.27 to 2.4.28 - from
|
||
ppp.2.4.2 to 2.4.3 - from openswan-1.0.7 to 1.0.8 I am compiling
|
||
so everything is not tested. If no update occure in the 4 next
|
||
hours, all should be right
|
||
|
||
2004-12-05 13:54 rkerr
|
||
|
||
* src/misc-progs/rebuildhosts.c: Initialise DOMAINNAME so we don't
|
||
get weird characters in /etc/hosts if it's unset - partially
|
||
fixes SF bug #1023993. We still need to work out how it's
|
||
possible to get DOMAINNAME unset - I can't see anything obviously
|
||
wrong with the 1.3-1.4 upgrade code in this respect.
|
||
|
||
2004-12-05 07:16 gespinasse
|
||
|
||
* config/kernel/kernel.config.i386.installer,
|
||
src/patches/raw-linux-2.4.28.patch: Fix patch-o-matic raw for
|
||
kernel 2.4.28
|
||
|
||
2004-12-03 23:22 gespinasse
|
||
|
||
* src/patches/: linux-2.4.28-usb-devio.patch,
|
||
linux-2.4.28-usb-exclusive.patch[DEAD]: Fix usb 2.4.28 for
|
||
modem_run and eciadsl-synch : thank at Kaupo Arulo for the fix
|
||
|
||
2004-12-03 22:57 eoberlander
|
||
|
||
* html/cgi-bin/wireless.cgi: Add colons and a blob.
|
||
|
||
2004-12-03 06:46 eoberlander
|
||
|
||
* src/install+setup/setup/dhcp.c: Add _GREEN suffix to dhcpkv
|
||
variables. Fixes a bug where the /var/ipcop/dhcp/settings file
|
||
could not be read correctly by dhcp.cgi after a clean install.
|
||
Also change 'range dynamic-bootp' to 'range' in initial
|
||
dhcpd.conf file.
|
||
|
||
2004-12-02 09:36 eoberlander
|
||
|
||
* lfs/file: Version 09 is no longer available.
|
||
|
||
2004-12-01 20:50 gespinasse
|
||
|
||
* lfs/eciadsl-nortek: Fix the space at the end of ECI HiFocus name
|
||
|
||
2004-12-01 19:17 rkerr
|
||
|
||
* html/cgi-bin/logs.cgi/proxylog.dat: Neater fix for the lack of
|
||
input sanitization in proxylog.dat, using cleanhtml routine from
|
||
header.pl
|
||
|
||
2004-12-01 12:32 alanh
|
||
|
||
* updates/1.4.2/information: add 'reboot recommended' to
|
||
information file
|
||
|
||
2004-12-01 12:12 alanh
|
||
|
||
* updates/1.4.2/information: update information file
|
||
|
||
2004-12-01 12:08 alanh
|
||
|
||
* html/cgi-bin/logs.cgi/proxylog.dat: Sanitize fix ([KA Advisory
|
||
0411291] IPCop Cross Site Scripting Vulnerability in
|
||
"proxylog.dat")
|
||
|
||
2004-12-01 10:16 alanh
|
||
|
||
* html/cgi-bin/wireless.cgi: Updates for the Blue Access page (Kees
|
||
Vonk)
|
||
|
||
2004-12-01 10:02 alanh
|
||
|
||
* updates/1.4.2/setup: Fix dhcpd restarting for the upgrade
|
||
|
||
2004-12-01 08:44 eoberlander
|
||
|
||
* updates/1.4.2/information: Update text.
|
||
|
||
2004-11-30 21:56 alanh
|
||
|
||
* src/rc.d/rc.firewall.local: fix c&p problem
|
||
|
||
2004-11-30 21:40 alanh
|
||
|
||
* src/rc.d/rc.firewall.local: add the reload option.
|
||
|
||
This is only cosmetic. If people still have older files lying
|
||
around and the new reload option calls this script it will just
|
||
print out usage information which isn't a problem.
|
||
|
||
2004-11-30 20:51 alanh
|
||
|
||
* src/rc.d/rc.firewall: Correct place for calling rc.firewall.local
|
||
in the stop function and add an additional place for reload.
|
||
|
||
2004-11-29 21:40 alanh
|
||
|
||
* src/rc.d/: rc.netaddress.up, rc.updatered: Fix DOMAIN_NAME to
|
||
DOMAIN_NAME_GREEN
|
||
|
||
2004-11-29 20:01 alanh
|
||
|
||
* lfs/bind: Add usr/bin/host for ipsec verify
|
||
|
||
2004-11-29 10:29 alanh
|
||
|
||
* updates/1.4.2/setup: Fix 'ends never' in existing dhcp leases
|
||
files
|
||
|
||
2004-11-28 22:55 gespinasse
|
||
|
||
* src/patches/linux-2.4.28-usb-exclusive.patch: Work-around to make
|
||
modem_run and eciadsl-synch work again in 2.4.28 Four 2.4.28 usb
|
||
patches are removed
|
||
|
||
2004-11-27 14:34 rkerr
|
||
|
||
* src/misc-progs/restartsyslogd.c, lfs/fcron: Make restartsyslogd
|
||
pass -u syslogd to syslogd if it has to re-run it, and fix
|
||
multiple local vulnerabilities in fcron (CAN-2004-1030,
|
||
CAN-2004-1031, CAN-2004-1032 & CAN-2004-1032)
|
||
|
||
2004-11-27 11:07 gespinasse
|
||
|
||
* src/patches/eci-usermode_modemsdb.patch[DEAD]: Remove modems.db
|
||
patch since we use nortek-0.10 without changes
|
||
|
||
2004-11-26 21:21 gespinasse
|
||
|
||
* lfs/fcdsl2: pppsetup.cgi - fix modems.db move to /etc/eciadsl
|
||
|
||
fcdsl2 - upgrade firmware and program to the last package
|
||
available for kernel2.4
|
||
|
||
2004-11-26 01:22 gespinasse
|
||
|
||
* src/patches/eciadsl-usermode-0.10-semaphore-leak.patch,
|
||
updates/1.4.2/information, updates/1.4.2/setup: Eciadsl -
|
||
complete changes since previous was made too early - fix a
|
||
semaphore not removed on synch timeout - fix the nortek part
|
||
(sync and pppoeci) - rewrite rc.eciadsl to detect : firmware
|
||
loading failure keep synch info available
|
||
|
||
eciadsl-nortek should work now but not tested with this sort of
|
||
modems
|
||
|
||
2004-11-25 18:23 gespinasse
|
||
|
||
* lfs/: eciadsl, eciadsl-nortek: Fix capi plugin location
|
||
|
||
2004-11-25 09:25 alanh
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: Fix
|
||
locations
|
||
|
||
2004-11-25 09:21 eoberlander
|
||
|
||
* langs/ro/cgi-bin/ro.pl, updates/1.4.2/ROOTFILES.alpha-1.4.2,
|
||
updates/1.4.2/ROOTFILES.i386-1.4.2: Update Greek and Romanian
|
||
languages.
|
||
|
||
2004-11-24 23:27 gespinasse
|
||
|
||
* lfs/capi4k-utils, lfs/ppp,
|
||
src/patches/capi4k-utils-2004-10-06_ppp-2.4.3.patch,
|
||
src/patches/ppp-2.4.2-pppoatm-modprobe.patch[DEAD],
|
||
src/patches/ppp-2.4.2-pppoatm-persist.patch[DEAD],
|
||
src/patches/ppp-2.4.2-pppoatm.patch[DEAD], src/scripts/resetusb:
|
||
ppp-2.4.3 Use the included pppoatm.so plugin instead of patches
|
||
collection
|
||
|
||
capi4k-utils Fix compilation with ppp-2.4.3
|
||
|
||
resetusb sleep 6s after the reset instead of 3s help some
|
||
usb-controller
|
||
|
||
2004-11-24 22:03 alanh
|
||
|
||
* updates/1.4.2/ROOTFILES.alpha-1.4.2,
|
||
updates/1.4.2/ROOTFILES.i386-1.4.2, lfs/openswan: OpenSWAN 1.0.8
|
||
final
|
||
|
||
2004-11-24 10:20 alanh
|
||
|
||
* lfs/capi4k-utils: Fix capi
|
||
|
||
2004-11-24 10:05 alanh
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2:
|
||
remove unneeded ppp files
|
||
|
||
2004-11-24 09:46 alanh
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: Fix
|
||
openswan 1.0.8rc2 files
|
||
|
||
2004-11-24 09:45 alanh
|
||
|
||
* updates/1.4.2/setup: remove older ppp files
|
||
|
||
2004-11-24 09:43 alanh
|
||
|
||
* updates/1.4.2/setup: upgrade kernel
|
||
|
||
2004-11-24 09:39 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer, lfs/driver.img,
|
||
lfs/openswan, lfs/ppp, src/patches/ppp-2.4.2-close.patch[DEAD],
|
||
src/patches/ppp-2.4.2-pppoatm.patch,
|
||
src/patches/ppp-2.4.2-printstats.patch[DEAD],
|
||
src/patches/ppp-2.4.2-signal.patch[DEAD],
|
||
updates/1.4.2/ROOTFILES.alpha-1.4.2,
|
||
updates/1.4.2/ROOTFILES.i386-1.4.2: Upgrade kernel to 2.4.28
|
||
Upgrade ppp to 2.4.3 Upgrade openswan to 1.0.8rc2
|
||
|
||
Unfortunately the 'raw' patch from netfilter's patch-o-matic
|
||
doesn't apply cleanly. I'll look into this if it isn't fixed soon
|
||
with a new pomng package.
|
||
|
||
Also we'll be waiting for 1.0.8 of openswan to reach final before
|
||
releasing our 1.4.2 update.
|
||
|
||
2004-11-23 06:37 eoberlander
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2:
|
||
Update French, German and Norwegian with new .tgz.gpg string.
|
||
|
||
2004-11-22 18:53 alanh
|
||
|
||
* tools/mkflash/mkflash: Give a little more log space for 256MB
|
||
Flash
|
||
|
||
2004-11-22 09:18 alanh
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2,
|
||
setup: current 1.4.2 files
|
||
|
||
2004-11-19 16:41 alanh
|
||
|
||
* updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2,
|
||
information, setup: add 1.4.2 update files
|
||
|
||
2004-11-19 10:25 alanh
|
||
|
||
* html/cgi-bin/updates.cgi, src/scripts/updatelists.pl: Put back
|
||
the version grabbing.
|
||
|
||
So, we'll have updates for 1.4.0, and 1.4.1 and 1.4.2, etc.
|
||
rather than just one big update list for 1.4.0 applying to all. I
|
||
think this makes it a little simpler to understand what's an
|
||
upgrade and what's a fresh install.
|
||
|
||
2004-11-16 22:48 alanh
|
||
|
||
* src/install+setup/install/: pcmcia.c, usb.c: PCMCIA detection
|
||
didn't work for floppy boot systems - fix that.
|
||
|
||
Also fix PCMCIA detection for ISAPNP based PCMCIA controllers
|
||
which the probe routines don't find. (Fixes SF bug 1060840)
|
||
|
||
2004-11-16 20:29 alanh
|
||
|
||
* config/httpd/httpd.conf: Whoops, removed too much there.
|
||
|
||
2004-11-16 20:13 alanh
|
||
|
||
* config/httpd/httpd.conf: Remove access restrictions for backup
|
||
exporting
|
||
|
||
2004-11-15 19:39 alanh
|
||
|
||
* lfs/dnsmasq: dnsmasq 2.17
|
||
|
||
2004-11-15 06:23 gespinasse
|
||
|
||
* lfs/ez-ipupdate: Fix ez-ipupdate patch application
|
||
|
||
2004-11-14 12:51 rkerr
|
||
|
||
* lfs/ez-ipupdate, src/patches/ez-ipupdate.formstring.patch: Fix
|
||
for a format string vulnerability in ez-ipupdate:
|
||
http://marc.theaimsgroup.com/?l=full-disclosure&m=110018323619438
|
||
|
||
2004-11-12 16:19 gespinasse
|
||
|
||
* lfs/: cnx_pci, configroot: Fix eagle-usb with CMV file for isdn
|
||
line
|
||
|
||
Conexant PCI - remove the depmod since a final one is made in
|
||
driver.img - add again /var/ipcop/cnx_pci since it is used to
|
||
write symlink - remove ttyCX part as it is not used
|
||
|
||
2004-11-11 10:41 gespinasse
|
||
|
||
* lfs/cnx_pci, lfs/configroot,
|
||
src/patches/CnxADSL-cln-irqreturn.patch,
|
||
src/rc.d/rc.conexantpciadsl: Update Conexant pci driver - this
|
||
fix the related stack smashing attack and other memory leak
|
||
messages - there is still a problem at reconnection, the driver
|
||
look to keep an LCP TermReq in a buffer from previous session
|
||
and disconnect when ppp0 goes up
|
||
|
||
Eagleusbadsl - fix rc.eagleusbadsl in update-1.4.1 forgotten -
|
||
don't take dsp_code in update since they were not updated from
|
||
1.9.9 to 2.0.0
|
||
|
||
2004-11-11 09:39 alanh
|
||
|
||
* src/install+setup/: install/upgrade-v12-v13.c, libsmooth/main.c:
|
||
Fix a problem in the 1.2 to 1.3 upgrade that causes lots of lines
|
||
like
|
||
|
||
TYPE=modem TYPE=modem TYPE=modem
|
||
|
||
or
|
||
|
||
TYPE=isdn TYPE=isdn TYPE=isdn
|
||
|
||
in the ppp settings files because of a bogus replace command.
|
||
|
||
2004-11-10 20:13 alanh
|
||
|
||
* updates/1.4.1/information: Bump the date for 1.4.1 to the 20th
|
||
November.
|
||
|
||
Fix the installed patches file to have the same date as Released
|
||
& Installed.
|
||
|
||
2004-11-10 19:56 alanh
|
||
|
||
* lfs/iputils: add an alternative 'ping' binary that supports the
|
||
-I option. This one is installed in /usr/bin, whereas the
|
||
inetutils one is currently installed in /bin
|
||
|
||
Other people have asked for this functionality to return.
|
||
|
||
2004-11-10 17:39 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer: Fix the ROOTFILES for
|
||
the real kernel modules that haven't been updated in a while.
|
||
|
||
Actually build some more of the wireless kernel modules and
|
||
include them in the 1.4.1 update for those who want to configure
|
||
manually.
|
||
|
||
2004-11-10 17:13 alanh
|
||
|
||
* lfs/driver.img: Exclude ide and acpi modules from network driver
|
||
disk
|
||
|
||
2004-11-09 23:25 gespinasse
|
||
|
||
* src/patches/: eagle-usb-1.9.9-pppoa-mac.patch[DEAD],
|
||
eciadsl-usermode-0.9-load1.patch[DEAD]: Remove unecessary old
|
||
patches Fix an old adiadsl in netstatus.cgi
|
||
|
||
2004-11-09 22:00 alanh
|
||
|
||
* html/cgi-bin/netstatus.cgi: improve the colours
|
||
|
||
2004-11-09 19:31 alanh
|
||
|
||
* html/cgi-bin/netstatus.cgi: Highlight the interfaces in bold for
|
||
better colour representation
|
||
|
||
2004-11-09 17:35 alanh
|
||
|
||
* html/cgi-bin/netstatus.cgi: Consolidate the dynamic leases code
|
||
in dhcp.cgi and netstatus.cgi (Franck Bourdonnec)
|
||
|
||
2004-11-09 11:21 alanh
|
||
|
||
* lfs/isapnptools: Check the correct location for isapnp command.
|
||
Create new /var/ipcop/isapnp directory and move the isapnp.conf
|
||
file there so it's backed up and out of the way of /etc. Fixes
|
||
SF bug 1062961
|
||
|
||
2004-11-09 09:54 alanh
|
||
|
||
* html/cgi-bin/netstatus.cgi: Add colour coding to the interface
|
||
names in netstatus.cgi for easier management of which interface
|
||
is which.
|
||
|
||
Thanks to Franck Bourdonnec for the initial version of this.
|
||
|
||
2004-11-09 07:56 gespinasse
|
||
|
||
* lfs/eciadsl-nortek, src/rc.d/rc.eagleusbadsl: Update eagle-usb to
|
||
2.0.0 with cmv use Update eciadsl-nortek to 0.10-alpha Remove
|
||
$VERSION in /doc/packages-list
|
||
|
||
2004-11-06 15:14 gespinasse
|
||
|
||
* html/cgi-bin/netstatus.cgi: Fix netstatus for new dhcp variables
|
||
Normalize position of {
|
||
|
||
2004-11-05 23:40 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer,
|
||
config/kernel/kernel.config.i386.smp,
|
||
src/install+setup/libsmooth/netstuff.c: ax8817x usb driver no
|
||
longer exists and is included in usbnet. So support usbnet from
|
||
now on.
|
||
|
||
2004-11-05 07:17 gespinasse
|
||
|
||
* lfs/eciadsl, src/patches/eci-usermode_modemsdb.patch,
|
||
src/rc.d/rc.eciadsl: Update to eciadsl-0.10 Don't remove
|
||
eciadsl-usermode-0.9-load1.patch as it is used by nortek version
|
||
|
||
2004-11-04 18:51 alanh
|
||
|
||
* src/rc.d/rc.network: Support PCMCIA USB devices
|
||
|
||
2004-11-04 11:41 eoberlander
|
||
|
||
* langs/ro/cgi-bin/ro.pl: Minor changes from Language Database.
|
||
Mainly deletions - Not intended for inclusion in update.
|
||
|
||
2004-11-03 22:11 alanh
|
||
|
||
* src/misc-progs/setuid.h: add VALID_SHORT_MASK
|
||
|
||
2004-11-03 21:28 alanh
|
||
|
||
* src/misc-progs/restartsquid.c: Fix restartsquid when used in
|
||
conjunction with VPN's (Darren Critchley)
|
||
|
||
2004-11-03 16:37 eoberlander
|
||
|
||
* src/scripts/makegraphs: Add Michael Spann's solution for utf-8
|
||
conversion for rrdtool, adapted to use different character sets,
|
||
and to avoid those we can't yet convert.
|
||
|
||
2004-11-03 13:50 alanh
|
||
|
||
* src/: install+setup/setup/dhcp.c, misc-progs/restartdhcp.c:
|
||
Commit Franck Bourdonnec's changes to the dhcp page which fixes
|
||
the dhcp page bug in SF with regards to src/dest range checking.
|
||
|
||
I've tested this quite a bit as I had to put the upgrade bits &
|
||
pieces together. But it could use a little more banging on.
|
||
|
||
Eric - There's a one line addition to the en.pl language file
|
||
you'll notice.
|
||
|
||
2004-11-02 18:45 alanh
|
||
|
||
* doc/ChangeLog: Changes since 1.4.0
|
||
|
||
2004-11-02 09:28 alanh
|
||
|
||
* lfs/apache: upgrade apache to 1.3.33 and modssl to 2.8.22-1.3.33
|
||
|
||
2004-10-30 13:09 alanh
|
||
|
||
* updates/1.4.1/setup: Comment out dhcp problem for now, until I
|
||
can investigate
|
||
|
||
2004-10-29 11:33 alanh
|
||
|
||
* html/cgi-bin/dmzholes.cgi: Remove the old check
|
||
|
||
2004-10-29 11:09 alanh
|
||
|
||
* html/cgi-bin/dmzholes.cgi, src/misc-progs/setdmzholes.c: Fix DMZ
|
||
page for port ranges (Darren Critchley)
|
||
|
||
2004-10-29 10:15 alanh
|
||
|
||
* updates/1.4.1/setup: Detect if it's been done
|
||
|
||
2004-10-29 10:10 alanh
|
||
|
||
* updates/1.4.1/setup: Fix more bootp problems by disallowing
|
||
'dynamic bootp' clients
|
||
|
||
2004-10-28 18:13 alanh
|
||
|
||
* lfs/openssl: remove -j 3 - seems to cause build problems with
|
||
this version
|
||
|
||
2004-10-28 17:55 alanh
|
||
|
||
* lfs/openssl: Fix openssl rmdir command
|
||
|
||
2004-10-28 17:09 alanh
|
||
|
||
* lfs/openssl: ensure fips is defined
|
||
|
||
2004-10-28 08:50 alanh
|
||
|
||
* updates/1.4.1/setup: Check that 1.4.0 is currently running before
|
||
trying to perform an upgrade
|
||
|
||
2004-10-28 08:25 alanh
|
||
|
||
* lfs/openssl: openssl 0.9.7e
|
||
|
||
2004-10-28 07:40 eoberlander
|
||
|
||
* langs/so/cgi-bin/so.pl: Remove old 'fritzdsl help' string, as
|
||
Gilles has rewritten it in English.
|
||
|
||
2004-10-27 10:04 alanh
|
||
|
||
* lfs/dnsmasq: Upgrade dnsmasq to 2.16 (since 2.06 ish) it's been
|
||
backwards compatible to dnsmasq 1.18 and has quite a few bug
|
||
fixes too.
|
||
|
||
We still do not use the DHCP features because ISC's is doing this
|
||
job. It needs to be looked at for IPCop 1.5.0 whether dnsmasq
|
||
DHCP can do all of the functions that we're currently using ISC's
|
||
for.
|
||
|
||
2004-10-26 21:47 gespinasse
|
||
|
||
* lfs/fcdsl, src/misc-progs/installfcdsl.c: Fix installfcdsl fro
|
||
untaring the files
|
||
|
||
Remove drdsl,drdsl.ini
|
||
|
||
2004-10-26 20:16 alanh
|
||
|
||
* lfs/iptables, src/patches/iptables-1.2.11.patch: Fix iptables bug
|
||
when hostname used has multiple ip address matches. (SF bug
|
||
1054790)
|
||
|
||
2004-10-26 19:40 alanh
|
||
|
||
* lfs/eciadsl-nortek: Fix download link
|
||
|
||
2004-10-25 18:29 gespinasse
|
||
|
||
* updates/1.4.1/information: Update fcdsl upload help text
|
||
|
||
Add eciadsl-nortek support info in 1.4.1 patch
|
||
|
||
2004-10-25 17:39 gespinasse
|
||
|
||
* html/cgi-bin/index.cgi, html/cgi-bin/status.cgi, lfs/eciadsl,
|
||
lfs/eciadsl-nortek, lfs/fcdsl, lfs/net-tools,
|
||
src/patches/eci-usermode_modemsdb.patch,
|
||
src/patches/net-tools-1.60-cleanup-list-handling.patch,
|
||
src/patches/net-tools-1.60-get_name.patch, src/rc.d/rc.eciadsl,
|
||
updates/1.4.1/ROOTFILES.alpha-1.4.1: net-tools Fix SF1047183
|
||
stack smashing attack in function if_readlist_proc
|
||
|
||
pppsetup.cgi Clean the code Fix display for fritzdsl -
|
||
PPPoE is not a second level option but the only available
|
||
selection possible with RFC1483 - correct encapsulation
|
||
for PPPoA
|
||
|
||
index.cgi Make the warning for root partition a fixed size or
|
||
10% will waste more than necessary on small disk
|
||
|
||
status.cgi Display disk partition sizes in fixed MB unit
|
||
|
||
fcdsl Move drdsl in /etc/drdsl (in fcdsl package)
|
||
|
||
Add support for eciadsl-nortek driver
|
||
|
||
2004-10-25 11:27 eoberlander
|
||
|
||
* updates/1.4.1/information: Update information.
|
||
|
||
2004-10-25 11:22 alanh
|
||
|
||
* updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1: add
|
||
no.pl
|
||
|
||
2004-10-25 11:15 eoberlander
|
||
|
||
* langs/fi/install/lang_fi.c: Update Finnish Installer strings to
|
||
include some missings CRs.
|
||
|
||
2004-10-25 10:47 alanh
|
||
|
||
* updates/1.4.1/: ROOTFILES.i386-1.4.1, information: Update the
|
||
information file.
|
||
|
||
Can other developers update this for the fixes they've done.
|
||
|
||
2004-10-21 13:08 alanh
|
||
|
||
* lfs/perl: remove -j 3 as sometimes it causes a build failure
|
||
|
||
2004-10-21 07:29 gespinasse
|
||
|
||
* lfs/3cp4218, lfs/amedyn, lfs/cxacru, lfs/speedtouch,
|
||
src/patches/speedtouch-1.2-isdn.patch,
|
||
updates/1.4.1/ROOTFILES.alpha-1.4.1,
|
||
updates/1.4.1/ROOTFILES.i386-1.4.1: Don't reject speedtouch Rev
|
||
0.01 because it work! Patch modem_run to let Rev 0.01 (0x000a)
|
||
interfaces to be set like a Rev 0.00 and not the default values
|
||
(like a Rev 2.00)
|
||
|
||
Remove intermediate depmod since a final one is made in
|
||
driver.img This spare a few s / mn
|
||
|
||
2004-10-20 21:33 gespinasse
|
||
|
||
* src/rc.d/rc.fritzdsl: Name fcdsl tgz with $VERSION instead of
|
||
$KVER
|
||
|
||
Suppress a debug message with $kernel in pppsetup.cgi
|
||
|
||
Fix missing path for modprobe in rc.fritzdsl stop
|
||
|
||
2004-10-20 15:55 alanh
|
||
|
||
* src/scripts/tunerrd.pl: remove CTRL+M's
|
||
|
||
2004-10-20 09:05 alanh
|
||
|
||
* updates/1.4.1/ROOTFILES.alpha-1.4.1,
|
||
updates/1.4.1/ROOTFILES.i386-1.4.1, updates/1.4.1/setup,
|
||
src/scripts/makegraphs, src/scripts/tunerrd.pl: Set the heartbeat
|
||
to 600 seconds instead of 300 to avoid gaps in the graphs.
|
||
|
||
Fixes SF bug 1048706 (thanks to JukJuk)
|
||
|
||
2004-10-20 08:51 alanh
|
||
|
||
* src/misc-progs/restartshaping.c: 8192 was still too low - up to
|
||
16384
|
||
|
||
2004-10-20 07:05 gespinasse
|
||
|
||
* lfs/fcdsl, src/misc-progs/installfcdsl.c, src/rc.d/rc.fritzdsl,
|
||
updates/1.4.1/ROOTFILES.alpha-1.4.1,
|
||
updates/1.4.1/ROOTFILES.i386-1.4.1: Move fcdsl firmwares in
|
||
fcdsl-$kernel.tgz
|
||
|
||
Fix in pppsetup.cgi fcdsl module loaded detection
|
||
|
||
Set every fcdsl modem with the according controller value (1 or
|
||
2) in rc.red. I am unsure for fcdsl2
|
||
|
||
Put modules.dep in patch 1 or need to start a depmod depmod take
|
||
more time on the target and display unresolved symbol until
|
||
CnxADSL is fixed
|
||
|
||
2004-10-19 08:02 gespinasse
|
||
|
||
* lfs/configroot, lfs/fcdsl, lfs/fcdsl2, lfs/fcdslsl,
|
||
lfs/fcdslslusb, lfs/fcdslusb, src/misc-progs/Makefile,
|
||
src/misc-progs/installfcdsl.c,
|
||
src/patches/fcdsl-singlelock.patch,
|
||
src/patches/fcdslsl-singlelock.patch,
|
||
src/patches/fcdslslusb-singlelock.patch, src/rc.d/rc.fritzdsl,
|
||
updates/1.4.1/ROOTFILES.alpha-1.4.1,
|
||
updates/1.4.1/ROOTFILES.i386-1.4.1, updates/1.4.1/setup: make.sh
|
||
- build only fcdsl tgz with machine=i386 - name fcdsl package
|
||
with kernel version instead of ipcop version
|
||
|
||
upload.cgi - various fix for xhtml compliance (mainly form inside
|
||
of table) - load fcdsl-$kernel.tgz and install the modules from a
|
||
C helper
|
||
|
||
misc-progs - add an installer for uploaded fcdsl(x) modules
|
||
|
||
rc.fritdsl - fix wrong syntax for module modprobe, it should be
|
||
without (.o.gz)
|
||
|
||
Various fix - remove /var/ipcop/{pulsardsl,fritzdsl} from
|
||
configroot at upgrade stage at patch 1 - patch fcdsl,
|
||
fcdslsl, fcdslslusb with a singlelock patch - 'rc.fritzdsl stop'
|
||
was not called on rc.red clear, so create a cleanup
|
||
|
||
2004-10-18 08:06 alanh
|
||
|
||
* updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1: add
|
||
fr.pl to upgrade
|
||
|
||
Eric - any files you modify - please add them here too
|
||
|
||
2004-10-17 20:34 alanh
|
||
|
||
* src/rc.d/rc.netaddress.up: fix typo
|
||
|
||
2004-10-17 15:30 eoberlander
|
||
|
||
* html/cgi-bin/index.cgi: Cosmetic tweak, add colons after text.
|
||
|
||
2004-10-15 13:17 alanh
|
||
|
||
* lfs/squid: Don't need the squid patch with STABLE7
|
||
|
||
2004-10-15 09:55 alanh
|
||
|
||
* html/cgi-bin/ids.cgi, src/misc-progs/restartsnort.c,
|
||
src/rc.d/rc.updatered: Allow snort to only be restarted on
|
||
certain interfaces.
|
||
|
||
This avoids restarting snort on all interfaces, when just the RED
|
||
interface has gone down/up.
|
||
|
||
ids.cgi could be improved furthur, to check tickboxes and restart
|
||
interfaces that have been newly selected/deselected.
|
||
|
||
2004-10-15 08:44 alanh
|
||
|
||
* updates/1.4.1/setup: remove capi.conf as /etc/fcdsl/... contains
|
||
these entries for each fcdsl driver.
|
||
|
||
2004-10-15 08:20 alanh
|
||
|
||
* updates/1.4.1/setup: Run ldconfig after libcapi20 upgrade in
|
||
1.4.0 to 1.4.1 upgrade
|
||
|
||
2004-10-15 08:16 alanh
|
||
|
||
* lfs/squid, updates/1.4.1/ROOTFILES.alpha-1.4.1,
|
||
updates/1.4.1/ROOTFILES.i386-1.4.1: update squid to 2.5STABLE7
|
||
|
||
2004-10-14 21:48 alanh
|
||
|
||
* html/cgi-bin/hosts.cgi: keep same formatting as under 1.4.0
|
||
|
||
2004-10-14 20:57 alanh
|
||
|
||
* updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1,
|
||
information, setup: Introduce a build procedure for building the
|
||
incremental patches.
|
||
|
||
Start with a preliminary 1.4.1 patch set for testing.
|
||
|
||
Obviously it's for those building from source, as when the patch
|
||
goes up on the website it will be GPG signed. Therefore the
|
||
update is left in build/install/images/... and not put on the
|
||
CDROM. The CDROM contains the latest code anyway.
|
||
|
||
If there's anything people see missing in the patch.tar.gz add
|
||
the files to the ROOTFILES. Exactly as you would with the normal
|
||
build procedure.
|
||
|
||
2004-10-14 20:30 alanh
|
||
|
||
* src/rc.d/rc.netaddress.up: If RED is ethernet, and it's DHCP or
|
||
STATIC we have to start the connection automatically on reboot.
|
||
Fixes bug 1045479.
|
||
|
||
2004-10-14 15:32 alanh
|
||
|
||
* src/misc-progs/restartshaping.c: Fix restartshaping priorities (y
|
||
b)
|
||
|
||
2004-10-14 07:17 gespinasse
|
||
|
||
* lfs/fcdsl, lfs/fcdsl2, lfs/fcdslsl, lfs/fcdslslusb, lfs/fcdslusb,
|
||
src/patches/fcdslx-irqreturn.patch, src/rc.d/rc.fritzdsl: Add
|
||
support for fcdsl2,fcdslsl,fcdslslusb,fcdslusb
|
||
|
||
Upload.cgi - fix an unnecessary </tr> - treat other upload like
|
||
speedtouch - detect every supported fdsl modem, showing the
|
||
proper module name to be loaded - display the full name with
|
||
.o.gz termination and load with this .o.gz
|
||
|
||
Each modem had his proper /etc/fcdsl/fcdsl(x).conf for capiinit
|
||
If not I had warnings for modules not found with capiinit stop
|
||
|
||
2004-10-13 20:24 alanh
|
||
|
||
* html/cgi-bin/hosts.cgi: Allow hosts.cgi to be sorted by ...
|
||
|
||
ipaddress hostname domainname
|
||
|
||
and in the reverse order by clicking a second time on the titles
|
||
of each of the columns. Nice. Thanks to Franck Bourdonnec.
|
||
|
||
Harry - this will fix your problem too.
|
||
|
||
2004-10-12 16:36 alanh
|
||
|
||
* src/scripts/setddns.pl: freedns has changed some text
|
||
|
||
2004-10-11 16:38 eoberlander
|
||
|
||
* langs/it/install/lang_it.c: Updates to Italian Installer from
|
||
Language Database.
|
||
|
||
2004-10-11 16:25 alanh
|
||
|
||
* src/misc-progs/rebuildhosts.c: [no log message]
|
||
|
||
2004-10-11 16:07 alanh
|
||
|
||
* src/misc-progs/rebuildhosts.c: If a bad host gets through the
|
||
webpage then don't abort the rest of the hosts because of it.
|
||
Remove that entry and continue.
|
||
|
||
2004-10-10 18:33 eoberlander
|
||
|
||
* src/rc.d/rc.alcatelusbk: Fix typo.
|
||
|
||
2004-10-10 18:12 eoberlander
|
||
|
||
* src/install+setup/libsmooth/netstuff.c: Fix typo.
|
||
|
||
2004-10-10 12:18 eoberlander
|
||
|
||
* langs/de/install/lang_de.c: Update to German from Language
|
||
Database.
|
||
|
||
2004-10-10 12:17 eoberlander
|
||
|
||
* langs/so/cgi-bin/so.pl: Updates to Somali from Language Database.
|
||
|
||
2004-10-09 05:58 gespinasse
|
||
|
||
* lfs/capi4k-utils, src/patches/glibc-2.3.3-ssp_frandom-2.patch:
|
||
Move glibc-2.3.3-ssp_frandom-2.patch to src/patches Update to
|
||
capi4k-utils-2004-10-06
|
||
|
||
2004-10-08 10:15 alanh
|
||
|
||
* html/cgi-bin/proxy.cgi: Must multiply the MAX_INCOMING_SIZE value
|
||
by 1024 to turn it into bytes. As the web page asks for it in
|
||
KB, but the parameter in the squid.conf can only accept a byte
|
||
value.
|
||
|
||
2004-10-07 07:24 eoberlander
|
||
|
||
* html/cgi-bin/connections.cgi: Cosmetic change to table header
|
||
layout. Use line breaks, as per v1.3.
|
||
|
||
2004-10-07 07:21 eoberlander
|
||
|
||
* langs/so/: cgi-bin/so.pl, install/lang_so.c: Updates to Somali
|
||
from Language Database.
|
||
|
||
2004-10-06 08:56 eoberlander
|
||
|
||
* html/cgi-bin/connections.cgi: Cosmetic change to table layout.
|
||
Use full width of box.
|
||
|
||
2004-10-06 07:11 eoberlander
|
||
|
||
* langs/it/install/lang_it.c: Update Italian from Language
|
||
Database.
|
||
|
||
2004-10-05 20:33 eoberlander
|
||
|
||
* html/cgi-bin/connections.cgi: Add space between strings to fix
|
||
text formatting, and improve layout of table.
|
||
|
||
2004-10-05 18:37 alanh
|
||
|
||
* html/cgi-bin/index.cgi: Only display hostname/ip address when
|
||
actually connected (Dr Michael Spann)
|
||
|
||
2004-10-05 14:28 alanh
|
||
|
||
* src/scripts/updatelists.pl: Get $major.$minor.0 for patch list to
|
||
match update.cgi change
|
||
|
||
2004-10-05 12:40 alanh
|
||
|
||
* html/cgi-bin/index.cgi: Add hostname & red ip address to
|
||
index.cgi page (Dr Michael Spann)
|
||
|
||
2004-10-05 08:39 alanh
|
||
|
||
* src/rc.d/rc.updatered: remove the traffic shaping startup from
|
||
rc.sysinit, there was a bug in rc.updatered which checked for
|
||
ENABLED, rather than ENABLE
|
||
|
||
2004-10-04 07:23 eoberlander
|
||
|
||
* langs/: en/install/lang_en.c, es/install/lang_es.c: Minor updates
|
||
to German, Greek, Spanish and Polish web files from Language
|
||
Database. And minor updates to English and Spanish Installer
|
||
files.
|
||
|
||
2004-10-04 06:28 riddles
|
||
|
||
* src/rc.d/rc.fritzdsl: Add kernelcapi load
|
||
|
||
2004-10-03 21:13 alanh
|
||
|
||
* html/cgi-bin/updates.cgi: Force updates cgi to always get
|
||
$major.$minor.0 (i.e. .0 is the patchlevel)
|
||
|
||
This means we can bump the last digit and still show patches
|
||
loaded.
|
||
|
||
2004-10-03 10:32 eoberlander
|
||
|
||
* langs/so/: cgi-bin/so.pl, install/lang_so.c: Update Somali from
|
||
Language Database. Remove whitespace from end of some fields, as
|
||
it causes problems if the text is used for a button.
|
||
|
||
2004-10-02 17:55 eoberlander
|
||
|
||
* langs/so/install/lang_so.c, src/install+setup/libsmooth/main.c,
|
||
src/install+setup/setup/main.c: Add Somali to Installer.
|
||
|
||
2004-10-01 13:54 eoberlander
|
||
|
||
* langs/: list, so/cgi-bin/so.pl: Add Somali to web interface.
|
||
|
||
2004-09-30 22:37 alanh
|
||
|
||
* doc/ChangeLog: Add 1.4.0 entry
|
||
|
||
2004-09-30 07:46 riddles
|
||
|
||
* doc/ChangeLog, tools/gen_changelog.sh: Update changelog script
|
||
and changelog
|
||
|
||
2004-09-29 22:12 alanh
|
||
|
||
* src/misc-progs/setportfw.c: Fix setportfw when no BLUE exists
|
||
|
||
2004-09-29 14:08 alanh
|
||
|
||
* doc/ChangeLog: update ChangeLog
|
||
|
||
2004-09-29 10:31 gespinasse
|
||
|
||
* lfs/cnx_pci, src/rc.d/rc.conexantpciadsl: Revert to the previous
|
||
package as the new one did not support the Yukon card and same
|
||
problem occur with ssp. Change rc.conexantpci to not unload the
|
||
module at stop as a workaround. The 'smashing attack' still
|
||
appear every time killall is used like in rc.updatered with
|
||
dsnmasq, so it is unlikely to be reliable.
|
||
|
||
2004-09-29 10:28 alanh
|
||
|
||
* html/cgi-bin/connections.cgi: Handle 'gre' in connections (this
|
||
may need a little more tweaking later)
|
||
|
||
2004-09-29 08:35 gespinasse
|
||
|
||
* lfs/cnx_pci: Slightly better source and smaller package (not with
|
||
a ppp source include)
|
||
|
||
2004-09-28 07:04 eoberlander
|
||
|
||
* langs/: da/install/lang_da.c, th/cgi-bin/th.pl: Updates from
|
||
Language Database.
|
||
|
||
2004-09-28 06:44 gespinasse
|
||
|
||
* lfs/cdrom: build french doc from sourceforge
|
||
|
||
2004-09-27 18:12 alanh
|
||
|
||
* src/rc.d/rc.isdn: Kill messages
|
||
|
||
2004-09-26 18:20 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Updates to French from Language
|
||
Database.
|
||
|
||
2004-09-26 11:20 gespinasse
|
||
|
||
* doc/ChangeLog, tools/gen_ChangeLog.txt[DEAD],
|
||
tools/gen_changelog.sh: Replace instructions to generate
|
||
changelog with a gen_changelog.sh script working on every branch
|
||
Update ChangeLog in the same time
|
||
|
||
2004-09-26 08:31 gespinasse
|
||
|
||
* lfs/cdrom: Add french install and quickstart pdf in the ISO (
|
||
they are temporarily loaded from my website) Place pdf in
|
||
/doc/{english|deutsch|francais} subdirectories
|
||
|
||
2004-09-24 10:19 alanh
|
||
|
||
* lfs/nano: update the friendly editor
|
||
|
||
2004-09-24 08:33 alanh
|
||
|
||
* src/misc-progs/ipsecctrl.c: When disabling VPN from the GUI don't
|
||
call ipsecctrl, but call the ipsec script directly so it does
|
||
shutdown. This way we can return ipsecctrl back to it's original
|
||
form of only shutting down when VPN is enabled.
|
||
|
||
2004-09-24 06:08 gespinasse
|
||
|
||
* src/rc.d/rc.conexantpciadsl: Too late... bad file, go back to the
|
||
ROOT
|
||
|
||
2004-09-24 00:05 gespinasse
|
||
|
||
* src/: ppp/ip-down, rc.d/rc.3cp4218usbadsl, rc.d/rc.alcatelusb,
|
||
rc.d/rc.alcatelusbk, rc.d/rc.amedynusbadsl, rc.d/rc.bewanadsl,
|
||
rc.d/rc.conexantpciadsl, rc.d/rc.conexantusbadsl,
|
||
rc.d/rc.eagleusbadsl, rc.d/rc.eciadsl, rc.d/rc.pulsardsl,
|
||
scripts/resetusb: pppsetup.cgi - replace GDTM by GDMT - hardcode
|
||
G.DMT,G.Lite, ANSI T1.483, Bewan PCI st, Bewan USB st as they
|
||
are never translated
|
||
|
||
upgrade-v130-v140 - remove changes from PPPoE to PPPoE
|
||
plugin, from Speedtouch user-space to kernel mode
|
||
(dial-on-demand is not supported by the PPPoA plugin) - correct
|
||
GDTM => GDTM
|
||
|
||
Change to rc.(specific-script) - create an external script
|
||
resetusb for the numerous call to reset usb - standardised stop
|
||
and cleanup messages - add modprobe -r module where it was
|
||
sometime forgoten in cleanup part - Speedtouch usb select
|
||
more accuratly supported models (it may needed to display a
|
||
more user friendly message in upload.cgi and pppsetup.cgi
|
||
too) fix incorrect reconnection in PPPoE with user-space
|
||
driver - rc.eciadsl synchronise now only after firmware
|
||
loading fix incorrect reconnection in PPPoE - Bewan usb
|
||
sometime don't like cat /proc/bus/usb/devices, so comment
|
||
this part until the driver is fixed
|
||
|
||
rc.connectioncheck - fix incorrect rc.eciadsl end detection
|
||
during sync phase - use instead 'rc.red start' target for end
|
||
detection. So the timeout is only determinated by
|
||
rc.(specific-script) end. - remove {ppp0|ippp0} in case of
|
||
multiple (incorrect) session with dial-on-demand - in case of
|
||
connection timeout, stop 'rc.red start' before rc.red stop in
|
||
case pppd connect just during the time needed by 'rc.red stop'
|
||
script to start
|
||
|
||
ip-down - don't start 'rc.connectioncheck reconnect' if one is
|
||
already running - it should no more append now, but ...
|
||
|
||
2004-09-23 20:55 eoberlander
|
||
|
||
* langs/th/cgi-bin/th.pl: Updates from Language Database.
|
||
|
||
2004-09-23 13:28 alanh
|
||
|
||
* tools/mkflash/mkflash: 32 & 64MB Flash cards no longer fit, so
|
||
don't expose them.
|
||
|
||
2004-09-23 08:54 alanh
|
||
|
||
* src/misc-progs/restartshaping.c: Bump divisor for r2q setting to
|
||
8192, add some comments too.
|
||
|
||
2004-09-22 17:34 alanh
|
||
|
||
* doc/ChangeLog: update the ChangeLog
|
||
|
||
2004-09-22 17:15 eoberlander
|
||
|
||
* langs/th/cgi-bin/th.pl: Update to Thai from Language Database.
|
||
|
||
2004-09-22 08:35 riddles
|
||
|
||
* config/cron/crontab, lfs/ipac-ng,
|
||
src/patches/ipac-ng-1.28-ipacsum.patch[DEAD]: Fix ipac-ng once
|
||
and for all
|
||
|
||
2004-09-22 07:52 eoberlander
|
||
|
||
* langs/es/install/lang_es.c: Updates from Language Database.
|
||
|
||
2004-09-21 20:07 gespinasse
|
||
|
||
* src/rc.d/rc.pulsardsl: Put an arbitrary sleep only after module
|
||
loading This allow to start pppd when the modem should be
|
||
synchronised
|
||
|
||
2004-09-21 19:47 rkerr
|
||
|
||
* src/misc-progs/setportfw.c: Stop the blue SNAT rules overriding
|
||
the green ones
|
||
|
||
2004-09-21 11:16 riddles
|
||
|
||
* lfs/ipac-ng, src/patches/ipac-ng-1.28-ipacsum.patch: Fix for
|
||
ipacsum
|
||
|
||
2004-09-21 05:50 gespinasse
|
||
|
||
* src/misc-progs/setportfw.c: - fix blue_dev => bluedev
|
||
|
||
2004-09-20 21:29 alanh
|
||
|
||
* src/misc-progs/setportfw.c: SNAT patch for BLUE (Robert Kerr)
|
||
|
||
2004-09-20 21:28 alanh
|
||
|
||
* src/misc-progs/restartwireless.c: Remove -o for WIRELESSINPUT
|
||
(Franck)
|
||
|
||
2004-09-20 19:42 alanh
|
||
|
||
* src/install+setup/install/probescsi.sh: Skip eata_dma driver, but
|
||
probe it at the very end to avoid the issues of some machines
|
||
crashing on this driver.
|
||
|
||
2004-09-20 14:03 riddles
|
||
|
||
* html/cgi-bin/wireless.cgi: Fix id string
|
||
|
||
2004-09-19 10:34 gespinasse
|
||
|
||
* lfs/cdrom: Fix change from install-en-140.pdf.zip to
|
||
install-en-1.4.0.pdf.zip
|
||
|
||
2004-09-19 06:15 gespinasse
|
||
|
||
* src/rc.d/rc.eciadsl: Cosmetic : Display only 'Loading firmware'
|
||
when it is really loaded
|
||
|
||
2004-09-18 17:54 alanh
|
||
|
||
* src/misc-progs/restartsquid.c: Fix transparent proxy on BLUE
|
||
(Franck)
|
||
|
||
2004-09-18 06:51 eoberlander
|
||
|
||
* langs/es/install/lang_es.c: Updates to Spanish from Language
|
||
Database.
|
||
|
||
2004-09-17 11:44 alanh
|
||
|
||
* src/install+setup/libsmooth/main.c: fclose file handles when
|
||
renaming
|
||
|
||
2004-09-17 08:20 alanh
|
||
|
||
* src/rc.d/rc.updatered: Make it a little more readable (patch from
|
||
Franck)
|
||
|
||
2004-09-17 07:44 eoberlander
|
||
|
||
* langs/: lt/cgi-bin/lt.pl, ro/cgi-bin/ro.pl: Change G.dtm to G.dmt
|
||
throughout Language Database.
|
||
|
||
2004-09-16 23:56 alanh
|
||
|
||
* src/misc-progs/ipsecctrl.c: pump error message to /dev/null (SF
|
||
bug #1029177)
|
||
|
||
2004-09-16 16:44 alanh
|
||
|
||
* lfs/libpng: latest libpng
|
||
|
||
2004-09-16 16:44 alanh
|
||
|
||
* lfs/openssh: 3.9p1 is now current
|
||
|
||
2004-09-16 13:16 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Updates from Language Database.
|
||
|
||
2004-09-16 08:15 eoberlander
|
||
|
||
* langs/es/install/lang_es.c: Updates from Language Database.
|
||
|
||
2004-09-15 20:08 eoberlander
|
||
|
||
* langs/: es/install/lang_es.c, it/install/lang_it.c: Updates from
|
||
Language Database.
|
||
|
||
2004-09-15 17:56 gespinasse
|
||
|
||
* lfs/net-tools: Cosmetic : remove the sources after compilation
|
||
again
|
||
|
||
2004-09-15 13:27 alanh
|
||
|
||
* html/cgi-bin/logs.cgi/: firewalllog.dat, ids.dat, log.dat,
|
||
proxylog.dat, summary.dat: Ugh. Forgot this logs.cgi directory
|
||
when making the POSIX() change.
|
||
|
||
2004-09-14 21:42 alanh
|
||
|
||
* config/install/rc, src/install+setup/install/usb.c: Move the
|
||
usb-storage initialization to the initialize_usb function so that
|
||
passing the 'nousb' flag to the install kernel really means NO
|
||
USB.
|
||
|
||
2004-09-14 18:00 alanh
|
||
|
||
* lfs/: cnx_pci, fcdsl, shadow, unicorn: Only build utilities in
|
||
non-SMP pass
|
||
|
||
2004-09-14 09:39 alanh
|
||
|
||
* lfs/: gcc, gcc-2: Update stack smashing patch
|
||
|
||
2004-09-14 08:31 alanh
|
||
|
||
* lfs/brctl[DEAD]: deleted
|
||
|
||
2004-09-14 08:14 alanh
|
||
|
||
* lfs/: 3cp4218, amedyn, cxacru: Build brctl from amedyn driver as
|
||
lfs/brctl host is down and they are the same version anyway.
|
||
|
||
Build the amedyn, cxacru and 3cp4128 tools only in the non-SMP
|
||
pass to save a little time.
|
||
|
||
2004-09-13 17:26 alanh
|
||
|
||
* html/cgi-bin/netstatus.cgi: Speed up header.pl times by 25%.
|
||
|
||
2004-09-13 17:00 alanh
|
||
|
||
* src/install+setup/install/grubbatch: Don't probe a floppy drive
|
||
when installing grub - should speed up the install.
|
||
|
||
2004-09-13 15:00 alanh
|
||
|
||
* html/cgi-bin/credits.cgi: Add Franck Bourdonnec to credits page
|
||
|
||
2004-09-13 13:59 alanh
|
||
|
||
* src/scripts/setddns.pl: Add a new dyndns provider OVH (Franck)
|
||
|
||
2004-09-13 08:58 alanh
|
||
|
||
* config/cfgroot/proxy-acl, html/cgi-bin/proxy.cgi: Fix squid acl
|
||
file problems (SF bug ID #1023131)
|
||
|
||
(Patch from Franck)
|
||
|
||
2004-09-12 13:53 rkerr
|
||
|
||
* html/cgi-bin/netstatus.cgi: The net status page uses the same
|
||
lease display code as the DHCP page - fix the security issue here
|
||
too (thanks to eric for pointing this out)
|
||
|
||
2004-09-11 13:22 rkerr
|
||
|
||
* src/rc.d/rc.firewall: The most obvious changes from SF bug
|
||
#1015737 - these are the ones that require 0 thought and are
|
||
highly unlikely to break anything.
|
||
|
||
2004-09-11 04:19 eoberlander
|
||
|
||
* lfs/kbd: Reposition patch, to avoid duplication.
|
||
|
||
2004-09-10 20:56 eoberlander
|
||
|
||
* lfs/kbd: Fix for SF Bug 1025699. Copy patched Vietnamese font to
|
||
main system.
|
||
|
||
2004-09-09 19:20 gespinasse
|
||
|
||
* src/patches/eagle-usb-1.9.9-pppoa-mac.patch: eagle-usb - fix
|
||
cosmetic mac address display by pppoa
|
||
|
||
isdn - support 'debug' option - should fix problem with
|
||
dial-on-demand and rc.connectioncheck - fix chap with 'dual
|
||
channel' (same 'name' line is missing in v1.3)
|
||
|
||
rc.red doupdatesettings - remove inconditionnaly pppoatm and
|
||
pppoe modules as it may be supported by user-mode client this
|
||
fix a warning with atm module busy a few lines after
|
||
|
||
2004-09-06 19:23 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Add translators for Lithuanian and
|
||
Thai.
|
||
|
||
2004-09-06 19:14 eoberlander
|
||
|
||
* langs/lt/cgi-bin/lt.pl: Updates from Language Database.
|
||
|
||
2004-09-05 06:18 eoberlander
|
||
|
||
* langs/: th/cgi-bin/th.pl, list: Add Thai to web admin interface.
|
||
|
||
2004-09-04 17:54 rkerr
|
||
|
||
* lfs/squid: Fix for squid ntlm integer overflow DoS:
|
||
|
||
<http://www.squid-cache.org/bugs/show_bug.cgi?id=1045>
|
||
|
||
2004-09-02 22:00 alanh
|
||
|
||
* html/cgi-bin/wireless.cgi: fix typos
|
||
|
||
2004-09-02 21:59 alanh
|
||
|
||
* src/patches/openswan-1.0.6-numif.patch: OpenSWAN patch for number
|
||
of interfaces increased to 16 didn't work at all.
|
||
|
||
This is needed to actually create the interfaces and destroy
|
||
them.
|
||
|
||
2004-09-02 21:21 alanh
|
||
|
||
* src/rc.d/rc.network: Start PCMCIA regardless.
|
||
|
||
It won't do anything for a system that doesn't have PCMCIA anyway
|
||
as there isn't an /etc/pcmcia.conf file.
|
||
|
||
This may resolve your problem Gilles
|
||
|
||
2004-09-02 07:37 alanh
|
||
|
||
* html/cgi-bin/proxy.cgi: move the old acl list out of the way
|
||
during upgrade and then rename the acl-1.4 back to acl.
|
||
|
||
This means that people who are using squid configurations will
|
||
continue to work with the older acl list, but when they hit
|
||
'save' the new acls will be used.
|
||
|
||
2004-09-02 07:32 alanh
|
||
|
||
* html/cgi-bin/proxy.cgi, lfs/configroot: The old acl list for the
|
||
proxy was being overwritten by the backup floppy.
|
||
|
||
So copy our new acl as acl-1.4 and ensure the CGI script picks
|
||
the new one up.
|
||
|
||
2004-09-01 10:15 alanh
|
||
|
||
* doc/ChangeLog: update Changelog
|
||
|
||
2004-08-31 14:38 alanh
|
||
|
||
* lfs/net-tools: fix a dependency build problem
|
||
|
||
2004-08-31 13:06 riddles
|
||
|
||
* tools/mkflash/: mkflash, settings.8139: Another mkflash update
|
||
|
||
2004-08-31 08:55 alanh
|
||
|
||
* lfs/rrdtool: latest stable rrdtool
|
||
|
||
2004-08-31 07:32 gespinasse
|
||
|
||
* lfs/eagle, src/rc.d/rc.eagleusbadsl: Update eagle-usb to 1.9.9
|
||
This version fix : - PPPoE for german as MRU was sometime not
|
||
correctly handled - remove need of smaller MRU/MTU=1492 in PPPoA
|
||
but I still need to modify IPCop settings
|
||
|
||
rc.eagleusbadls is fixed to init the modem when the protocol was
|
||
changed This fix is big and almost all along rc.red. It remove
|
||
'exit0' in case of success with PPPoE and dhcp to let every
|
||
doxxxdial return to where it was called from. This way,
|
||
/var/ipcop/ppp/updatesetting can be erased after the specific
|
||
script was run.
|
||
|
||
2004-08-30 15:53 alanh
|
||
|
||
* lfs/eagle: fix build problem on Alpha
|
||
|
||
2004-08-30 14:54 eoberlander
|
||
|
||
* langs/hu/install/lang_hu.c: Updates to Hungarian from Language
|
||
Database.
|
||
|
||
2004-08-30 08:28 alanh
|
||
|
||
* src/install+setup/install/upgrade-v12-v13.c: fix some file close
|
||
handling
|
||
|
||
2004-08-30 06:09 riddles
|
||
|
||
* tools/mkflash/mkflash: Link ram0 to ramdisk
|
||
|
||
2004-08-29 21:39 gespinasse
|
||
|
||
* src/install+setup/libsmooth/netstuff.c: Count dummy like eth or
|
||
it can't be used because setup want one more card.
|
||
|
||
2004-08-29 16:02 gespinasse
|
||
|
||
* lfs/net-tools, lfs/netdiag[DEAD],
|
||
src/patches/mii-diag.multi-line-string.patch[DEAD]: From now,
|
||
remove mii-diag and compile mii-tool from net-tools package Fix
|
||
net-tools compilation as using sed on config.h has no effect Only
|
||
preselected options we don't use are changed by sed (and mii-tool
|
||
added)
|
||
|
||
2004-08-29 06:09 eoberlander
|
||
|
||
* langs/pt/install/lang_pt.c: Additional Portugueuse phrases from
|
||
Language Database.
|
||
|
||
2004-08-28 13:08 eoberlander
|
||
|
||
* langs/hu/install/lang_hu.c: Corrections to Hungarian from
|
||
Language Database.
|
||
|
||
2004-08-28 10:03 gespinasse
|
||
|
||
* src/rc.d/rc.eagleusbadsl: Fix eagle-usb cleanup (need ifconfig
|
||
eth3 down before) When using setup and the module was still
|
||
loaded, this may solve some shift in name driver display as count
|
||
of real eth card was majored by 1
|
||
|
||
2004-08-27 11:24 riddles
|
||
|
||
* tools/mkflash/mkflash: EOF
|
||
|
||
2004-08-27 11:23 riddles
|
||
|
||
* tools/mkflash/mkflash: mkflash fixes from Dale
|
||
|
||
2004-08-27 09:59 alanh
|
||
|
||
* config/grub/: grub.conf, scsigrub.conf: use savedefault
|
||
|
||
2004-08-27 07:02 gespinasse
|
||
|
||
* doc/ChangeLog, src/patches/amedyn-2004-06-22.patch[DEAD],
|
||
tools/gen_ChangeLog.txt: Remove amedyn patch Fix instruction to
|
||
update doc/ChangeLog Update ChangeLog
|
||
|
||
2004-08-27 06:41 gespinasse
|
||
|
||
* lfs/amedyn, src/rc.d/rc.amedynusbadsl: Replace old driver and
|
||
patch by updated driver (it should not change the result) Comment
|
||
the exit(s) on script until I know exactly what fail in complete
|
||
script
|
||
|
||
2004-08-26 21:49 gespinasse
|
||
|
||
* html/cgi-bin/logs.cgi/log.dat, src/ppp/ip-down,
|
||
src/rc.d/rc.3cp4218usbadsl, src/rc.d/rc.alcatelusb,
|
||
src/rc.d/rc.alcatelusbk, src/rc.d/rc.amedynusbadsl,
|
||
src/rc.d/rc.bewanadsl, src/rc.d/rc.conexantpciadsl,
|
||
src/rc.d/rc.conexantusbadsl, src/rc.d/rc.eagleusbadsl,
|
||
src/rc.d/rc.eciadsl, src/rc.d/rc.fritzdsl, src/rc.d/rc.isdn,
|
||
src/rc.d/rc.pulsardsl: Try to make log viewing from the web
|
||
interface more usable - fusion ppp|isdn|dhcpc into one category
|
||
'red' - tag rc.specific scripts with 'red' Remove unused ppp
|
||
variables read in ip-down
|
||
|
||
2004-08-26 21:05 eoberlander
|
||
|
||
* langs/hu/install/lang_hu.c: Updates from Language Database prior
|
||
to 1.4.0rc2
|
||
|
||
2004-08-26 08:17 alanh
|
||
|
||
* src/scripts/setddns.pl: Add regdish ddns service (SF RFE id
|
||
#1005328)
|
||
|
||
2004-08-25 21:08 eoberlander
|
||
|
||
* langs/bz/install/lang_bz.c: Updates from Language Database.
|
||
|
||
2004-08-25 18:24 eoberlander
|
||
|
||
* langs/bz/install/lang_bz.c: Updates from Language Database.
|
||
|
||
2004-08-25 16:31 eoberlander
|
||
|
||
* langs/: hu/install/lang_hu.c, bz/cgi-bin/bz.pl,
|
||
bz/install/lang_bz.c: Updates from Language Database.
|
||
|
||
2004-08-25 14:39 riddles
|
||
|
||
* lfs/openswan, src/misc-progs/ipsecctrl.c,
|
||
src/patches/openswan-1.0.6-numif.patch: Fix problem with Openswan
|
||
interfaces
|
||
|
||
2004-08-25 09:40 riddles
|
||
|
||
* langs/nl/install/lang_nl.c: Small translation fixes
|
||
|
||
2004-08-25 08:05 alanh
|
||
|
||
* lfs/hdparm, src/patches/hdparm.patch[DEAD]: No longer need hdparm
|
||
patch with 5.6
|
||
|
||
2004-08-25 07:16 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Update Ander's details.
|
||
|
||
2004-08-25 05:32 eoberlander
|
||
|
||
* lfs/kbd: Add -f to force copy.
|
||
|
||
2004-08-25 05:14 eoberlander
|
||
|
||
* langs/bz/: cgi-bin/bz.pl, install/lang_bz.c: Update of Brazilian
|
||
Portuguese phrases from Language Database.
|
||
|
||
2004-08-24 23:00 gespinasse
|
||
|
||
* lfs/eagle, src/patches/eagle-usb-1.9.8-Makefile.patch[DEAD],
|
||
src/patches/eagle-usb-1.9.8-configure.patch[DEAD],
|
||
src/rc.d/rc.eagleusbadsl: Simplify eagle-usb compilation and
|
||
installation It should be easier now to upgrade to a next version
|
||
|
||
2004-08-24 20:10 eoberlander
|
||
|
||
* src/patches/viscii10-8x16-new.psfu, lfs/kbd: Add patch for
|
||
Vietnamese charset, provided by Le Dinh Long.
|
||
|
||
2004-08-24 18:16 alanh
|
||
|
||
* lfs/hdparm: hdparm got upgraded from 5.5 to 5.6 (and 5.5 is no
|
||
longer available)
|
||
|
||
2004-08-24 06:52 gespinasse
|
||
|
||
* src/rc.d/rc.pulsardsl: - I just understood lcp-max-configure=50
|
||
is not a time but a number of attempts separated by
|
||
lcp-restart=3s - So set MAXCONFIGURE to more than 3*50 and
|
||
withdraw unnecessary pulsar sleep
|
||
|
||
2004-08-23 23:35 alanh
|
||
|
||
* lfs/openswan: OpenSWAN 1.0.7
|
||
|
||
2004-08-23 21:57 gespinasse
|
||
|
||
* src/rc.d/rc.pulsardsl: - replace insmod with modprobe to avoid a
|
||
failure next time the script is run - add a sleep 30 to give more
|
||
time to the modem to synchronize and start a ppp connection
|
||
|
||
2004-08-23 21:40 alanh
|
||
|
||
* config/cfgroot/proxy-acl, html/cgi-bin/proxy.cgi: Change localnet
|
||
to greennet & bluenet to differentiate between them.
|
||
|
||
2004-08-23 21:25 alanh
|
||
|
||
* html/cgi-bin/ddns.cgi, src/scripts/setddns.pl: Add
|
||
freedns.afraid.org to DDNS providers (SF RFE id #1011837)
|
||
|
||
2004-08-23 21:09 alanh
|
||
|
||
* src/install+setup/install/config.c: Fix symlinks for raid disks
|
||
|
||
2004-08-23 09:28 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, ro/cgi-bin/ro.pl,
|
||
tr/cgi-bin/tr.pl: Remove redundant phrases from Language
|
||
Database.
|
||
|
||
2004-08-23 09:25 eoberlander
|
||
|
||
* langs/nl/: cgi-bin/nl.pl, install/lang_nl.c: Additional Dutch
|
||
phrases from Language Database.
|
||
|
||
2004-08-23 07:22 eoberlander
|
||
|
||
* langs/it/: cgi-bin/it.pl, install/lang_it.c: Additional Italian
|
||
phrases from Language Database.
|
||
|
||
2004-08-22 22:01 alanh
|
||
|
||
* src/misc-progs/setaliases.c: Fix arping
|
||
|
||
2004-08-22 19:16 gespinasse
|
||
|
||
* src/rc.d/rc.eciadsl: - fix 'Invalid address' message during
|
||
cleanup when GATEWAY is empty - wait rc.eciadsl end before to
|
||
declare sync timeout - add cleanup/usb_reset in eciadsl driver
|
||
like in others
|
||
|
||
2004-08-21 23:02 gespinasse
|
||
|
||
* lfs/eciadsl, src/patches/eciadsl-usermode-0.9-load1.patch: Fix
|
||
eci-load1 caused warnings '/proc/bus/usb/001/xxx: No such file or
|
||
directory' by a sleep(2) instead of (1)
|
||
|
||
2004-08-21 06:37 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Corrections to French from Language
|
||
Database.
|
||
|
||
2004-08-20 16:37 alanh
|
||
|
||
* lfs/perl: whoops, wrong position
|
||
|
||
2004-08-20 16:36 alanh
|
||
|
||
* lfs/perl: make depend for perl
|
||
|
||
2004-08-18 22:03 alanh
|
||
|
||
* lfs/syslinux: upgrade syslinux to 2.11 which fixes the image
|
||
loading problem in 2.10
|
||
|
||
2004-08-18 20:20 alanh
|
||
|
||
* html/cgi-bin/ddns.cgi: Commit fix from Franck for SF bug id
|
||
#997631
|
||
|
||
2004-08-18 19:49 alanh
|
||
|
||
* lfs/gnupg: upgrade gnupg to 1.2.5
|
||
|
||
2004-08-18 12:59 alanh
|
||
|
||
* lfs/pulsar: update the pulsar driver
|
||
|
||
2004-08-17 15:03 alanh
|
||
|
||
* config/kernel/kernel.config.i386.smp, lfs/scsi.img,
|
||
src/install+setup/install/probescsi.sh: We were trying to support
|
||
the cciss and DAC960 drivers but didn't have support in the
|
||
installer for them. Fix that.
|
||
|
||
Support the ATARAID controllers too.
|
||
|
||
2004-08-17 07:40 alanh
|
||
|
||
* lfs/openssl: Fix the build problem with OpenSSL
|
||
|
||
2004-08-16 10:34 alanh
|
||
|
||
* src/patches/make_devices.patch: Another bug fix for SF bug id
|
||
#925576
|
||
|
||
2004-08-16 09:59 alanh
|
||
|
||
* src/scripts/makegraphs: Fix the disk graph when multiple devices
|
||
show up in /proc/stat
|
||
|
||
2004-08-13 16:15 alanh
|
||
|
||
* src/misc-progs/ipsecctrl.c: Fix SF Bug ID #1008771 which didn't
|
||
stop IPSec when disabling it.
|
||
|
||
2004-08-13 06:28 gespinasse
|
||
|
||
* src/patches/make_devices.patch: Add ttyS4/COM5
|
||
|
||
2004-08-12 23:40 gespinasse
|
||
|
||
* doc/ChangeLog, lfs/cdrom, tools/cvs2cl.pl,
|
||
tools/gen_ChangeLog.txt: Add an automatic Changelog generator
|
||
Instructions for use in tools directory doc/Changelog will be
|
||
copied in /doc directory from the ISO
|
||
|
||
2004-08-12 22:48 gespinasse
|
||
|
||
* config/etc/syslog.conf, html/cgi-bin/logs.cgi/log.dat: - add
|
||
pppoeci in ppp section - create a new section for dhcp client -
|
||
mover dhcpc debug messages from /var/log/dhcpcd.log to
|
||
/var/log/messages
|
||
|
||
2004-08-12 14:20 alanh
|
||
|
||
* src/patches/linux-2.4.27-speedtch.patch[DEAD]: remove
|
||
|
||
2004-08-12 14:16 alanh
|
||
|
||
* lfs/perl, config/kernel/kernel.config.i386.installer,
|
||
src/patches/pomng.fix, config/kernel/kernel.config.i386.smp: A
|
||
few updates in this one...
|
||
|
||
1. Upgrade the kernel to 2.4.27 and make the approprite changes
|
||
to patch-o-matic-ng until they update it.
|
||
|
||
2. Upgrade perl to 5.8.5 - bug fixes
|
||
|
||
3. Add a new feature which allows the user to switch out to VT3
|
||
and fdisk the harddrive for themselves (not yet complete, but
|
||
nearly).
|
||
|
||
4. Remove ext3 support from the installer kernel, and use ext2 to
|
||
mount the hard disk and install the system. Gives us back
|
||
around 40k on the boot disk.
|
||
|
||
2004-08-12 14:09 alanh
|
||
|
||
* src/install+setup/install/upgrade-v12-v13.c: ensure file
|
||
descriptors are closed
|
||
|
||
2004-08-12 14:04 alanh
|
||
|
||
* src/patches/busybox-0.60.5-config.patch: Don't need BB_SYNC
|
||
anymore
|
||
|
||
2004-08-12 07:40 alanh
|
||
|
||
* src/patches/make_devices.patch: Fix chgrp
|
||
|
||
2004-08-11 08:03 alanh
|
||
|
||
* lfs/shadow: alternate back to the other shadow site, as our
|
||
primary seems down
|
||
|
||
2004-08-11 07:37 alanh
|
||
|
||
* lfs/logrotate: logrotate has moved to 3.7
|
||
|
||
2004-08-11 04:57 gespinasse
|
||
|
||
* lfs/capi4k-utils: Upgrade to capi4k-utils-2004-08-10
|
||
|
||
2004-08-10 20:27 gespinasse
|
||
|
||
* lfs/pptpclient: Upgrade to pptp-1.5.0
|
||
|
||
2004-08-10 15:21 eoberlander
|
||
|
||
* html/cgi-bin/gui.cgi: Another go at fixing bug where some fields
|
||
are blank if the phrase has not been translated. Force reload of
|
||
English before loading translated language.
|
||
|
||
2004-08-10 12:54 alanh
|
||
|
||
* html/cgi-bin/ddns.cgi, src/scripts/setddns.pl: Allow
|
||
dyndns-custom to work without a HOSTNAME (SF bug id #1001411)
|
||
|
||
2004-08-10 08:06 alanh
|
||
|
||
* src/install+setup/install/grubbatch: Fixes for SF bug id #925576
|
||
|
||
2004-08-10 08:05 alanh
|
||
|
||
* src/patches/make_devices.patch: Fixes for SF bug id #925576.
|
||
|
||
2004-08-09 08:03 eoberlander
|
||
|
||
* langs/lt/cgi-bin/lt.pl: Updates from Language Database.
|
||
|
||
2004-08-08 21:22 eoberlander
|
||
|
||
* html/cgi-bin/wireless.cgi: Add Tom Dawes-Gamble's hostname patch,
|
||
and tweak some of the table formatting.
|
||
|
||
2004-08-08 18:35 alanh
|
||
|
||
* lfs/syslinux: drop back again, argh, to syslinux 2.08
|
||
|
||
2004-08-08 18:23 alanh
|
||
|
||
* src/misc-progs/setaliases.c: fix arguments to arping
|
||
|
||
2004-08-08 14:45 eoberlander
|
||
|
||
* html/cgi-bin/gui.cgi: Make display of hostname in window title
|
||
selectable from GUI Settings page. Defaults to off.
|
||
|
||
2004-08-06 07:58 alanh
|
||
|
||
* lfs/fcron: drop back to the stable fcron 2.0.1 instead of the
|
||
development 2.9.4 which fixes pipe_pid_fd problems (because 2.0.1
|
||
doesn't use it)
|
||
|
||
2004-08-06 05:35 gespinasse
|
||
|
||
* html/cgi-bin/logs.cgi/log.dat: Follow usb and pppoa|pppoa3 in PPP
|
||
logs
|
||
|
||
2004-08-04 21:57 eoberlander
|
||
|
||
* langs/vi/install/lang_vi.c: Add VI to Installer.
|
||
|
||
2004-08-04 21:54 eoberlander
|
||
|
||
* lfs/kbd, src/install+setup/libsmooth/main.c,
|
||
src/install+setup/setup/main.c: Add Vietnamese to Installer. More
|
||
work needs to be done to remap charset...
|
||
|
||
2004-08-03 21:28 alanh
|
||
|
||
* html/cgi-bin/dmzholes.cgi: When disabling a dmz hole, ensure we
|
||
write the src and dst net's and the remark.
|
||
|
||
2004-08-02 08:34 alanh
|
||
|
||
* lfs/initrd, lfs/syslinux, langs/en/install/lang_en.c,
|
||
src/install+setup/install/grubbatch: Remove the syslinux mbr.bin,
|
||
and install GRUB onto the partition and MBR.
|
||
|
||
Update the congratulations message to ask the user to run FDISK
|
||
/MBR if the system still fails to boot correctly.
|
||
|
||
2004-08-01 20:36 eoberlander
|
||
|
||
* langs/hu/install/lang_hu.c: Updates from Language Database.
|
||
|
||
2004-08-01 09:34 eoberlander
|
||
|
||
* src/rc.d/rc.sysinit: Use lat1-16 console charset if language is
|
||
Brazilian Portuguese.
|
||
|
||
2004-07-31 23:05 eoberlander
|
||
|
||
* langs/pl/install/lang_pl.c: Bugfix for crash inPolish language
|
||
setup after setting 'root' password. Removed '%s' from log
|
||
message text string which caused segfault.
|
||
|
||
2004-07-31 07:12 eoberlander
|
||
|
||
* langs/pl/install/lang_pl.c: Add phrase from database.
|
||
|
||
2004-07-30 16:12 alanh
|
||
|
||
* src/scripts/setddns.pl: Decrement $lines when a DDNS service is
|
||
disabled.
|
||
|
||
This allows the service to be updated correctly.
|
||
|
||
Should fix SF bug #970704
|
||
|
||
2004-07-30 10:58 riddles
|
||
|
||
* tools/mkflash/mkflash: Loopback/ram already created by
|
||
make_devices
|
||
|
||
2004-07-29 20:05 eoberlander
|
||
|
||
* langs/pl/install/lang_pl.c: Fix text, using update from Language
|
||
Database.
|
||
|
||
2004-07-29 19:34 alanh
|
||
|
||
* langs/pl/install/lang_pl.c: Ok, put it back to the way Eric had
|
||
it...
|
||
|
||
There's definately something wrong with the admi... word
|
||
|
||
2004-07-29 19:33 eoberlander
|
||
|
||
* src/rc.d/rc.sysinit: Add Polish.
|
||
|
||
2004-07-29 19:30 alanh
|
||
|
||
* langs/pl/install/lang_pl.c: really fix it
|
||
|
||
2004-07-29 19:29 alanh
|
||
|
||
* langs/pl/install/lang_pl.c: fix that ADMIN text
|
||
|
||
2004-07-29 19:27 eoberlander
|
||
|
||
* langs/pl/install/lang_pl.c: Add Polish to Installer.
|
||
|
||
2004-07-29 19:23 eoberlander
|
||
|
||
* src/install+setup/: libsmooth/main.c, setup/main.c: Add Polish to
|
||
Installer.
|
||
|
||
2004-07-29 18:03 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, it/cgi-bin/it.pl,
|
||
it/install/lang_it.c, nl/cgi-bin/nl.pl, pt/install/lang_pt.c,
|
||
ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl, tr/cgi-bin/tr.pl: Update all
|
||
files prior to next beta issue.
|
||
|
||
2004-07-29 04:14 gespinasse
|
||
|
||
* lfs/dhcp: Upgrade dhcp (bugfix with subclasses), fix upgrade with
|
||
PPPoE like with alcatelusb
|
||
|
||
2004-07-28 21:08 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer: reverse this, it
|
||
breaks the installer image
|
||
|
||
2004-07-28 16:46 alanh
|
||
|
||
* lfs/syslinux: drop syslinux back to 2.09 to avoid initrd problems
|
||
|
||
2004-07-28 14:56 alanh
|
||
|
||
* config/grub/: grub.conf, scsigrub.conf: Whoops, remove some local
|
||
changes
|
||
|
||
2004-07-28 14:55 alanh
|
||
|
||
* config/grub/: grub.conf, scsigrub.conf: Add options for enabling
|
||
ACPI at boot time
|
||
|
||
2004-07-28 14:30 alanh
|
||
|
||
* lfs/: initrd, syslinux: force the copy
|
||
|
||
2004-07-28 14:29 alanh
|
||
|
||
* lfs/: initrd, syslinux: Use SysLinux's mbr.bin to re-create a new
|
||
Master Boot Record. This should really fix the problems we've
|
||
been having, but not tested yet, as I'm still rebuilding from
|
||
scratch - so someone might beat me to it.
|
||
|
||
2004-07-28 11:32 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer: Disable a few more
|
||
things on the install kernel and a cosmetic change to the
|
||
installer
|
||
|
||
2004-07-28 11:22 alanh
|
||
|
||
* src/misc-progs/setaliases.c: arping is in /usr/sbin
|
||
|
||
2004-07-28 08:39 gespinasse
|
||
|
||
* src/ppp/ip-down: Better sound for your ears
|
||
|
||
2004-07-27 22:35 gespinasse
|
||
|
||
* lfs/amedyn, src/patches/amedyn-2004-06-22.patch: Fix old driver
|
||
with sync and atm buffer size patch
|
||
|
||
2004-07-27 18:43 gespinasse
|
||
|
||
* html/cgi-bin/upload.cgi, src/rc.d/rc.alcatelusb,
|
||
src/rc.d/rc.alcatelusbk: Concatenate previous boot and firmware
|
||
at install (thank alan) , suppress 'checked' for speedtouch since
|
||
no choice is on interface
|
||
|
||
2004-07-27 18:10 alanh
|
||
|
||
* lfs/amedyn: fallback to the previous driver as this new one seems
|
||
to have disappeared
|
||
|
||
2004-07-27 17:13 eoberlander
|
||
|
||
* langs/it/cgi-bin/it.pl: Updates from Language Database, including
|
||
bugfix for reset button text.
|
||
|
||
2004-07-27 15:26 gespinasse
|
||
|
||
* html/html/images/line.gif[DEAD]: Remove line.gif
|
||
|
||
2004-07-27 15:20 gespinasse
|
||
|
||
* html/cgi-bin/upload.cgi, lfs/speedtouch,
|
||
src/install+setup/install/upgrade-v130-v140.c,
|
||
src/rc.d/rc.alcatelusb, src/rc.d/rc.alcatelusbk: Fix some minor
|
||
typo and xhtml compliance issues in pppsetup.cgi, remove line.gif
|
||
and use hr instead, shift eagle-usb.conf writing inside
|
||
updatesettings, go back to one file firmware upload for
|
||
speedtouch usb (but code to concatenate bootloader and firmware
|
||
at install is not written yet, so another firmware upload is
|
||
necessary at this time), shift usage from PPPoE to PPPoE plugin,
|
||
from speedtouch user mode to speedtouch kernel mode at install
|
||
|
||
2004-07-27 12:17 alanh
|
||
|
||
* lfs/busybox, src/patches/busybox-0.60.5-config.patch: Do a sync
|
||
after zero'ing the partition table
|
||
|
||
2004-07-27 12:13 alanh
|
||
|
||
* src/patches/make_devices.patch: Check /dev/ida0 for the Compaq
|
||
Array support
|
||
|
||
2004-07-27 10:40 alanh
|
||
|
||
* config/kernel/syslinux.cfg: Syslinux 2.10 exposed a problem in
|
||
our syslinux.cfg for the boot floppy in the default kernel image.
|
||
We should be using APPEND. This fixes it.
|
||
|
||
2004-07-27 08:15 eoberlander
|
||
|
||
* langs/la/install/lang_la.c: Updates from Language Database.
|
||
|
||
2004-07-24 23:27 gespinasse
|
||
|
||
* lfs/3c5x9setup: Add 3c5x9setup to allow this card to be set under
|
||
linux
|
||
|
||
2004-07-24 22:45 gespinasse
|
||
|
||
* lfs/shadow: go back to the previous site since the alternative is
|
||
not available
|
||
|
||
2004-07-24 22:33 gespinasse
|
||
|
||
* lfs/file: only available as a tar.gz now
|
||
|
||
2004-07-23 19:57 alanh
|
||
|
||
* src/install+setup/install/grubbatch: copy stage* files in
|
||
grubbatch (Bug 996155)
|
||
|
||
2004-07-23 07:51 eoberlander
|
||
|
||
* langs/no/install/lang_no.c: Updates from Language Database.
|
||
|
||
2004-07-22 10:53 alanh
|
||
|
||
* html/cgi-bin/dmzholes.cgi: fix a typo
|
||
|
||
2004-07-20 14:30 eoberlander
|
||
|
||
* html/cgi-bin/ddns.cgi: Added tzo.com
|
||
|
||
2004-07-19 19:42 alanh
|
||
|
||
* src/install+setup/libsmooth/libsmooth.h: fix warning
|
||
|
||
2004-07-19 17:37 alanh
|
||
|
||
* lfs/grub, src/install+setup/install/grubbatch,
|
||
src/patches/grub-0.94-i2o.patch: Make a change to the way GRUB is
|
||
installed. We used to install the boot record into the MBR. But
|
||
now, because of potential problems with the way geometry is
|
||
obtained from buggy BIOS' it's easier for us to install the boot
|
||
record into the first partition. This way the BIOS will boot the
|
||
active one. Fixes SF bug ID <20>#967175.
|
||
|
||
Also, add i2o support to GRUB - probably won't work with I2O
|
||
disks yet as we need a modified installer.
|
||
|
||
2004-07-19 10:06 alanh
|
||
|
||
* lfs/: Config, coreutils, file, gcc: gaosu.rave.org seems to have
|
||
deleted their LFS directory, so switch to one of the alternative
|
||
mirrors
|
||
|
||
2004-07-18 20:47 eoberlander
|
||
|
||
* html/cgi-bin/gui.cgi: Fix for SF Bug 992612, suggested by
|
||
Franck78.
|
||
|
||
2004-07-18 13:20 eoberlander
|
||
|
||
* langs/de/install/lang_de.c: Update from Language Database.
|
||
|
||
2004-07-17 17:04 alanh
|
||
|
||
* lfs/syslinux: upgrade syslinux to 2.10
|
||
|
||
2004-07-17 08:04 eoberlander
|
||
|
||
* langs/sv/install/lang_sv.c: Updates from Language Database.
|
||
|
||
2004-07-16 11:45 alanh
|
||
|
||
* lfs/squid: Bug fixes for SQUID
|
||
|
||
2004-07-16 06:34 eoberlander
|
||
|
||
* langs/list: Update Vietnamese.
|
||
|
||
2004-07-15 19:43 alanh
|
||
|
||
* lfs/perl: Fix build problems with new patch-o-matic-ng system
|
||
which now needs much more of perl, so build it all in that pass.
|
||
|
||
Also, fix openswan which modifies the search path when patching
|
||
the kernel.
|
||
|
||
2004-07-15 13:42 alanh
|
||
|
||
* lfs/speedtouch: drop back to 1.2 for 1.4.0b6
|
||
|
||
2004-07-15 13:32 alanh
|
||
|
||
* src/rc.d/rc.sysinit: [no log message]
|
||
|
||
2004-07-15 13:24 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Correction to Le Dinh Long's name.
|
||
|
||
2004-07-15 12:33 alanh
|
||
|
||
* lfs/iptables, config/kernel/kernel.config.i386.installer,
|
||
config/kernel/kernel.config.i386.smp,
|
||
src/patches/patch-o-matic-20031219-connlimit.patch[DEAD]: move
|
||
upto iptables 1.2.11 and patch-o-matic-ng-20040621
|
||
|
||
Also, fix a problem that caused the previous beta to be built
|
||
with older OpenSWAN releases.
|
||
|
||
2004-07-15 12:30 alanh
|
||
|
||
* lfs/eagle: add new eagle file to ./make.sh check stage
|
||
|
||
2004-07-15 11:33 gespinasse
|
||
|
||
* lfs/eagle, src/rc.d/rc.eagleusbadsl: Update dsp_code from windows
|
||
driver to support new sagem Fast800 E2L modem, withdraw usr
|
||
dsp_codes since those modems can use eagle dsp_code, so we can
|
||
spare some space
|
||
|
||
2004-07-14 16:13 alanh
|
||
|
||
* config/kernel/kernel.config.i386.installer,
|
||
config/kernel/syslinux.cfg, lfs/boot.img, lfs/cdrom: Build a
|
||
trimmer version of the linux kernel for the installation routine.
|
||
|
||
Currently this is just the same as the standard kernel but
|
||
without ACPI support.
|
||
|
||
2004-07-13 13:54 eoberlander
|
||
|
||
* langs/: lt/cgi-bin/lt.pl, list: Add Lithuanian to webgui.
|
||
|
||
2004-07-13 12:13 alanh
|
||
|
||
* src/patches/perl.patch: fix patch header
|
||
|
||
2004-07-13 12:06 alanh
|
||
|
||
* src/patches/perl.patch: found the problem.
|
||
|
||
The new DESTROY{} function was deleting our file before we'd
|
||
dealt with it, and was really done for Win32 platforms.
|
||
|
||
We'll revert back to the 5.8.2 functionality and let perl clean
|
||
up temporary files through it's garbage collection routines.
|
||
|
||
2004-07-13 11:22 alanh
|
||
|
||
* lfs/perl, src/patches/perl.patch: This fixes SF bug id 988856 for
|
||
now.
|
||
|
||
It basically reverts the CGI.pm from version 3.04 (in perl 5.8.4)
|
||
to 3.00 (in perl 5.8.2)
|
||
|
||
This fixes the upload problems, but it'd be nice to track this
|
||
patch a little closer and find out what broke for us and either
|
||
fix our CGI's or fix perl and send in a patch if we feel it's
|
||
broken.
|
||
|
||
2004-07-13 06:42 gespinasse
|
||
|
||
* lfs/pulsar: Fix pulsar missing lib (was inside the package)
|
||
|
||
2004-07-12 21:36 alanh
|
||
|
||
* lfs/: Digest, Digest-SHA1, GD, Net-DNS: a few bug fixes for the
|
||
perl tools
|
||
|
||
2004-07-11 21:41 alanh
|
||
|
||
* config/grub/grub.conf, config/grub/scsigrub.conf,
|
||
src/rc.d/rc.sysinit, config/kernel/kernel.config.i386.smp,
|
||
config/kernel/syslinux.cfg: add ACPI support.
|
||
|
||
acpi=off is passed to the kernel by default, even for
|
||
installation.
|
||
|
||
Remove 'acpi=off' from GRUB config to turn it on.
|
||
|
||
2004-07-11 12:20 alanh
|
||
|
||
* src/rc.d/rc.netaddress.up: DNSMASQ and IPSEC should be started
|
||
before rc.red as DNSMASQ would be restarted with invalid
|
||
commandline flags for the connection and DNS would fail. For
|
||
IPSec it will restart when/if rc.red is connected.
|
||
|
||
2004-07-11 11:10 gespinasse
|
||
|
||
* lfs/netdiag: Forgotten the most important part, it may look
|
||
strange but I did not find another way because sources were
|
||
updated after netdiag-2.4.tar.gz (no more available on scyld ftp)
|
||
was done
|
||
|
||
2004-07-10 15:58 gespinasse
|
||
|
||
* src/patches/mii-diag.multi-line-string.patch: Add mii-diag to
|
||
allow ethernet link speed setup on most of pci cards when
|
||
autonegociation had failed
|
||
|
||
2004-07-10 09:17 gespinasse
|
||
|
||
* src/rc.d/rc.connectioncheck: Fix wrong timeout count seen after
|
||
adsl sync time
|
||
|
||
2004-07-10 06:44 gespinasse
|
||
|
||
* lfs/pulsar, src/patches/pulsar.patch[DEAD]: Update
|
||
|
||
2004-07-09 21:27 gespinasse
|
||
|
||
* src/: ppp/ip-down, rc.d/rc.connectioncheck: Let the music play in
|
||
ip-down and wait pppdexit before to restart again
|
||
|
||
2004-07-09 20:03 alanh
|
||
|
||
* lfs/libsafe: just make libsafe and not the exploits directory
|
||
|
||
2004-07-09 19:08 alanh
|
||
|
||
* src/patches/grub-0.93-graphics.patch: missed a grub 0.95 fix
|
||
|
||
2004-07-09 19:08 alanh
|
||
|
||
* lfs/speedtouch: upgrade speedtouch to get new modem_run command
|
||
|
||
2004-07-09 19:05 alanh
|
||
|
||
* lfs/grub, src/patches/grub-0.90-staticcurses.patch[DEAD]: upgrade
|
||
grub to 0.95
|
||
|
||
2004-07-08 22:22 gespinasse
|
||
|
||
* src/: ppp/ip-down, rc.d/rc.connectioncheck: Don't sleep after
|
||
starting rc.connectioncheck to avoid 'Can't start RED... on quick
|
||
machines, so play sounds on rc.connectioncheck
|
||
|
||
2004-07-08 15:05 eoberlander
|
||
|
||
* langs/de/install/lang_de.c: Updates from Language Database.
|
||
|
||
2004-07-07 14:36 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Add Rodik to Russian section.
|
||
|
||
2004-07-06 10:08 alanh
|
||
|
||
* src/patches/libsafe-alpha.diff,
|
||
src/patches/libsafe-functioncaching.diff, lfs/libsafe: web site
|
||
seems down for libsafe, so move to debian to grab it.
|
||
|
||
Also pull in a couple of patches to libsafe, and now enable it on
|
||
Alpha builds.
|
||
|
||
2004-07-05 20:16 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Updates from Language Database.
|
||
|
||
2004-07-05 10:56 alanh
|
||
|
||
* lfs/glibc: remove -j 3 on glibc as it seems to intermittently
|
||
cause troubles
|
||
|
||
2004-07-04 20:01 alanh
|
||
|
||
* lfs/: bison, flex, m4: use EXTRA_LDFLAGS
|
||
|
||
2004-07-04 19:52 alanh
|
||
|
||
* lfs/: bison, flex, m4: build m4,flex and bison with LFS_PASS=1
|
||
and LFS_PASS=2 for new binutils
|
||
|
||
2004-07-03 09:43 gespinasse
|
||
|
||
* src/rc.d/rc.connectioncheck: Support HOLDOFF,MAXRETRIES and
|
||
BACKUPPROFILE from pppsetup.cgi
|
||
|
||
2004-07-03 05:56 gespinasse
|
||
|
||
* lfs/amedyn: This version should fix all know amedyn problems
|
||
|
||
2004-07-01 22:31 alanh
|
||
|
||
* lfs/driver.img, src/patches/linux-2.4.26-proc-stat.patch: fixes
|
||
for the Alpha build to work again
|
||
|
||
2004-07-01 22:24 alanh
|
||
|
||
* lfs/binutils, lfs/bison, lfs/flex, lfs/m4,
|
||
src/uClibc/make/binutils.mk,
|
||
src/uClibc/sources/binutils-001-debian.patch: Upgrade binutils to
|
||
2.15.90.0.3 which fixes two things....
|
||
|
||
* as-needed etc works now with later gcc's - noted on Mandrake
|
||
platforms * fixes later gcc's assembler output on Alpha's
|
||
|
||
And update uClibc to use this later package too.
|
||
|
||
2004-07-01 18:59 riddles
|
||
|
||
* html/html/include/domMenu.js: Fix Konqueror and Safari menus
|
||
|
||
2004-07-01 15:17 alanh
|
||
|
||
* src/patches/linux-2.4.26-scsi.patch: Fix libata compile on Alpha
|
||
|
||
2004-07-01 09:53 alanh
|
||
|
||
* config/kernel/kernel.config.alpha: Bring Alpha kernel
|
||
configuration up-to-date
|
||
|
||
2004-07-01 05:37 eoberlander
|
||
|
||
* langs/vi/cgi-bin/vi.pl: Additions from Language Database.
|
||
|
||
2004-07-01 05:36 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Update Kai's address.
|
||
|
||
2004-06-30 20:14 alanh
|
||
|
||
* src/install+setup/install/main.c: only mount swap if there is one
|
||
|
||
2004-06-30 14:08 eoberlander
|
||
|
||
* langs/fi/: cgi-bin/fi.pl, install/lang_fi.c: Updates from
|
||
Language Database.
|
||
|
||
2004-06-29 17:48 alanh
|
||
|
||
* lfs/openswan: openswan 1.0.6
|
||
|
||
2004-06-28 10:38 eoberlander
|
||
|
||
* langs/vi/cgi-bin/vi.pl: Additions from Language Database.
|
||
|
||
2004-06-26 16:46 gespinasse
|
||
|
||
* src/rc.d/rc.eciadsl: Minor cleanup
|
||
|
||
2004-06-26 16:45 gespinasse
|
||
|
||
* src/rc.d/rc.connectioncheck: Fix waiting pppd start and wait a
|
||
maximum of time
|
||
|
||
2004-06-26 13:24 eoberlander
|
||
|
||
* langs/vi/cgi-bin/vi.pl: Fix typo in HTML.
|
||
|
||
2004-06-26 13:17 eoberlander
|
||
|
||
* langs/vi/cgi-bin/vi.pl: Additions from Language Database.
|
||
|
||
2004-06-25 21:24 alanh
|
||
|
||
* lfs/openswan: openswan 1.0.5
|
||
|
||
2004-06-25 14:56 eoberlander
|
||
|
||
* langs/no/install/lang_no.c: Updates from Language Database.
|
||
|
||
2004-06-25 13:42 alanh
|
||
|
||
* lfs/logwatch: logwatch from 5.1 to 5.2.2
|
||
|
||
2004-06-24 11:23 eoberlander
|
||
|
||
* langs/vi/cgi-bin/vi.pl: Additions from Language Database.
|
||
|
||
2004-06-23 13:59 riddles
|
||
|
||
* src/install+setup/install/main.c: Include libata in initrd
|
||
|
||
2004-06-23 13:38 riddles
|
||
|
||
* config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386,
|
||
config/kernel/kernel.config.i386.smp,
|
||
src/install+setup/install/probescsi.sh: Libata support
|
||
|
||
2004-06-22 10:58 eoberlander
|
||
|
||
* langs/el/install/lang_el.c: Updates from Language Database.
|
||
|
||
2004-06-21 19:15 alanh
|
||
|
||
* src/rc.d/rc.connectioncheck: Don't need to background it
|
||
|
||
2004-06-21 18:49 alanh
|
||
|
||
* lfs/libpcap, src/patches/libpcap-0.8.3-ppp.patch: Fix
|
||
inbound/outbound filter processing in libpcap for PPP linktypes
|
||
|
||
2004-06-21 18:21 gespinasse
|
||
|
||
* src/rc.d/rc.connectioncheck: Better behavior with long HOLDOFF
|
||
|
||
2004-06-21 12:38 eoberlander
|
||
|
||
* langs/da/install/lang_da.c: Updates from Language Database.
|
||
|
||
2004-06-21 08:14 riddles
|
||
|
||
* src/patches/make_devices.patch: Fix tty12
|
||
|
||
2004-06-21 05:00 gespinasse
|
||
|
||
* src/: ppp/ip-down, rc.d/rc.connectioncheck: Reconnection without
|
||
'persist' option
|
||
|
||
2004-06-20 20:25 eoberlander
|
||
|
||
* lfs/sysklogd: Fix bracket typo.
|
||
|
||
2004-06-20 16:48 eoberlander
|
||
|
||
* langs/de/install/lang_de.c: Updates from Language Database.
|
||
|
||
2004-06-20 14:57 rkerr
|
||
|
||
* config/etc/group, config/etc/logrotate.conf, config/etc/passwd,
|
||
lfs/logrotate, lfs/openssh, lfs/stage2, lfs/sysklogd,
|
||
src/install+setup/install/upgrade-v130-v140.c,
|
||
src/patches/sysklogd-1.3-31-rh-ksyslog-nul.diff,
|
||
src/patches/sysklogd-1.4.1-caen-owl-klogd-drop-root.diff,
|
||
src/patches/sysklogd-1.4.1-caen-owl-syslogd-bind.diff,
|
||
src/patches/sysklogd-1.4.1-caen-owl-syslogd-drop-root.diff,
|
||
src/patches/sysklogd-1.4.1-owl-syslogd-crunch_list.diff: * Swap
|
||
from using the CAEN based drop root patch in LFS to the improved
|
||
Owl version * Add syslogd and klogd users and groups to
|
||
/etc/passwd and /etc/group * Make the installer add these users
|
||
if importing old config * Modify rc.sysinit to get klogd and
|
||
syslogd to drop root and klogd to chroot * Modify logrotate so
|
||
files get recreated with root.syslogd ownership and 664
|
||
permissions after rotation * Change permissions on /var/empty to
|
||
711 and change sshd to use /var/empty instead of
|
||
/var/empty/sshd (sharing /var/empty is safe so long as none of
|
||
the processes chrooted there can also write there) * Apply the
|
||
following bug fixes: - sysklogd-1.3-31-rh-ksyslog-nul.diff
|
||
Fixes a single byte buffer overflow in klogd -
|
||
sysklogd-1.4.1-owl-syslogd-crunch_list.diff Fixes buffer
|
||
overflow in handling of -l and -s options in syslogd
|
||
|
||
2004-06-20 13:39 alanh
|
||
|
||
* lfs/uClibc: use URL_GNU
|
||
|
||
2004-06-20 13:32 alanh
|
||
|
||
* lfs/: libpcap, ppp: pcap-int.h is included in ppp-2.4.2 which
|
||
matches that of libpcap 0.7.x, but the structure changed for
|
||
libpcap 0.8.3 and it doesn't get installed. So pppd ends up
|
||
getting the wrong information.
|
||
|
||
So, when installing libpcap, we also install pcap-int.h and then
|
||
when building ppp we remove it's provided version to force it to
|
||
use the newly installed one.
|
||
|
||
This fixes the 'inbound/outbound not supported on linktype 0'
|
||
error.
|
||
|
||
2004-06-20 08:12 eoberlander
|
||
|
||
* langs/tr/cgi-bin/tr.pl: Additions from Language Database.
|
||
|
||
2004-06-20 07:01 gespinasse
|
||
|
||
* lfs/eagle, src/patches/eagle-usb-1.9.8-Makefile.patch,
|
||
src/patches/eagle-usb-1.9.8-configure.patch,
|
||
src/rc.d/rc.eagleusbadsl: Update new version eagle-usb, fix SMP
|
||
compilation (untested), enhanced script because of no 'persist'
|
||
use
|
||
|
||
2004-06-19 19:52 eoberlander
|
||
|
||
* langs/cs/install/lang_cs.c: Updates from Language Database.
|
||
|
||
2004-06-19 19:37 alanh
|
||
|
||
* lfs/glibc: add AUTOCONF=no to make install
|
||
|
||
2004-06-19 19:32 alanh
|
||
|
||
* lfs/rp-pppoe: rp-pppoe moved location
|
||
|
||
2004-06-17 12:54 eoberlander
|
||
|
||
* langs/: bz/install/lang_bz.c, cs/install/lang_cs.c,
|
||
da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c,
|
||
es/install/lang_es.c, fi/install/lang_fi.c, fr/install/lang_fr.c,
|
||
hu/install/lang_hu.c, it/install/lang_it.c, la/install/lang_la.c,
|
||
nl/install/lang_nl.c, no/install/lang_no.c, pt/install/lang_pt.c,
|
||
sv/install/lang_sv.c, tr/install/lang_tr.c: Add new Installer
|
||
string from Language Database.
|
||
|
||
2004-06-17 11:09 riddles
|
||
|
||
* langs/en/install/lang_en.c, src/install+setup/install/main.c:
|
||
Display message when building INITRD, fix for bug 971723
|
||
|
||
2004-06-17 11:02 riddles
|
||
|
||
* src/install+setup/install/main.c: Fix typo
|
||
|
||
2004-06-17 09:35 riddles
|
||
|
||
* src/install+setup/install/main.c: Finetune partitioning
|
||
|
||
2004-06-15 06:32 gespinasse
|
||
|
||
* lfs/capi4k-utils: Update new version
|
||
|
||
2004-06-14 10:38 eoberlander
|
||
|
||
* langs/fi/cgi-bin/fi.pl: Additions from Language Database.
|
||
|
||
2004-06-13 22:03 alanh
|
||
|
||
* src/patches/make_devices.patch: fix filename
|
||
|
||
2004-06-13 21:57 alanh
|
||
|
||
* src/patches/make_devices.patch: more mknod's from Bob Grant
|
||
|
||
2004-06-13 16:25 rkerr
|
||
|
||
* src/install+setup/libsmooth/: libsmooth.h, netstuff.c: Attach a
|
||
filter to the IP and netmask entry options to only accept dots
|
||
and numbers. This should fix the problem described by darren
|
||
where a space on the end of the IP caused hard to diagnose
|
||
problems later on. It would probably be nice to implement the
|
||
same filter for the DNS and gateway settings but I can't find
|
||
good enough documentation of newtWinEntries to work out how to do
|
||
this.
|
||
|
||
2004-06-13 07:47 eoberlander
|
||
|
||
* langs/es/cgi-bin/es.pl: Updates from Language Database.
|
||
|
||
2004-06-12 13:37 eoberlander
|
||
|
||
* html/cgi-bin/hosts.cgi: Change caption in hosts.cgi
|
||
|
||
2004-06-11 18:32 alanh
|
||
|
||
* lfs/uClibc: need gcc-3.3.1 for uClibc for now (may fix to support
|
||
3.3.3 but not now)
|
||
|
||
2004-06-11 11:55 alanh
|
||
|
||
* lfs/bzip2: add use_mktemp patch to bzip2
|
||
|
||
2004-06-11 10:19 alanh
|
||
|
||
* lfs/python: bug fix update for 2.3.3->2.3.4
|
||
|
||
2004-06-11 08:20 alanh
|
||
|
||
* lfs/man: update so prefetch and check work correctly
|
||
|
||
2004-06-11 05:29 eoberlander
|
||
|
||
* lfs/man: Update location for patches and include increment to
|
||
filenames.
|
||
|
||
2004-06-10 22:55 alanh
|
||
|
||
* lfs/scsi.img, config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386,
|
||
config/kernel/kernel.config.i386.smp,
|
||
src/install+setup/install/probescsi.sh: Support the following new
|
||
disk controllers
|
||
|
||
Compaq 5xxx array controllers Compaq SMART controllers Mylex
|
||
DAC960 controllers
|
||
|
||
(not tested, but should work) (This will fix SF bug id #925576,
|
||
once the reporter can install 1.4b5)
|
||
|
||
2004-06-10 21:12 alanh
|
||
|
||
* src/rc.d/rc.connectioncheck: We don't need these sleeps, we spin
|
||
in a while loop waiting for PPP to shutdown anyway.
|
||
|
||
2004-06-10 20:30 gespinasse
|
||
|
||
* lfs/expect: Wrong fix, this one should be better
|
||
|
||
2004-06-10 20:22 gespinasse
|
||
|
||
* lfs/expect: Fix expect typo
|
||
|
||
2004-06-10 18:33 alanh
|
||
|
||
* src/rc.d/rc.netaddress.up: fix problem when AUTOCONNECT is ""
|
||
|
||
2004-06-10 13:30 alanh
|
||
|
||
* lfs/initrd: use new make_devices
|
||
|
||
2004-06-10 11:11 alanh
|
||
|
||
* lfs/zlib: fix typo
|
||
|
||
2004-06-10 10:25 alanh
|
||
|
||
* lfs/mktemp: fix mktemp
|
||
|
||
2004-06-10 09:46 alanh
|
||
|
||
* lfs/gawk: that gawk patch is in patches now
|
||
|
||
2004-06-10 09:38 alanh
|
||
|
||
* lfs/gawk: more tweaks for check/prefetch to gawk
|
||
|
||
2004-06-10 09:25 alanh
|
||
|
||
* lfs/zlib: zlib from 1.1.4 to 1.2.1
|
||
|
||
2004-06-10 09:25 alanh
|
||
|
||
* lfs/util-linux: util-linux from 2.12 to 2.12a
|
||
|
||
2004-06-10 09:25 alanh
|
||
|
||
* lfs/texinfo: texinfo from 4.6 to 4.7
|
||
|
||
2004-06-10 09:24 alanh
|
||
|
||
* lfs/tcl: tcl from 8.4.4 to 8.4.6
|
||
|
||
2004-06-10 09:24 alanh
|
||
|
||
* lfs/sysklogd: fix up sysklogd and apply a new security patch
|
||
which allows both sysklogd and klogd to drop root privileges and
|
||
start as a user.
|
||
|
||
Robert - Can you look into fixing the rc.sysinit script for this
|
||
??
|
||
|
||
2004-06-10 09:23 alanh
|
||
|
||
* lfs/sed: sed from 4.0.7 to 4.0.9
|
||
|
||
2004-06-10 09:22 alanh
|
||
|
||
* lfs/rrdtool: rrdtool from 1.0.46 to 1.0.48
|
||
|
||
2004-06-10 09:22 alanh
|
||
|
||
* lfs/psmisc: psmisc from 21.3 to 21.4
|
||
|
||
2004-06-10 09:22 alanh
|
||
|
||
* lfs/procps: procps from 3.1.15 to 3.2.1
|
||
|
||
2004-06-10 09:21 alanh
|
||
|
||
* lfs/perl: perl from 5.8.2 to 5.8.4
|
||
|
||
2004-06-10 09:21 alanh
|
||
|
||
* lfs/ncurses: ncurses from 5.4 to 5.5
|
||
|
||
2004-06-10 09:20 alanh
|
||
|
||
* lfs/mtools: update location of mtools
|
||
|
||
2004-06-10 09:20 alanh
|
||
|
||
* lfs/man-pages: man-pages from 1.60 to 1.66
|
||
|
||
2004-06-10 09:19 alanh
|
||
|
||
* lfs/makedev, src/patches/make_devices.patch: Switch from MAKEDEV
|
||
to make_devices.
|
||
|
||
This may need some more work, as a lot of the devices are no
|
||
longer created and we have to manually patch this file and then
|
||
update the patch in src/patches.
|
||
|
||
2004-06-10 09:18 alanh
|
||
|
||
* lfs/libtool: libtool from 1.5 to 1.5.6
|
||
|
||
2004-06-10 09:18 alanh
|
||
|
||
* lfs/isdn4k-utils, lfs/libpcap, lfs/ppp, lfs/tcpdump,
|
||
src/patches/libpcap-0.7.2-shared.patch[DEAD],
|
||
src/patches/libpcap-0.8.3-shared.patch,
|
||
src/patches/tcpdump-3.7.2-CAN-2003-0989.patch[DEAD],
|
||
src/patches/tcpdump-3.7.2-CAN-2004-01834.patch[DEAD]: upgrade
|
||
libpcap from 0.7.2 to 0.8.3 upgrade tcpdump from 3.7.2 to 3.8.3
|
||
and fix ppp/isdn4k-utils for new headers
|
||
|
||
2004-06-10 09:16 alanh
|
||
|
||
* lfs/less: less from 381 to 382
|
||
|
||
2004-06-10 09:16 alanh
|
||
|
||
* lfs/kbd: kbd from 1.08 to 1.12
|
||
|
||
2004-06-10 09:16 alanh
|
||
|
||
* lfs/hdparm, src/patches/hdparm.patch: hdparm from 5.4 to 5.5
|
||
|
||
2004-06-10 09:15 alanh
|
||
|
||
* lfs/grub, src/patches/grub-0.90-addsyncs.patch[DEAD],
|
||
src/patches/grub-0.90-install.in.patch[DEAD],
|
||
src/patches/grub-0.90-installcopyonly.patch[DEAD],
|
||
src/patches/grub-0.90-staticcurses.patch,
|
||
src/patches/grub-0.92-automake16.patch[DEAD],
|
||
src/patches/grub-0.92-hammer.patch[DEAD],
|
||
src/patches/grub-0.93-buggybios.patch[DEAD],
|
||
src/patches/grub-0.93-graphics.patch,
|
||
src/patches/grub-0.93-largedisk.patch[DEAD]: grub from 0.93 to
|
||
0.94
|
||
|
||
2004-06-10 09:13 alanh
|
||
|
||
* lfs/glibc: glibc from 2.3.2 to 2.3.3
|
||
|
||
2004-06-10 09:13 alanh
|
||
|
||
* lfs/gettext: gettext from 0.12.1 to 0.14.1
|
||
|
||
2004-06-10 09:12 alanh
|
||
|
||
* lfs/gcc-2: fixes to gcc 2.95.3
|
||
|
||
2004-06-10 09:11 alanh
|
||
|
||
* lfs/gcc: gcc from 3.3.1 to 3.3.3
|
||
|
||
2004-06-10 09:11 alanh
|
||
|
||
* lfs/file: file from 4.04 to 4.09
|
||
|
||
2004-06-10 09:10 alanh
|
||
|
||
* lfs/expect: expect from 5.39.0 to 5.41.0
|
||
|
||
2004-06-10 09:10 alanh
|
||
|
||
* lfs/e2fsprogs, src/patches/e2fsprogs-1.34-install.patch[DEAD],
|
||
src/patches/e2fsprogs-1.35-install.patch: e2fsprogs from 1.34 to
|
||
1.35
|
||
|
||
2004-06-10 09:09 alanh
|
||
|
||
* lfs/coreutils: coreutils from 5.0 to 5.2.1
|
||
|
||
2004-06-10 09:09 alanh
|
||
|
||
* lfs/automake: automake from 1.7.6 to 1.8.4
|
||
|
||
2004-06-10 09:09 alanh
|
||
|
||
* lfs/autoconf: autoconf from 2.57 to 2.59
|
||
|
||
2004-06-10 09:08 alanh
|
||
|
||
* lfs/: iana-etc, lfs-utils[DEAD], mktemp: lfs-utils no longer
|
||
exists and now it's mktemp & iana-etc
|
||
|
||
2004-06-10 09:08 alanh
|
||
|
||
* lfs/Config: Switch to LFS 5.1 (which links to 5.1.1)
|
||
|
||
2004-06-10 09:07 alanh
|
||
|
||
* lfs/gawk: fix gawk
|
||
|
||
2004-06-09 23:00 alanh
|
||
|
||
* lfs/ipac-ng, config/ipac-ng/ipac.conf, config/ipac-ng/rules.conf,
|
||
src/rc.d/helper/writeipac.pl: upgrade ipac-ng to 1.28 which has
|
||
several bug fixes and reduces the memory requirements for
|
||
fetchipac.
|
||
|
||
2004-06-09 13:38 alanh
|
||
|
||
* src/patches/linux-2.4.26-proc-stat.patch: Fix bug #967044 (no
|
||
disk graphs for root on /dev/hdc,hdd or SCSI disks)
|
||
|
||
2004-06-09 13:34 alanh
|
||
|
||
* src/rc.d/rc.netaddress.up: Fix Gilles last commit, in which we
|
||
actually force AUTOCONNECT=on when we detect a DHCP/STATIC RED
|
||
interface now, so we only need to test for the AUTOCONNECT
|
||
option.
|
||
|
||
2004-06-09 09:50 alanh
|
||
|
||
* lfs/grub, src/patches/grub-0.93-gateA20.patch[DEAD]: grr, this is
|
||
actually already handled by the buggybios patch...
|
||
|
||
2004-06-09 09:42 alanh
|
||
|
||
* lfs/grub, src/patches/grub-0.93-gateA20.patch: borrow a fix from
|
||
grub 0.94 to fix Gate A20
|
||
|
||
2004-06-09 07:04 gespinasse
|
||
|
||
* src/rc.d/rc.netaddress.up: Revert Alan change to allow again use
|
||
of 'Connect on restart' with PPPoE/PPTP and do it only when
|
||
necessary
|
||
|
||
2004-06-08 21:29 alanh
|
||
|
||
* lfs/snort: bugfixes for snort (upgrade to 2.1.3)
|
||
|
||
2004-06-08 21:28 alanh
|
||
|
||
* lfs/openswan: bugfixes for openswan (upgrade to 1.0.4)
|
||
|
||
2004-06-08 19:22 alanh
|
||
|
||
* lfs/cdrom: fix dependencies
|
||
|
||
2004-06-08 18:51 alanh
|
||
|
||
* src/install+setup/install/upgrade-v130-v140.c: add 'deny bootp'
|
||
to resolve DHCP issues.
|
||
|
||
We may want to re-enable bootp clients, but we'd need to resolve
|
||
the netstatus.cgi and dhcp.cgi scripts to parse 'ends never' as
|
||
the lease time.
|
||
|
||
2004-06-07 16:46 eoberlander
|
||
|
||
* lfs/cdrom: Add Quick Start guide to docs folder.
|
||
|
||
2004-06-07 16:23 eoberlander
|
||
|
||
* lfs/cdrom: Change name of install-en file to version specific to
|
||
v140.
|
||
|
||
2004-06-07 15:44 alanh
|
||
|
||
* lfs/cdrom: The SF support team removed this file, so re-adding
|
||
it.
|
||
|
||
2004-06-05 06:59 eoberlander
|
||
|
||
* langs/pt/cgi-bin/pt.pl: Additions from Language Database.
|
||
|
||
2004-06-04 20:46 eoberlander
|
||
|
||
* src/rc.d/rc.firewall.local: Add usage hint.
|
||
|
||
2004-06-01 00:40 gespinasse
|
||
|
||
* html/cgi-bin/netstatus.cgi, src/rc.d/rc.bewanadsl,
|
||
src/rc.d/rc.sysinit: Fix connection status, display some
|
||
connection speed and minor fixes
|
||
|
||
2004-05-31 18:03 rkerr
|
||
|
||
* html/cgi-bin/index.cgi, html/cgi-bin/updates.cgi, lfs/gnupg,
|
||
lfs/stage2, src/misc-progs/installpackage.c: Move patch
|
||
verification and install logic from CGI to helper program
|
||
|
||
2004-05-31 17:18 alanh
|
||
|
||
* src/patches/linux-2.4.23-ssp.patch[DEAD]: use downloaded ssp
|
||
patch for linux
|
||
|
||
2004-05-31 17:13 alanh
|
||
|
||
* lfs/glibc: fix download & $(TARGET)
|
||
|
||
2004-05-31 17:03 alanh
|
||
|
||
* lfs/glibc, config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386,
|
||
config/kernel/kernel.config.i386.smp: add FRANDOM kernel patch
|
||
for newer stack smashing protection
|
||
|
||
2004-05-31 15:32 alanh
|
||
|
||
* lfs/glibc: update glibc stack smash protection patch
|
||
|
||
2004-05-31 15:15 alanh
|
||
|
||
* lfs/: gcc, gcc-2, glibc, grub, iproute2, isdn4k-utils, perl,
|
||
pulsar: update more dependencies for make.sh check
|
||
|
||
2004-05-31 14:55 alanh
|
||
|
||
* lfs/apache: update openswan to 1.0.4 to fix some bugs
|
||
|
||
update make.sh check support to check more files in
|
||
lfs/apache,linux
|
||
|
||
2004-05-31 09:02 alanh
|
||
|
||
* lfs/apache: update modssl to 2.8.18
|
||
|
||
2004-05-31 05:18 gespinasse
|
||
|
||
* lfs/linux, src/patches/linux-2.4.27-speedtch.patch: backport
|
||
speedtch 2.4.27-pre3 patch
|
||
|
||
2004-05-30 20:44 eoberlander
|
||
|
||
* langs/sv/install/lang_sv.c: Update from Language Database...
|
||
|
||
2004-05-30 15:22 eoberlander
|
||
|
||
* langs/sv/install/lang_sv.c: Update from Language Database. I
|
||
notice that most of the updates change a single backslash to a
|
||
pair of backslashes, which seems odd to me.
|
||
|
||
2004-05-26 06:45 gespinasse
|
||
|
||
* src/rc.d/: rc.alcatelusb, rc.alcatelusbk, rc.amedynusbadsl,
|
||
rc.bewanadsl, rc.conexantpciadsl, rc.conexantusbadsl,
|
||
rc.eagleusbadsl, rc.eciadsl, rc.fritzdsl: Remove umount/mount
|
||
usbdevfs on usb_reset because it's not effective and necessary,
|
||
don't kill modem_run on stop and minor clean up
|
||
|
||
2004-05-24 21:37 gespinasse
|
||
|
||
* lfs/unzip: Update due to security issues
|
||
|
||
2004-05-24 19:55 alanh
|
||
|
||
* lfs/ppp, src/patches/ppp-2.4.2-close.patch: fix pppd to really
|
||
close the plugin's file descriptors before exec'ing a child
|
||
process. This fixes pppoatm.so and from what I can see the
|
||
rp-pppoe to really allow re-connections when pppd terminates.
|
||
|
||
Basically, some plugin's do not implement the close function as
|
||
they should and the run_program() call in pppd assumes that they
|
||
should. We default back to closing the returned devfd descriptor
|
||
from the plugin.
|
||
|
||
2004-05-24 16:18 eoberlander
|
||
|
||
* langs/la/install/lang_la.c: Update from Language Database.
|
||
|
||
2004-05-22 18:33 eoberlander
|
||
|
||
* langs/da/: cgi-bin/da.pl, install/lang_da.c: Additions from
|
||
Language Database.
|
||
|
||
2004-05-18 11:10 alanh
|
||
|
||
* lfs/apache: update apache and mod_ssl
|
||
|
||
2004-05-16 15:19 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Update from Language Database.
|
||
|
||
2004-05-15 22:04 gespinasse
|
||
|
||
* html/cgi-bin/graphs.cgi: Fix back link (without ucfirst)
|
||
|
||
2004-05-15 13:33 gespinasse
|
||
|
||
* lfs/eagle: Fix for 3Com 3cp4218
|
||
|
||
2004-05-14 16:15 eoberlander
|
||
|
||
* langs/fr/install/lang_fr.c: Update from Language Database.
|
||
|
||
2004-05-13 19:51 gespinasse
|
||
|
||
* lfs/fcdsl: Create another fcdsl tgz with smp module
|
||
|
||
2004-05-12 23:33 gespinasse
|
||
|
||
* src/misc-progs/restartsquid.c: Fix wrong error message
|
||
|
||
2004-05-12 14:59 alanh
|
||
|
||
* src/install+setup/install/main.c: SMP fix
|
||
|
||
2004-05-12 14:57 alanh
|
||
|
||
* config/kernel/kernel.config.i386.smp: add a comment and the
|
||
kernel config file for SMP
|
||
|
||
2004-05-12 14:54 alanh
|
||
|
||
* lfs/3cp4218, lfs/Config, lfs/amedyn, lfs/cnx_pci, lfs/cxacru,
|
||
lfs/driver.img, lfs/eagle, lfs/eciadsl, lfs/fcdsl, lfs/linux,
|
||
lfs/pcmcia-cs, lfs/pulsar, lfs/scsi.img, lfs/speedtouch,
|
||
lfs/unicorn, src/install+setup/install/main.c,
|
||
src/install+setup/setup/networking.c, config/grub/grub.conf,
|
||
config/grub/scsigrub.conf, src/rc.d/rc.network,
|
||
src/rc.d/rc.sysinit: add SMP support
|
||
|
||
2004-05-12 11:08 riddles
|
||
|
||
* html/cgi-bin/netstatus.cgi: Only show dhcp hostname if we got one
|
||
|
||
2004-05-12 10:58 riddles
|
||
|
||
* src/rc.d/: rc.updatered, rc.netaddress.up: Force killing of
|
||
dnsmasq
|
||
|
||
2004-05-12 10:41 riddles
|
||
|
||
* src/misc-progs/: ipsecctrl.c, restartsquid.c: Remove dependency
|
||
on RED_TYPE
|
||
|
||
2004-05-12 07:26 eoberlander
|
||
|
||
* langs/pt/cgi-bin/pt.pl: Additions from Language Database.
|
||
|
||
2004-05-10 21:42 gespinasse
|
||
|
||
* src/rc.d/rc.updatered: Fix one more insecure dependency / empty
|
||
with dhcpcd (but still an error with rc.updatered Can't read
|
||
RED_TYPE when it is not defined)
|
||
|
||
2004-05-10 09:10 riddles
|
||
|
||
* tools/mkflash/mkflash: Fix Grub stage2
|
||
|
||
2004-05-10 08:49 riddles
|
||
|
||
* tools/mkflash/mkflash: Fix mkflash fstab + grub.conf
|
||
|
||
2004-05-10 08:06 riddles
|
||
|
||
* config/etc/sysctl.conf: Remove conntrack_max entry
|
||
|
||
2004-05-09 19:52 eoberlander
|
||
|
||
* langs/da/cgi-bin/da.pl: Additions from Language Database.
|
||
|
||
2004-05-08 14:53 eoberlander
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Make Open or Closed text white, as
|
||
black is not clear.
|
||
|
||
2004-05-07 18:29 eoberlander
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Change test to 'if file exists' show
|
||
Key.
|
||
|
||
2004-05-07 12:29 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, hu/cgi-bin/hu.pl,
|
||
nl/cgi-bin/nl.pl, pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl,
|
||
ru/cgi-bin/ru.pl, tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl: Remove
|
||
colon(:).
|
||
|
||
2004-05-07 08:35 alanh
|
||
|
||
* lfs/pulsar, src/patches/pulsar.patch: Fix broken pulsar drivers
|
||
usage of spin_lock's
|
||
|
||
2004-05-07 08:27 riddles
|
||
|
||
* src/misc-progs/restartsquid.c: Add fix for static red ethernet
|
||
|
||
2004-05-06 09:28 riddles
|
||
|
||
* src/misc-progs/ipcopbkcfg.c: Accept wildcards in backup
|
||
|
||
2004-05-06 09:26 riddles
|
||
|
||
* src/misc-progs/restartsquid.c: Escape VPN and RED network for
|
||
transparent proxy
|
||
|
||
2004-05-06 07:56 eoberlander
|
||
|
||
* langs/fi/cgi-bin/fi.pl: Update from Language Database.
|
||
|
||
2004-05-05 09:13 eoberlander
|
||
|
||
* langs/da/: cgi-bin/da.pl, install/lang_da.c: Update from Language
|
||
Database.
|
||
|
||
2004-05-04 10:03 alanh
|
||
|
||
* config/kernel/kernel.config.i386: reverse a local change
|
||
|
||
2004-05-03 23:13 alanh
|
||
|
||
* config/kernel/kernel.config.i386, lfs/linux, lfs/modutils,
|
||
src/patches/patch-o-matic-20030912-connlimit.patch[DEAD],
|
||
src/patches/patch-o-matic-20030912-pptp.patch[DEAD],
|
||
src/patches/patch-o-matic-20030912-rtsp.patch[DEAD],
|
||
src/patches/patch-o-matic-20031219-connlimit.patch: update to
|
||
kernel 2.4.26 & modutils 2.4.27 and adjust patch-o-matic
|
||
accordingly
|
||
|
||
2004-05-03 08:55 riddles
|
||
|
||
* src/rc.d/rc.updatered: Make sure gw address is not 0.0.0.0
|
||
|
||
2004-05-03 08:31 riddles
|
||
|
||
* make.sh: Unmount ccache upon cleanup and exiterror
|
||
|
||
2004-05-03 08:19 riddles
|
||
|
||
* src/rc.d/rc.sysinit: Remove all lock files upon reboot
|
||
|
||
2004-04-29 19:36 eoberlander
|
||
|
||
* src/scripts/makegraphs: Fix for SF Bug 943912.
|
||
|
||
2004-04-29 10:16 eoberlander
|
||
|
||
* langs/sv/: cgi-bin/sv.pl, install/lang_sv.c: Update from Language
|
||
Database.
|
||
|
||
2004-04-28 17:43 eoberlander
|
||
|
||
* html/cgi-bin/dhcp.cgi: Swap code around. Fix for error messages
|
||
that appear when editing fixed leases.
|
||
|
||
2004-04-28 10:48 riddles
|
||
|
||
* lfs/linux, lfs/openswan, src/ROOTFILES.alpha: Update Openswan to
|
||
1.0.3
|
||
|
||
2004-04-26 12:30 riddles
|
||
|
||
* src/rc.d/rc.netaddress.up: Start ipsec if it wasn't started by
|
||
red
|
||
|
||
2004-04-25 16:50 gespinasse
|
||
|
||
* lfs/boot.img, src/install+setup/install/main.c: Only when enough
|
||
space on disk available, allow 25% of total with upper limit to
|
||
8GBytes, cosmetic : display HTTP/FTP for network install
|
||
|
||
2004-04-25 06:57 gespinasse
|
||
|
||
* config/cfgroot/backup-include: Remove syslog.conf from backup for
|
||
everybody. This file fail to follow update at install. You can
|
||
put it on user.include on your own
|
||
|
||
2004-04-24 22:06 gespinasse
|
||
|
||
* html/cgi-bin/: shaping.cgi, xtaccess.cgi: Stay on edit mode if an
|
||
error occur
|
||
|
||
2004-04-24 21:45 gespinasse
|
||
|
||
* html/cgi-bin/hosts.cgi: Stay on edit mode if an error occur
|
||
|
||
2004-04-24 14:47 eoberlander
|
||
|
||
* html/cgi-bin/dhcp.cgi: Partial fix for bug that prevented DHCP
|
||
settings being saved. More work needed to track down spurious
|
||
error messages that appear when editing fixed leases.
|
||
|
||
2004-04-24 10:49 rkerr
|
||
|
||
* html/cgi-bin/shaping.cgi: Fix for bug 941002 that doesn't break
|
||
the edit function
|
||
|
||
2004-04-24 08:12 eoberlander
|
||
|
||
* html/cgi-bin/shaping.cgi: Roger's fix for Bug 941002.
|
||
|
||
2004-04-23 23:11 gespinasse
|
||
|
||
* src/rc.d/rc.bewanadsl: Warn for unsupported model
|
||
|
||
2004-04-23 16:31 eoberlander
|
||
|
||
* langs/sv/: cgi-bin/sv.pl, install/lang_sv.c: Update from Language
|
||
database.
|
||
|
||
2004-04-23 09:22 riddles
|
||
|
||
* make.sh, lfs/arping, lfs/iproute2, lfs/libnet,
|
||
src/ROOTFILES.alpha, src/misc-progs/setaliases.c: Add arping
|
||
|
||
2004-04-22 20:02 eoberlander
|
||
|
||
* langs/it/cgi-bin/it.pl: Update from Language database.
|
||
|
||
2004-04-21 10:49 riddles
|
||
|
||
* html/cgi-bin/: ddns.cgi, dhcp.cgi, dmzholes.cgi, hosts.cgi,
|
||
portfw.cgi, vpnmain.cgi, xtaccess.cgi: Add alt texts for all
|
||
legends
|
||
|
||
2004-04-21 10:36 riddles
|
||
|
||
* html/cgi-bin/shaping.cgi: 1kbps is not usable for shaping
|
||
|
||
2004-04-20 12:50 alanh
|
||
|
||
* src/: ROOTFILES.alpha, ROOTFILES.i386: add ccache entries
|
||
|
||
2004-04-20 12:42 alanh
|
||
|
||
* make.sh, lfs/Config, lfs/ccache, src/uClibc/Makefile,
|
||
src/patches/ccache-2.3.patch: Implement ccache
|
||
|
||
2004-04-20 12:35 alanh
|
||
|
||
* lfs/: 3cp4218, Config, amedyn, cnx_pci, cxacru, eagle, fcdsl,
|
||
linux, pcmcia-cs, pulsar, unicorn: Consolidate the use of KGCC
|
||
|
||
2004-04-20 12:34 alanh
|
||
|
||
* lfs/newt: missed one for -fomit-frame-pointer
|
||
|
||
2004-04-20 12:32 alanh
|
||
|
||
* lfs/: e2fsprogs, installer, kbd, kudzu, misc-progs, pciutils,
|
||
slang, sysvinit, util-linux: build even smaller binaries for the
|
||
install disk by using -fomit-frame-pointer.
|
||
|
||
2004-04-20 08:18 eoberlander
|
||
|
||
* langs/da/cgi-bin/da.pl: Update from Language database.
|
||
|
||
2004-04-19 16:27 eoberlander
|
||
|
||
* langs/cs/cgi-bin/cs.pl: Update from Language database.
|
||
|
||
2004-04-19 14:19 alanh
|
||
|
||
* lfs/net-tools: since we're using sed -i no need to touch files
|
||
|
||
2004-04-19 13:12 riddles
|
||
|
||
* src/scripts/makegraphs: Fix diskgraphs
|
||
|
||
2004-04-19 13:02 riddles
|
||
|
||
* lfs/inetutils, src/patches/inetutils-1.4.2-ping-1.patch,
|
||
src/scripts/makegraphs: Fix ping timeout
|
||
|
||
2004-04-18 20:08 rkerr
|
||
|
||
* html/cgi-bin/dhcp.cgi: In place editing
|
||
|
||
2004-04-18 11:22 riddles
|
||
|
||
* lfs/pcmcia-cs: SMP fix
|
||
|
||
2004-04-17 17:23 rkerr
|
||
|
||
* lfs/bind: Only build nsupdate and the 3 libraries it requires
|
||
instead of building the ntire bind suite
|
||
|
||
2004-04-17 17:10 rkerr
|
||
|
||
* html/: html/include/ipcop.css, cgi-bin/aliases.cgi,
|
||
cgi-bin/ddns.cgi, cgi-bin/dhcp.cgi, cgi-bin/dmzholes.cgi,
|
||
cgi-bin/hosts.cgi, cgi-bin/portfw.cgi, cgi-bin/shaping.cgi,
|
||
cgi-bin/wireless.cgi, cgi-bin/xtaccess.cgi: Various XHTML fixes -
|
||
* removed invalid attributes from <input image> tags * fixed a
|
||
couple of uppercase attribute name * reordered most overlapping
|
||
form & table elements * turned off form margin and padding so
|
||
reordered elements don't mess up table formating
|
||
|
||
2004-04-17 16:23 eoberlander
|
||
|
||
* html/cgi-bin/logs.cgi/: firewalllog.dat, ids.dat, log.dat,
|
||
proxylog.dat, summary.dat: Add Tooltips to buttons on log pages
|
||
for 'Day before' and 'Day after'.
|
||
|
||
2004-04-17 14:22 eoberlander
|
||
|
||
* html/cgi-bin/ddns.cgi: Add title= for tooltips: Fix for Bug No
|
||
936789.
|
||
|
||
2004-04-17 13:56 eoberlander
|
||
|
||
* html/cgi-bin/shaping.cgi: Add title= for tooltips: Fix for Bug No
|
||
936789.
|
||
|
||
2004-04-17 09:17 eoberlander
|
||
|
||
* html/cgi-bin/xtaccess.cgi: Add title= for tooltips: Fix for Bug
|
||
No 936789.
|
||
|
||
2004-04-17 07:34 eoberlander
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Rearrange Legend table onto two lines.
|
||
|
||
2004-04-16 22:46 alanh
|
||
|
||
* make.sh: use UTC time for logging
|
||
|
||
2004-04-16 17:40 rkerr
|
||
|
||
* html/cgi-bin/shaping.cgi: Change to use graphical edit/delete
|
||
icons and in place editing instead of the old option based
|
||
approach
|
||
|
||
2004-04-16 16:19 eoberlander
|
||
|
||
* html/cgi-bin/portfw.cgi: Forward Darren's fix into v1.4.0 branch.
|
||
|
||
2004-04-16 12:54 eoberlander
|
||
|
||
* langs/sv/cgi-bin/sv.pl: Update from Language database.
|
||
|
||
2004-04-16 11:07 riddles
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Show legend
|
||
|
||
2004-04-16 10:56 riddles
|
||
|
||
* html/cgi-bin/: ddns.cgi, hosts.cgi: Show legend
|
||
|
||
2004-04-16 10:51 riddles
|
||
|
||
* html/cgi-bin/: dmzholes.cgi, portfw.cgi: Show legend
|
||
|
||
2004-04-16 09:49 riddles
|
||
|
||
* html/cgi-bin/xtaccess.cgi: Show legend
|
||
|
||
2004-04-16 09:40 riddles
|
||
|
||
* html/cgi-bin/: dmzholes.cgi, vpnmain.cgi: Move blue dot to behind
|
||
the label
|
||
|
||
2004-04-16 09:35 riddles
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Remove back button from posted page
|
||
|
||
2004-04-16 09:29 riddles
|
||
|
||
* html/cgi-bin/logs.cgi/firewalllog.dat: Synchronize logbox
|
||
headings
|
||
|
||
2004-04-16 09:25 riddles
|
||
|
||
* html/cgi-bin/credits.cgi: Remove BACK
|
||
|
||
2004-04-16 09:25 riddles
|
||
|
||
* html/cgi-bin/: modem.cgi, proxy.cgi: Synchronize these/this field
|
||
may be blank
|
||
|
||
2004-04-16 09:01 riddles
|
||
|
||
* html/cgi-bin/portfw.cgi: Add blue dot
|
||
|
||
2004-04-15 20:58 alanh
|
||
|
||
* lfs/: apache, perl: fix dependencies
|
||
|
||
2004-04-15 20:38 alanh
|
||
|
||
* lfs/: gcc, gcc-2: fix dependencies
|
||
|
||
2004-04-15 17:11 alanh
|
||
|
||
* lfs/ncurses: remove -j 3 because of build issues
|
||
|
||
2004-04-15 15:59 alanh
|
||
|
||
* lfs/glibc: correct dependencies
|
||
|
||
2004-04-14 22:05 gespinasse
|
||
|
||
* src/install+setup/: install/cdrom.c, install/config.c,
|
||
install/main.c, install/net.c, install/nic.c,
|
||
install/upgrade-v130-v140.c, install/usb.c, libsmooth/main.c,
|
||
libsmooth/netstuff.c, setup/dhcp.c, setup/domainname.c,
|
||
setup/hostname.c, setup/isdn.c, setup/keymap.c, setup/main.c,
|
||
setup/misc.c, setup/networking.c, setup/passwords.c,
|
||
setup/timezone.c: Fix minor compilation warnings (built-in
|
||
function log... and unused variables
|
||
|
||
2004-04-11 20:18 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Update Marco's details.
|
||
|
||
2004-04-11 16:33 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl,
|
||
es/cgi-bin/es.pl, fi/cgi-bin/fi.pl, hu/cgi-bin/hu.pl,
|
||
it/cgi-bin/it.pl, nl/cgi-bin/nl.pl, pt/cgi-bin/pt.pl,
|
||
ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl,
|
||
tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl, zh/cgi-bin/zh.pl: Update from
|
||
Language database.
|
||
|
||
2004-04-10 11:10 riddles
|
||
|
||
* lfs/tcpdump, src/patches/tcpdump-3.7.2-CAN-2004-01834.patch:
|
||
Tcpdump security fix
|
||
|
||
2004-04-09 17:35 alanh
|
||
|
||
* lfs/: coreutils, gmp, ncurses, openssh, openssl, python:
|
||
parallelize some more of the build process
|
||
|
||
2004-04-08 05:58 gespinasse
|
||
|
||
* src/: ROOTFILES.alpha, ROOTFILES.i386: Fix capi4k-utils update
|
||
|
||
2004-04-07 21:41 gespinasse
|
||
|
||
* lfs/eciadsl, src/ROOTFILES.i386, src/rc.d/rc.eciadsl: Update ECI
|
||
driver
|
||
|
||
2004-04-07 14:10 alanh
|
||
|
||
* lfs/capi4k-utils,
|
||
src/patches/capi4k-utils-2004-01-19-pppd242.patch[DEAD]: no
|
||
longer require capi patch for ppp 2.4.2
|
||
|
||
2004-04-07 14:06 alanh
|
||
|
||
* lfs/capi4k-utils: update capi4k-utils
|
||
|
||
2004-04-07 12:45 riddles
|
||
|
||
* src/misc-progs/ipsecctrl.c: Fix red interface name for alias
|
||
|
||
2004-04-07 12:40 riddles
|
||
|
||
* lfs/snort: Snort fixes
|
||
|
||
2004-04-07 12:31 riddles
|
||
|
||
* src/misc-progs/ipsecctrl.c: Add alias interfaces to valid ipsec
|
||
interfaces
|
||
|
||
2004-04-07 11:48 riddles
|
||
|
||
* src/misc-progs/ipsecctrl.c: Allow any source port
|
||
|
||
2004-04-07 08:13 alanh
|
||
|
||
* lfs/busybox, src/patches/busybox-0.60.5-wget-unlink.patch: fix
|
||
for using ftp:// in the installer
|
||
|
||
2004-04-07 08:11 alanh
|
||
|
||
* src/install+setup/install/net.c: fix for using ftp:// on the
|
||
installer
|
||
|
||
2004-04-05 07:12 eoberlander
|
||
|
||
* langs/it/cgi-bin/it.pl: Language update from database.
|
||
|
||
2004-04-05 07:04 eoberlander
|
||
|
||
* langs/: bz/install/lang_bz.c, cs/install/lang_cs.c,
|
||
da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c,
|
||
es/install/lang_es.c, fi/install/lang_fi.c, fr/install/lang_fr.c,
|
||
hu/install/lang_hu.c, it/install/lang_it.c, la/install/lang_la.c,
|
||
nl/install/lang_nl.c, no/install/lang_no.c, pt/install/lang_pt.c,
|
||
sv/install/lang_sv.c, tr/install/lang_tr.c: Update all installer
|
||
files, following change to lang_en.c
|
||
|
||
2004-04-04 20:29 alanh
|
||
|
||
* langs/en/install/lang_en.c: fix for <version>
|
||
|
||
2004-04-04 17:54 gespinasse
|
||
|
||
* lfs/pulsar, src/rc.d/rc.pulsardsl: Fix unresolved symbols for
|
||
Pulsar, but the last one with printk need library update
|
||
|
||
2004-04-04 13:02 eoberlander
|
||
|
||
* langs/pt/cgi-bin/pt.pl: Additions from Language Database.
|
||
|
||
2004-04-02 22:33 alanh
|
||
|
||
* config/kernel/kernel.config.alpha, src/ROOTFILES.alpha: Build
|
||
fixes for Alpha
|
||
|
||
2004-04-02 07:33 eoberlander
|
||
|
||
* html/cgi-bin/dhcp.cgi: Add the word Legend in front of the key to
|
||
actions.
|
||
|
||
2004-04-01 18:03 eoberlander
|
||
|
||
* html/cgi-bin/logs.cgi/proxylog.dat: Fix typo (missing < ) which
|
||
broke display of drop down list of IP numbers.
|
||
|
||
2004-04-01 15:36 alanh
|
||
|
||
* src/install+setup/setup/networking.c: bump for segmentation fault
|
||
|
||
2004-03-31 17:39 eoberlander
|
||
|
||
* src/scripts/makegraphs: Possible fix for Bug No 925779, Current
|
||
System CPU graph display error. Remove two s.
|
||
|
||
2004-03-31 12:15 riddles
|
||
|
||
* lfs/linux: Remove openswan dir
|
||
|
||
2004-03-31 09:38 eoberlander
|
||
|
||
* langs/el/cgi-bin/el.pl: Language update from database.
|
||
|
||
2004-03-30 23:03 gespinasse
|
||
|
||
* html/cgi-bin/upload.cgi, src/rc.d/rc.alcatelusb,
|
||
src/rc.d/rc.alcatelusbk: Fix first start with V1.2 driver and rev
|
||
4.00 setup/upload
|
||
|
||
2004-03-29 15:05 riddles
|
||
|
||
* make.sh: Bump version
|
||
|
||
2004-03-29 07:53 riddles
|
||
|
||
* config/httpd/httpd.conf: Only allow 10 concurrent connections
|
||
|
||
2004-03-29 07:50 riddles
|
||
|
||
* lfs/initrd: Add isa-pnp module
|
||
|
||
2004-03-27 16:57 eoberlander
|
||
|
||
* html/cgi-bin/upload.cgi: Tweak formatting of tables.
|
||
|
||
2004-03-27 15:18 eoberlander
|
||
|
||
* html/cgi-bin/upload.cgi: Fix typo - missing <.
|
||
|
||
2004-03-27 11:52 eoberlander
|
||
|
||
* html/cgi-bin/upload.cgi: Rename string variable used in
|
||
upload.cgi to assist translators. New variable has been added to
|
||
Language Database.
|
||
|
||
2004-03-27 11:26 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl,
|
||
el/cgi-bin/el.pl, es/cgi-bin/es.pl, fi/cgi-bin/fi.pl,
|
||
hu/cgi-bin/hu.pl, it/cgi-bin/it.pl, nl/cgi-bin/nl.pl,
|
||
pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl,
|
||
sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl,
|
||
zh/cgi-bin/zh.pl: Two language variables renamed, to support
|
||
recent changes to pppsetup.cgi.
|
||
|
||
2004-03-27 08:18 gespinasse
|
||
|
||
* src/rc.d/rc.conexantpciadsl: Fix Conexant Tigris, atmard way and
|
||
silent some ifconfig down
|
||
|
||
2004-03-26 08:40 eoberlander
|
||
|
||
* langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl, fr/cgi-bin/fr.pl,
|
||
hu/cgi-bin/hu.pl, la/cgi-bin/la.pl, zh/cgi-bin/zh.pl: Language
|
||
update from database.
|
||
|
||
2004-03-26 00:25 gespinasse
|
||
|
||
* lfs/unicorn: Fix Bewan usb dependency from usb to pci module and
|
||
usb work now!
|
||
|
||
2004-03-23 09:58 riddles
|
||
|
||
* lfs/openssl: Security update
|
||
|
||
2004-03-21 20:48 gespinasse
|
||
|
||
* html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi,
|
||
src/misc-progs/ipcopbackup.c, src/rc.d/rc.alcatelusb,
|
||
src/rc.d/rc.alcatelusbk: New driver V1.2 debugging and some other
|
||
clean-up
|
||
|
||
2004-03-21 16:39 eoberlander
|
||
|
||
* langs/: fr/cgi-bin/fr.pl, ru/cgi-bin/ru.pl: Language update from
|
||
database.
|
||
|
||
2004-03-21 14:17 eoberlander
|
||
|
||
* html/cgi-bin/vpnmain.cgi: String variables have been renamed.
|
||
|
||
2004-03-21 01:48 gespinasse
|
||
|
||
* html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi,
|
||
lfs/speedtouch, src/ROOTFILES.alpha, src/ROOTFILES.i386,
|
||
src/install+setup/install/upgrade-v130-v140.c,
|
||
src/rc.d/rc.alcatelusb, src/rc.d/rc.alcatelusbk: Driver V1.2 for
|
||
rev4.00 and better behavior for rev0.00(green stingray)
|
||
|
||
2004-03-20 23:03 eoberlander
|
||
|
||
* langs/: de/cgi-bin/de.pl, fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl,
|
||
la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, no/cgi-bin/no.pl,
|
||
pt/cgi-bin/pt.pl, ru/cgi-bin/ru.pl: Various updates.
|
||
|
||
2004-03-20 18:38 eoberlander
|
||
|
||
* html/cgi-bin/: pppsetup.cgi, proxy.cgi: Add some colons.
|
||
|
||
2004-03-20 16:31 eoberlander
|
||
|
||
* langs/hu/cgi-bin/hu.pl: Language update from database.
|
||
|
||
2004-03-20 09:49 eoberlander
|
||
|
||
* langs/fr/cgi-bin/fr.pl: Language update from database.
|
||
|
||
2004-03-20 08:17 eoberlander
|
||
|
||
* langs/sv/cgi-bin/sv.pl: Language update from database.
|
||
|
||
2004-03-19 15:26 rkerr
|
||
|
||
* html/cgi-bin/ddns.cgi: Change button text to read update rather
|
||
than edit when in edit mode to be consistent with other pages
|
||
|
||
2004-03-19 14:12 rkerr
|
||
|
||
* src/rc.d/rc.firewall: Rely on the state engine instead of a
|
||
hardcoded list for ICMP filtering, but deny all NEW state ICMP
|
||
except ping on green (thereby stopping timestamp requests on
|
||
green)
|
||
|
||
2004-03-19 11:46 eoberlander
|
||
|
||
* langs/: zh/cgi-bin/zh.pl, de/cgi-bin/de.pl: Language update from
|
||
database.
|
||
|
||
2004-03-19 07:34 gespinasse
|
||
|
||
* config/etc/modules.conf, lfs/cnx_pci, lfs/configroot,
|
||
src/ROOTFILES.i386, src/patches/cnx_pci_yukon.patch,
|
||
src/rc.d/rc.conexantpciadsl, src/rc.d/rc.red,
|
||
src/rc.d/rc.sysinit: Work for conexant Tigris and Yukon cards and
|
||
fix for rc.red stop and some modems
|
||
|
||
2004-03-18 22:19 eoberlander
|
||
|
||
* langs/la/cgi-bin/la.pl: Language update from database.
|
||
|
||
2004-03-18 13:05 eoberlander
|
||
|
||
* langs/no/cgi-bin/no.pl: Language update from database.
|
||
|
||
2004-03-18 11:28 eoberlander
|
||
|
||
* langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl: Language update from
|
||
database.
|
||
|
||
2004-03-18 07:49 riddles
|
||
|
||
* config/etc/syslog.conf: Log pppd debug info to /var/log/messages
|
||
|
||
2004-03-18 07:46 riddles
|
||
|
||
* html/cgi-bin/pppsetup.cgi, langs/en/cgi-bin/en.pl: Debuging
|
||
should be debugging
|
||
|
||
2004-03-17 21:47 gespinasse
|
||
|
||
* src/rc.d/rc.alcatelusb: Unnecessary to remove usbcore
|
||
|
||
2004-03-17 21:41 gespinasse
|
||
|
||
* html/cgi-bin/pppsetup.cgi, langs/en/cgi-bin/en.pl, lfs/cnx_pci,
|
||
src/rc.d/rc.red: Support debug selection from web interface
|
||
|
||
2004-03-17 17:20 riddles
|
||
|
||
* config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386, lfs/linux, src/ROOTFILES.alpha,
|
||
src/ROOTFILES.i386, src/install+setup/libsmooth/netstuff.c: Add
|
||
NForce2 GPL support
|
||
|
||
2004-03-17 12:52 riddles
|
||
|
||
* make.sh, html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi,
|
||
lfs/pulsar, src/ROOTFILES.i386,
|
||
src/install+setup/install/upgrade-v130-v140.c,
|
||
src/rc.d/rc.pulsardsl, src/rc.d/rc.red: Use opensource Pulsar
|
||
driver
|
||
|
||
2004-03-17 12:50 riddles
|
||
|
||
* src/misc-progs/restartshaping.c: Set correct r2q on htb classes
|
||
|
||
2004-03-17 09:07 riddles
|
||
|
||
* src/rc.d/rc.conexantpciadsl: Fixes by Filippo Carletti
|
||
|
||
2004-03-17 09:02 riddles
|
||
|
||
* src/rc.d/rc.sysinit: Remove lockfile on reboot
|
||
|
||
2004-03-17 08:07 eoberlander
|
||
|
||
* langs/zh/cgi-bin/zh.pl: Language update from database.
|
||
|
||
2004-03-16 21:38 eoberlander
|
||
|
||
* langs/cs/cgi-bin/cs.pl: Language update from database.
|
||
|
||
2004-03-16 19:36 eoberlander
|
||
|
||
* langs/no/cgi-bin/no.pl: Language update from database.
|
||
|
||
2004-03-15 21:56 eoberlander
|
||
|
||
* langs/: hu/cgi-bin/hu.pl, no/cgi-bin/no.pl: Language update from
|
||
database.
|
||
|
||
2004-03-15 20:16 riddles
|
||
|
||
* config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386, lfs/linux,
|
||
src/patches/patch-o-matic-20030912-rtsp.patch: Add rtsp conntrack
|
||
support module
|
||
|
||
2004-03-15 18:03 eoberlander
|
||
|
||
* langs/fi/: cgi-bin/fi.pl, install/lang_fi.c: Language update from
|
||
database.
|
||
|
||
2004-03-15 17:54 eoberlander
|
||
|
||
* langs/la/cgi-bin/la.pl: Language update from database.
|
||
|
||
2004-03-15 17:49 eoberlander
|
||
|
||
* langs/: hu/cgi-bin/hu.pl, hu/install/lang_hu.c, de/cgi-bin/de.pl:
|
||
Language update from database.
|
||
|
||
2004-03-15 10:06 alanh
|
||
|
||
* src/install+setup/setup/networking.c: fix seg fault when using
|
||
RED+GREEN+ORANGE+BLUE
|
||
|
||
2004-03-15 09:50 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl,
|
||
de/cgi-bin/de.pl, el/cgi-bin/el.pl, es/cgi-bin/es.pl,
|
||
fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl, hu/cgi-bin/hu.pl,
|
||
it/cgi-bin/it.pl, la/cgi-bin/la.pl, nl/cgi-bin/nl.pl,
|
||
no/cgi-bin/no.pl, pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl,
|
||
ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl,
|
||
vi/cgi-bin/vi.pl, zh/cgi-bin/zh.pl: Language database has been
|
||
stripped of phrases unused in v140. Update all translations.
|
||
|
||
2004-03-15 09:45 eoberlander
|
||
|
||
* langs/en/cgi-bin/en.pl: Update English from Database.
|
||
|
||
2004-03-15 09:30 riddles
|
||
|
||
* config/kernel/: kernel.config.alpha, kernel.config.i386: Add
|
||
tarpit support
|
||
|
||
2004-03-15 09:23 riddles
|
||
|
||
* tools/check_strings.pl: Add some more characters
|
||
|
||
2004-03-14 18:24 eoberlander
|
||
|
||
* langs/pl/cgi-bin/pl.pl: Language update from Database.
|
||
|
||
2004-03-14 10:48 riddles
|
||
|
||
* lfs/linux: Add TARPIT
|
||
|
||
2004-03-14 10:44 riddles
|
||
|
||
* src/install+setup/install/upgrade-v130-v140.c: Fix pathnames
|
||
|
||
2004-03-13 14:32 eoberlander
|
||
|
||
* langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl,
|
||
de/cgi-bin/de.pl, el/cgi-bin/el.pl, es/cgi-bin/es.pl,
|
||
fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl, hu/cgi-bin/hu.pl,
|
||
it/cgi-bin/it.pl, la/cgi-bin/la.pl, nl/cgi-bin/nl.pl,
|
||
no/cgi-bin/no.pl, pl/cgi-bin/pl.pl, pt/cgi-bin/pt.pl,
|
||
ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl,
|
||
zh/cgi-bin/zh.pl: Language update from Database.
|
||
|
||
2004-03-13 12:53 eoberlander
|
||
|
||
* html/cgi-bin/: gui.cgi, logs.cgi/config.dat: Fix error messages,
|
||
and back out change to logwatch level error check in config.dat.
|
||
|
||
2004-03-13 07:15 eoberlander
|
||
|
||
* html/cgi-bin/wireless.cgi: Rationalise log message strings, to
|
||
avoid duplication.
|
||
|
||
2004-03-13 06:38 eoberlander
|
||
|
||
* html/cgi-bin/proxy.cgi: Fix typo for enabled on strings.
|
||
|
||
2004-03-13 06:12 eoberlander
|
||
|
||
* html/cgi-bin/: remote.cgi, logs.cgi/config.dat,
|
||
logs.cgi/summary.dat: Replace double quotes with single quotes.
|
||
|
||
2004-03-12 22:13 eoberlander
|
||
|
||
* html/cgi-bin/logs.cgi/config.dat: Remove redundant error message,
|
||
as logwatch level is selected from a drop down menu.
|
||
|
||
2004-03-12 21:53 eoberlander
|
||
|
||
* html/cgi-bin/aliases.cgi: Change translation string to avoid
|
||
duplication, and use record already in Database.
|
||
|
||
2004-03-12 20:56 eoberlander
|
||
|
||
* html/cgi-bin/dhcp.cgi: Change text to lowercase in translation
|
||
strings.
|
||
|
||
2004-03-12 20:53 riddles
|
||
|
||
* src/install+setup/libsmooth/netstuff.c: Fix intel ethernet
|
||
drivername
|
||
|
||
2004-03-12 20:43 riddles
|
||
|
||
* html/cgi-bin/pppsetup.cgi: Oops, needs a fix
|
||
|
||
2004-03-12 19:51 eoberlander
|
||
|
||
* html/cgi-bin/updates.cgi: Fix typos in error message strings.
|
||
|
||
2004-03-12 14:53 riddles
|
||
|
||
* config/httpd/httpd.conf, lfs/apache: Disable track/trace requests
|
||
for apache
|
||
|
||
2004-03-12 14:41 riddles
|
||
|
||
* config/httpd/httpd.conf: Limit Apache versionstring
|
||
|
||
2004-03-12 14:39 riddles
|
||
|
||
* src/rc.d/rc.firewall: Limit icmp types we accept
|
||
|
||
2004-03-12 14:09 riddles
|
||
|
||
* lfs/ntp: Remove query options from ntpd
|
||
|
||
2004-03-12 14:05 riddles
|
||
|
||
* html/cgi-bin/logs.cgi/proxylog.dat: Fix empty ip list
|
||
|
||
2004-03-12 13:53 riddles
|
||
|
||
* lfs/openswan, src/misc-progs/ipsecctrl.c,
|
||
src/patches/openswan-1.0.1-plutoctl.patch: Fix pluto.ctl
|
||
permissions
|
||
|
||
2004-03-12 12:35 riddles
|
||
|
||
* make.sh: Bump version
|
||
|
||
2004-03-12 12:35 riddles
|
||
|
||
* html/cgi-bin/pppsetup.cgi: Fix compile errors
|
||
|
||
2004-03-12 09:12 riddles
|
||
|
||
* tools/check_strings.pl: Sort keys
|
||
|
||
2004-03-12 09:07 riddles
|
||
|
||
* tools/check_strings.pl: Add script to check for existence of
|
||
strings in cgi's etc.
|
||
|
||
2004-03-12 08:58 eoberlander
|
||
|
||
* langs/: de/cgi-bin/de.pl, el/cgi-bin/el.pl, la/cgi-bin/la.pl,
|
||
pl/cgi-bin/pl.pl, zh/cgi-bin/zh.pl: Language update from
|
||
Database.
|
||
|
||
2004-03-11 18:23 riddles
|
||
|
||
* langs/en/cgi-bin/en.pl: Remove double string
|
||
|
||
2004-03-11 18:20 riddles
|
||
|
||
* html/cgi-bin/vpnmain.cgi: Remove double string
|
||
|
||
2004-03-11 13:48 riddles
|
||
|
||
* src/rc.d/rc.red: Restart dnsmasq for static ip connections up and
|
||
down
|
||
|
||
2004-03-11 12:55 riddles
|
||
|
||
* config/kernel/kernel.config.alpha,
|
||
config/kernel/kernel.config.i386,
|
||
src/install+setup/install/upgrade-v130-v140.c: Replace eepro100
|
||
with e100 driver
|
||
|
||
2004-03-11 12:41 riddles
|
||
|
||
* html/cgi-bin/pppsetup.cgi, src/rc.d/rc.red: Add support for
|
||
serial connection + cleanup pppsetup.cgi a bit
|
||
|
||
2004-03-11 12:22 riddles
|
||
|
||
* config/cfgroot/header.pl: Fix connection status display
|
||
|
||
2004-03-11 11:42 rkerr
|
||
|
||
* html/cgi-bin/dhcp.cgi: Don't add a semi-colon if no WINS servers
|
||
are present
|
||
|
||
2004-03-11 11:39 riddles
|
||
|
||
* src/rc.d/rc.red: Always allow DHCP traffic on iface
|
||
|
||
2004-03-11 09:00 riddles
|
||
|
||
* config/cfgroot/header.pl: Just match any character
|
||
|
||
2004-03-11 08:43 riddles
|
||
|
||
* html/cgi-bin/portfw.cgi: Errormessage shouldn't be local
|
||
|
||
2004-03-11 08:36 riddles
|
||
|
||
* src/rc.d/rc.red: Cleanup all dhcpc instances
|
||
|
||
2004-03-11 08:32 riddles
|
||
|
||
* src/rc.d/rc.red: Check if iface is set
|
||
|
||
2004-03-11 08:29 riddles
|
||
|
||
* src/rc.d/rc.red: Add pptp sync option
|
||
|
||
2004-03-11 08:04 eoberlander
|
||
|
||
* langs/: la/cgi-bin/la.pl, la/install/lang_la.c, no/cgi-bin/no.pl:
|
||
Language update from Database.
|
||
|
||
2004-03-09 20:19 eoberlander
|
||
|
||
* langs/de/cgi-bin/de.pl: Language update from Database.
|
||
|
||
2004-03-09 20:16 rkerr
|
||
|
||
* html/cgi-bin/logs.cgi/summary.dat: Strip trailing blanks from log
|
||
summaries, fixes the page width problem reported by roger murer
|
||
|
||
2004-03-09 19:19 riddles
|
||
|
||
* config/etc/profile: Add dir alias
|
||
|
||
2004-03-09 19:16 riddles
|
||
|
||
* html/cgi-bin/proxy.cgi: Force to use upstream proxy
|
||
|
||
2004-03-09 18:15 rkerr
|
||
|
||
* langs/en/cgi-bin/en.pl, lfs/logwatch: Remove unused filters added
|
||
by updating to 5.1, and tune free space display not to display
|
||
root fs twice. Also remove cron filter (it doesn't support fcron)
|
||
|
||
2004-03-09 17:28 alanh
|
||
|
||
* src/misc-progs/setdmzholes.c: fix setdmzholes to really define
|
||
the interfaces as strcmp returns 0 on success.
|
||
|
||
2004-03-09 08:01 eoberlander
|
||
|
||
* langs/: fr/cgi-bin/fr.pl, pl/cgi-bin/pl.pl, zh/cgi-bin/zh.pl:
|
||
Language update from Database.
|
||
|
||
2004-03-08 20:09 eoberlander
|
||
|
||
* html/cgi-bin/credits.cgi: Update translators.
|
||
|
||
2004-03-08 17:58 eoberlander
|
||
|
||
* langs/: el/cgi-bin/el.pl, pl/cgi-bin/pl.pl: Language update from
|
||
Database.
|
||
|
||
2004-03-08 08:37 riddles
|
||
|
||
* html/cgi-bin/dhcp.cgi, langs/en/cgi-bin/en.pl,
|
||
src/install+setup/install/upgrade-v130-v140.c: Secondary WINS
|
||
server support
|
||
|
||
2004-03-08 08:22 riddles
|
||
|
||
* src/scripts/setddns.pl: Remove already-up-to-date message
|
||
|
||
2004-03-08 08:07 riddles
|
||
|
||
* src/rc.d/rc.firewall: Further limit loopback traffic
|
||
|
||
2004-03-08 07:16 riddles
|
||
|
||
* src/rc.d/rc.firewall: Move dmzholes
|
||
|
||
2004-03-08 07:00 riddles
|
||
|
||
* src/rc.d/rc.firewall: Orange dmzholes fix
|
||
|
||
2004-03-07 06:58 eoberlander
|
||
|
||
* langs/: de/cgi-bin/de.pl, pl/cgi-bin/pl.pl: Language update from
|
||
Database.
|
||
|
||
2004-03-06 17:56 eoberlander
|
||
|
||
* langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl, fr/cgi-bin/fr.pl,
|
||
no/cgi-bin/no.pl, pl/cgi-bin/pl.pl: Language update from
|
||
Database.
|
||
|
||
2004-03-06 14:58 eoberlander
|
||
|
||
* html/cgi-bin/index.cgi, langs/en/cgi-bin/en.pl: Add translation
|
||
strings for javascript menu failure.
|
||
|
||
2004-03-06 10:45 gespinasse
|
||
|
||
* config/cfgroot/header.pl: Fix refresh on index.cgi with dhcp
|
||
|
||
2004-03-06 09:59 gespinasse
|
||
|
||
* html/cgi-bin/index.cgi: Fix refresh on index.cgi but only for
|
||
PPP, next will follow
|
||
|
||
2004-03-06 08:20 eoberlander
|
||
|
||
* langs/pl/cgi-bin/pl.pl: Language update from Database.
|
||
|
||
2004-03-05 09:30 riddles
|
||
|
||
* config/cfgroot/header.pl: Delete aliases menu option unless red
|
||
ethernet is static
|
||
|
||
2004-03-05 09:00 riddles
|
||
|
||
* src/rc.d/rc.firewall: No need to specifically drop traffic to
|
||
ipsec+
|
||
|
||
2004-03-05 08:42 riddles
|
||
|
||
* langs/en/cgi-bin/en.pl: Fix logwatch httpd header
|
||
|
||
2004-03-05 08:41 riddles
|
||
|
||
* config/cfgroot/header.pl: Remove proxy logs menu entry
|
||
|
||
2004-03-05 08:37 riddles
|
||
|
||
* src/: ROOTFILES.alpha, ROOTFILES.i386: Remove some of the
|
||
Net::DNS files
|
||
|
||
2004-03-05 08:02 eoberlander
|
||
|
||
* langs/: bz/install/lang_bz.c, da/cgi-bin/da.pl, de/cgi-bin/de.pl,
|
||
es/cgi-bin/es.pl, fr/cgi-bin/fr.pl, fr/install/lang_fr.c,
|
||
la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, no/cgi-bin/no.pl,
|
||
pl/cgi-bin/pl.pl, ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl,
|
||
tr/cgi-bin/tr.pl: Language update from Database.
|
||
|
||
2004-03-05 07:33 riddles
|
||
|
||
* src/scripts/makegraphs: Force graphs to use English texts
|
||
|
||
2004-03-05 07:14 eoberlander
|
||
|
||
* src/: ROOTFILES.alpha, ROOTFILES.i386: Fix for Bug 909998,
|
||
missing Net::DNS file.
|
||
|
||
2004-03-05 07:05 eoberlander
|
||
|
||
* make.sh: Bump version number.
|
||
|
||
2004-03-04 14:55 riddles
|
||
|
||
* config/cfgroot/header.pl: Fix typo
|
||
|
||
2004-03-04 12:12 riddles
|
||
|
||
* config/httpd/httpd.conf: Start and run less servers
|
||
|
||
2004-03-04 12:05 riddles
|
||
|
||
* config/cfgroot/header.pl: Filter more menu entries
|
||
|
||
2004-03-04 12:00 riddles
|
||
|
||
* config/cfgroot/header.pl: Limit menu item display for blue and
|
||
orange
|
||
|
||
2004-03-04 11:45 alanh
|
||
|
||
* src/misc-progs/restartwireless.c: Use the LOG_DROP rule instead
|
||
of DROP, so we can see what's happening on the BLUE dev
|
||
|
||
2004-03-04 11:04 alanh
|
||
|
||
* lfs/grub, src/patches/grub-0.93-rtl8139.patch: another grub patch
|
||
|
||
2004-03-04 11:03 alanh
|
||
|
||
* lfs/snort: allow snort to be built with -j 3
|
||
|
||
2004-03-04 10:48 riddles
|
||
|
||
* src/misc-progs/restartwireless.c: Fix jump to dmzholes
|
||
|
||
2004-03-04 10:43 riddles
|
||
|
||
* config/cfgroot/header.pl, html/cgi-bin/dmzholes.cgi,
|
||
langs/en/cgi-bin/en.pl, src/misc-progs/restartwireless.c: Fix
|
||
dmzholes
|
||
|
||
2004-03-04 10:39 riddles
|
||
|
||
* lfs/glibc: Fix patchname
|
||
|
||
2004-03-04 08:53 riddles
|
||
|
||
* make.sh: Update version
|
||
|