1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
2011-12-01 Werner Koch <[email protected]>
NB: ChangeLog files are no longer manually maintained. Starting
on December 1st, 2011 we put change information only in the GIT
commit log, and generate a top-level ChangeLog file from logs at
"make dist". See doc/HACKING for details.
2011-03-28 Werner Koch <[email protected]>
* ce-server.c: Include sys/select.h if needed. Fixes bug#1328.
2010-10-11 Werner Koch <[email protected]>
* Makefile.am (w32cetools): Move ce-server to here.
2010-03-17 Werner Koch <[email protected]>
* pipeconnect.c: New. Based on fdpassing.c
2010-02-24 Werner Koch <[email protected]>
* ce-server.c: New.
* ce-createpipe.c [W32CE]: New.
2010-01-27 Werner Koch <[email protected]>
* common.h (SOCKET2HANDLE, HANDLE2SOCKET): New.
2009-11-05 Marcus Brinkmann <[email protected]>
* fdpassing.c (main): Call assuan_pipe_connect instead
of assuan_pipe_connect_ext.
2009-11-04 Werner Koch <[email protected]>
* fdpassing.c (register_commands): Add NULL arg to
assuan_register_command.
2009-09-19 Marcus Brinkmann <[email protected]>
* fdpassing.c: Update to new API.
2009-08-26 Marcus Brinkmann <[email protected]>
* Makefile.am (AM_CFLAGS, LDADD): Add gpg-error.
* fdpassing.c: Change error values to gpg-error ones.
2008-11-03 Marcus Brinkmann <[email protected]>
* fdpassing.c (register_commands): Add missing initializer
to silence gcc -W warning.
2006-10-10 Werner Koch <[email protected]>
* Makefile.am (LDADD): Add NETLIBS.
2006-09-19 Werner Koch <[email protected]>
* fdpassing.c: Reverted Marcus changes.
(client): New arg FNAME to replace hardwired file name.
(main): Pass motd to client.
* Makefile.am (AM_CPPFLAGS): Removed.
(EXTRA_DIST): Add motd.
2006-09-19 Marcus Brinkmann <[email protected]>
* fdpassing.c (MOTD): New macro.
* Makefile.am (AM_CPPFLAGS): New variable.
* motd: New file.
Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|