libi2ncommon
13 years agoRename variables according with their enumeration type names
Guilherme Maciel Ferreira [Wed, 2 Feb 2011 11:08:19 +0000]
Rename variables according with their enumeration type names

13 years agoRenamed enumeration items to improve readability
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 14:15:01 +0000]
Renamed enumeration items to improve readability

13 years agoReplaced all ocurrences of format_kb() by nice_unit_format()
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 13:18:16 +0000]
Replaced all ocurrences of format_kb() by nice_unit_format()

13 years agoMerge remote branch 'origin/wi2nlog'
Thomas Jarosch [Tue, 1 Feb 2011 12:51:39 +0000]
Merge remote branch 'origin/wi2nlog'

13 years agoReplaced format_kb() by nice_unit_format() in the test cases
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 10:21:59 +0000]
Replaced format_kb() by nice_unit_format() in the test cases
- 3rd step to merge nice_unit_format() and format_kb()

13 years agoAllow to select the length of the symbol, short or long
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 10:18:36 +0000]
Allow to select the length of the symbol, short or long
- short symbols are B, KB, MB, etc.
- long symbols are Bytes, KBytes, MBytes, etc.

13 years agoCreated test cases for format_kb()
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 09:02:29 +0000]
Created test cases for format_kb()
- 2nd step to merge nice_unit_format() and format_kb()

13 years agoMoved format_kb from arnielizer to libi2ncommon
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 08:59:24 +0000]
Moved format_kb from arnielizer to libi2ncommon
- 1st step to merge nice_unit_format() and format_kb()

13 years agoAdded a prefix to the enumeration items to avoid possible conflicts
Guilherme Maciel Ferreira [Tue, 1 Feb 2011 08:11:16 +0000]
Added a prefix to the enumeration items to avoid possible conflicts

13 years agoChanged nice_unit_format() to allow selection between SI and IEC Systems of Units
Guilherme Maciel Ferreira [Mon, 31 Jan 2011 17:30:31 +0000]
Changed nice_unit_format() to allow selection between SI and IEC Systems of Units
- SI allows multiples of decimal 1000 (nice_unit_format default behavior)
- IEC allows multiples of binary 1024, 2^10 (format_kb default behavior)

13 years agoImproved method signature, constification of parameter and type
Guilherme Maciel Ferreira [Mon, 31 Jan 2011 15:37:44 +0000]
Improved method signature, constification of parameter and type

13 years agoAdded unit test for nice_unit_format()
Guilherme Maciel Ferreira [Mon, 31 Jan 2011 13:51:12 +0000]
Added unit test for nice_unit_format()

13 years agoChange nice_unit_format() to long long
Guilherme Maciel Ferreira [Fri, 28 Jan 2011 16:49:51 +0000]
Change nice_unit_format() to long long
- increased variable size to accommodate bigger byte amounts

13 years agoMerge branch 'rename-user'
Thomas Jarosch [Mon, 24 Jan 2011 08:56:41 +0000]
Merge branch 'rename-user'

13 years agoMerge branch 'kernel-update'
Thomas Jarosch [Fri, 21 Jan 2011 16:04:33 +0000]
Merge branch 'kernel-update'

Conflicts:
miscscripts/miscscripts.spec
packages/buildsys-build-rpmfusion/buildsys-build-rpmfusion-kerneldevpkgs-current

13 years agoMerge branch 'master'
Guilherme Maciel Ferreira [Fri, 7 Jan 2011 12:17:06 +0000]
Merge branch 'master'

13 years agoMerge branch 'fix-logcheck-overflow'
Thomas Jarosch [Wed, 22 Dec 2010 13:52:01 +0000]
Merge branch 'fix-logcheck-overflow'

13 years agoMerge branch 'fix-vpn-outgoing-inet-bad'
Thomas Jarosch [Tue, 21 Dec 2010 15:06:53 +0000]
Merge branch 'fix-vpn-outgoing-inet-bad'

13 years agoIncrease version
Thomas Jarosch [Mon, 13 Dec 2010 15:43:44 +0000]
Increase version

13 years agoMerge branch 'kernel-update'
Thomas Jarosch [Mon, 13 Dec 2010 10:37:43 +0000]
Merge branch 'kernel-update'

13 years agoMerge branch 'hdd_serials'
Gerd von Egidy [Fri, 10 Dec 2010 13:22:39 +0000]
Merge branch 'hdd_serials'

13 years agoMerge branch 'dyndns-get-IP-from-connd'
Thomas Jarosch [Thu, 9 Dec 2010 13:38:38 +0000]
Merge branch 'dyndns-get-IP-from-connd'

13 years agoMerge branch 'mempool-iocheck'
Thomas Jarosch [Tue, 7 Dec 2010 17:05:12 +0000]
Merge branch 'mempool-iocheck'

13 years agoMake LogLevel::Emergency and LogLevel::Alert usable. Add upper log level limit
Thomas Jarosch [Wed, 1 Dec 2010 16:21:05 +0000]
Make LogLevel::Emergency and LogLevel::Alert usable. Add upper log level limit

13 years agoMerge branch 'cnfchecker-fail-break'
Gerd von Egidy [Wed, 1 Dec 2010 13:50:52 +0000]
Merge branch 'cnfchecker-fail-break'

Conflicts:
configuration/etc/postfix/sender_checks
orga/releasetests/tests-5.3.6.txt

13 years agoMerge branch 'pc-lint-settings'
Thomas Jarosch [Tue, 9 Nov 2010 10:32:48 +0000]
Merge branch 'pc-lint-settings'

13 years agoUse correct (unsigned) type for string positions
Thomas Jarosch [Fri, 22 Oct 2010 14:50:53 +0000]
Use correct (unsigned) type for string positions

13 years agoRename all PC-Lint settings files to pclint.lnt so we can easily find them
Thomas Jarosch [Fri, 22 Oct 2010 14:42:00 +0000]
Rename all PC-Lint settings files to pclint.lnt so we can easily find them

13 years agoCentralized Intranator generic PC-Lint settings
Thomas Jarosch [Fri, 22 Oct 2010 14:06:42 +0000]
Centralized Intranator generic PC-Lint settings

13 years agobetter errormessage in case of invalid range ends
Gerd von Egidy [Fri, 15 Oct 2010 14:35:25 +0000]
better errormessage in case of invalid range ends

13 years agoMerge branch 'vpn-nat'
Thomas Jarosch [Fri, 8 Oct 2010 08:48:15 +0000]
Merge branch 'vpn-nat'

13 years agoMerge branch 'master' into vpn-nat
Gerd von Egidy [Thu, 7 Oct 2010 15:25:42 +0000]
Merge branch 'master' into vpn-nat

Conflicts:
packages/iptables/iptables.spec
packages/strongswan/strongswan.spec
update_cnf/src/Makefile.am

13 years agoMerge branch 'master' into vpn-nat
Gerd von Egidy [Thu, 7 Oct 2010 15:17:10 +0000]
Merge branch 'master' into vpn-nat

Conflicts:
generate/generate/ipsec.ag
generate/generate/make_usedvar.pl
generate/generate/named.ag
miscscripts/miscscripts.spec
packages/buildsys-build-rpmfusion/buildsys-build-rpmfusion-kerneldevpkgs-current
packages/buildsys-build-rpmfusion/buildsys-build-rpmfusion.spec
packages/kernel/kernel-2.6.33.3-i686-smp.config
packages/kernel/kernel-2.6.33.3-i686.config
packages/kernel/kernel-2.6.34-i686-PAE.config
packages/kernel/kernel-2.6.34-i686.config
packages/kernel/kernel-2.6.34.4-i686-PAE.config
packages/kernel/kernel-2.6.34.4-i686.config
packages/kernel/kernel.spec
packages/strongswan/strongswan.spec
ui/ui/form_keys_foreign.cpp
ui/ui/form_vpn_connections.cpp
update_cnf/src/Makefile.am
update_cnf/src/update_5.3.2.cpp

13 years agoInitialize fd variable in constructor
Thomas Jarosch [Wed, 29 Sep 2010 12:34:21 +0000]
Initialize fd variable in constructor

13 years agoAdapt to new boost version
Thomas Jarosch [Fri, 17 Sep 2010 13:54:33 +0000]
Adapt to new boost version

13 years agoswap and operator= for IP_RANGE
Gerd von Egidy [Tue, 7 Sep 2010 08:40:05 +0000]
swap and operator= for IP_RANGE

13 years agoadd IP_RANGE::netmap including unit tests
Gerd von Egidy [Fri, 3 Sep 2010 09:34:23 +0000]
add IP_RANGE::netmap including unit tests

13 years agoMerge branch 'mempool'
Gerd von Egidy [Tue, 27 Jul 2010 13:19:00 +0000]
Merge branch 'mempool'

13 years agoMerge branch 'xss-fix'
Thomas Jarosch [Thu, 22 Jul 2010 15:16:56 +0000]
Merge branch 'xss-fix'

13 years agoReflect initialization order in pipestream constructor: The base class is initialized...
Thomas Jarosch [Fri, 16 Jul 2010 12:55:20 +0000]
Reflect initialization order in pipestream constructor: The base class is initialized before the class members

13 years agoAlso filter single quotes and / in html_entities() to prevent XSS attack in normal...
Thomas Jarosch [Thu, 15 Jul 2010 09:43:07 +0000]
Also filter single quotes and / in html_entities() to prevent XSS attack in normal text

13 years agoMerge branch 'bpdyndnsd'
Thomas Jarosch [Wed, 30 Jun 2010 08:51:02 +0000]
Merge branch 'bpdyndnsd'

Conflicts:
packages/bpdyndnsd/bpdyndnsd-0.1.tar.gz
packages/bpdyndnsd/bpdyndnsd.spec
update_cnf/src/Makefile.am

13 years agoMerge branch 'kernel-2.6.34' into vpn-nat: vpn-nat needs 2.6.34
Gerd von Egidy [Fri, 18 Jun 2010 09:00:49 +0000]
Merge branch 'kernel-2.6.34' into vpn-nat: vpn-nat needs 2.6.34

Conflicts:
packages/kernel/kernel-2.6.34-i686-PAE.config

13 years agoMerge branch 'kernel-2.6.34' into vpn-nat
Thomas Jarosch [Tue, 1 Jun 2010 13:45:10 +0000]
Merge branch 'kernel-2.6.34' into vpn-nat

14 years agoMerge remote branch 'origin/postfwd'
Thomas Jarosch [Thu, 13 May 2010 08:22:35 +0000]
Merge remote branch 'origin/postfwd'

14 years agoMerge branch 'powersave' (kernel 2.6.33)
Thomas Jarosch [Mon, 10 May 2010 14:23:58 +0000]
Merge branch 'powersave' (kernel 2.6.33)

Conflicts:
miscscripts/miscscripts.spec
packages/buildsys-build-rpmfusion/buildsys-build-rpmfusion-kerneldevpkgs-current
packages/kernel/kernel-2.6.32.10-i686-smp.config
packages/kernel/kernel-2.6.32.10-i686.config
packages/kernel/kernel-2.6.32.12-i686-smp.config
packages/kernel/kernel-2.6.32.12-i686.config
packages/kernel/kernel-2.6.33.3-i686-smp.config
packages/kernel/kernel-2.6.33.3-i686.config
packages/kernel/kernel.spec

14 years agoMerge remote branch 'origin/spamassassin'
Thomas Jarosch [Mon, 10 May 2010 12:12:32 +0000]
Merge remote branch 'origin/spamassassin'

Conflicts:
sarules/50_i2n_dnsbls_scores.cf
sarules/50_i2n_scores.cf
sarules/add_all_internal.patch

14 years agoIncrease version in own packages
Thomas Jarosch [Mon, 3 May 2010 15:32:33 +0000]
Increase version in own packages

14 years agoCompile optimized binaries with debug symbols (they'll be moved by rpm to the -debugi...
Thomas Jarosch [Tue, 20 Apr 2010 15:04:35 +0000]
Compile optimized binaries with debug symbols (they'll be moved by rpm to the -debuginfo package)

14 years agoMerge branch 'master' into powersave
Thomas Jarosch [Thu, 15 Apr 2010 08:25:57 +0000]
Merge branch 'master' into powersave

14 years agoMerge branch 'glibc-upgrade'
Thomas Jarosch [Tue, 16 Mar 2010 21:24:31 +0000]
Merge branch 'glibc-upgrade'

14 years agoadd chown to tmpfstreams variants
Gerd von Egidy [Thu, 11 Mar 2010 18:00:42 +0000]
add chown to tmpfstreams variants

14 years agoit's doxygen time
Gerd von Egidy [Thu, 11 Mar 2010 14:45:56 +0000]
it's doxygen time

14 years agoimplement dirsync() and syncing on tmpfstreams
Gerd von Egidy [Thu, 11 Mar 2010 11:31:29 +0000]
implement dirsync() and syncing on tmpfstreams

14 years agoallow double-move
Gerd von Egidy [Thu, 11 Mar 2010 10:51:08 +0000]
allow double-move

14 years agoimplement filemode_on_close, fix var initialization
Gerd von Egidy [Thu, 11 Mar 2010 10:40:51 +0000]
implement filemode_on_close, fix var initialization

14 years agoworking version of tmpfcopystream
Gerd von Egidy [Thu, 11 Mar 2010 09:40:29 +0000]
working version of tmpfcopystream

14 years agoadd TODOs
Gerd von Egidy [Thu, 11 Mar 2010 08:35:59 +0000]
add TODOs

14 years agobasic framework for tmpfcopystream, close() is still to do
Gerd von Egidy [Wed, 10 Mar 2010 18:22:46 +0000]
basic framework for tmpfcopystream, close() is still to do

14 years agoprevent working on unlinked files
Gerd von Egidy [Wed, 10 Mar 2010 17:41:55 +0000]
prevent working on unlinked files

14 years agohandle openflags in tmpfstream, test rdwr-file
Gerd von Egidy [Wed, 10 Mar 2010 17:27:20 +0000]
handle openflags in tmpfstream, test rdwr-file

14 years agoimplement unlink and move, add tests for them
Gerd von Egidy [Wed, 10 Mar 2010 16:58:50 +0000]
implement unlink and move, add tests for them

14 years ago- use explicit instantiation for the most-used version of tmpfstream
Gerd von Egidy [Wed, 10 Mar 2010 16:33:02 +0000]
- use explicit instantiation for the most-used version of tmpfstream
- split the implementation into a separate header only needed for unusual versions
- most used versions get the typedefs tmpofstream and tmpfstream
- rename the template to tmpfstreamTempl

14 years agofix Stat::recheck(), seems like noone ever tested it...
Gerd von Egidy [Tue, 9 Mar 2010 18:01:25 +0000]
fix Stat::recheck(), seems like noone ever tested it...

14 years agofirst working version of tmpfstream. Still in need of some polishing
Gerd von Egidy [Tue, 9 Mar 2010 17:43:18 +0000]
first working version of tmpfstream. Still in need of some polishing

14 years agoadd copy_stream to filefunc and use it in copy_file
Gerd von Egidy [Tue, 9 Mar 2010 10:33:13 +0000]
add copy_stream to filefunc and use it in copy_file

14 years agoMerge remote branch 'origin/amavisd-update' into glibc-upgrade
Thomas Jarosch [Thu, 4 Mar 2010 10:47:34 +0000]
Merge remote branch 'origin/amavisd-update' into glibc-upgrade

Conflicts:
generate/generate/amavisd.ag
packages/amavisd-new/amavisd-new-2.3.3-output-msg-status-for-spamfilter-calibration.patch
packages/amavisd-new/amavisd-new.spec
packages/perl-Net-Server/perl-Net-Server.spec
packages/unarj/unarj.spec
spamfilter_calibrator/src/main.cpp

Removed sqlite 3.6.21 from amavisd-update branch
as glibc-upgrade branch already contains 3.6.22.

14 years agoMerge branch 'boost-test' into glibc-upgrade
Thomas Jarosch [Wed, 24 Feb 2010 19:54:02 +0000]
Merge branch 'boost-test' into glibc-upgrade

Conflicts:
connd/configure.in
libi2ncommon/test/test_cron_interval.cpp
libi2ncommon/test/test_cron_point.cpp
packages/cppunit/cppunit.spec
packages/libt2n/libt2n-0.5.tar.gz
packages/libt2n/libt2n.spec
proxylizer/config.h.in

14 years agoMerge remote branch 'origin/boost-test' into master-merge-boost-test
Thomas Jarosch [Wed, 24 Feb 2010 19:33:05 +0000]
Merge remote branch 'origin/boost-test' into master-merge-boost-test

14 years agoMerge remote branch 'origin/master' into glibc-upgrade
Thomas Jarosch [Wed, 24 Feb 2010 15:52:27 +0000]
Merge remote branch 'origin/master' into glibc-upgrade

Conflicts:
packages/cyrus-imapd/cyrus-imapd.spec
packages/git/git.spec
packages/kernel-2.6/kernel-2.6.spec
sarules/configure.in

14 years agoMerge remote branch 'origin/master' into glibc-upgrade-merge
Thomas Jarosch [Mon, 8 Feb 2010 21:39:14 +0000]
Merge remote branch 'origin/master' into glibc-upgrade-merge

Conflicts:
connd/connd/Makefile.am
http_file_upload/http_file_upload.spec
initramfs/configure.in
initramfs/initramfs.spec
initramfs/usr/intranator/bin/initramfs/build_initramfs.sh
initramfs/usr/intranator/bin/initramfs/init
ipsec_exe/ipsec_exe.spec
packages/Mail-SpamAssassin/Mail-SpamAssassin.spec
packages/bind/bind.spec
packages/dhcp/dhcp.spec
packages/dhcpcd/dhcpcd.spec
packages/fetchmail/fetchmail.spec
packages/file/file.spec
packages/gzip/gzip-1.3.5-zforce.patch
packages/gzip/gzip-1.3.9-rsync.patch
packages/gzip/gzip.spec
packages/initscripts/initscripts.spec
packages/kernel-2.6/kernel-2.6.spec
packages/logcheck/logcheck.spec
packages/openssl/openssl.spec
packages/php/php.spec
packages/strongswan/strongswan.spec
sarules/configure.in
sarules_update/sarules_update.spec
trusted_net_helper/trusted_net_helper.spec
update_cnf/src/Makefile.am

14 years agoMigrate libi2ncommon to boost::test
Thomas Jarosch [Wed, 3 Feb 2010 21:00:18 +0000]
Migrate libi2ncommon to boost::test

14 years agoMerge branch 'glibc-upgrade' into amavisd-update
Gerd von Egidy [Wed, 27 Jan 2010 16:21:27 +0000]
Merge branch 'glibc-upgrade' into amavisd-update

Conflicts:
packages/autoconf/autoconf.spec
packages/python/python.spec
packages/sqlite/sqlite.spec

14 years agoMerge remote branch 'origin/kernel-upgrade'
Thomas Jarosch [Tue, 26 Jan 2010 13:20:02 +0000]
Merge remote branch 'origin/kernel-upgrade'

14 years agoMerge branch 'dhcpcd-update'
Gerd von Egidy [Tue, 26 Jan 2010 10:37:28 +0000]
Merge branch 'dhcpcd-update'

14 years agoMerge branch 'spamfilter-no-relays'
Thomas Jarosch [Fri, 22 Jan 2010 15:43:59 +0000]
Merge branch 'spamfilter-no-relays'

14 years agomove exception.hxx from arnieclient into i2ncommon
Gerd von Egidy [Fri, 15 Jan 2010 16:05:44 +0000]
move exception.hxx from arnieclient into i2ncommon

it is used within i2ncommon so we have circular dependencies. this move fixes it.

14 years agomove exception.hxx from arnieclient into i2ncommon
Gerd von Egidy [Fri, 15 Jan 2010 16:05:44 +0000]
move exception.hxx from arnieclient into i2ncommon

it is used within i2ncommon so we have circular dependencies. this move fixes it.

14 years agoMerge remote branch 'origin/glibc-upgrade' into amavisd-update
Gerd von Egidy [Thu, 14 Jan 2010 11:10:19 +0000]
Merge remote branch 'origin/glibc-upgrade' into amavisd-update

Conflicts:
packages/amavisd-new/amavisd-new.spec

14 years agoMerge remote branch 'origin/glibc-upgrade' into amavisd-update
Gerd von Egidy [Fri, 8 Jan 2010 16:10:30 +0000]
Merge remote branch 'origin/glibc-upgrade' into amavisd-update
want to profit from the new developments and make cherry-picking more easy

Conflicts:
packages/amavisd-new/amavisd-new.spec

14 years agoMerge branch 'strongswan-4.3'
Gerd von Egidy [Thu, 7 Jan 2010 16:28:43 +0000]
Merge branch 'strongswan-4.3'

strongswan 4.3 was stable on first tests, just discovered bug #1615. we can fix that in master

Conflicts:
packages/strongswan/strongswan.spec

14 years agoMerge branch 'master' into glibc-uprade-HEAD-merge
Thomas Jarosch [Wed, 23 Dec 2009 14:59:39 +0000]
Merge branch 'master' into glibc-uprade-HEAD-merge

Conflicts:
add_dhcp_client/add_dhcp_client.spec
arniesetup/arniesetup.spec
backup_push/backup_push.spec
check_ip_conflict/check_ip_conflict.spec
configuration/etc/crontab
get_cnf/get_cnf.spec
info_fetchmail/info_fetchmail.spec
info_iponline/info_iponline.spec
initramfs/initramfs.spec
keymgt/keymgt.spec
libcnffile/config.h.in
libcnffile/libcnffile.spec
misc/git_webexport.sh
packages/Mail-SpamAssassin/Mail-SpamAssassin.spec
packages/amavisd-new/amavisd-new.spec
packages/bind/bind.spec
packages/cmake/cmake.spec
packages/curl-ssl/curl-ssl.spec
packages/cyrus-imapd/cyrus-imapd.spec
packages/fetchmail/fetchmail.spec
packages/file/file-disable-msdos-com.patch
packages/file/file.spec
packages/fsav/fsav.spec
packages/fsavpkgupdate/fsavpkgupdate.spec
packages/git/git-mkdtemp-old-glibc.patch
packages/git/git.spec
packages/initscripts/initscripts.spec
packages/iproute/iproute.spec
packages/iptables/iptables.spec
packages/libpng/libpng.spec
packages/libt2n/libt2n.spec
packages/libtiff/libtiff.spec
packages/logcheck/logcheck.spec
packages/newt/newt.spec
packages/openssl/openssl.spec
packages/perl-IO-Socket-SSL/perl-IO-Socket-SSL.spec
packages/perl/perl.spec
packages/php/php.spec
packages/postfix/postfix.spec
packages/samba/samba.spec
packages/squid/squid.spec
packages/squidguard/squidguard.spec
packages/strongswan/strongswan.spec
packages/udev/udev.spec
packages/webmail/webmail.spec
ui/ui/form_antivirus_quarantine.cpp
wol/wol.spec

14 years agoMerge branch 'vpn-psk-anyid'
Thomas Jarosch [Tue, 22 Dec 2009 14:09:09 +0000]
Merge branch 'vpn-psk-anyid'

14 years agoMerge remote branch 'origin/update-522'
Thomas Jarosch [Tue, 15 Dec 2009 20:14:35 +0000]
Merge remote branch 'origin/update-522'

14 years agoMerge branch 'iphone-vpn' into update-522
Thomas Jarosch [Mon, 14 Dec 2009 10:31:39 +0000]
Merge branch 'iphone-vpn' into update-522

14 years agoMerge branch 'iphone-vpn' into update-522
Thomas Jarosch [Sat, 12 Dec 2009 18:46:24 +0000]
Merge branch 'iphone-vpn' into update-522

14 years agoMerge remote branch 'origin/iphone-vpn' into update-522
Thomas Jarosch [Sat, 12 Dec 2009 18:02:53 +0000]
Merge remote branch 'origin/iphone-vpn' into update-522

14 years agoIncrease release version for smooth upgrade process. Otherwise dependency calculation...
Thomas Jarosch [Tue, 1 Dec 2009 15:08:46 +0000]
Increase release version for smooth upgrade process. Otherwise dependency calculation will fail

14 years agoAdded libgettex requirement to libi2ncommon
Thomas Jarosch [Thu, 26 Nov 2009 11:41:32 +0000]
Added libgettex requirement to libi2ncommon

14 years agoMerge branch 'spamfilter-first-trusted' into master
Thomas Jarosch [Thu, 27 Aug 2009 08:13:15 +0000]
Merge branch 'spamfilter-first-trusted' into master

Conflicts:
intranator-language/usr/intranator/lang/de/LC_MESSAGES/ui-data.mo
intranator-language/usr/intranator/lang/de/LC_MESSAGES/ui-data.po
orga/releasetests/tests-5.1.6.txt
orga/releasetests/tests-5.1.7.txt
packages/Mail-SpamAssassin/Mail-SpamAssassin.spec
packages/logcheck/logcheck-patterns/ignore.d.server/intranator
sarules/50_i2n_scores.cf
sarules/i2n-rules.cf
sarules/ixhash.cf
sarules/sarules.spec
update_cnf/src/update_5.1.7.cpp

14 years agoFix pipestream includes
Thomas Jarosch [Thu, 6 Aug 2009 12:40:00 +0000]
Fix pipestream includes

14 years agoFix libi2ncommon for gcc4
Thomas Jarosch [Mon, 3 Aug 2009 14:52:26 +0000]
Fix libi2ncommon for gcc4

14 years agoRe-enable new cron class test results using new glibc
Thomas Jarosch [Mon, 25 May 2009 08:46:08 +0000]
Re-enable new cron class test results using new glibc

14 years agoAdjust to libiconv API change
Thomas Jarosch [Mon, 25 May 2009 08:45:47 +0000]
Adjust to libiconv API change

14 years agoProperly depend on ../utils
Thomas Jarosch [Mon, 25 May 2009 08:45:18 +0000]
Properly depend on ../utils

15 years agoMerge branch 'squid-v3' into intranator-next
Gerd von Egidy [Tue, 12 May 2009 15:42:12 +0000]
Merge branch 'squid-v3' into intranator-next

15 years agoMerge branch 'master' into squid-v3
Gerd von Egidy [Mon, 11 May 2009 15:39:51 +0000]
Merge branch 'master' into squid-v3

Conflicts:
libcnfcheck/src/check_var/cnfcheck_proxy.cpp
libcnfcheck/src/check_var/cnfcheck_system.cpp
libfirewall/src/fw_ruleset_obj.cpp
libfirewall/src/fw_ruleset_obj.hxx
packages/squid/squid.spec

15 years agoFix arnied scheduler by redefining StNimmerleinsDay from -1 to INT_MAX -> arnied...
Thomas Jarosch [Mon, 27 Apr 2009 12:21:17 +0000]
Fix arnied scheduler by redefining StNimmerleinsDay from -1 to INT_MAX -> arnied's scheduler uses signed int to calculate dates

15 years agoIncrease version
Thomas Jarosch [Mon, 20 Apr 2009 12:43:10 +0000]
Increase version

15 years agoMerge commit 'origin/fsav-upgrade'
Thomas Jarosch [Fri, 17 Apr 2009 11:22:30 +0000]
Merge commit 'origin/fsav-upgrade'