summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 583eb2138394fef2c3c4c98363ab255c3156af9d (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
*.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