Christian Hohnstaedt
e1b982a346
Replace printf by qDebug
2018-03-05 07:46:10 +01:00
Christian Hohnstaedt
8867727926
Refuse overwriting unknown files
2017-11-17 15:53:30 +01:00
Christian Hohnstaedt
cefb140601
Switch to Qt5 for Windows build and installation
...
Don't depend on htonl() and friends to avoid lwsock32
Fixup WIN32 define to use the Qt definition
2017-07-17 09:27:46 +02:00
Christian Hohnstaedt
78e4207f2e
Fix database password change on Windows
...
Reimplementing the simple unix "mv" command on Windows is PITA!
Renaming an open file -> Error!
Renaming to an existing file -> Error!
Atomicity: No
2015-09-23 10:42:05 +02:00
Christian Hohnstaedt
e5541c6d67
SF. Bug. #81 Make xca qt5 compatible
...
Extend XCA to also compile against Qt5
Remove directory from Qt includes
2015-09-17 18:42:42 +02:00
Christian Hohnstaedt
a88b86ad9d
Select the translation language via File menu
2014-11-20 20:14:25 +01:00
Christian Hohnstaedt
aaf9339eab
Database hardening
...
- Delete invalid items (on demand)
- Be more tolerant against database errors
- Gracefully handle and repair corrupt databases
- Add "db_dump(.exe)" binary to all installations
2014-11-15 23:45:43 +01:00
Christian Hohnstaedt
38ed0b60b5
Update Copyright dates
2012-05-06 11:16:44 +02:00
Christian Hohnstaedt
e38dd7758f
fix support for MAC OS X
2012-05-06 11:16:41 +02:00
Christian Hohnstaedt
0f9699d63d
Reduce namelen to the maximum of 80 during import
2012-03-31 14:28:37 +02:00
Christian Hohnstaedt
e879a9dbc9
Close bug [ 3372449 ] All numeric names cannot be used
...
update changelog
2011-07-20 17:58:21 +02:00
Christian Hohnstaedt
e7260c9288
avoid minor warnings
2011-07-17 08:54:15 +02:00
Christian Hohnstaedt
9f237b923c
open database with 0600 permissions
...
also avoid unused varaibles
2010-08-26 06:39:30 +02:00
Christian Hohnstaedt
58a5557f96
don't allow duplicate key names
2010-08-19 18:36:42 +02:00
Christian Hohnstaedt
de851ed3a9
Changed all header includes to QT4 names and included the correct component name
...
By Andreas Piesk. Thanks!
adapt to HEAD since the patch is based on 0.6.4
drop qt4/Qt include in list of includes during configuration
2010-06-13 11:49:38 +02:00
Christian Hohnstaedt
f1c528fcc9
update copyright information
2010-03-11 07:13:48 +01:00
Christian Hohnstaedt
0230061855
replace allocated strings by QByteArray for datastorage
2010-03-08 07:50:08 +01:00
Christian Hohnstaedt
345cdc1083
improve messages and usability
...
- update german translation
2010-02-21 16:24:00 +01:00
Christian Hohnstaedt
dbad217a9f
improve file-dialog handling
...
- resize columns to fit to the longest entry
- Ask once if an existing file shall be overwritten
2009-12-06 16:39:17 +01:00
Christian Hohnstaedt
fe8c2c2660
improve filename handling for databases
...
- allow "umlauts" and other non ASCII char in database filenames
using the OS dependent handling QString2filename, using
8Bit codepage encoding on Windows and UTF8 on linux and OS X
2009-11-25 09:06:22 +01:00
Christian Hohnstaedt
44e17ae9da
minor fixes:
...
- remove debugging code
- allow DOCDIR to be different from PREFIX
2009-11-24 17:41:57 +01:00
Christian Hohnstaedt
f15197b2d3
real man commit before testing....
...
fixup commit 485dfd2221
2009-02-26 09:49:06 +01:00
chris
485dfd2221
shut up compiler warnings and fix array-size
2009-02-26 07:41:21 +01:00
Christian
5045a96888
more testing
2007-08-21 21:08:10 +00:00
Christian Hohnstaedt
c04bf114d7
changes for MAC an OpenSSL 0.9.7
2007-05-30 19:49:57 +02:00
Christian
eefbf7efde
Merge branch 'qmake'
...
Conflicts:
lib/func.cpp
lib/func.h
lib/pki_base.h
lib/pki_x509super.h
2007-04-29 23:57:57 +02:00
Christian
c2018c0e58
- fix segfault
...
- switch string handling to UTF8
2007-04-29 18:48:17 +02:00
Christian
8283d8e7b9
replace copyright notice in source files
...
(copyright and licence itself remain unchanged)
fix configure to set Qt include dir
code justifying
2007-04-12 12:25:28 +02:00
Christian
d4a90be207
replace "include <Qt/" by "include <"
2007-04-11 11:19:22 +02:00
Christian
b976c7d136
remove all usages of QT3 backward lib
...
[ xca-Feature Requests-1692800 ]
2007-04-03 10:37:26 +02:00
Christian Hohnstaedt
9546623cd1
fix from Tamas TEVESZ for QT 4.1
2007-03-28 10:11:40 +02:00
Christian
6e87a2dc54
remove debugging info
2007-03-16 19:11:59 +01:00
Christian
d0f3672798
- add undelete feature for deleted items
...
- fix database shrinking of curent db during opening of new db
2007-02-05 22:17:22 +01:00
Christian
fd7d05dc65
fix default extension of templates to be xca
...
remove unneeded printfs
2007-01-04 23:57:15 +01:00
Christian Hohnstaedt
e6bfb8f52a
fix opening other files as database
...
(return a reasonable error)
2007-01-03 17:59:34 +01:00
Christian
aaf8cae7e4
Typo in copyright
...
use QFile in db.cpp
fix path in xca.nsi
2006-12-29 14:04:58 +01:00
Christian Hohnstaedt
2d5e535111
merge suggestions from Alon Bar-Lev, member of Gentoo project
2006-12-06 10:50:35 +01:00
Christian
dfd530a690
add fix for database shrink,
...
fix URL of documentation
add file associations for *.xdb in the nsi installer
2006-12-05 11:36:41 +01:00
Christian Hohnstaedt
2b93359d3e
added updating documentation
...
and a "mv" implementation for broken filesystems (WIN32)
2006-12-04 16:42:26 +01:00
Christian Hohnstaedt
2a1eda8eaf
Fix PKCS12
...
delete debian and rpm subdirs
and Visual C++ files
2006-11-20 19:11:33 +01:00
Christian
7c81b45307
use QFile for database instead of native functions
...
Fix fonts
2006-11-19 14:23:07 +01:00
Christian Hohnstaedt
f0d2fa3e39
Fix warnings
...
mv showItem() to db_base class
cleanup
Disable PKCS#7 signing and encryption
2006-11-17 15:05:48 +01:00
Christian
37eb802e14
File IO exceptions added and database access improved
2006-06-06 22:17:16 +02:00
Christian
f83f783549
fix database
2006-05-22 10:28:01 +02:00
Christian
813e115b8e
Spaces deleted
2006-05-21 10:08:39 +02:00
Christian
02770d8367
Database exploration
2006-05-20 11:24:15 +02:00
chris2511
104530485e
Add multiimport and CRLs
2006-05-17 21:11:16 +00:00
chris2511
13b6bb9e07
more QT4 changes
2006-03-18 12:59:37 +00:00
chris2511
462eac83a3
certificates for QT4
2006-03-12 23:57:24 +00:00
chris2511
c6622680db
push forward to QT4
2006-03-12 17:39:52 +00:00