aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-02common: Fix gnupg_reopen_std.NIIBE Yutaka1-6/+5
2018-08-28assuan: Fix exponential decay for first second.Werner Koch1-4/+3
2017-07-25common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch1-0/+9
2017-06-23agent: Shutdown on removal of the home directory.Werner Koch1-0/+37
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-02-08gpg,common: Make sure that all fd given are valid.Justus Winter1-0/+11
2016-11-29gpg,sm: Merge the two versions of check_special_filename.Werner Koch1-1/+35
2016-11-16common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch1-0/+70
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-31common: New function gnupg_usleep.Werner Koch1-1/+45
2016-10-27common: Remove debug output from gnupg_get_socket_name.Werner Koch1-4/+4
2016-10-27common: Fix gnupg_inotify_has_name, differently.NIIBE Yutaka1-21/+15
2016-10-27agent,common: move get_socket_name() into common.Daniel Kahn Gillmor1-0/+49
2016-10-27common: Fix gnupg_inotify_has_name.NIIBE Yutaka1-14/+22
2016-10-26common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL.Werner Koch1-1/+1
2016-10-26common: avoid segfaultDaniel Kahn Gillmor1-0/+3
2016-10-25common: Use strconcat in gnupg_setenv.Werner Koch1-22/+22
2016-10-20common,w32: Fix setting environment variables on Windows.Justus Winter1-39/+62
2016-10-15agent: Move inotify code to common and improve it.Werner Koch1-0/+127
2016-06-08Explicitly restrict socket permissions.Werner Koch1-1/+1
2016-05-24common,w32: Silence an unused arg warning message.Werner Koch1-0/+2
2016-04-20agent: Sanitize permissions of the private key directory.Justus Winter1-24/+49
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2014-11-11Remove use of gnulib (part 2)Werner Koch1-9/+143
2014-11-11Remove use of gnulib (part 1)Werner Koch1-2/+0
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-12/+2
2014-04-22common: Add function gnupg_getcwd.Werner Koch1-0/+30
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2014-03-07w32: Define WINVER only if needed.Werner Koch1-1/+3
2014-03-07ssh: Add support for Putty.Werner Koch1-0/+57
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2012-01-25Port to npth.Marcus Brinkmann1-6/+6
2011-04-12Add code for explicit selection of pooled A records.Werner Koch1-0/+11
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-15/+14
2010-08-12Fix dirmngr problems on CE.Werner Koch1-2/+2
2010-06-10common/Marcus Brinkmann1-2/+4
2010-06-102010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+2
2010-06-082010-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+3
2010-06-07Change OpenPGP test framework to run under the control of the agent.Werner Koch1-2/+7
2010-04-20common/Marcus Brinkmann1-3/+3
2010-04-14Fixed dependencies and a syntax errorWerner Koch1-2/+2
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-0/+11
2010-04-14Whole lot of changes to support CE.Werner Koch1-2/+109
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-0/+24
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+1
2010-03-02First steps towards the W32CE portWerner Koch1-28/+57
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-3/+5
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2008-06-25g10/Marcus Brinkmann1-128/+0
2008-06-19Robustness fix.Werner Koch1-9/+16