summaryrefslogtreecommitdiff
path: root/src/core/wee-secure.c
AgeCommit message (Expand)Author
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and con...Sébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-10core: remove unused functions secure_search_hash_algo and secure_search_ciphe...Sébastien Helleu
2017-06-03core, script: remove unused config section variablesSimmo Saan
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-28core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-06-28core: update message displayed when passphrase is not set on /secure bufferSébastien Helleu
2014-06-28core: do not display content of passphrase on /secure bufferSébastien Helleu
2014-02-22core: fix uninitialized value in functions secure_{encrypt|decrypt}_data (in ...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-23core: free secured data on exitSebastien Helleu
2013-11-09core: remove unneeded warning when read of sec.conf fails (another warning is...Sebastien Helleu
2013-08-02core: change the message displayed when passphrase is not given on startupSebastien Helleu
2013-08-02core: remove use of function gcry_kdf_derive so that it compiles with libgcry...Sebastien Helleu
2013-08-02core: update translationsSebastien Helleu
2013-07-30core: in case of empty passphrase, keep encrypted data in memory until the us...Sebastien Helleu
2013-07-30core: use variable "items_count" directly from hashtable without calling func...Sebastien Helleu
2013-07-28core: add option sec.crypt.passphrase_fileSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu