-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
495 lines (356 loc) · 22.1 KB
/
ChangeLog
File metadata and controls
495 lines (356 loc) · 22.1 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
commit 4215136b2fc3ce0012c1648ae664c75fc1892b99
Author: Anders Lövgren <andlov@nowise.se>
Date: Wed Jan 30 02:02:27 2019 +0100
New release version.
commit f2313edabc89720718c746d923cf5e930a1b0903
Author: Anders Lövgren <35581658+nowisesys@users.noreply.github.com>
Date: Wed Jan 30 01:59:57 2019 +0100
Created markdown readme file.
commit d804a106701e49ac04c3978a33cbd953e972a0b0
Author: Anders Lövgren <andlov@nowise.se>
Date: Wed Jan 30 01:52:18 2019 +0100
Migrated project to Nowise.
commit 28ecd8bd2159a88e40c55a37206339e65f4f5379
Author: Anders Lövgren <andlov@nowise.se>
Date: Wed Jan 30 01:51:50 2019 +0100
Ignore netbeans private project directory.
commit bae240fe8bae64c4a91111c3f5cd481a2b72d8c2
Author: Anders Lövgren <andlov@nowise.se>
Date: Mon Jan 28 16:28:33 2019 +0100
Removed DISCONTINUED file after SVN migration.
commit b7176dad77ed5c9f8e2d8d1bf844bc9055208888
Author: Anders Lövgren <andlov@nowise.se>
Date: Mon Jan 28 14:36:05 2019 +0000
Migrated to GIT (QNET)
commit 6226ed7761d67d1ef5e5bb2ab8aca797a42f968a
Author: Anders Lövgren <andlov@nowise.se>
Date: Wed Dec 2 15:42:41 2015 +0000
Enabled support for SSL in gSOAP. Prepared for new release.
commit f7770a3c749f5da0d6fe2ae9aa05082472b90cf6
Author: Anders Lövgren <andlov@nowise.se>
Date: Fri Feb 20 00:12:48 2015 +0000
Prepared for release 1.2.5
commit 40e4625b504c83aab59b069f159398ae9f1c6865
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Feb 19 23:59:37 2015 +0000
Upgraded project file to Netbeans 8.0.2.
commit 86e303c4ac26f44f858d9bfa713312f8a0773fc7
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Feb 19 23:58:55 2015 +0000
Distribute generated source code as a complement to relying on running wsdl2h or soapcpp2.
commit 482478418ede68af13b1fbc6a495b3da588b8fed
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Feb 19 23:54:36 2015 +0000
Delete src/libwhoson/soap/Makefile for distclean target.
commit f1d32f73a4f550bf89c2fbb3e0c46ef39dc119d4
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Feb 19 23:45:57 2015 +0000
Generate SOAP service binding code on fly for target service.h.
commit 5f81b7364e237a7e914417f64485eed87e99d7b9
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue Aug 5 14:47:30 2014 +0000
All header labels should end with ':'.
commit 1b0c2bc7be73f2d10d2c8176afc47f18dd69e757
Author: Anders Lövgren <andlov@nowise.se>
Date: Mon Jun 2 09:24:52 2014 +0000
Added netbeans project to version control.
commit 23300efd8c6a6710babff80c0a271fa01382ce90
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu May 22 16:15:26 2014 +0000
Prepared for next release (1.2.4)
commit 08173c788a6db7b255b2c97b8c6f90e746f78c25
Author: Anders Lövgren <andlov@nowise.se>
Date: Fri Dec 13 17:26:59 2013 +0000
Prepared for release 1.2.3 of whoson-linux.
commit ee5cd266ab475df85d42220d7e8bd6d8f4cd476d
Author: Anders Lövgren <andlov@nowise.se>
Date: Fri Dec 13 17:26:22 2013 +0000
Should been part of commit 8150.
commit ddf80ace454f951545750f2d880060d4cdb7bc73
Author: Anders Lövgren <andlov@nowise.se>
Date: Fri Dec 13 17:24:45 2013 +0000
Updates for autoconf & co.
commit 3aa3fedbb26d0a922b9490827797b093ce960bd1
Author: Anders Lövgren <andlov@nowise.se>
Date: Fri Dec 13 17:16:26 2013 +0000
Fixed compile error using GCC >= 4.7.x
commit 786f790aa7a5af68e60c950b9b670f4037a607ee
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 22 15:44:23 2012 +0000
Don't include C++ headers in C-source code.
commit 8b55db108d5ab7a31955be9248a79703a745bebe
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 22 15:40:34 2012 +0000
Check for C++ headers wrapping standard C-headers (i.e. stdlib.h -> cstdlib).
commit 65aad5a4f528e5dca52d5d4e1a9ce97f2891b5c3
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 22 15:33:11 2012 +0000
Preparing for next release 1.2.2
commit d98ef594ee500d2c964d760522c8b5dda07bbe45
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 22 15:23:05 2012 +0000
Added support for global, personal and optional (-f option) configuration files thru class Config.
commit ba83b1efe05dc0a48c3afc3dae6d63df0a067594
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 15 13:06:22 2012 +0000
Prepared for next release (1.2.1)
commit 4a5647eb9e0d84174d87af42c4e9b3cc62f5122f
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 15 13:02:08 2012 +0000
Documenting the environment variables in the manual page.
commit 4afd000b40959c425fab00202afb844e3649197b
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 15 13:01:14 2012 +0000
Updated documentation for installation/integration on Mac OS X.
commit c47913943a1683f11be1dfcb89f270db540dd025
Author: Anders Lövgren <andlov@nowise.se>
Date: Tue May 15 12:53:35 2012 +0000
Added configuration files and utility scripts.
commit dd532ff03b7577dd7a9652b5015fe9d14efed8f3
Author: Anders Lövgren <andlov@nowise.se>
Date: Mon May 14 16:43:24 2012 +0000
Preparing for next release (1.2.0).
commit 1f9577be5dc936979e431f5e116e25ef345d0e41
Author: Anders Lövgren <andlov@nowise.se>
Date: Mon May 14 16:39:26 2012 +0000
Adding --first (FirstID), --last (LastID) and -L (Limit) options.
commit 78edfe7fbb29d9bbf0a74608e6df792355279eab
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Mar 29 00:11:53 2012 +0000
Preparing for release 1.1.2
commit d22c4ef9373b27a82064b9df6c25a36215167c28
Author: Anders Lövgren <andlov@nowise.se>
Date: Thu Mar 29 00:10:47 2012 +0000
Dumping SVN log to ChangeLog. Documenting some major changes in NEWS.
------------------------------------------------------------------------
r7367 | andlov | 2012-03-29 01:56:41 +0200 (Thu, 29 Mar 2012) | 1 line
Added --this option functioning as alias for this host.
------------------------------------------------------------------------
r7354 | andlov | 2012-03-28 17:39:38 +0200 (Wed, 28 Mar 2012) | 1 line
Preparing for release 1.1.0
------------------------------------------------------------------------
r7353 | andlov | 2012-03-28 17:36:13 +0200 (Wed, 28 Mar 2012) | 1 line
Adding copyright header to source code files.
------------------------------------------------------------------------
r7352 | andlov | 2012-03-28 17:17:09 +0200 (Wed, 28 Mar 2012) | 1 line
Updated options documentation on using exact matching filter options with the --active and --closed option.
------------------------------------------------------------------------
r7346 | andlov | 2012-03-28 16:01:39 +0200 (Wed, 28 Mar 2012) | 1 line
Use whoson-php on localhost as test service.
------------------------------------------------------------------------
r7258 | andlov | 2012-02-28 18:32:49 +0100 (Tue, 28 Feb 2012) | 1 line
Documenting the -F (--close) option in the manual page.
------------------------------------------------------------------------
r7217 | andlov | 2012-02-22 10:08:11 +0100 (Wed, 22 Feb 2012) | 1 line
Adding utility script for register logon/logoff events. This script could be sourced by i.e. ~/.bashrc and ~/.bash_logout
------------------------------------------------------------------------
r7216 | andlov | 2012-02-10 17:04:44 +0100 (Fri, 10 Feb 2012) | 1 line
Added -F (--close) option for closing all logon events matching the filter preferences.
------------------------------------------------------------------------
r7211 | andlov | 2012-02-09 16:45:56 +0100 (Thu, 09 Feb 2012) | 1 line
Documenting the --with-gsoap configure option.
------------------------------------------------------------------------
r7210 | andlov | 2012-02-09 16:41:43 +0100 (Thu, 09 Feb 2012) | 1 line
Renamed docs/README.SHARED-LIBS -> docs/README.GSOAP.
------------------------------------------------------------------------
r7209 | andlov | 2012-02-09 16:35:59 +0100 (Thu, 09 Feb 2012) | 1 line
Substitute @GSOAPHOME@ with argument for --with-gsoap.
------------------------------------------------------------------------
r7180 | andlov | 2011-12-20 04:46:06 +0100 (Tue, 20 Dec 2011) | 1 line
Added manual page for whoson.
------------------------------------------------------------------------
r7179 | andlov | 2011-12-20 04:11:45 +0100 (Tue, 20 Dec 2011) | 1 line
Use class DateTime to format time stamps.
------------------------------------------------------------------------
r7178 | andlov | 2011-12-20 03:58:01 +0100 (Tue, 20 Dec 2011) | 1 line
Using opts from an static member function is forbidden.
------------------------------------------------------------------------
r7177 | andlov | 2011-12-20 03:51:25 +0100 (Tue, 20 Dec 2011) | 1 line
Adding session mode were the application waits for the parent process to exit before record an logout event matching the logon event recorded at startup.
------------------------------------------------------------------------
r7176 | andlov | 2011-12-19 21:57:57 +0100 (Mon, 19 Dec 2011) | 1 line
Removed TODO from libwhoson.
------------------------------------------------------------------------
r7175 | andlov | 2011-12-19 21:56:00 +0100 (Mon, 19 Dec 2011) | 1 line
Moved env.sh to admin.
------------------------------------------------------------------------
r7174 | andlov | 2011-12-19 21:55:33 +0100 (Mon, 19 Dec 2011) | 1 line
Adding admin directory.
------------------------------------------------------------------------
r7173 | andlov | 2011-12-19 21:55:12 +0100 (Mon, 19 Dec 2011) | 1 line
Adding script for setting environment variables.
------------------------------------------------------------------------
r7172 | andlov | 2011-12-19 21:53:35 +0100 (Mon, 19 Dec 2011) | 1 line
Fixed constness for operator and function returning time_t value of a datetime object.
------------------------------------------------------------------------
r7171 | andlov | 2011-12-19 21:52:36 +0100 (Mon, 19 Dec 2011) | 1 line
Query and listing logon events is now working.
------------------------------------------------------------------------
r7170 | andlov | 2011-12-19 21:51:25 +0100 (Mon, 19 Dec 2011) | 1 line
Adding classes for formatted output.
------------------------------------------------------------------------
r7169 | andlov | 2011-12-19 21:50:12 +0100 (Mon, 19 Dec 2011) | 1 line
Members in class LogonEvent is set direct.
------------------------------------------------------------------------
r7168 | andlov | 2011-12-19 21:47:14 +0100 (Mon, 19 Dec 2011) | 1 line
The SOAP endpoint is now set direct in the SOAP proxy class when parsing options.
------------------------------------------------------------------------
r7167 | andlov | 2011-12-19 21:38:14 +0100 (Mon, 19 Dec 2011) | 1 line
Using std::string instead of std::string * for xsd::string elements and attributes.
------------------------------------------------------------------------
r7152 | andlov | 2011-12-19 03:28:07 +0100 (Mon, 19 Dec 2011) | 1 line
Fixed bug when initializing from environment variables.
------------------------------------------------------------------------
r7151 | andlov | 2011-12-16 16:40:25 +0100 (Fri, 16 Dec 2011) | 1 line
Let code deduce user and hostname parameters.
------------------------------------------------------------------------
r7150 | andlov | 2011-12-16 03:03:21 +0100 (Fri, 16 Dec 2011) | 1 line
Web service renamed from LogonEventService -> LogonAccountingService.
------------------------------------------------------------------------
r7142 | andlov | 2011-12-07 03:59:15 +0100 (Wed, 07 Dec 2011) | 1 line
The Account class is now maintaining the account providers list and a pointer to the active (selected) provider.
------------------------------------------------------------------------
r7141 | andlov | 2011-12-07 03:04:47 +0100 (Wed, 07 Dec 2011) | 1 line
Fixed a bug were *ppd was used instead of ppd.
------------------------------------------------------------------------
r7140 | andlov | 2011-12-07 02:26:28 +0100 (Wed, 07 Dec 2011) | 1 line
Checking canonical host in configure to determine additional linker flags. Use substitution of EXAMPLE_LDFLAGS on linux to add -Wl,-rpath to LDFLAGS when building examples.
------------------------------------------------------------------------
r7139 | andlov | 2011-12-07 02:08:52 +0100 (Wed, 07 Dec 2011) | 1 line
Adding support for query logged on user/domain from kerberos v5 ticket cache.
------------------------------------------------------------------------
r7138 | andlov | 2011-12-05 22:01:24 +0100 (Mon, 05 Dec 2011) | 1 line
Added --with-gsoap{-xxx} configure options.
------------------------------------------------------------------------
r7137 | andlov | 2011-12-05 14:37:47 +0100 (Mon, 05 Dec 2011) | 1 line
Added option --with-wbclient telling whether to check for -lwbclient. Renamed option --enable-static-clients -> --enable-all-static.
------------------------------------------------------------------------
r7136 | andlov | 2011-12-05 03:24:30 +0100 (Mon, 05 Dec 2011) | 1 line
Added class DateTime representing a date/time. This class is immutable by default, but can be compiled to expose its overloaded operators and property methods.
------------------------------------------------------------------------
r7135 | andlov | 2011-12-02 10:05:35 +0100 (Fri, 02 Dec 2011) | 1 line
Adding private methods called by Process() in main.
------------------------------------------------------------------------
r7134 | andlov | 2011-12-02 10:05:04 +0100 (Fri, 02 Dec 2011) | 1 line
Reverting back to using const char * as endpoint type.
------------------------------------------------------------------------
r7133 | andlov | 2011-12-02 09:55:27 +0100 (Fri, 02 Dec 2011) | 1 line
Implementing the Find() method in class LogonEvent. It's now inheriting from the SOAP complex type, so we need to use pointers to std::string and thus manage memory for these fields.
------------------------------------------------------------------------
r7132 | andlov | 2011-12-02 09:50:09 +0100 (Fri, 02 Dec 2011) | 1 line
Auto updated makefile template (with getip example).
------------------------------------------------------------------------
r7131 | andlov | 2011-12-01 17:59:52 +0100 (Thu, 01 Dec 2011) | 1 line
Update for fixed typo error in WSDL (IpAaddres -> IpAddress)
------------------------------------------------------------------------
r7130 | andlov | 2011-12-01 14:51:47 +0100 (Thu, 01 Dec 2011) | 1 line
Fixed bug in handling unknown options.
------------------------------------------------------------------------
r7129 | andlov | 2011-12-01 14:32:59 +0100 (Thu, 01 Dec 2011) | 1 line
Adding SOAP endpoint option -s.
------------------------------------------------------------------------
r7128 | andlov | 2011-11-30 18:09:16 +0100 (Wed, 30 Nov 2011) | 1 line
Fake NetBIOS name on systems without -lwbclient.
------------------------------------------------------------------------
r7127 | andlov | 2011-11-30 17:08:58 +0100 (Wed, 30 Nov 2011) | 1 line
Get MAC address of default route interface on OS X.
------------------------------------------------------------------------
r7126 | andlov | 2011-11-30 17:07:19 +0100 (Wed, 30 Nov 2011) | 1 line
Adding example code showing how to use getifaddrs(). This is the only working example I found for Mac OS X without using any framework.
------------------------------------------------------------------------
r7125 | andlov | 2011-11-30 10:27:02 +0100 (Wed, 30 Nov 2011) | 1 line
Conditional include header files.
------------------------------------------------------------------------
r7124 | andlov | 2011-11-30 07:05:04 +0100 (Wed, 30 Nov 2011) | 1 line
Adding requirement documentation and build instructions for Mac OS X.
------------------------------------------------------------------------
r7123 | andlov | 2011-11-30 06:52:12 +0100 (Wed, 30 Nov 2011) | 1 line
Field ifr_hwaddr in struct ifreq is only defined on Linux.
------------------------------------------------------------------------
r7122 | andlov | 2011-11-30 06:51:10 +0100 (Wed, 30 Nov 2011) | 1 line
Exclude winbind specific code unless libwbclient was found.
------------------------------------------------------------------------
r7121 | andlov | 2011-11-30 06:30:15 +0100 (Wed, 30 Nov 2011) | 1 line
Adding M4 macros for pkg-config in acinclude.m4 seems to solve issues with missing functions on Mac OS X.
------------------------------------------------------------------------
r7120 | andlov | 2011-11-30 06:14:54 +0100 (Wed, 30 Nov 2011) | 1 line
Downgrade required autoconf version.
------------------------------------------------------------------------
r7119 | andlov | 2011-11-30 06:12:33 +0100 (Wed, 30 Nov 2011) | 1 line
Running libtoolize --copy to overcome problems running configure on Mac OS X.
------------------------------------------------------------------------
r7118 | andlov | 2011-11-30 05:53:02 +0100 (Wed, 30 Nov 2011) | 1 line
Added /usr to search dirs for libgsoap++. Fixed whoson_have_gsoap_cxx variable bug.
------------------------------------------------------------------------
r7117 | andlov | 2011-11-30 05:22:58 +0100 (Wed, 30 Nov 2011) | 1 line
Using PKG_CHECK_MODULES and PKG_CHECK_EXISTS instead of hand crafted shell code to detect libgsoap++ thru pkg-config.
------------------------------------------------------------------------
r7116 | andlov | 2011-11-30 04:31:24 +0100 (Wed, 30 Nov 2011) | 1 line
Fixed detection of gSOAP on system lacking pkg-config.
------------------------------------------------------------------------
r7115 | andlov | 2011-11-30 01:58:30 +0100 (Wed, 30 Nov 2011) | 1 line
Wrap main application behavour in a class. Sort of java-style ;-).
------------------------------------------------------------------------
r7114 | andlov | 2011-11-30 01:54:18 +0100 (Wed, 30 Nov 2011) | 1 line
Documenting the order of precedence between environment and command line options.
------------------------------------------------------------------------
r7113 | andlov | 2011-11-30 01:47:57 +0100 (Wed, 30 Nov 2011) | 1 line
Adding some documentation in README.
------------------------------------------------------------------------
r7112 | andlov | 2011-11-30 01:14:55 +0100 (Wed, 30 Nov 2011) | 1 line
Adding network information class Network.
------------------------------------------------------------------------
r7111 | andlov | 2011-11-30 01:11:44 +0100 (Wed, 30 Nov 2011) | 1 line
Auto updated makefile template (due to cleanup in src/Makefile.am)
------------------------------------------------------------------------
r7110 | andlov | 2011-11-30 01:10:19 +0100 (Wed, 30 Nov 2011) | 1 line
Adding examples sub directory. This directory will only contain the makefile templates as the source is (always?) included from the parent directory.
------------------------------------------------------------------------
r7109 | andlov | 2011-11-30 01:02:56 +0100 (Wed, 30 Nov 2011) | 1 line
Conditional build libwhoson examples. Also added check for libwbclient (samba/winbind).
------------------------------------------------------------------------
r7108 | andlov | 2011-11-29 22:05:09 +0100 (Tue, 29 Nov 2011) | 1 line
Adding class for retreiving the account name and, possibly, the logon domain of current effective user.
------------------------------------------------------------------------
r7107 | andlov | 2011-11-29 17:48:28 +0100 (Tue, 29 Nov 2011) | 1 line
Adding C functions for MAC address resolution.
------------------------------------------------------------------------
r7106 | andlov | 2011-11-28 11:15:21 +0100 (Mon, 28 Nov 2011) | 1 line
Adding class LogonEventAdapter and changed LogonEventProxy. The SOAP proxy storage is now handled external. Adding SoapServiceException for error reporting.
------------------------------------------------------------------------
r7105 | andlov | 2011-11-28 05:32:45 +0100 (Mon, 28 Nov 2011) | 1 line
Adding --debug and --verbose options. Fixed an initialization bug by adding a constructor.
------------------------------------------------------------------------
r7104 | andlov | 2011-11-28 00:41:09 +0100 (Mon, 28 Nov 2011) | 1 line
Keep the generated SOAP proxy files under version control, but allow users to regenerate them by running 'make soap-bindings'.
------------------------------------------------------------------------
r7103 | andlov | 2011-11-28 00:38:25 +0100 (Mon, 28 Nov 2011) | 1 line
Auto updated configure.
------------------------------------------------------------------------
r7102 | andlov | 2011-11-28 00:36:54 +0100 (Mon, 28 Nov 2011) | 1 line
No generated make files should be under version control.
------------------------------------------------------------------------
r7101 | andlov | 2011-11-28 00:33:43 +0100 (Mon, 28 Nov 2011) | 1 line
Create defined SOAP proxy object.
------------------------------------------------------------------------
r7100 | andlov | 2011-11-28 00:32:21 +0100 (Mon, 28 Nov 2011) | 1 line
Can't clean generated SOAP files on distclean because they are contained in an make target.
------------------------------------------------------------------------
r7099 | andlov | 2011-11-25 09:27:40 +0100 (Fri, 25 Nov 2011) | 1 line
Adding support for building libwhoson using libtool.
------------------------------------------------------------------------
r7098 | andlov | 2011-11-25 09:26:54 +0100 (Fri, 25 Nov 2011) | 1 line
Adding configure option --enable-static-clients for doing full static linking of programs (src/whoson*).
------------------------------------------------------------------------
r7097 | andlov | 2011-11-25 09:24:00 +0100 (Fri, 25 Nov 2011) | 1 line
Adding some documentation about compiling the library with -fPIC or installing gSOAP using libtool as shared library.
------------------------------------------------------------------------
r7096 | andlov | 2011-11-25 09:21:31 +0100 (Fri, 25 Nov 2011) | 1 line
Moved source for the client application to its own sub directory (whoson). The daemon is inside whosond.
------------------------------------------------------------------------
r7095 | andlov | 2011-11-25 09:18:34 +0100 (Fri, 25 Nov 2011) | 1 line
Creating common library that wraps the logon accounting SOAP service. This library is using the gSOAP library for generating the C++ proxy classes handling the SOAP over HTTP bindings.
------------------------------------------------------------------------
r7094 | andlov | 2011-11-23 05:44:24 +0100 (Wed, 23 Nov 2011) | 1 line
Initial import of the sources code for whoson's Linux client.
------------------------------------------------------------------------