Commit graph

853 commits

Author SHA1 Message Date
Sweta Kothari
d10ee90576 po: update Gujarati translation (rh #589230) 2010-05-13 12:33:07 -07:00
Timo Trinks
88543c34a4 po: update German translation (rh #589230) 2010-05-13 12:32:29 -07:00
Amitakhya Phukan
f23ed97d33 po: updated Assamese translation (rh #589230) 2010-05-13 12:29:49 -07:00
Sandeep Shedmake
e273cefa32 po: update Marathi translation (bgo #618236) 2010-05-10 16:33:12 -07:00
Jorge González
9afd18f37c po: update Spanish translation (bgo #617357) 2010-05-08 09:59:34 -07:00
Sandeep Shedmake
47b7bc2871 po: update Marathi translation (bgo #615811) 2010-05-08 09:55:08 -07:00
Runa Bhattacharjee
eea261afe2 po: update Bengali translation (bgo #617985) 2010-05-08 09:52:41 -07:00
Kiyoto Hashida
3239f4af79 po: updated Japanese translation (bgo #618002) 2010-05-08 09:51:42 -07:00
Dan Williams
88e6f25b7e po: add translatable 2010-05-05 03:10:40 -07:00
Dan Williams
a799b0a0b9 Merge remote branch 'origin/master' into ip6only 2010-04-24 15:09:40 -07:00
Marek Černocký
a7ab278498 po: update Czech translation (bgo #616630) 2010-04-24 00:15:40 -07:00
Shankar Prasad
9f01ed9f9a po: update Kannada translation (bgo #616625) 2010-04-24 00:14:45 -07:00
Krishna Babu K
f8d1d7e832 po: update Telugu translation (bgo #616399) 2010-04-24 00:13:31 -07:00
Dan Williams
d85583b928 po: remove dead translatable 2010-04-20 16:53:05 -07:00
Jorge González
618c5f1b08 po: update Spanish translation (bgo #615374) 2010-04-11 21:24:59 -07:00
Krishna Babu K
b932dea21b po: update Telugu translation (bgo #615042) 2010-04-08 10:52:52 -07:00
Dan Williams
e92e321c4d po: update translatables 2010-04-07 15:10:12 -07:00
Amanpreet Singh Alam
d4c5930c0f po: updated Punjabi translation (bgo #614718) 2010-04-04 09:23:49 -07:00
Dan Williams
84f69ad65a po: fix Spanish translation
Missing \n on one item.
2010-04-02 10:34:11 -07:00
Francisco Javier F. Serrador
7940f8c42a po: update Spanish translation (bgo #614187) 2010-04-02 10:29:53 -07:00
Ani Peter
88f68c10ff po: add Malayalam translation (bgo #613680) 2010-03-24 01:24:45 -07:00
Manoj Kumar Giri
cd52f2ea5a po: updated Oriya translation (bgo #610332) 2010-03-24 01:22:58 -07:00
Shankar Prasad
e5a66e2882 po: updated Kannada translation (bgo #609510) 2010-03-24 01:21:56 -07:00
Dan Williams
c471bb4a03 po: add new translatable 2010-03-23 18:32:32 -07:00
Tomasz Dominikowski
869a1dc6c9 po: updated Polish translation (bgo #612167) 2010-03-19 12:16:19 -07:00
Daniel Nylander
48ea547d7a po: updated Swedish translation (bgo #611638) 2010-03-19 12:15:23 -07:00
Christian Kirbach
edbc28daa3 po: updated German translation (bgo #612670) 2010-03-19 12:14:11 -07:00
Jorge González
e7eaacf426 po: update Spanish translation (bgo #612079) 2010-03-19 12:12:01 -07:00
Iñaki Larrañaga Murgoitio
4fe2acbef3 po: update Basque translation (bgo #613055) 2010-03-19 12:10:25 -07:00
Dan Williams
9e627d1bce trivial: rename some CamelCase source files to not-camel-case 2010-03-02 15:06:14 -08:00
Rajesh Ranjan
2281b87cc4 po: add Hindi translation (bgo #610914) 2010-02-25 13:04:12 -08:00
Miguel Anxo Bouzada
0f70d95b22 po: update Galican translation (bgo #611059) 2010-02-25 12:55:29 -08:00
Runa Bhattacharjee
409aaa43e0 po: update Bengali translation (bgo #610442) 2010-02-25 12:53:03 -08:00
Jirka Klimes
c2ec07f17d cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Tournaris Pavlos
74dfcf6ad7 po: update Greek translation (bgo #608810) 2010-02-02 09:48:40 -08:00
Krishna Babu K
21965b1431 po: updated Telugu translation (bgo #608426) 2010-01-30 14:05:37 -08:00
Dan Williams
c0b951d83b po: updated Slovenian translation (bgo #604836) 2010-01-17 23:26:05 -08:00
Gabor Kelemen
3f90f3aea7 po: updated Hungarian translation (bgo #596112) 2010-01-15 17:30:37 -08:00
Christian Kirbach
534509b3c7 po: update German translation (bgo #598616) 2010-01-14 13:05:06 -08:00
Luca Ferretti
c159efb05e po: update italian translation (bgo #595673) 2010-01-02 18:50:27 -06:00
Dan Williams
1326d816d6 po: remove dead translatable 2009-09-25 17:34:29 -07:00
Dan Williams
8c35e96b60 libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixups
To be backwards compatible clients need to handle both paths to private
keys and the decrypted private key data, which is what used to get passed
in the private-key and phase2-private-key attributes of the 802.1x setting.
When moving a connection around between system-settings and user-settings,
if the private key is decrypted data, the settings service needs to store
that decrypted data somewhere so that the key can be sent to NM during
the connection process.

But we don't want to store the decrypted private key data, so we have to
re-encrypt it (possibly generating a private key password if one wasn't
sent with the decrypted data) and save it to disk, then send NM a path
to that private key during connection.

To help clients do this, and so that they don't have to carry around
multiple crypto implementations depending on whether they want to use
NSS or gnutls/gcrypt, add a helper to libnm-util.

Furthermore, I misunderstood a bunch of stuff with crypto padding when
writing the encrypt/decrypt functions long ago, so fix that up.  Don't
return padding as part of the decrypted data, and make sure to verify
the padding's expected lengths and values when decrypting.  Many thanks
to Nalin Dahyabhai for pointing me in the right direction.
2009-09-15 16:01:50 -07:00
Philip Withnall
668b84e201 po: update British English (en_GB) translation (bgo #595072) 2009-09-14 14:28:20 -07:00
Dan Williams
4c77fa0862 po: rename sr@Latn -> sr@latin (bgo #555863) 2009-09-11 09:02:20 -04:00
Shankar Prasad
f1dc359bac po: add Kannada (kn) translation (bgo #585826) 2009-09-11 08:56:33 -04:00
Krishna Babu K
aa0536b262 po: add Telugu (te) translation (bgo #585553) 2009-09-11 08:54:21 -04:00
Amitakhya Phukan
3b975055e8 po: update Assamese (as) translation (bgo #585537) 2009-09-11 08:51:42 -04:00
Sweta Kothari
6b2754d6d1 po: updated Gujarati (gu) translation (bgo #585111) 2009-09-11 08:49:50 -04:00
Runa Bhattacharjee
267ba9c0d7 po: add Bengali (bn_IN) translation (bgo #585067) 2009-09-11 08:46:20 -04:00
Francesco Marletta
ddf8818a3f po: update Italian translation (bgo #575041) 2009-09-11 08:43:10 -04:00