Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Cranspasswords
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benjamin Graillot
Cranspasswords
Commits
d578a7b4
Commit
d578a7b4
authored
Mar 11, 2018
by
Fardale
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
Fix shebang for non-debian users See merge request
!2
parents
e53e756e
a5a78c66
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
client.py
client.py
+1
-1
clientconfig.example.py
clientconfig.example.py
+1
-1
clientconfigs/crans/clientconfig.py
clientconfigs/crans/clientconfig.py
+1
-1
clientconfigs/tudor/clientconfig.py
clientconfigs/tudor/clientconfig.py
+1
-1
server.py
server.py
+1
-1
serverconfig.example.py
serverconfig.example.py
+1
-1
serverconfigs/tudor/serverconfig.py
serverconfigs/tudor/serverconfig.py
+1
-1
No files found.
client.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
"""Gestion centralisée des mots de passe avec chiffrement GPG
...
...
clientconfig.example.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """
...
...
clientconfigs/crans/clientconfig.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """
...
...
clientconfigs/tudor/clientconfig.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """
...
...
server.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
"""Serveur pour cranspasswords"""
...
...
serverconfig.example.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
""" Configuration Serveur de cranspasswords.
...
...
serverconfigs/tudor/serverconfig.py
View file @
d578a7b4
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
""" Configuration Serveur de cpasswords.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment