Projet

Général

Profil

0001-debian-init-debian-bullseye-as-a-copy-of-debian-bust.patch

Frédéric Péters, 20 novembre 2021 11:17

Télécharger (66,6 ko)

Voir les différences:

Subject: [PATCH 1/2] debian: init debian-bullseye as a copy of debian buster
 (#58788)

 debian-bullseye/changelog                | 479 +++++++++++++++++++
 debian-bullseye/compat                   |   1 +
 debian-bullseye/control                  | 115 +++++
 debian-bullseye/control.in               | 115 +++++
 debian-bullseye/copyright                |  44 ++
 debian-bullseye/dirs                     |   2 +
 debian-bullseye/liblasso-java.dirs       |   1 +
 debian-bullseye/liblasso-java.install    |   2 +
 debian-bullseye/liblasso-perl.install.in |   1 +
 debian-bullseye/liblasso3-dev.dirs       |   2 +
 debian-bullseye/liblasso3-dev.install    |   4 +
 debian-bullseye/liblasso3.dirs           |   1 +
 debian-bullseye/liblasso3.docs           |   2 +
 debian-bullseye/liblasso3.install        |   1 +
 debian-bullseye/liblasso3.symbols        | 572 +++++++++++++++++++++++
 debian-bullseye/patches/series           |   0
 debian-bullseye/php5-lasso.install       |   3 +
 debian-bullseye/php5-lasso.postinst      |   7 +
 debian-bullseye/php5-lasso.prerm         |   7 +
 debian-bullseye/php5-lasso.substvars     |   4 +
 debian-bullseye/python-lasso.install     |   2 +
 debian-bullseye/python3-lasso.install    |   2 +
 debian-bullseye/rules                    | 186 ++++++++
 debian-bullseye/source/format            |   1 +
 debian-bullseye/watch                    |   2 +
 25 files changed, 1556 insertions(+)
 create mode 100644 debian-bullseye/changelog
 create mode 100644 debian-bullseye/compat
 create mode 100644 debian-bullseye/control
 create mode 100644 debian-bullseye/control.in
 create mode 100644 debian-bullseye/copyright
 create mode 100644 debian-bullseye/dirs
 create mode 100644 debian-bullseye/liblasso-java.dirs
 create mode 100644 debian-bullseye/liblasso-java.install
 create mode 100644 debian-bullseye/liblasso-perl.install.in
 create mode 100644 debian-bullseye/liblasso3-dev.dirs
 create mode 100644 debian-bullseye/liblasso3-dev.install
 create mode 100644 debian-bullseye/liblasso3.dirs
 create mode 100644 debian-bullseye/liblasso3.docs
 create mode 100644 debian-bullseye/liblasso3.install
 create mode 100644 debian-bullseye/liblasso3.symbols
 create mode 100644 debian-bullseye/patches/series
 create mode 100644 debian-bullseye/php5-lasso.install
 create mode 100644 debian-bullseye/php5-lasso.postinst
 create mode 100644 debian-bullseye/php5-lasso.prerm
 create mode 100644 debian-bullseye/php5-lasso.substvars
 create mode 100644 debian-bullseye/python-lasso.install
 create mode 100644 debian-bullseye/python3-lasso.install
 create mode 100755 debian-bullseye/rules
 create mode 100644 debian-bullseye/source/format
 create mode 100644 debian-bullseye/watch
debian-bullseye/changelog
1
lasso (2.6.0-2) unstable; urgency=medium
2

  
3
  * d/compat: bump do debhelper level 9.
4
  * d/control, d/rules: add and use dh-autoreconf.
5
  * d/watch: add watch file.
6
  * d/control: bump Standards-Version to 4.1.4 after those changes.
7
  * d/liblasso3.symbols: add symbols file for liblasso3, imported from Ubuntu,
8
    thanks to Corey Bryant <corey.bryant@canonical.com> (closes: #894296)
9
  * d/liblasso3.symbols: update for 2.6.0.
10
  * d/control: add Multi-Arch: same to liblasso-perl.
11
  * d/control: use proper capitalization for ${misc:Depends}.
12
  * d/control: bump versions in X-Python-Version and X-Python3-Version.
13

  
14
 -- Frederic Peters <fpeters@debian.org>  Fri, 15 Jun 2018 21:33:58 +0200
15

  
16
lasso (2.6.0-1) unstable; urgency=medium
17

  
18
  * New upstream release.
19

  
20
 -- Frederic Peters <fpeters@debian.org>  Thu, 14 Jun 2018 09:10:09 +0200
21

  
22
lasso (2.5.99-1) unstable; urgency=medium
23

  
24
  * New upstream release candidate.
25
    - include support for SHA256 signatures (closes: #901411)
26
  * debian/patches/0001-perl-remove-quotes-from-PERL-V-ccflags-output.patch
27
    - dropped, released upstream
28
  * debian/patches/Use-INSTALLDIRS-vendor-for-the-Perl-bindings-as-per-.patch
29
    - dropped, released upstream
30

  
31
 -- Frederic Peters <fpeters@debian.org>  Wed, 13 Jun 2018 09:25:08 +0200
32

  
33
lasso (2.5.0-5) unstable; urgency=medium
34

  
35
  * d/: disable PHP support for now. (closes: #821547, #821683)
36

  
37
 -- Frederic Peters <fpeters@debian.org>  Thu, 05 May 2016 11:11:01 +0200
38

  
39
lasso (2.5.0-4) unstable; urgency=medium
40

  
41
  * d/control: add missing php5-common dependency. (closes: #811340)
42

  
43
 -- Frederic Peters <fpeters@debian.org>  Thu, 10 Mar 2016 22:38:24 +0100
44

  
45
lasso (2.5.0-3) unstable; urgency=medium
46

  
47
  * d/p/0001-perl-remove-quotes-from-PERL-V-ccflags-output.patch: new patch,
48
    make sure to remove quotes given by "perl -V::ccflags:" as they ultimately
49
    cause the 32bit builds to fail. (closes: #809759)
50
    * Thanks to Niko Tyni for the detailed diagnostic.
51
  * d/rules: enable verbose builds. (closes: #809760)
52

  
53
 -- Frederic Peters <fpeters@debian.org>  Mon, 11 Jan 2016 09:16:31 +0100
54

  
55
lasso (2.5.0-2) unstable; urgency=medium
56

  
57
  * Build against latest Perl release.
58

  
59
 -- Frederic Peters <fpeters@debian.org>  Sun, 03 Jan 2016 13:33:18 +0100
60

  
61
lasso (2.5.0-1) unstable; urgency=medium
62

  
63
  * New upstream release.
64
  * d/control, d/rules: add new package for Python 3 bindings.
65

  
66
 -- Frederic Peters <fpeters@debian.org>  Fri, 04 Sep 2015 17:48:04 +0200
67

  
68
lasso (2.4.1-1) unstable; urgency=medium
69

  
70
  * New upstream release.
71
  * d/p/perl-get-required-CFLAGS-from-perl-V-ccflags.patch: merged upstream
72
  * d/p/Use-INSTALLDIRS-vendor-for-the-Perl-bindings-as-per-.patch: refreshed
73

  
74
 -- Frederic Peters <fpeters@debian.org>  Thu, 28 Aug 2014 17:27:48 +0200
75

  
76
lasso (2.4.0-4) unstable; urgency=medium
77

  
78
  * d/p/Use-INSTALLDIRS-vendor-for-the-Perl-bindings-as-per-.patch: use
79
    INSTALLDIRS=vendor for the Perl bindings, as per the Debian Perl policy.
80
    (thanks Niko Tyni)
81
  * debian/rules, debian/liblasso-perl.install: don't hardcode /usr/lib/perl5
82
    (thanks Niko Tyni, again) (closes: #752703)
83

  
84
 -- Frederic Peters <fpeters@debian.org>  Wed, 25 Jun 2014 23:15:03 +0200
85

  
86
lasso (2.4.0-3) unstable; urgency=medium
87

  
88
  * d/p/perl-get-required-CFLAGS-from-perl-V-ccflags.patch (stolen from git):
89
    get required CFLAGS from $(perl -V::ccflags:) (closes: #742522)
90

  
91
 -- Frederic Peters <fpeters@debian.org>  Tue, 08 Apr 2014 09:29:11 +0200
92

  
93
lasso (2.4.0-2) unstable; urgency=medium
94

  
95
  * debian/php5-lasso.prerm: fix call to php5dismod. (closes: #734767)
96

  
97
 -- Frederic Peters <fpeters@debian.org>  Mon, 13 Jan 2014 11:00:16 +0100
98

  
99
lasso (2.4.0-1) unstable; urgency=low
100

  
101
  * New upstream version.
102
  * debian/control, debian/rules: use autoreconf
103
  * debian/source/version: switch to 3.0 (quilt)
104

  
105
 -- Frederic Peters <fpeters@debian.org>  Tue, 07 Jan 2014 13:22:21 +0100
106

  
107
lasso (2.3.6-3) unstable; urgency=medium
108

  
109
  * Remove double-free in lasso_node_build_deflated_query. (thanks Andjelko
110
    Horvat, closes: #732543)
111
  * Enable hardened build flags. (thanks Moritz Muehlenhoff, closes: #667555)
112
  * debian/php5-lasso.{postinst,prerm}: use php5enmod and php5dismod.
113
    (closes: #667766)
114
  * bindings/php5/lasso.ini: change comment marker. (closes: #571736)
115

  
116
 -- Frederic Peters <fpeters@debian.org>  Sun, 29 Dec 2013 10:06:47 +0100
117

  
118
lasso (2.3.6-2.2) unstable; urgency=low
119

  
120
  * Non-maintainer upload.
121
  * Apply commit a5674b48 from upstream to port to the libxml buffer API.
122
    Also adopt changes for the Perl binding. libxml stopped to expose the
123
    internals of xmlOutputBuffer in 2.9. (Closes: #713668)
124

  
125
 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 30 Jul 2013 14:19:34 +0200
126

  
127
lasso (2.3.6-2.1) unstable; urgency=low
128

  
129
  * Non-maintainer upload.
130
  * Convert to dh_python2 (Closes: #616856).
131

  
132
 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 30 May 2013 20:36:16 +0200
133

  
134
lasso (2.3.6-2) unstable; urgency=low
135

  
136
  * Fix building against glib 2.32 (closes: #665565, #666636)
137

  
138
 -- Frederic Peters <fpeters@debian.org>  Mon, 02 Apr 2012 17:31:31 +0200
139

  
140
lasso (2.3.6-1) unstable; urgency=low
141

  
142
  * New upstream version.
143
  * bindings/php5/wrapper_source.py: use zend_function_entry, making it build
144
    against PHP 5.4 (upstream, closes: #662622)
145

  
146
 -- Frederic Peters <fpeters@debian.org>  Mon, 05 Mar 2012 14:07:05 +0100
147

  
148
lasso (2.3.5-4) unstable; urgency=low
149

  
150
  * Don't force gcc 4.4 anymore; /facepalm. (closes: #635640)
151

  
152
 -- Frederic Peters <fpeters@debian.org>  Thu, 28 Jul 2011 08:16:14 +0200
153

  
154
lasso (2.3.5-3) unstable; urgency=low
155

  
156
  * debian/control.in, debian/rules: disable liblasso-java on all
157
    architectures, at the moment it is too complicated to have reliable builds
158
    with java activated. (closes: #624777)
159
  * build against a newer perl version. (closes: #635446)
160

  
161
 -- Frederic Peters <fpeters@debian.org>  Tue, 26 Jul 2011 22:36:27 +0200
162

  
163
lasso (2.3.5-2) unstable; urgency=low
164

  
165
  * debian/liblasso-perl.install: fixed module name (uppercase L).
166
    (closes: #622114)
167
  * debian/liblasso3-dev.install: do not install libtool archive file.
168
    (closes: #620909, #621560)
169
  * debian/control.in: add build-dependency on gcc-4.4, to match the gcj
170
    version that is used.
171
  * debian/rules:
172
    + force gcc 4.4, because of gcj 4.4.
173
    + remove rpath from Lasso.so Perl module.
174
    + remove obsolete call to dh_python.
175

  
176
 -- Frederic Peters <fpeters@debian.org>  Mon, 11 Apr 2011 09:35:48 +0200
177

  
178
lasso (2.3.5-1) unstable; urgency=low
179

  
180
  * New upstream release.
181

  
182
 -- Frederic Peters <fpeters@debian.org>  Tue, 08 Feb 2011 09:58:03 +0100
183

  
184
lasso (2.2.1-4) unstable; urgency=low
185

  
186
  * debian/control, debian/rules: updated build-depends for recent gcj
187
    changes, and to use the default gcc version. (Closes: #566895)
188

  
189
 -- Frederic Peters <fpeters@debian.org>  Mon, 25 Jan 2010 22:34:55 +0100
190

  
191
lasso (2.2.1-3) unstable; urgency=low
192

  
193
  * debian/control, debian/rules: add missing dependency on phpapi-$foo.
194
    (Closes: #566288)
195

  
196
 -- Frederic Peters <fpeters@debian.org>  Sun, 24 Jan 2010 16:25:18 +0100
197

  
198
lasso (2.2.1-2) unstable; urgency=high
199

  
200
  * Correctly check for signature validity (CVE-2009-0050) (Closes: #511262)
201

  
202
 -- Frederic Peters <fpeters@debian.org>  Fri, 09 Jan 2009 10:30:58 +0100
203

  
204
lasso (2.2.1-1) unstable; urgency=low
205

  
206
  * New upstream release.
207

  
208
 -- Frederic Peters <fpeters@debian.org>  Tue, 22 Jul 2008 15:51:52 +0200
209

  
210
lasso (2.2.0-1) unstable; urgency=low
211

  
212
  * New upstream release.
213
    * Acknowledge NMU.
214
    * Fixed missing quotes in configure.in (Closes: #487816)
215
  * debian/control:
216
    * Updated package descriptions,
217
    * Used new Homepage field.
218
    * Moved liblasso-perl to perl section.
219
  * debian/rules:
220
    * remove config.log on clean.
221
    * remove empty id-wsf include directory.
222

  
223
 -- Frederic Peters <fpeters@debian.org>  Sun, 13 Jul 2008 12:06:12 +0200
224

  
225
lasso (2.1.98-4.1) unstable; urgency=high
226

  
227
  * NMU.
228
  * Don't build-depend on gcj and gcj-4.3 on alpha, arm, hppa (same as for
229
    java-gcj-compat). Closes: #477870.
230
  * Adjust list of architectures for liblasso-java. Closes: #479737.
231

  
232
 -- Matthias Klose <doko@debian.org>  Sun, 25 May 2008 11:28:09 +0200
233

  
234
lasso (2.1.98-4) unstable; urgency=low
235

  
236
  * debian/rules: create control from control.in, so liblasso-java is not
237
    built on architectures lacking gcj.
238

  
239
 -- Frederic Peters <fpeters@debian.org>  Sun, 04 May 2008 12:17:10 +0200
240

  
241
lasso (2.1.98-3) unstable; urgency=low
242

  
243
  * debian/liblasso-perl.install: really fix building with Perl 5.10.
244

  
245
 -- Frederic Peters <fpeters@debian.org>  Sat, 03 May 2008 12:30:41 +0200
246

  
247
lasso (2.1.98-2) unstable; urgency=low
248

  
249
  * debian/liblasso-perl.install: use wildcard for minor version number; so it
250
    still works with Perl 5.10.  (closes: #479065)
251

  
252
 -- Frederic Peters <fpeters@debian.org>  Fri, 02 May 2008 16:30:09 +0200
253

  
254
lasso (2.1.98-1) unstable; urgency=low
255

  
256
  * New upstream release (RC).
257
  * debian/control:
258
    * build new php5-lasso package.
259
    * limit liblasso-java to architecture with gcj (closes: #477870).
260
    * add Homepage field.
261
    * liblasso3-dev: Replace ${Source-Version} with ${binary:Version}
262
      (from Ubuntu patch)
263
  * debian/rules:
264
    * ignore liblasso-java package on architectures without gcj.
265
    * update to match new upstream language bindings layout.
266
    * don't ignore a make clean error.  (from Ubuntu patch)
267

  
268
 -- Frederic Peters <fpeters@debian.org>  Tue, 29 Apr 2008 22:03:51 +0200
269

  
270
lasso (2.1.1-3) unstable; urgency=low
271

  
272
  * debian/rules: added call to dh_perl; debian/control: added ${perl:Depends}
273
    (closes: #463097)
274
  * configure(.ac): fixed gcj check to work with gcj-4.3; debian/control:
275
    updated build-deps for gcj 4.3 and added gcc-4.3; debian/rules: force
276
    gcc-4.3 so jni.h is found and the java interface is built.
277
    (closes: #464319)
278

  
279
 -- Frederic Peters <fpeters@debian.org>  Tue, 25 Mar 2008 16:48:15 +0100
280

  
281
lasso (2.1.1-2) unstable; urgency=low
282

  
283
  * debian/rules, debian/*.files: updated from dh_movefiles to dh_install
284
    * really install files in liblasso-perl package (closes: #446578)
285

  
286
 -- Frederic Peters <fpeters@debian.org>  Mon, 15 Oct 2007 17:12:37 +0200
287

  
288
lasso (2.1.1-1) unstable; urgency=low
289

  
290
  * New upstream release.
291
  * debian/control: added liblasso-perl, Perl bindings for the library.
292
  * debian/rules: --enable-perl
293

  
294
 -- Frederic Peters <fpeters@debian.org>  Wed, 22 Aug 2007 18:08:12 +0200
295

  
296
lasso (2.0.0-1) unstable; urgency=low
297

  
298
  * New upstream release.
299
  * debian/control: removes php4-lasso since PHP4 is no longer provided.
300
    (closes: #432422, #418268)
301

  
302
 -- Frederic Peters <fpeters@debian.org>  Mon, 09 Jul 2007 22:55:58 +0200
303

  
304
lasso (0.6.5-3) unstable; urgency=low
305

  
306
  * Converted to new Python policy (merged from unreported Ubuntu patch)
307
    * debian/control: keep conflict on python2.4-lasso which is unnecessary
308
      for Debian but will reduce Ubuntu changes.
309

  
310
 -- Frederic Peters <fpeters@debian.org>  Sat, 21 Oct 2006 17:31:47 +0200
311

  
312
lasso (0.6.5-2) unstable; urgency=low
313

  
314
  * debian/control: adding libgcj-dev and fastjar to build-depends since
315
    liblasso-java is now built.
316

  
317
 -- Frederic Peters <fpeters@debian.org>  Wed, 22 Mar 2006 11:06:56 +0100
318

  
319
lasso (0.6.5-1) unstable; urgency=low
320

  
321
  * New upstream release.
322
    * Incorporates Ubuntu patch for phpapi version.
323

  
324
 -- Frederic Peters <fpeters@debian.org>  Tue, 21 Mar 2006 10:48:05 +0100
325

  
326
lasso (0.6.4-1) unstable; urgency=low
327

  
328
  * New upstream release.
329

  
330
 -- Frederic Peters <fpeters@debian.org>  Mon, 13 Mar 2006 11:38:09 +0100
331

  
332
lasso (0.6.3-4) unstable; urgency=low
333

  
334
  * debian/control: removed mono packages from build-depends since the -cil
335
    package is no longer built.
336

  
337
 -- Frederic Peters <fpeters@debian.org>  Thu,  6 Oct 2005 14:18:56 +0200
338

  
339
lasso (0.6.3-3) unstable; urgency=low
340

  
341
  * debian/control: fixed php depends line. (closes: #331710)
342

  
343
 -- Frederic Peters <fpeters@debian.org>  Tue,  4 Oct 2005 22:59:17 +0200
344

  
345
lasso (0.6.3-2) unstable; urgency=low
346

  
347
  * php/Makefile.am: don't patch autogenerated swig file if swig was not
348
    present (which implies the file has already been patched)
349
  * debian/rules: touch swig generated files after configure so swig is
350
    not called; even if available. (closes: #331699)
351

  
352
 -- Frederic Peters <fpeters@debian.org>  Tue,  4 Oct 2005 21:52:25 +0200
353

  
354
lasso (0.6.3-1) unstable; urgency=low
355

  
356
  * New upstream release.
357
  * debian/copyright: new FSF address.
358

  
359
 -- Frederic Peters <fpeters@debian.org>  Fri, 30 Sep 2005 01:07:49 +0200
360

  
361
lasso (0.6.2-3) unstable; urgency=low
362

  
363
  * debian/control: removed liblasso-cil package since the .net assembly
364
    doesn't work (and don't even compile anymore) (closes: #320898)
365

  
366
 -- Frederic Peters <fpeters@debian.org>  Fri, 19 Aug 2005 23:08:43 +0200
367

  
368
lasso (0.6.2-2) unstable; urgency=low
369

  
370
  * debian/rules: removed call to dh_makenetshlibs which is no longer shipped
371
    with Mono 1.1 packages. (closes: #311837)
372
  * debian/control, debian/rules: updated to new CLI policy. 
373

  
374
 -- Frederic Peters <fpeters@debian.org>  Fri,  3 Jun 2005 20:15:12 +0200
375

  
376
lasso (0.6.2-1) unstable; urgency=low
377

  
378
  * New upstream release.
379

  
380
 -- Frederic Peters <fpeters@debian.org>  Thu, 26 May 2005 11:56:42 +0200
381

  
382
lasso (0.6.1-3) unstable; urgency=low
383

  
384
  * debian/control: fixed Depends line, this is no longer -zts.
385
  * debian/control: updated Build-depends to php4-dev (>= 4:4.3.10-10)
386
    (closes: #301330)
387

  
388
 -- Frederic Peters <fpeters@debian.org>  Fri, 25 Mar 2005 10:15:22 +0100
389

  
390
lasso (0.6.1-2) unstable; urgency=low
391

  
392
  * Rebuilt with PHP Zend Thread Safety disabled.
393
  * lasso/xml/lib_authn_request.c, lasso/id-ff/login.c: backported
394
    AssertionConsumerServiceID fix from CVS.
395
  * python/lasso_wrap.c, python/lasso.py: regenerated with SWIG 1.3.22;
396
    1.3.24 created a buggy binding.
397
  * debian/control: Build-depends on mono-utils (>= 1.0)
398

  
399
 -- Frederic Peters <fpeters@debian.org>  Fri, 25 Mar 2005 08:50:39 +0100
400

  
401
lasso (0.6.1-1) unstable; urgency=low
402

  
403
  * New upstream release.
404
  * lasso/id-ff/login.c: backported SAML 1.0 compatibility fix from CVS.
405

  
406
 -- Frederic Peters <fpeters@debian.org>  Sun,  6 Mar 2005 14:07:45 +0100
407

  
408
lasso (0.6.0-1) unstable; urgency=low
409

  
410
  * New upstream release.
411
  * Rebuilt with new PHP API. (closes: #294003)
412

  
413
 -- Frederic Peters <fpeters@debian.org>  Tue,  8 Feb 2005 13:42:24 +0100
414

  
415
lasso (0.4.1-3) unstable; urgency=low
416

  
417
  * debian/control: added libexpat1-dev to build-depends; it is required for
418
    the PHP binding.
419

  
420
 -- Frederic Peters <fpeters@debian.org>  Mon, 13 Sep 2004 09:26:34 +0200
421

  
422
lasso (0.4.1-2) unstable; urgency=low
423

  
424
  * debian/control: added python to build-depends
425

  
426
 -- Frederic Peters <fpeters@debian.org>  Sun, 12 Sep 2004 21:40:57 +0200
427

  
428
lasso (0.4.1-1) unstable; urgency=low
429

  
430
  * New upstream release.
431

  
432
 -- Frederic Peters <fpeters@debian.org>  Wed,  8 Sep 2004 10:40:56 +0200
433

  
434
lasso (0.4.0-1) unstable; urgency=low
435

  
436
  * New upstream release.
437
    * changed soname, liblasso0 -> liblasso1
438
  * Packaging of PHP4 binding and .NET assemblies.
439

  
440
 -- Frederic Peters <fpeters@debian.org>  Mon,  6 Sep 2004 19:18:38 +0200
441

  
442
lasso (0.3.0-6) unstable; urgency=low
443

  
444
  * debian/control: improved package description (closes: #266556)
445
  * python/: backported fix to use libtool correctly; should fix the build
446
    failures on hppa and amd64 (closes: #267556, #268198)
447

  
448
 -- Frederic Peters <fpeters@debian.org>  Thu, 26 Aug 2004 17:01:13 +0200
449

  
450
lasso (0.3.0-4) unstable; urgency=low
451

  
452
  * debian/copyright: fixed address of the FSF; add a pointer to
453
    /usr/share/common-licenses/GPL.
454
  * debian/control: lasso source package goes in section libs and liblasso-dev
455
    goes in section libdevel
456
  * debian/control: -dev package renamed to liblasso0-dev; provides
457
    liblasso-dev (per Debian Library Packaging guide)
458

  
459
 -- Frederic Peters <fpeters@debian.org>  Sun,  8 Aug 2004 10:55:39 +0200
460

  
461
lasso (0.3.0-3) unstable; urgency=low
462

  
463
  * fixed lasso.pc
464

  
465
 -- Frederic Peters <fpeters@debian.org>  Thu, 29 Jul 2004 23:24:57 +0200
466

  
467
lasso (0.3.0-2) unstable; urgency=low
468

  
469
  * debian/liblasso0-python2.3.files: don't include static library in Python
470
    package. [brown bag]
471

  
472
 -- Frederic Peters <fpeters@debian.org>  Tue, 27 Jul 2004 17:23:07 +0200
473

  
474
lasso (0.3.0-1) unstable; urgency=low
475

  
476
  * Initial Release.
477

  
478
 -- Frederic Peters <fpeters@debian.org>  Tue, 27 Jul 2004 16:50:43 +0200
479

  
debian-bullseye/compat
1
9
debian-bullseye/control
1
Source: lasso
2
Priority: optional
3
Section: libs
4
Maintainer: Frederic Peters <fpeters@debian.org>
5
Build-Depends: debhelper (>= 9),
6
        dh-python,
7
        dh-autoreconf,
8
        libxml2-dev,
9
        libxslt1-dev,
10
        libxmlsec1-dev,
11
        libxmlsec1-openssl,
12
        libglib2.0-dev,
13
        python-all-dev (>= 2.6.6-3~),
14
        python3-all-dev (>= 3.2),
15
        libexpat1-dev,
16
        fastjar,
17
        python-lxml,
18
        python3-lxml,
19
        python-six,
20
        python3-six,
21
        chrpath,
22
        dh-python
23
Standards-Version: 4.1.4
24
X-Python-Version: >= 2.7
25
X-Python3-Version: >= 3.4
26
Homepage: http://lasso.entrouvert.org
27

  
28
Package: liblasso3-dev
29
Section: libdevel
30
Architecture: any
31
Depends: liblasso3 (= ${binary:Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev
32
Provides: liblasso-dev
33
Conflicts: liblasso-dev, liblasso0, liblasso1
34
Description: Library for Liberty Alliance and SAML protocols - development kit
35
 Lasso is an implementation of Liberty Alliance and related protocols, for
36
 network identity federations, single sign-on and other web services protocols.
37
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
38
 .
39
 This package contains the development files for Lasso.
40
 
41
Package: liblasso3
42
Section: libs
43
Architecture: any
44
Depends: ${shlibs:Depends}, ${misc:Depends}
45
Description: Library for Liberty Alliance and SAML protocols - runtime library
46
 Lasso is an implementation of Liberty Alliance and related protocols, for
47
 network identity federations, single sign-on and other web services protocols.
48
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
49
 .
50
 This package contains liblasso library used by applications to gain Library
51
 Alliance support.
52

  
53
Package: python-lasso
54
Conflicts: liblasso0-python2.3, python2.3-lasso, python2.4-lasso
55
Replaces: liblasso0-python2.3, python2.3-lasso, python2.4-lasso
56
Provides: liblasso0-python2.3, ${python:Provides}
57
Section: python
58
Architecture: any
59
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
60
Description: Library for Liberty Alliance and SAML protocols - Python bindings
61
 Lasso is an implementation of Liberty Alliance and related protocols, for
62
 network identity federations, single sign-on and other web services protocols.
63
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
64
 .
65
 This package contains Python bindings for liblasso, needed to use lasso
66
 in Python applications.
67

  
68
Package: python3-lasso
69
Section: python
70
Architecture: any
71
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
72
Description: Library for Liberty Alliance and SAML protocols - Python bindings
73
 Lasso is an implementation of Liberty Alliance and related protocols, for
74
 network identity federations, single sign-on and other web services protocols.
75
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
76
 .
77
 This package contains Python bindings for liblasso, needed to use lasso
78
 in Python applications.
79

  
80
#JAVA#Package: liblasso-java
81
#JAVA#Section: libs
82
#JAVA#Architecture: amd64 armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64
83
#JAVA#Depends: ${shlibs:Depends}, ${misc:Depends}
84
#JAVA#Description: Library for Liberty Alliance and SAML protocols - Java bindings
85
#JAVA# Lasso is an implementation of Liberty Alliance and related protocols, for
86
#JAVA# network identity federations, single sign-on and other web services protocols.
87
#JAVA# The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
88
#JAVA# .
89
#JAVA# This package provides the Java interface to liblasso, needed to use lasso in
90
#JAVA# Java applications
91

  
92
Package: liblasso-perl
93
Section: perl
94
Architecture: any
95
Multi-Arch: same
96
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
97
Description: Library for Liberty Alliance and SAML protocols - Perl bindings
98
 Lasso is an implementation of Liberty Alliance and related protocols, for
99
 network identity federations, single sign-on and other web services protocols.
100
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
101
 .
102
 This package contains Perl bindings for liblasso, needed to use lasso
103
 in Perl applications.
104

  
105

  
106

  
107

  
108

  
109

  
110

  
111

  
112

  
113

  
114

  
115

  
debian-bullseye/control.in
1
Source: lasso
2
Priority: optional
3
Section: libs
4
Maintainer: Frederic Peters <fpeters@debian.org>
5
Build-Depends: debhelper (>= 9),
6
        dh-python,
7
        dh-autoreconf,
8
        libxml2-dev,
9
        libxslt1-dev,
10
        libxmlsec1-dev,
11
        libxmlsec1-openssl,
12
        libglib2.0-dev,
13
        python-all-dev (>= 2.6.6-3~),
14
        python3-all-dev (>= 3.2),
15
        libexpat1-dev,
16
        fastjar,
17
        python-lxml,
18
        python3-lxml,
19
        python-six,
20
        python3-six,
21
        chrpath,
22
        dh-python
23
Standards-Version: 4.1.4
24
X-Python-Version: >= 2.7
25
X-Python3-Version: >= 3.4
26
Homepage: http://lasso.entrouvert.org
27

  
28
Package: liblasso3-dev
29
Section: libdevel
30
Architecture: any
31
Depends: liblasso3 (= ${binary:Version}), libxml2-dev, libxmlsec1-dev, libglib2.0-dev
32
Provides: liblasso-dev
33
Conflicts: liblasso-dev, liblasso0, liblasso1
34
Description: Library for Liberty Alliance and SAML protocols - development kit
35
 Lasso is an implementation of Liberty Alliance and related protocols, for
36
 network identity federations, single sign-on and other web services protocols.
37
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
38
 .
39
 This package contains the development files for Lasso.
40
 
41
Package: liblasso3
42
Section: libs
43
Architecture: any
44
Depends: ${shlibs:Depends}, ${misc:Depends}
45
Description: Library for Liberty Alliance and SAML protocols - runtime library
46
 Lasso is an implementation of Liberty Alliance and related protocols, for
47
 network identity federations, single sign-on and other web services protocols.
48
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
49
 .
50
 This package contains liblasso library used by applications to gain Library
51
 Alliance support.
52

  
53
Package: python-lasso
54
Conflicts: liblasso0-python2.3, python2.3-lasso, python2.4-lasso
55
Replaces: liblasso0-python2.3, python2.3-lasso, python2.4-lasso
56
Provides: liblasso0-python2.3, ${python:Provides}
57
Section: python
58
Architecture: any
59
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
60
Description: Library for Liberty Alliance and SAML protocols - Python bindings
61
 Lasso is an implementation of Liberty Alliance and related protocols, for
62
 network identity federations, single sign-on and other web services protocols.
63
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
64
 .
65
 This package contains Python bindings for liblasso, needed to use lasso
66
 in Python applications.
67

  
68
Package: python3-lasso
69
Section: python
70
Architecture: any
71
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
72
Description: Library for Liberty Alliance and SAML protocols - Python bindings
73
 Lasso is an implementation of Liberty Alliance and related protocols, for
74
 network identity federations, single sign-on and other web services protocols.
75
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
76
 .
77
 This package contains Python bindings for liblasso, needed to use lasso
78
 in Python applications.
79

  
80
#JAVA#Package: liblasso-java
81
#JAVA#Section: libs
82
#JAVA#Architecture: amd64 armel i386 ia64 mips mipsel powerpc ppc64 s390 sparc kfreebsd-i386 kfreebsd-amd64
83
#JAVA#Depends: ${shlibs:Depends}, ${misc:Depends}
84
#JAVA#Description: Library for Liberty Alliance and SAML protocols - Java bindings
85
#JAVA# Lasso is an implementation of Liberty Alliance and related protocols, for
86
#JAVA# network identity federations, single sign-on and other web services protocols.
87
#JAVA# The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
88
#JAVA# .
89
#JAVA# This package provides the Java interface to liblasso, needed to use lasso in
90
#JAVA# Java applications
91

  
92
Package: liblasso-perl
93
Section: perl
94
Architecture: any
95
Multi-Arch: same
96
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
97
Description: Library for Liberty Alliance and SAML protocols - Perl bindings
98
 Lasso is an implementation of Liberty Alliance and related protocols, for
99
 network identity federations, single sign-on and other web services protocols.
100
 The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
101
 .
102
 This package contains Perl bindings for liblasso, needed to use lasso
103
 in Perl applications.
104

  
105
#PHP#Package: php5-lasso
106
#PHP#Section: web
107
#PHP#Architecture: any
108
#PHP#Depends: ${shlibs:Depends}, php5-common, ${php:Depends}, ${misc:Depends}
109
#PHP#Description: Library for Liberty Alliance and SAML protocols - PHP 5 bindings
110
#PHP# Lasso is an implementation of Liberty Alliance and related protocols, for
111
#PHP# network identity federations, single sign-on and other web services protocols.
112
#PHP# The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
113
#PHP# .
114
#PHP# This package contains PHP bindings for liblasso, needed to use lasso
115
#PHP# in PHP applications.
debian-bullseye/copyright
1
This package was debianized by Frederic Peters <fpeters@debian.org> on
2
Fri, 16 Jul 2004 14:50:19 +0200.
3

  
4
It was downloaded from http://lasso.entrouvert.org
5

  
6
Upstream Authors:
7

  
8
  Nicolas Clapies <nclapies@entrouvert.com>
9
  Valery Febvre   <vfebvre@easter-eggs.com>
10
  (complete list in AUTHORS)
11

  
12

  
13
Copyright (c) 2004 Entr'ouvert
14
Excepted the Lasso logo, copyright (c) 2004, Entr'ouvert & Florent Monnier
15

  
16
License is GNU GPL v2 or later plus OpenSSL exception clause.
17

  
18
This program is free software; you can redistribute it and/or modify it
19
under the terms of the GNU General Public License as published by the Free
20
Software Foundation; either version 2 of the License, or (at your option)
21
any later version.
22

  
23
This program is distributed in the hope that it will be useful, but
24
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
26
for more details.
27

  
28
You should have received a copy of the GNU General Public License along with
29
this program; if not, write to the Free Software Foundation, Inc., 51
30
Franklin St, Fifth Floor, Boston, MA  02110-1301,  USA.
31

  
32
In addition, as a special exception, Entr'ouvert gives permission to link
33
the code of its release of Lasso with the OpenSSL project's "OpenSSL"
34
library (or with modified versions of it that use the same license as the
35
"OpenSSL" library), and distribute the linked executables.  You must obey
36
the GNU General Public License in all respects for all of the code used
37
other than "OpenSSL".  If you modify this file, you may extend this
38
exception to your version of the file, but you are not obligated to do so.
39
If you do not wish to do so, delete this exception statement from your
40
version.
41

  
42
On Debian GNU/Linux systems, the complete text of the GNU General Public
43
License can be found in `/usr/share/common-licenses/GPL'.
44

  
debian-bullseye/dirs
1
usr/bin
2
usr/sbin
debian-bullseye/liblasso-java.dirs
1
usr/lib/jni/
debian-bullseye/liblasso-java.install
1
debian/tmp/usr/lib/jni/*.so
2
debian/tmp/usr/share/java/*.jar
debian-bullseye/liblasso-perl.install.in
1
debian/tmp/${archlib}
debian-bullseye/liblasso3-dev.dirs
1
usr/lib
2
usr/include
debian-bullseye/liblasso3-dev.install
1
debian/tmp/usr/include/lasso
2
debian/tmp/usr/lib/liblasso.a
3
debian/tmp/usr/lib/liblasso.so
4
debian/tmp/usr/lib/pkgconfig/lasso.pc
debian-bullseye/liblasso3.dirs
1
usr/lib
debian-bullseye/liblasso3.docs
1
README
2
AUTHORS
debian-bullseye/liblasso3.install
1
debian/tmp/usr/lib/lib*.so.*
debian-bullseye/liblasso3.symbols
1
liblasso.so.3 liblasso3 #MINVER#
2
 lasso_assertion_query_add_attribute_request@Base 2.3.5
3
 lasso_assertion_query_build_request_msg@Base 2.3.5
4
 lasso_assertion_query_build_response_msg@Base 2.3.5
5
 lasso_assertion_query_destroy@Base 2.3.5
6
 lasso_assertion_query_get_request_type@Base 2.3.5
7
 lasso_assertion_query_get_type@Base 2.3.5
8
 lasso_assertion_query_init_request@Base 2.3.5
9
 lasso_assertion_query_new@Base 2.3.5
10
 lasso_assertion_query_process_request_msg@Base 2.3.5
11
 lasso_assertion_query_process_response_msg@Base 2.3.5
12
 lasso_assertion_query_validate_request@Base 2.3.5
13
 lasso_build_unique_id@Base 2.3.5
14
 lasso_check_version@Base 2.3.5
15
 lasso_defederation_build_notification_msg@Base 2.3.5
16
 lasso_defederation_destroy@Base 2.3.5
17
 lasso_defederation_get_type@Base 2.3.5
18
 lasso_defederation_init_notification@Base 2.3.5
19
 lasso_defederation_new@Base 2.3.5
20
 lasso_defederation_process_notification_msg@Base 2.3.5
21
 lasso_defederation_validate_notification@Base 2.3.5
22
 lasso_ds_key_info_get_type@Base 2.3.5
23
 lasso_ds_key_info_new@Base 2.3.5
24
 lasso_ds_key_value_get_type@Base 2.3.5
25
 lasso_ds_key_value_get_x509_data@Base 2.5.0
26
 lasso_ds_key_value_new@Base 2.3.5
27
 lasso_ds_key_value_set_x509_data@Base 2.5.0
28
 lasso_ds_rsa_key_value_get_type@Base 2.3.5
29
 lasso_ds_rsa_key_value_new@Base 2.3.5
30
 lasso_ds_x509_data_get_certificate@Base 2.5.0
31
 lasso_ds_x509_data_get_crl@Base 2.5.0
32
 lasso_ds_x509_data_get_subject_name@Base 2.5.0
33
 lasso_ds_x509_data_get_type@Base 2.5.0
34
 lasso_ds_x509_data_new@Base 2.5.0
35
 lasso_ds_x509_data_set_certificate@Base 2.5.0
36
 lasso_ds_x509_data_set_crl@Base 2.5.0
37
 lasso_ds_x509_data_set_subject_name@Base 2.5.0
38
 lasso_ecp_destroy@Base 2.3.5
39
 lasso_ecp_get_endpoint_url_by_entity_id@Base 2.5.0
40
 lasso_ecp_get_type@Base 2.3.5
41
 lasso_ecp_has_sp_idplist@Base 2.5.0
42
 lasso_ecp_is_idp_entry_known_idp_supporting_ecp@Base 2.5.0
43
 lasso_ecp_is_provider_in_sp_idplist@Base 2.5.0
44
 lasso_ecp_new@Base 2.3.5
45
 lasso_ecp_process_authn_request_msg@Base 2.5.0
46
 lasso_ecp_process_response_msg@Base 2.5.0
47
 lasso_ecp_process_sp_idp_list@Base 2.5.0
48
 lasso_ecp_relay_state_get_type@Base 2.5.0
49
 lasso_ecp_relay_state_new@Base 2.5.0
50
 lasso_ecp_relay_state_validate@Base 2.5.0
51
 lasso_ecp_request_get_type@Base 2.5.0
52
 lasso_ecp_request_new@Base 2.5.0
53
 lasso_ecp_request_validate@Base 2.5.0
54
 lasso_ecp_response_get_type@Base 2.5.0
55
 lasso_ecp_response_new@Base 2.5.0
56
 lasso_ecp_response_validate@Base 2.5.0
57
 lasso_ecp_set_known_sp_provided_idp_entries_supporting_ecp@Base 2.5.0
58
 lasso_federation_build_local_name_identifier@Base 2.3.5
59
 lasso_federation_destroy@Base 2.3.5
60
 lasso_federation_get_type@Base 2.3.5
61
 lasso_federation_new@Base 2.3.5
62
 lasso_federation_verify_name_identifier@Base 2.3.5
63
 lasso_flag_add_signature@Base 2.3.5
64
 lasso_flag_memory_debug@Base 2.3.5
65
 lasso_flag_pem_public_key@Base 2.6.0
66
 lasso_flag_sign_messages@Base 2.3.5
67
 lasso_flag_strict_checking@Base 2.3.5
68
 lasso_flag_thin_sessions@Base 2.5.0
69
 lasso_flag_verify_signature@Base 2.3.5
70
 lasso_get_prefix_for_dst_service_href@Base 2.3.5
71
 lasso_get_prefix_for_idwsf2_dst_service_href@Base 2.3.5
72
 lasso_get_default_key_encryption_method@Base 2.8.0
73
 lasso_get_default_signature_method@Base 2.8.0
74
 lasso_identity_destroy@Base 2.3.5
75
 lasso_identity_dump@Base 2.3.5
76
 lasso_identity_get_federation@Base 2.3.5
77
 lasso_identity_get_type@Base 2.3.5
78
 lasso_identity_new@Base 2.3.5
79
 lasso_identity_new_from_dump@Base 2.3.5
80
 lasso_init@Base 2.3.5
81
 lasso_key_get_type@Base 2.5.0
82
 lasso_key_new_for_signature_from_base64_string@Base 2.5.0
83
 lasso_key_new_for_signature_from_file@Base 2.5.0
84
 lasso_key_new_for_signature_from_memory@Base 2.5.0
85
 lasso_key_query_sign@Base 2.5.0
86
 lasso_key_query_verify@Base 2.5.0
87
 lasso_key_saml2_xml_sign@Base 2.5.0
88
 lasso_key_saml2_xml_verify@Base 2.5.0
89
 lasso_lecp_build_authn_request_envelope_msg@Base 2.3.5
90
 lasso_lecp_build_authn_request_msg@Base 2.3.5
91
 lasso_lecp_build_authn_response_envelope_msg@Base 2.3.5
92
 lasso_lecp_build_authn_response_msg@Base 2.3.5
93
 lasso_lecp_destroy@Base 2.3.5
94
 lasso_lecp_get_type@Base 2.3.5
95
 lasso_lecp_init_authn_request@Base 2.3.5
96
 lasso_lecp_new@Base 2.3.5
97
 lasso_lecp_process_authn_request_envelope_msg@Base 2.3.5
98
 lasso_lecp_process_authn_request_msg@Base 2.3.5
99
 lasso_lecp_process_authn_response_envelope_msg@Base 2.3.5
100
 lasso_lib_assertion_get_type@Base 2.3.5
101
 lasso_lib_assertion_new@Base 2.3.5
102
 lasso_lib_assertion_new_full@Base 2.3.5
103
 lasso_lib_authentication_statement_get_type@Base 2.3.5
104
 lasso_lib_authentication_statement_new@Base 2.3.5
105
 lasso_lib_authentication_statement_new_full@Base 2.3.5
106
 lasso_lib_authn_context_get_type@Base 2.3.5
107
 lasso_lib_authn_context_new@Base 2.3.5
108
 lasso_lib_authn_request_envelope_get_type@Base 2.3.5
109
 lasso_lib_authn_request_envelope_new@Base 2.3.5
110
 lasso_lib_authn_request_envelope_new_full@Base 2.3.5
111
 lasso_lib_authn_request_get_type@Base 2.3.5
112
 lasso_lib_authn_request_new@Base 2.3.5
113
 lasso_lib_authn_response_envelope_get_type@Base 2.3.5
114
 lasso_lib_authn_response_envelope_new@Base 2.3.5
115
 lasso_lib_authn_response_get_type@Base 2.3.5
116
 lasso_lib_authn_response_new@Base 2.3.5
117
 lasso_lib_federation_termination_notification_get_type@Base 2.3.5
118
 lasso_lib_federation_termination_notification_new@Base 2.3.5
119
 lasso_lib_federation_termination_notification_new_full@Base 2.3.5
120
 lasso_lib_idp_entries_get_type@Base 2.3.5
121
 lasso_lib_idp_entries_new@Base 2.3.5
122
 lasso_lib_idp_entry_get_type@Base 2.3.5
123
 lasso_lib_idp_entry_new@Base 2.3.5
124
 lasso_lib_idp_list_get_type@Base 2.3.5
125
 lasso_lib_idp_list_new@Base 2.3.5
126
 lasso_lib_logout_request_get_session_indexes@Base 2.5.0
127
 lasso_lib_logout_request_get_type@Base 2.3.5
128
 lasso_lib_logout_request_new@Base 2.3.5
129
 lasso_lib_logout_request_new_full@Base 2.3.5
130
 lasso_lib_logout_request_set_session_indexes@Base 2.5.0
131
 lasso_lib_logout_response_get_type@Base 2.3.5
132
 lasso_lib_logout_response_new@Base 2.3.5
133
 lasso_lib_logout_response_new_full@Base 2.3.5
134
 lasso_lib_name_identifier_mapping_request_get_type@Base 2.3.5
135
 lasso_lib_name_identifier_mapping_request_new@Base 2.3.5
136
 lasso_lib_name_identifier_mapping_request_new_full@Base 2.3.5
137
 lasso_lib_name_identifier_mapping_response_get_type@Base 2.3.5
138
 lasso_lib_name_identifier_mapping_response_new@Base 2.3.5
139
 lasso_lib_name_identifier_mapping_response_new_full@Base 2.3.5
140
 lasso_lib_register_name_identifier_request_get_type@Base 2.3.5
141
 lasso_lib_register_name_identifier_request_new@Base 2.3.5
142
 lasso_lib_register_name_identifier_request_new_full@Base 2.3.5
143
 lasso_lib_register_name_identifier_response_get_type@Base 2.3.5
144
 lasso_lib_register_name_identifier_response_new@Base 2.3.5
145
 lasso_lib_register_name_identifier_response_new_full@Base 2.3.5
146
 lasso_lib_request_authn_context_get_type@Base 2.3.5
147
 lasso_lib_request_authn_context_new@Base 2.3.5
148
 lasso_lib_scoping_get_type@Base 2.3.5
149
 lasso_lib_scoping_new@Base 2.3.5
150
 lasso_lib_status_response_get_type@Base 2.3.5
151
 lasso_lib_status_response_new@Base 2.3.5
152
 lasso_lib_subject_get_type@Base 2.3.5
153
 lasso_lib_subject_new@Base 2.3.5
154
 lasso_log@Base 2.8.0
155
 lasso_log_remove_handler@Base 2.3.5
156
 lasso_log_set_handler@Base 2.3.5
157
 lasso_login_accept_sso@Base 2.3.5
158
 lasso_login_build_artifact_msg@Base 2.3.5
159
 lasso_login_build_assertion@Base 2.3.5
160
 lasso_login_build_authn_request_msg@Base 2.3.5
161
 lasso_login_build_authn_response_msg@Base 2.3.5
162
 lasso_login_build_request_msg@Base 2.3.5
163
 lasso_login_build_response_msg@Base 2.3.5
164
 lasso_login_destroy@Base 2.3.5
165
 lasso_login_dump@Base 2.3.5
166
 lasso_login_get_assertion@Base 2.3.5
167
 lasso_login_get_type@Base 2.3.5
168
 lasso_login_init_authn_request@Base 2.3.5
169
 lasso_login_init_idp_initiated_authn_request@Base 2.3.5
170
 lasso_login_init_request@Base 2.3.5
171
 lasso_login_must_ask_for_consent@Base 2.3.5
172
 lasso_login_must_authenticate@Base 2.3.5
173
 lasso_login_new@Base 2.3.5
174
 lasso_login_new_from_dump@Base 2.3.5
175
 lasso_login_process_authn_request_msg@Base 2.3.5
176
 lasso_login_process_authn_response_msg@Base 2.3.5
177
 lasso_login_process_paos_response_msg@Base 2.3.5
178
 lasso_login_process_request_msg@Base 2.3.5
179
 lasso_login_process_response_msg@Base 2.3.5
180
 lasso_login_validate_request_msg@Base 2.3.5
181
 lasso_logout_build_request_msg@Base 2.3.5
182
 lasso_logout_build_response_msg@Base 2.3.5
183
 lasso_logout_destroy@Base 2.3.5
184
 lasso_logout_dump@Base 2.3.5
185
 lasso_logout_get_next_providerID@Base 2.3.5
186
 lasso_logout_get_type@Base 2.3.5
187
 lasso_logout_init_request@Base 2.3.5
188
 lasso_logout_new@Base 2.3.5
189
 lasso_logout_new_from_dump@Base 2.3.5
190
 lasso_logout_process_request_msg@Base 2.3.5
191
 lasso_logout_process_response_msg@Base 2.3.5
192
 lasso_logout_reset_providerID_index@Base 2.3.5
193
 lasso_logout_validate_request@Base 2.3.5
194
 lasso_misc_text_node_get_type@Base 2.3.5
195
 lasso_misc_text_node_get_xml_content@Base 2.3.5
196
 lasso_misc_text_node_new@Base 2.3.5
197
 lasso_misc_text_node_new_with_string@Base 2.3.5
198
 lasso_misc_text_node_new_with_xml_node@Base 2.3.5
199
 lasso_misc_text_node_set_xml_content@Base 2.3.5
200
 lasso_name_id_management_build_request_msg@Base 2.3.5
201
 lasso_name_id_management_build_response_msg@Base 2.3.5
202
 lasso_name_id_management_destroy@Base 2.3.5
203
 lasso_name_id_management_dump@Base 2.3.5
204
 lasso_name_id_management_get_type@Base 2.3.5
205
 lasso_name_id_management_init_request@Base 2.3.5
206
 lasso_name_id_management_new@Base 2.3.5
207
 lasso_name_id_management_new_from_dump@Base 2.3.5
208
 lasso_name_id_management_process_request_msg@Base 2.3.5
209
 lasso_name_id_management_process_response_msg@Base 2.3.5
210
 lasso_name_id_management_validate_request@Base 2.3.5
211
 lasso_name_identifier_mapping_build_request_msg@Base 2.3.5
212
 lasso_name_identifier_mapping_build_response_msg@Base 2.3.5
213
 lasso_name_identifier_mapping_destroy@Base 2.3.5
214
 lasso_name_identifier_mapping_get_type@Base 2.3.5
215
 lasso_name_identifier_mapping_init_request@Base 2.3.5
216
 lasso_name_identifier_mapping_new@Base 2.3.5
217
 lasso_name_identifier_mapping_process_request_msg@Base 2.3.5
218
 lasso_name_identifier_mapping_process_response_msg@Base 2.3.5
219
 lasso_name_identifier_mapping_validate_request@Base 2.3.5
220
 lasso_name_registration_build_request_msg@Base 2.3.5
221
 lasso_name_registration_build_response_msg@Base 2.3.5
222
 lasso_name_registration_destroy@Base 2.3.5
223
 lasso_name_registration_dump@Base 2.3.5
224
 lasso_name_registration_get_type@Base 2.3.5
225
 lasso_name_registration_init_request@Base 2.3.5
226
 lasso_name_registration_new@Base 2.3.5
227
 lasso_name_registration_new_from_dump@Base 2.3.5
228
 lasso_name_registration_process_request_msg@Base 2.3.5
229
 lasso_name_registration_process_response_msg@Base 2.3.5
230
 lasso_name_registration_validate_request@Base 2.3.5
231
 lasso_node_cleanup_original_xmlnodes@Base 2.3.5
232
 lasso_node_debug@Base 2.3.5
233
 lasso_node_destroy@Base 2.3.5
234
 lasso_node_dump@Base 2.3.5
235
 lasso_node_export_to_base64@Base 2.3.5
236
 lasso_node_export_to_ecp_soap_response@Base 2.5.0
237
 lasso_node_export_to_paos_request@Base 2.5.0
238
 lasso_node_export_to_paos_request_full@Base 2.5.0
239
 lasso_node_export_to_query@Base 2.3.5
240
 lasso_node_export_to_query_with_password@Base 2.3.5
241
 lasso_node_export_to_saml2_query@Base 2.5.0
242
 lasso_node_export_to_soap@Base 2.3.5
243
 lasso_node_export_to_soap_with_headers@Base 2.5.0
244
 lasso_node_export_to_xml@Base 2.3.5
245
 lasso_node_get_name@Base 2.3.5
246
 lasso_node_get_namespace@Base 2.3.5
247
 lasso_node_get_original_xmlnode@Base 2.3.5
248
 lasso_node_get_type@Base 2.3.5
249
 lasso_node_get_xmlNode@Base 2.3.5
250
 lasso_node_init_from_message@Base 2.3.5
251
 lasso_node_init_from_query@Base 2.3.5
252
 lasso_node_init_from_xml@Base 2.3.5
253
 lasso_node_new@Base 2.3.5
254
 lasso_node_new_from_dump@Base 2.3.5
255
 lasso_node_new_from_soap@Base 2.3.5
256
 lasso_node_new_from_xmlNode@Base 2.3.5
257
 lasso_node_set_custom_namespace@Base 2.3.5
258
 lasso_node_set_custom_nodename@Base 2.3.5
259
 lasso_node_set_original_xmlnode@Base 2.3.5
260
 lasso_paos_request_get_type@Base 2.5.0
261
 lasso_paos_request_new@Base 2.5.0
262
 lasso_paos_request_validate@Base 2.5.0
263
 lasso_paos_response_get_type@Base 2.5.0
264
 lasso_paos_response_new@Base 2.5.0
265
 lasso_paos_response_validate@Base 2.5.0
266
 lasso_parse_key_encryption_method@Base 2.8.0
267
 lasso_profile_get_artifact@Base 2.3.5
268
 lasso_profile_get_artifact_message@Base 2.3.5
269
 lasso_profile_get_identity@Base 2.3.5
270
 lasso_profile_get_idp_list@Base 2.5.0
271
 lasso_profile_get_in_response_to@Base 2.5.0
272
 lasso_profile_get_issuer@Base 2.5.0
273
 lasso_profile_get_message_id@Base 2.5.0
274
 lasso_profile_get_nameIdentifier@Base 2.3.5
275
 lasso_profile_get_request_type_from_soap_msg@Base 2.3.5
276
 lasso_profile_get_server@Base 2.3.5
277
 lasso_profile_get_session@Base 2.3.5
278
 lasso_profile_get_signature_hint@Base 2.3.5
279
 lasso_profile_get_signature_status@Base 2.3.5
280
 lasso_profile_get_signature_verify_hint@Base 2.3.5
281
 lasso_profile_get_type@Base 2.3.5
282
 lasso_profile_is_identity_dirty@Base 2.3.5
283
 lasso_profile_is_liberty_query@Base 2.3.5
284
 lasso_profile_is_saml_query@Base 2.3.5
285
 lasso_profile_is_session_dirty@Base 2.3.5
286
 lasso_profile_set_artifact_message@Base 2.3.5
287
 lasso_profile_set_identity_from_dump@Base 2.3.5
288
 lasso_profile_set_idp_list@Base 2.5.0
289
 lasso_profile_set_message_id@Base 2.5.0
290
 lasso_profile_set_session_from_dump@Base 2.3.5
291
 lasso_profile_set_signature_hint@Base 2.3.5
292
 lasso_profile_set_signature_verify_hint@Base 2.3.5
293
 lasso_profile_set_soap_fault_response@Base 2.3.5
294
 lasso_profile_sso_role_with@Base 2.3.5
295
 lasso_provider_accept_http_method@Base 2.3.5
296
 lasso_provider_add_key@Base 2.5.0
297
 lasso_provider_get_assertion_consumer_service_url@Base 2.3.5
298
 lasso_provider_get_base64_succinct_id@Base 2.3.5
299
 lasso_provider_get_cache_duration@Base 2.3.5
300
 lasso_provider_get_default_name_id_format@Base 2.3.5
301
 lasso_provider_get_encryption_mode@Base 2.3.5
302
 lasso_provider_get_first_http_method@Base 2.3.5
303
 lasso_provider_get_idp_supported_attributes@Base 2.3.5
304
 lasso_provider_get_key_encryption_method@Base 2.8.0
305
 lasso_provider_get_metadata_keys_for_role@Base 2.3.5
306
 lasso_provider_get_metadata_list@Base 2.3.5
307
 lasso_provider_get_metadata_list_for_role@Base 2.3.5
308
 lasso_provider_get_metadata_one@Base 2.3.5
309
 lasso_provider_get_metadata_one_for_role@Base 2.3.5
310
 lasso_provider_get_organization@Base 2.3.5
311
 lasso_provider_get_protocol_conformance@Base 2.3.5
312
 lasso_provider_get_roles@Base 2.3.5
313
 lasso_provider_get_sp_name_qualifier@Base 2.3.5
314
 lasso_provider_get_type@Base 2.3.5
315
 lasso_provider_get_valid_until@Base 2.3.5
316
 lasso_provider_has_protocol_profile@Base 2.3.5
317
 lasso_provider_match_conformance@Base 2.3.5
318
 lasso_provider_new@Base 2.3.5
319
 lasso_provider_new_from_buffer@Base 2.3.5
320
 lasso_provider_new_from_dump@Base 2.3.5
321
 lasso_provider_saml2_node_encrypt@Base 2.3.5
322
 lasso_provider_set_encryption_mode@Base 2.3.5
323
 lasso_provider_set_encryption_sym_key_type@Base 2.3.5
324
 lasso_provider_set_key_encryption_method@Base 2.8.0
325
 lasso_provider_set_protocol_conformance@Base 2.5.0
326
 lasso_provider_set_server_signing_key@Base 2.5.0
327
 lasso_provider_verify_signature@Base 2.5.0
328
 lasso_provider_verify_single_node_signature@Base 2.3.5
329
 lasso_register_dst_service@Base 2.3.5
330
 lasso_register_idwsf2_dst_service@Base 2.3.5
331
 lasso_registry_default_add_direct_mapping@Base 2.3.5
332
 lasso_registry_default_add_functional_mapping@Base 2.3.5
333
 lasso_registry_default_get_mapping@Base 2.3.5
334
 lasso_saml2_action_get_type@Base 2.3.5
335
 lasso_saml2_action_new@Base 2.3.5
336
 lasso_saml2_action_new_with_string@Base 2.3.5
337
 lasso_saml2_advice_get_type@Base 2.3.5
338
 lasso_saml2_advice_new@Base 2.3.5
339
 lasso_saml2_assertion_add_attribute_with_node@Base 2.3.5
340
 lasso_saml2_assertion_add_audience_restriction@Base 2.3.5
341
 lasso_saml2_assertion_add_proxy_limit@Base 2.3.5
342
 lasso_saml2_assertion_allows_proxying@Base 2.3.5
343
 lasso_saml2_assertion_allows_proxying_to@Base 2.3.5
344
 lasso_saml2_assertion_decrypt_subject@Base 2.3.5
345
 lasso_saml2_assertion_get_in_response_to@Base 2.3.5
346
 lasso_saml2_assertion_get_issuer_provider@Base 2.3.5
347
 lasso_saml2_assertion_get_subject_confirmation_data@Base 2.3.5
348
 lasso_saml2_assertion_get_type@Base 2.3.5
349
 lasso_saml2_assertion_has_audience_restriction@Base 2.3.5
350
 lasso_saml2_assertion_has_one_time_use@Base 2.3.5
351
 lasso_saml2_assertion_is_audience_restricted@Base 2.3.5
352
 lasso_saml2_assertion_new@Base 2.3.5
353
 lasso_saml2_assertion_set_basic_conditions@Base 2.3.5
354
 lasso_saml2_assertion_set_one_time_use@Base 2.3.5
355
 lasso_saml2_assertion_set_subject_confirmation_data@Base 2.3.5
356
 lasso_saml2_assertion_set_subject_confirmation_name_id@Base 2.3.5
357
 lasso_saml2_assertion_set_subject_name_id@Base 2.3.5
358
 lasso_saml2_assertion_validate_audience@Base 2.3.5
359
 lasso_saml2_assertion_validate_conditions@Base 2.3.5
360
 lasso_saml2_assertion_validate_time_checks@Base 2.3.5
361
 lasso_saml2_attribute_get_type@Base 2.3.5
362
 lasso_saml2_attribute_new@Base 2.3.5
363
 lasso_saml2_attribute_statement_get_type@Base 2.3.5
364
 lasso_saml2_attribute_statement_new@Base 2.3.5
365
 lasso_saml2_attribute_value_get_type@Base 2.3.5
366
 lasso_saml2_attribute_value_new@Base 2.3.5
367
 lasso_saml2_audience_restriction_get_type@Base 2.3.5
368
 lasso_saml2_audience_restriction_new@Base 2.3.5
369
 lasso_saml2_authn_context_get_type@Base 2.3.5
370
 lasso_saml2_authn_context_new@Base 2.3.5
371
 lasso_saml2_authn_statement_get_type@Base 2.3.5
372
 lasso_saml2_authn_statement_new@Base 2.3.5
373
 lasso_saml2_authz_decision_statement_get_type@Base 2.3.5
374
 lasso_saml2_authz_decision_statement_new@Base 2.3.5
375
 lasso_saml2_base_idabstract_get_type@Base 2.3.5
376
 lasso_saml2_base_idabstract_new@Base 2.3.5
377
 lasso_saml2_condition_abstract_get_type@Base 2.3.5
378
 lasso_saml2_condition_abstract_new@Base 2.3.5
379
 lasso_saml2_conditions_get_type@Base 2.3.5
380
 lasso_saml2_conditions_new@Base 2.3.5
381
 lasso_saml2_encrypted_element_build_encrypted_persistent_name_id@Base 2.3.5
382
 lasso_saml2_encrypted_element_decrypt@Base 2.3.5
383
 lasso_saml2_encrypted_element_get_type@Base 2.3.5
384
 lasso_saml2_encrypted_element_new@Base 2.3.5
385
 lasso_saml2_encrypted_element_server_decrypt@Base 2.3.5
386
 lasso_saml2_evidence_get_type@Base 2.3.5
387
 lasso_saml2_evidence_new@Base 2.3.5
388
 lasso_saml2_key_info_confirmation_data_get_type@Base 2.3.5
389
 lasso_saml2_key_info_confirmation_data_new@Base 2.3.5
390
 lasso_saml2_key_info_confirmation_data_type_get_key_info@Base 2.5.0
391
 lasso_saml2_key_info_confirmation_data_type_get_type@Base 2.5.0
392
 lasso_saml2_key_info_confirmation_data_type_new@Base 2.5.0
393
 lasso_saml2_key_info_confirmation_data_type_set_key_info@Base 2.5.0
394
 lasso_saml2_name_id_build_persistent@Base 2.3.5
395
 lasso_saml2_name_id_equals@Base 2.3.5
396
 lasso_saml2_name_id_get_type@Base 2.3.5
397
 lasso_saml2_name_id_new@Base 2.3.5
398
 lasso_saml2_name_id_new_with_persistent_format@Base 2.3.5
399
 lasso_saml2_name_id_new_with_string@Base 2.3.5
400
 lasso_saml2_one_time_use_get_type@Base 2.3.5
401
 lasso_saml2_one_time_use_new@Base 2.3.5
402
 lasso_saml2_proxy_restriction_get_type@Base 2.3.5
403
 lasso_saml2_proxy_restriction_new@Base 2.3.5
404
 lasso_saml2_statement_abstract_get_type@Base 2.3.5
405
 lasso_saml2_statement_abstract_new@Base 2.3.5
406
 lasso_saml2_subject_confirmation_data_get_type@Base 2.3.5
407
 lasso_saml2_subject_confirmation_data_new@Base 2.3.5
408
 lasso_saml2_subject_confirmation_get_type@Base 2.3.5
409
 lasso_saml2_subject_confirmation_new@Base 2.3.5
410
 lasso_saml2_subject_get_type@Base 2.3.5
411
 lasso_saml2_subject_locality_get_type@Base 2.3.5
412
 lasso_saml2_subject_locality_new@Base 2.3.5
413
 lasso_saml2_subject_new@Base 2.3.5
414
 lasso_saml_advice_get_type@Base 2.3.5
415
 lasso_saml_advice_new@Base 2.3.5
416
 lasso_saml_assertion_get_type@Base 2.3.5
417
 lasso_saml_assertion_new@Base 2.3.5
418
 lasso_saml_attribute_designator_get_type@Base 2.3.5
419
 lasso_saml_attribute_designator_new@Base 2.3.5
420
 lasso_saml_attribute_get_type@Base 2.3.5
421
 lasso_saml_attribute_new@Base 2.3.5
422
 lasso_saml_attribute_statement_get_type@Base 2.3.5
423
 lasso_saml_attribute_statement_new@Base 2.3.5
424
 lasso_saml_attribute_value_get_type@Base 2.3.5
425
 lasso_saml_attribute_value_new@Base 2.3.5
426
 lasso_saml_audience_restriction_condition_get_type@Base 2.3.5
427
 lasso_saml_audience_restriction_condition_new@Base 2.3.5
428
 lasso_saml_audience_restriction_condition_new_full@Base 2.3.5
429
 lasso_saml_authentication_statement_get_type@Base 2.3.5
430
 lasso_saml_authentication_statement_new@Base 2.3.5
431
 lasso_saml_authority_binding_get_type@Base 2.3.5
432
 lasso_saml_authority_binding_new@Base 2.3.5
433
 lasso_saml_condition_abstract_get_type@Base 2.3.5
434
 lasso_saml_conditions_get_type@Base 2.3.5
435
 lasso_saml_conditions_new@Base 2.3.5
436
 lasso_saml_name_identifier_equals@Base 2.5.0
437
 lasso_saml_name_identifier_get_type@Base 2.3.5
438
 lasso_saml_name_identifier_new@Base 2.3.5
439
 lasso_saml_name_identifier_new_from_xmlNode@Base 2.3.5
440
 lasso_saml_statement_abstract_get_type@Base 2.3.5
441
 lasso_saml_subject_confirmation_get_type@Base 2.3.5
442
 lasso_saml_subject_confirmation_new@Base 2.3.5
443
 lasso_saml_subject_get_type@Base 2.3.5
444
 lasso_saml_subject_locality_get_type@Base 2.3.5
445
 lasso_saml_subject_locality_new@Base 2.3.5
446
 lasso_saml_subject_new@Base 2.3.5
447
 lasso_saml_subject_statement_abstract_get_type@Base 2.3.5
448
 lasso_saml_subject_statement_get_type@Base 2.3.5
449
 lasso_saml_subject_statement_new@Base 2.3.5
450
 lasso_samlp2_artifact_resolve_get_type@Base 2.3.5
451
 lasso_samlp2_artifact_resolve_new@Base 2.3.5
452
 lasso_samlp2_artifact_response_get_type@Base 2.3.5
453
 lasso_samlp2_artifact_response_new@Base 2.3.5
454
 lasso_samlp2_assertion_id_request_get_type@Base 2.3.5
455
 lasso_samlp2_assertion_id_request_new@Base 2.3.5
456
 lasso_samlp2_attribute_query_get_type@Base 2.3.5
457
 lasso_samlp2_attribute_query_new@Base 2.3.5
458
 lasso_samlp2_authn_query_get_type@Base 2.3.5
459
 lasso_samlp2_authn_query_new@Base 2.3.5
460
 lasso_samlp2_authn_request_get_type@Base 2.3.5
461
 lasso_samlp2_authn_request_new@Base 2.3.5
462
 lasso_samlp2_authz_decision_query_get_type@Base 2.3.5
463
 lasso_samlp2_authz_decision_query_new@Base 2.3.5
464
 lasso_samlp2_extensions_get_any@Base 2.6.0
465
 lasso_samlp2_extensions_get_attributes@Base 2.6.0
466
 lasso_samlp2_extensions_get_type@Base 2.3.5
467
 lasso_samlp2_extensions_new@Base 2.3.5
468
 lasso_samlp2_extensions_set_any@Base 2.6.0
469
 lasso_samlp2_extensions_set_attributes@Base 2.6.0
470
 lasso_samlp2_idp_entry_get_type@Base 2.3.5
471
 lasso_samlp2_idp_entry_new@Base 2.3.5
472
 lasso_samlp2_idp_list_get_type@Base 2.3.5
473
 lasso_samlp2_idp_list_new@Base 2.3.5
474
 lasso_samlp2_logout_request_get_session_indexes@Base 2.3.5
475
 lasso_samlp2_logout_request_get_type@Base 2.3.5
476
 lasso_samlp2_logout_request_new@Base 2.3.5
477
 lasso_samlp2_logout_request_set_session_indexes@Base 2.3.5
478
 lasso_samlp2_logout_response_get_type@Base 2.3.5
479
 lasso_samlp2_logout_response_new@Base 2.3.5
480
 lasso_samlp2_manage_name_id_request_get_type@Base 2.3.5
481
 lasso_samlp2_manage_name_id_request_new@Base 2.3.5
482
 lasso_samlp2_manage_name_id_response_get_type@Base 2.3.5
483
 lasso_samlp2_manage_name_id_response_new@Base 2.3.5
484
 lasso_samlp2_name_id_mapping_request_get_type@Base 2.3.5
485
 lasso_samlp2_name_id_mapping_request_new@Base 2.3.5
486
 lasso_samlp2_name_id_mapping_response_get_type@Base 2.3.5
487
 lasso_samlp2_name_id_mapping_response_new@Base 2.3.5
488
 lasso_samlp2_name_id_policy_get_type@Base 2.3.5
489
 lasso_samlp2_name_id_policy_new@Base 2.3.5
490
 lasso_samlp2_request_abstract_get_type@Base 2.3.5
491
 lasso_samlp2_request_abstract_new@Base 2.3.5
492
 lasso_samlp2_requested_authn_context_get_type@Base 2.3.5
493
 lasso_samlp2_requested_authn_context_new@Base 2.3.5
494
 lasso_samlp2_response_get_type@Base 2.3.5
495
 lasso_samlp2_response_new@Base 2.3.5
496
 lasso_samlp2_scoping_get_type@Base 2.3.5
497
 lasso_samlp2_scoping_new@Base 2.3.5
498
 lasso_samlp2_status_code_get_type@Base 2.3.5
499
 lasso_samlp2_status_code_new@Base 2.3.5
500
 lasso_samlp2_status_detail_get_type@Base 2.3.5
501
 lasso_samlp2_status_detail_new@Base 2.3.5
502
 lasso_samlp2_status_get_type@Base 2.3.5
503
 lasso_samlp2_status_new@Base 2.3.5
504
 lasso_samlp2_status_response_get_type@Base 2.3.5
505
 lasso_samlp2_status_response_new@Base 2.3.5
506
 lasso_samlp2_subject_query_abstract_get_type@Base 2.3.5
507
 lasso_samlp2_subject_query_abstract_new@Base 2.3.5
508
 lasso_samlp2_terminate_get_type@Base 2.3.5
509
 lasso_samlp2_terminate_new@Base 2.3.5
510
 lasso_samlp_request_abstract_get_type@Base 2.3.5
511
 lasso_samlp_request_get_type@Base 2.3.5
512
 lasso_samlp_request_new@Base 2.3.5
513
 lasso_samlp_response_abstract_fill@Base 2.3.5
514
 lasso_samlp_response_abstract_get_type@Base 2.3.5
515
 lasso_samlp_response_get_type@Base 2.3.5
516
 lasso_samlp_response_new@Base 2.3.5
517
 lasso_samlp_status_code_get_type@Base 2.3.5
518
 lasso_samlp_status_code_new@Base 2.3.5
519
 lasso_samlp_status_get_type@Base 2.3.5
520
 lasso_samlp_status_new@Base 2.3.5
521
 lasso_server_add_provider2@Base 2.5.0
522
 lasso_server_add_provider@Base 2.3.5
523
 lasso_server_add_provider_from_buffer@Base 2.3.5
524
 lasso_server_destroy@Base 2.3.5
525
 lasso_server_dump@Base 2.3.5
526
 lasso_server_get_endpoint_url_by_id@Base 2.5.0
527
 lasso_server_get_filtered_provider_list@Base 2.5.0
528
 lasso_server_get_provider@Base 2.3.5
529
 lasso_server_get_type@Base 2.3.5
530
 lasso_server_load_affiliation@Base 2.3.5
531
 lasso_server_load_metadata@Base 2.5.0
532
 lasso_server_new@Base 2.3.5
533
 lasso_server_new_from_buffers@Base 2.3.5
534
 lasso_server_new_from_dump@Base 2.3.5
535
 lasso_server_saml2_assertion_setup_signature@Base 2.3.5
536
 lasso_server_set_encryption_private_key@Base 2.3.5
537
 lasso_server_set_encryption_private_key_with_password@Base 2.3.5
538
 lasso_session_add_assertion@Base 2.3.5
539
 lasso_session_destroy@Base 2.3.5
540
 lasso_session_dump@Base 2.3.5
541
 lasso_session_get_assertion@Base 2.3.5
542
 lasso_session_get_assertion_ids@Base 2.5.0
543
 lasso_session_get_assertions@Base 2.3.5
544
 lasso_session_get_name_ids@Base 2.5.0
545
 lasso_session_get_provider_index@Base 2.3.5
546
 lasso_session_get_session_indexes@Base 2.5.0
547
 lasso_session_get_type@Base 2.3.5
548
 lasso_session_is_empty@Base 2.3.5
549
 lasso_session_new@Base 2.3.5
550
 lasso_session_new_from_dump@Base 2.3.5
551
 lasso_session_remove_assertion@Base 2.3.5
552
 lasso_set_default_key_encryption_method@Base 2.8.0
553
 lasso_set_flag@Base 2.3.5
554
 lasso_shutdown@Base 2.3.5
555
 lasso_soap_body_get_type@Base 2.3.5
556
 lasso_soap_body_new@Base 2.3.5
557
 lasso_soap_body_new_from_message@Base 2.3.5
558
 lasso_soap_detail_get_type@Base 2.3.5
559
 lasso_soap_detail_new@Base 2.3.5
560
 lasso_soap_detail_new_from_message@Base 2.3.5
561
 lasso_soap_envelope_get_type@Base 2.3.5
562
 lasso_soap_envelope_new@Base 2.3.5
563
 lasso_soap_envelope_new_from_message@Base 2.3.5
564
 lasso_soap_envelope_new_full@Base 2.5.0
565
 lasso_soap_fault_get_type@Base 2.3.5
566
 lasso_soap_fault_new@Base 2.3.5
567
 lasso_soap_fault_new_from_message@Base 2.3.5
568
 lasso_soap_fault_new_full@Base 2.3.5
569
 lasso_soap_header_get_type@Base 2.3.5
570
 lasso_soap_header_new@Base 2.3.5
571
 lasso_soap_header_new_from_message@Base 2.3.5
572
 lasso_strerror@Base 2.3.5
debian-bullseye/php5-lasso.install
1
debian/tmp/etc/php5/
2
debian/tmp/usr/share/php/
3
debian/tmp/usr/lib/php5/*/lasso.so
debian-bullseye/php5-lasso.postinst
1
#! /bin/sh -e
2

  
3
if [ "$1" = "configure" ]; then
4
   php5enmod lasso
5
fi
6

  
7
#DEBHELPER#
debian-bullseye/php5-lasso.prerm
1
#! /bin/sh -e
2

  
3
if [ "$1" = "remove" ]; then
4
   php5dismod lasso
5
fi
6

  
7
#DEBHELPER#
debian-bullseye/php5-lasso.substvars
1
shlibs:Depends=libc6 (>= 2.2.5), libglib2.0-0 (>= 2.41.1), liblasso3 (>= 2.5.0), libssl1.0.2 (>= 1.0.2d), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.20), libxmlsec1-openssl (>= 1.2.20), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
2
php:Depends=phpapi-20131226
3
misc:Depends=
4
misc:Pre-Depends=
debian-bullseye/python-lasso.install
1
debian/tmp/usr/lib/python2*/dist-packages/*.py
2
debian/tmp/usr/lib/python2*/dist-packages/*.so
debian-bullseye/python3-lasso.install
1
debian/tmp/usr/lib/python3*/dist-packages/*.py
2
debian/tmp/usr/lib/python3*/dist-packages/*.so
debian-bullseye/rules
1
#!/usr/bin/make -f
2
# -*- makefile -*-
3
# Sample debian/rules that uses debhelper.
4
# GNU copyright 1997 to 1999 by Joey Hess.
5

  
6
# Uncomment this to turn on verbose mode.
7
#export DH_VERBOSE=1
8

  
9

  
10
# These are used for cross-compiling and for saving the configure script
11
# from having to guess our platform (since we know it already)
12
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
13
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
14

  
15
DEB_TARGET_ARCH     := $(shell dpkg-architecture -qDEB_HOST_ARCH)
16

  
17
ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
18

  
19
with_java := no
20
no_java_archs := alpha arm hppa hurd-i386
21
ifneq ($(DEB_TARGET_ARCH),i386)
22
 ifneq ($(DEB_TARGET_ARCH),amd64)
23
  ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(no_java_archs)))
24
   with_java := disabled for architecture $(DEB_TARGET_ARCH)
25
  endif
26
 endif
27
endif
28

  
29
with_php := no
30

  
31
PYVERS		:= $(shell pyversions -vr)
32
PY3VERS		:= $(shell py3versions -vr '>= 3.0')
33

  
34
CFLAGS = `dpkg-buildflags --get CFLAGS`
35
CFLAGS += -Wall
36
LDFLAGS = `dpkg-buildflags --get LDFLAGS`
37
CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
38

  
39
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
40
	INSTALL_PROGRAM += -s
41
endif
42

  
43
version=`ls src/.libs/lib*.so.* | \
44
 awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
45
major=`ls src/.libs/lib*.so.* | \
46
 awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
47

  
48
CONFIGURE_ARGS := \
49
	--prefix=/usr \
50
	--mandir=\$${prefix}/share/man \
51
	--infodir=\$${prefix}/share/info \
52
	--enable-tests=no \
53
	--disable-gtk-doc \
54
	--enable-perl
55

  
56

  
57
ifeq ($(with_java),yes)
58
  CONFIGURE_ARGS += --enable-java
59
else
60
  CONFIGURE_ARGS += --disable-java
61
endif
62

  
63
ifeq ($(with_php),yes)
64
  CONFIGURE_ARGS += --enable-php5 --with-php5-config-dir=/etc/php5/mods-available/ --enable-php7 --with-php7-config-dir=/etc/php/7.3/mods-available/
65
else
66
  CONFIGURE_ARGS += --disable-php5 --disable-php7
67
endif
68

  
69

  
70

  
71
config.status: configure
72
	dh_testdir
73
	# Add here commands to configure the package.
74
	dh_autoreconf
75
	for v in $(PYVERS) $(PY3VERS); do \
76
	  CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --with-python=/usr/bin/python$$v $(CONFIGURE_ARGS); \
77
	  rm -rf bindings/python$$v; \
78
	  cp -a bindings/python bindings/python$$v; \
79
	done
80

  
81

  
82
build: build-stamp
83
build-stamp:  config.status
84
	dh_testdir
85

  
86
	# Add here commands to compile the package.
87
	$(MAKE) V=1
88
	set -e; \
89
	for v in $(PYVERS) $(PY3VERS); do \
90
	  $(MAKE) -C bindings/python$$v clean; \
91
	  $(MAKE) -C bindings/python$$v V=1; \
92
	done
93

  
94
	touch build-stamp
95

  
96
clean:
97
	dh_testdir
98
	dh_testroot
99
	rm -f build-stamp 
100

  
101
ifeq ($(with_java),yes)
102
	sed -e 's/^#JAVA#//' < debian/control.in > debian/control
103
else
104
	sed -e 's/^#JAVA#.*//' < debian/control.in > debian/control
105
endif
106

  
107
ifeq ($(with_php),yes)
108
	sed -e 's/^#PHP#//' < debian/control.in > debian/control
109
else
110
	sed -e 's/^#PHP#.*//' < debian/control.in > debian/control
111
endif
112

  
113

  
114
	[ ! -f Makefile ] || $(MAKE) distclean
115

  
116
	for v in $(PY2VERS) $(PY3VERS); do \
117
	  rm -rf bindings/python$$v; \
118
	done
119

  
120
	rm -f config.log
121
	rm -f debian/liblasso-perl.install
122

  
123
	dh_autoreconf_clean
124
	dh_clean
125

  
126
install: build
127
	dh_testdir
128
	dh_testroot
129
	dh_clean -k
130
	dh_installdirs
131

  
132
	# Add here commands to install the package into debian/tmp
133
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
134
		GACUTIL="/usr/bin/gacutil -root $(CURDIR)/debian/tmp/usr/lib"
135
	set -e; \
136
	for v in $(PYVERS) $(PY3VERS); do \
137
	  $(MAKE) -C bindings/python$$v install DESTDIR=$(CURDIR)/debian/tmp; \
138
	done
139

  
140

  
141
ifeq ($(with_java),yes)
142
	mkdir $(CURDIR)/debian/tmp/usr/lib/jni/
143
	if [ -e $(CURDIR)/debian/tmp/usr/lib/java ]; then \
144
	  mv $(CURDIR)/debian/tmp/usr/lib/java/*.so $(CURDIR)/debian/tmp/usr/lib/jni/ ; \
145
	fi
146
endif
147

  
148
	sed -e 's,$${archlib},$(ARCHLIB),g' debian/liblasso-perl.install.in > debian/liblasso-perl.install
149

  
150
	# remove id-wsf directory if it is empty
151
	-rmdir $(CURDIR)/debian/tmp/usr/include/lasso/id-wsf/
152

  
153

  
154
# Build architecture-independent files here.
155
binary-indep: build install
156
	#dh_makeclilibs -L liblasso-cil -r
157

  
158
# Build architecture-dependent files here.
159
binary-arch: build install
160
	dh_testdir
161
	dh_testroot
162
	dh_installchangelogs
163
	dh_installdocs
164
	dh_installexamples -XCVS
165
	dh_installman
166
	dh_install
167
	chrpath -d $(CURDIR)/debian/liblasso-perl/$(ARCHLIB)/auto/Lasso/Lasso.so
168
	dh_link
169
	dh_strip
170
	dh_perl
171
	dh_python2 -ppython-lasso
172
	dh_python3 -ppython3-lasso
173
	dh_compress
174
	dh_fixperms
175
	dh_makeshlibs -a -V
176
	dh_installdeb
177
	dh_shlibdeps -a
178
ifeq ($(with_php),yes)
179
	echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(CURDIR)/debian/php5-lasso.substvars
180
endif
181
	dh_gencontrol
182
	dh_md5sums
183
	dh_builddeb
184

  
185
binary: binary-indep binary-arch
186
.PHONY: build clean binary-indep binary-arch binary install
debian-bullseye/source/format
1
3.0 (quilt)
debian-bullseye/watch
1
version=4
2
https://dev.entrouvert.org/releases/lasso/lasso-(.*).tar.gz
0
-