aboutsummaryrefslogtreecommitdiffstats
path: root/util/w32reg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (GNUPG_CHECK_GNUMAKE): Removed. Not needed forWerner Koch2005-02-041-4/+12
| | | | | decent automakes.
* * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw2003-08-281-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().
* * w32reg.c (read_w32_registry_string): Fixed expanding of the environmentDavid Shaw2002-11-061-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.
* * w32reg.c (read_w32_registry_string): Fallback to HLM.Werner Koch2002-09-161-3/+9
|
* * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.Werner Koch2002-09-101-3/+40
| | | | | | | Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New.
* Update head to match stable 1.0David Shaw2002-06-291-17/+57
|
* This was missing in HEAD.Werner Koch2000-10-111-0/+88