/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2019-08-03 12:31:22 UTC
  • Revision ID: teddy@recompile.se-20190803123122-90y9lyaf2qxxk73f
dracut-module/password-agent.c: Update #include comments

* dracut-module/password-agent.c: Update #include comments to add
  "ENOTDIR", "O_NOFOLLOW", "IN_MOVED_FROM", "IN_EXCL_UNLINK", and
  "IN_ONLYDIR".

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
if sys.version_info < (3, 2):
120
120
    configparser.Configparser = configparser.SafeConfigParser
121
121
 
122
 
version = "1.8.6"
 
122
version = "1.8.5"
123
123
stored_state_file = "clients.pickle"
124
124
 
125
125
logger = logging.getLogger()