summaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann2009-02-201-0/+11
* Add color btns to the preferences, so they are configurable here tooRené 'Necoro' Neumann2009-02-201-1/+0
* Fix modeline in configRené 'Necoro' Neumann2008-09-021-1/+1
* Add scrollbacklines to configRené 'Necoro' Neumann2008-07-281-0/+5
* Added "$(version)" for the config file naming.René 'Necoro' Neumann2008-07-201-3/+4
* Moved color info to configRené 'Necoro' Neumann2008-07-101-2/+13
* Added set selection in preferencesRené 'Necoro' Neumann2008-07-091-0/+5
* Make the new behavior configurableRené 'Necoro' Neumann2008-06-081-6/+10
* Make the console title length changeable by the userRené 'Necoro' Neumann2008-06-081-0/+3
* Make section headers uppercase to prevent problems with turkish (and probably...René 'Necoro' Neumann2008-03-281-2/+2
* Merged in version_list branchRené 'Necoro' Neumann2008-03-271-0/+3
|\
| * Show slots in the version listRené 'Necoro' Neumann2008-03-251-0/+3
* | Removed GTK section in configRené 'Necoro' Neumann2008-03-251-5/+0
|/
* Added option to disable console title updateRené 'Necoro' Neumann2008-03-251-0/+3
* r159@Zakarumiy: necoro | 2008-02-24 14:16:32 +0100Necoro2008-02-241-0/+4
* r643@Devoty: necoro | 2008-01-16 18:55:49 +0100Necoro2008-01-181-0/+9
* r528@Devoty: necoro | 2007-11-04 22:11:39 +0100Necoro2007-11-051-3/+0
* some changesnecoro2007-08-251-1/+1
* some more pause emerge itemsnecoro2007-07-281-14/+0
* changed design / added linknecoro2007-07-251-0/+3
* made console font changeble for Qtnecoro2007-07-041-0/+6
* - added settings: gtk: console fontnecoro2007-05-151-1/+7
* added systraynecoro2007-04-251-1/+13
* marking installed packages in pkglistnecoro2007-04-171-0/+8
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-3/+8
* Added usetipsnecoro2007-02-111-1/+2
* Renamed to portatonecoro2006-11-241-0/+0
* Renamed to portatonecoro2006-11-241-4/+4
* added control field for specifying the sync commandnecoro2006-11-121-0/+3
* new config-parser and a new layout for the config filenecoro2006-11-071-1/+1
* new config-parser and a new layout for the config filenecoro2006-11-071-2/+41
* Changed confignecoro2006-10-151-4/+4
* Second level of "emerge --update"necoro2006-10-151-0/+2
* bla - prepared 0.4.0 ; added dialogs.py; extended some commentsnecoro2006-10-091-2/+6
* Changed changelog / added config-filenecoro2006-10-051-0/+4
ss='deletions'>-1/+1 Otherwise this expands to a filename if one exists. Suggested-by: izaberina@gmail.com 2017-10-13protect dirname calls from pass-names that look like command-line optionsStacey Sheldon1-6/+6 With the $path variable being passed directly to dirname, any pass-names provided by the user that happened to look like options to dirname would be processed as options rather than as the path to be split. This results in a real mess when you happen to run one of: pass edit --help pass generate --help pass insert --help then in the cmd_foo() function, you have: mkdir -p -v "$PREFIX/$(dirname --help)" which (due to the -p option to mkdir) results in the creation of an entire directory hierarchy made up of the slash-separated help text from dirname. 2017-09-15passmenu: Don't eat whitespace at beginning/end of passwordDaniel Lublin1-1/+1 If IFS (Input Field Separator) is not emptied, read will actually strip spaces and tabs at the beginning/end end of the "line". 2017-08-29emacs: Release version 1.0.1 of Emacs packageSvend Sorensen2-5/+10 2017-08-29emacs: --run-async: Quote shell argumentsDamien Cassou1-4/+5 This is important for filenames with special characters such as spaces and parenthesis. 2017-08-29emacs: Update author's email addressSvend Sorensen1-2/+2 2017-08-29emacs: Fix package-lint violationsSvend Sorensen1-2/+3 2017-07-26emacs: Release version 1.0.0 of Emacs packageSvend Sorensen2-1/+8 2017-07-26emacs: Use with-editor to wrap "pass edit"Svend Sorensen2-9/+17 Instead of editing the password file directly using Emacs, "pass edit" is run. This allows password-store's git change tracking to work. This adds a dependency on the with-editor Emacs package. 2017-04-13Bump version1.7.1Jason A. Donenfeld1-1/+1 2017-04-13init: match only the public keyJason A. Donenfeld1-1/+1 2017-03-28Use $GPG variableJason A. Donenfeld1-3/+3 2017-03-20Fix compatibility with GnuPG 2.2.19Andreas Stieger2-2/+2 GnuPG 2.2.19 added a warning when no command was given. * src/password-store.sh (reencrypt_path): Add --decrypt to --list-only * tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same https://bugs.gnupg.org/gnupg/msg9873 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb https://bugzilla.suse.com/show_bug.cgi?id=1028867 2017-03-01tests: fix on OSX by not using the tr hackJason A. Donenfeld3-5/+2 2017-02-26Bump version1.7Jason A. Donenfeld1-1/+1 2017-02-26Modernize makefileJason A. Donenfeld2-31/+36 2017-02-25CopyrightJason A. Donenfeld1-1/+1 2017-02-25StyleJason A. Donenfeld1-2/+2 2017-02-25git: use inner-most directoryJason A. Donenfeld2-27/+48 2017-02-25clip: sleep may require argv[0] to be sleepJason A. Donenfeld1-1/+1 2017-02-25man: document system extensionsJason A. Donenfeld1-2/+3