aboutsummaryrefslogtreecommitdiffstats
path: root/util/w32reg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-07-27Converted all m_free to xfree etc.Werner Koch1-1/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-02-04(GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch1-4/+12
decent automakes.
2003-08-28* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw1-1/+1
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. * http.c (connect_server): Oops - forgot to freeaddrinfo().
2002-11-06* w32reg.c (read_w32_registry_string): Fixed expanding of the environmentDavid Shaw1-0/+1
buffer; didn't worked at all. Reported by Thijmen Klok. From Werner on stable branch. * secmem.c (secmem_free, secmem_term): Use wipememory2() instead of memset() to overwrite secure memory * iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available. From Werner on stable branch. * fileutil.c: Comment from stable branch.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-171/+0
'GNUPG-1-9-BRANCH'.
2002-09-16* w32reg.c (read_w32_registry_string): Fallback to HLM.Werner Koch1-3/+9
2002-09-10* w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.Werner Koch1-3/+40
Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New.
2002-06-29Update head to match stable 1.0David Shaw1-17/+57
2000-10-11This was missing in HEAD.Werner Koch1-0/+88