projects
/
saartuer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of ralfj.de:saartuer
[saartuer.git]
/
tysock.py
diff --git
a/tysock.py
b/tysock.py
index 3951d1f12b8a9adb8b59b0155dc270c6f1f5573e..cd112144544e25beb5b06c8812dde0aa476f2e4c 100644
(file)
--- a/
tysock.py
+++ b/
tysock.py
@@
-1,4
+1,4
@@
-import socket, os, stat
+import socket, os, stat
, struct, pwd
from statemachine import StateMachine
from libtuer import logger
SO_PEERCRED = 17 # DO - NOT - TOUCH
from statemachine import StateMachine
from libtuer import logger
SO_PEERCRED = 17 # DO - NOT - TOUCH
@@
-26,7
+26,7
@@
def forcerm(name):
class TySocket():
CMDs = {
b'buzz': StateMachine.CMD_BUZZ,
class TySocket():
CMDs = {
b'buzz': StateMachine.CMD_BUZZ,
- b'
open': StateMachine.CMD_OPEN
,
+ b'
unlock': StateMachine.CMD_UNLOCK
,
}
def __init__(self, sm):
}
def __init__(self, sm):
@@
-75,6
+75,3
@@
class TySocket():
raise # forward Ctrl-C to the outside
except Exception as e:
logger.error("TySocket: Something went wrong: %s" % str(e))
raise # forward Ctrl-C to the outside
except Exception as e:
logger.error("TySocket: Something went wrong: %s" % str(e))
-
- def stop(self):
- pass