libi2ncommon
13 years agoFix installation and dependency generation of header files
Thomas Jarosch [Wed, 11 May 2011 13:12:19 +0000]
Fix installation and dependency generation of header files

13 years agoMake unit test for imap modified utf7 optional
Thomas Jarosch [Wed, 11 May 2011 12:56:04 +0000]
Make unit test for imap modified utf7 optional

13 years agoMake build of xml library part optional
Thomas Jarosch [Wed, 11 May 2011 12:47:35 +0000]
Make build of xml library part optional

13 years agoRemove old autoconf file
Thomas Jarosch [Wed, 11 May 2011 12:08:45 +0000]
Remove old autoconf file

13 years agoSwitch license from Intranator license to GPLv2 + linking exception (ACKed by Steffen)
Thomas Jarosch [Wed, 11 May 2011 12:00:37 +0000]
Switch license from Intranator license to GPLv2 + linking exception (ACKed by Steffen)

13 years agoFix iconv include directory
Thomas Jarosch [Wed, 11 May 2011 11:34:48 +0000]
Fix iconv include directory

13 years agoMigrate libi2ncommon to cmake
Thomas Jarosch [Wed, 11 May 2011 11:19:25 +0000]
Migrate libi2ncommon to cmake

13 years agoRemove autoconf base stuff
Thomas Jarosch [Wed, 11 May 2011 07:48:03 +0000]
Remove autoconf base stuff

13 years agoObsolete libgettext
Thomas Jarosch [Tue, 10 May 2011 13:35:32 +0000]
Obsolete libgettext

13 years agoDon't require libgettext in libi2ncommon's pkgconfig file
Thomas Jarosch [Tue, 10 May 2011 12:37:12 +0000]
Don't require libgettext in libi2ncommon's pkgconfig file

13 years agoMerge libgettext code into libi2ncommon
Thomas Jarosch [Tue, 10 May 2011 12:32:14 +0000]
Merge libgettext code into libi2ncommon

13 years agoMerge 'new-vacation-notice-UI'
Thomas Jarosch [Thu, 14 Apr 2011 13:04:56 +0000]
Merge 'new-vacation-notice-UI'

Conflicts:
intranator-language/usr/intranator/lang/de/LC_MESSAGES/ui-data.mo
intranator-language/usr/intranator/lang/de/LC_MESSAGES/ui-data.po

13 years agoMerge branch 'php-53-upgrade'
Thomas Jarosch [Mon, 21 Mar 2011 13:54:33 +0000]
Merge branch 'php-53-upgrade'

13 years agoMerge branch 'cyrus-setacl-bug'
Thomas Jarosch [Thu, 17 Mar 2011 09:37:34 +0000]
Merge branch 'cyrus-setacl-bug'

Conflicts:
packages/cyrus-imapd/cyrus-imapd-2.3.16-keep-owner-rights.patch

13 years agoOwn implementation of intuitive tristate logic
Thomas Jarosch [Fri, 11 Mar 2011 15:35:29 +0000]
Own implementation of intuitive tristate logic

13 years agoIncrease version
Thomas Jarosch [Tue, 8 Mar 2011 14:20:11 +0000]
Increase version

13 years agoMerge branch 'proxy-time-profiles'
Thomas Jarosch [Thu, 3 Mar 2011 09:36:52 +0000]
Merge branch 'proxy-time-profiles'

Conflicts:
generate/test/Makefile.am

13 years agoMerge branch 'dns-delegation'
Gerd von Egidy [Wed, 23 Feb 2011 14:03:25 +0000]
Merge branch 'dns-delegation'

13 years agoMerge branch 'fsecure-update'
Thomas Jarosch [Wed, 16 Feb 2011 14:55:43 +0000]
Merge branch 'fsecure-update'

13 years agoMerge remote branch 'origin/info_mqueue-long-long'
Thomas Jarosch [Fri, 4 Feb 2011 15:59:28 +0000]
Merge remote branch 'origin/info_mqueue-long-long'

13 years agoRemoved ShortUnitFormat and UnitBase1024 from nice_unit_format() calls, as they are...
Guilherme Maciel Ferreira [Fri, 4 Feb 2011 15:37:04 +0000]
Removed ShortUnitFormat and UnitBase1024 from nice_unit_format() calls, as they are now the routine default parameters

13 years agoChanged the default parameters value from nice_unit_format()
Guilherme Maciel Ferreira [Fri, 4 Feb 2011 15:26:08 +0000]
Changed the default parameters value from nice_unit_format()

13 years agoSwitched the order of the nice_unit_format() parameters, because format changes more...
Guilherme Maciel Ferreira [Fri, 4 Feb 2011 14:50:54 +0000]
Switched the order of the nice_unit_format() parameters, because format changes more often than the base.

13 years agoRemoved the exabytes, zettabytes and yottabytes representations from nice_unit_format()
Guilherme Maciel Ferreira [Fri, 4 Feb 2011 11:25:39 +0000]
Removed the exabytes, zettabytes and yottabytes representations from nice_unit_format()
- Makes no sense keep those representations once int64 cannot handle them
- Added a safe guard to rollback values that cannot be represented (ie 2000.00 PB instead of 2.00 EB)
- Added a unit test to check how is represented the max int64 number

13 years agoAdded i18n_noop around long unit format symbol strings to be parsed by poedit
Guilherme Maciel Ferreira [Thu, 3 Feb 2011 16:55:52 +0000]
Added i18n_noop around long unit format symbol strings to be parsed by poedit

13 years agoRenamed the constant to keep related with the arrays
Guilherme Maciel Ferreira [Thu, 3 Feb 2011 10:22:51 +0000]
Renamed the constant to keep related with the arrays

13 years agoGiven another name to the arrays to make reference with the UnitFormat enumeration
Guilherme Maciel Ferreira [Thu, 3 Feb 2011 09:48:06 +0000]
Given another name to the arrays to make reference with the UnitFormat enumeration

13 years agoMoved the rounding statement to its own function
Guilherme Maciel Ferreira [Thu, 3 Feb 2011 09:01:43 +0000]
Moved the rounding statement to its own function

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