summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e4c06e561b0c5f7702f082ead5addcf0992433cc (plain)
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
*.pyc
*.~
\#*
.*~
*.egg-info
example/*/*.log
example/*.db
example/*/*.db
tests/*.db
tests/*.log
build/
dist/
example/sp/identities
subject.db
.idea
.DS_store
.gitignore
debug_*
*.log
*.out
tmp*
*.tmp
*.log.*
*.db
*egg-info*
.coverage
*.tmpl

example/idp3/htdocs/login.mako

example/idp3/idp.py

example/idp3/idp.xml

example/idp3/idp_conf.py

example/idp3/idp_err.xml

example/idp3/idp_user.py

example/idp3/metadata.xml

example/idp3/modules/login.mako.py

example/idp3/modules/root.mako.py

example/idp3/pki/create_key.sh

example/idp3/pki/mycert.pem

example/idp3/pki/mykey.pem

example/idp3/templates/root.mako

example/sp2/attributemaps/basic.py

example/sp2/attributemaps/saml_uri.py

example/sp2/attributemaps/shibboleth_uri.py

example/sp2/pki/mycert.pem

example/sp2/pki/mykey.pem

example/sp2/sp.py

example/sp2/sp.xml

example/sp2/sp_conf.py

example/sp2/who.ini

example/idp2/idp.xml

example/idp2/idp_conf_test.py

example/idp2/metadata.xml

example/idp2/modules/login.mako.py

example/idp2/modules/root.mako.py

example/idp3/idp_conf_test.py

update

src/saml2/entity_category/swamid2.py

example/idp2/IdpTestConf.py

example/idp2/create_idp_conf.json

example/idp2/create_idp_conf.py

example/idp2/idpSaml2test.xml

example/idp2/idp_conf.template

example/idp2/idp_conf_saml2test.py

example/sp/sp.xml

example/idp2/idp_conf_local.py

example/sp/sp_conf_local.py

example/sp/my_backup_sp_conf_local.py

example/sp/backup_sp_conf_local.py