Package up2date_client :: Module up2dateAuth
[hide private]
[frames] | no frames]

Module up2dateAuth

source code

Functions [hide private]
 
getSystemId() source code
 
maybeUpdateVersion() source code
 
writeCachedLogin()
Pickle loginInfo to a file Returns: True -- wrote loginInfo to a pickle file False -- did _not_ write loginInfo to a pickle file
source code
 
readCachedLogin()
Read pickle info from a file Caches authorization info for connecting to the server.
source code
 
_updateLoginInfo(li)
Update the global var, "loginInfo"
source code
 
login(systemId=None, forceUpdate=False, timeout=None) source code
 
updateLoginInfo(timeout=None) source code
 
getLoginInfo(timeout=None) source code
Variables [hide private]
  loginInfo = None
hash(x)
  pcklAuthFileName = '/var/spool/up2date/loginAuth.pkl'
  __package__ = 'up2date_client'