summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Collapse)Author
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac
Removed several unused methods. Could not remove ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() and ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods). Should Test::test1Table1Page() really be removed? (test class) Conflicts: unusedcode.easy Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f
2013-02-26Remove duplicate OIDThomas Arnhold
This ID is refers to digestedData and hashedData. http://msdn.microsoft.com/en-us/library/windows/desktop/aa381133(v=vs.85).aspx Change-Id: I2b9585332e27fad860aee458ef3183a9772e9c3f Reviewed-on: https://gerrit.libreoffice.org/2403 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-02-25remove some trivial duplicatesThomas Arnhold
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-24Add OIDs for Russian crypto algorithms.Valek Filippov
Change-Id: Id1d6a623863d7643401dce912991e61de16695f2
2013-02-23Fix typo begining/beginning.Julien Nabet
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22coverity#735579 Logically dead codeNorbert Thiebaud
Change-Id: I68a1dc0926b1310b196212e0ec602cc9d78b43de Reviewed-on: https://gerrit.libreoffice.org/2230 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#982735 Negative loop boundNorbert Thiebaud
Change-Id: I597cd1204b0b7f5c7351482c3cdd00fc6111218a Reviewed-on: https://gerrit.libreoffice.org/2224 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#705782 Resource LeakNorbert Thiebaud
Change-Id: I8346d3fd2ce4345cc9a352abb608cfec5f6939f4 Reviewed-on: https://gerrit.libreoffice.org/2223 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#982249 Unchecked return valueNorbert Thiebaud
Change-Id: I959599c899b489aa42ccce60c6794869041522a0 Reviewed-on: https://gerrit.libreoffice.org/2222 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#705976 coverity#7074977Norbert Thiebaud
Change-Id: Iaedb5fcd87a24f478d7c4a9c25e32cd2d0ee55da Reviewed-on: https://gerrit.libreoffice.org/2221 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
- replaced osl_trace with sal_info - added new log areas to log-area.dox Change-Id: Ib47c4b4c9604bca1f8a635dd01bb89702b47b591 Reviewed-on: https://gerrit.libreoffice.org/2010 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-02-19nsscrypto_initializer: MSVC does not support C99 dynamic arraysMichael Stahl
Change-Id: I407b2308756b46fbf0920881fc20972b486819b7
2013-02-18coverity#705355 coverity#705356 Missing break in switchNorbert Thiebaud
Change-Id: I9a0a370eb1279a184a47e15bcefc6ce5e4025aa3 Reviewed-on: https://gerrit.libreoffice.org/2226 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-18coverity#982590 Explicit null dereferencedNorbert Thiebaud
Change-Id: Ie898603f64a4568a8502caf3db154ae5ce008af9 Reviewed-on: https://gerrit.libreoffice.org/2227 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-18coverity#982591 Dereference after null checkNorbert Thiebaud
Change-Id: I8651ecb0287d686da3e1ca6a6e46549abe3e0c38 Reviewed-on: https://gerrit.libreoffice.org/2225 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-15adapt macro security dialog code to .uiCaolán McNamara
Change-Id: I0527ff30508bd7fd9182ff0bfec87aef7907f1fb
2013-02-14drop unused hidCaolán McNamara
Change-Id: Ie176d91aaa39a354829630bdca3d39cb75146651
2013-02-14-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I6c12d295372e847226adc61b2c9496f052cc2fdf
2013-02-14split out trust page and adapt codeCaolán McNamara
Change-Id: I79067df7174f5ae9bff51d997128cb033477aa6f
2013-02-14move macro security dialog to xmlsecurityCaolán McNamara
split out security page and adapt code Change-Id: I51dbd48b2ff4f65f6806fac70bda27ee15d4e176
2013-02-10xmlsecurity: remove obsolete tools directoryMatúš Kukan
Change-Id: I5a1df11c18eb5932651ee381fae29f2ac0697b6a Reviewed-on: https://gerrit.libreoffice.org/1608 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-20Fix missing parenthesisJulien Nabet
Change-Id: Id372cde73af484d2d03149d7bbb9f23132cdabf8
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara
does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
2013-01-01move xmlsecurity .ui stuff to right place and adapt code to use itCaolán McNamara
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
2012-12-28Fix "scope can be reduced" for 2 variablesJulien Nabet
Change-Id: I200d7c545e82fd2167f22f5522033d6e64b975f8
2012-12-25Get rid of (most uses of) GUITor Lillqvist
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-07Adapt to XComponentContextStephan Bergmann
Change-Id: I2f2c745245722f90b8101995367c55878d568703
2012-12-07Unused includeStephan Bergmann
Change-Id: Ica71cc0eec1054386221c779948381e274ee6475
2012-12-07Clean up SerialNumberAdapter implementationStephan Bergmann
Change-Id: Iebf992544cb71fd2e2f4541a5a63fc962150e390
2012-11-30convert libxmlsec to gbuildPeter Foley
Change-Id: Id0ad4e1c8e3e1ac03c625fb77b70fe0aa8ddfcdc
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-20Merge branch 'feature/killsdf'Andras Timar
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-19Further SYSTEM_MOZILLA/SYSTEM_NSS clean-upStephan Bergmann
...past 8648c974ea5e222027a5ac1c9a01cd9ac6e344a8 "Clean-up 'SYSTEM_MOZILLA' -> 'SYSTEM_NSS.'" Looks like -DSYSTEM_MOZILLA in RepositoryExternal.mk's gb_LinkTarget__use_nss3 was only relevant for xmlsecurity/source/xmlsec/nss/nssinitializer.cxx (for which it had been set explicitly in xmlsecurity/Library_xsec_xmlsec.mk, and renamed to SYSTEM_NSS already). And looks like xmlsecurity/Library_xsec_xmlsec.mk's explicit SYSTEM_NSS code was more or less a duplication of RepositoryExternal.mk's gb_LinkTarget__use_nss3, so made that DRY. Change-Id: Ie6eca2c4eb7fb70f6a36c97d8681b4140f9870cb
2012-11-19Clean-up "SYSTEM_MOZILLA" -> "SYSTEM_NSS"Stephan Bergmann
Change-Id: I47ec3aeb14445b697bf8f5af34c5d16a14069735
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-07Improve loggingStephan Bergmann
Change-Id: I5ff457c76970356a5748f6f319f32a1f49b86ca1
2012-11-06'xMSF' : undeclared identifierTor Lillqvist
Change-Id: Iba7a18b0c28da6a3955e62fe54ba96842e571064
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin
Also create an NSSInitializer service IDL and split it's interfaces out from SEInitializer. It looks like this was the intention all along, but someone took a shortcut. Change-Id: I53ac1cb5d38b78b6718fe22c9666eae1f194a3b7
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: Idad85ab23f6650c89ba3095d10568a302503613b