Commits
- Commit:
fd1c80ce62030c6e75bb05db1aee43425d70fc97
- From:
- Omar Polo <op@omarpolo.com>
- Date:
constify the parser structs
- Commit:
c1d27b0e114e6a65f7979971940df212f00bb2ae
- From:
- Omar Polo <op@omarpolo.com>
- Date:
untangle a bit buffers and parsers
Now buffers have a nicer interface, taking explicitly the buffer
where they push stuff, and the code that deals with buffers doesn't
need to peek into the parsers. The parsers now are 'pure' structs
without state attached to them, the state was moved to the buffer.
- Commit:
c3465169d316c7a08fe3d1d2dffc5a0bb72d189b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
identity: don't use getopt() in main
we can't portably reset it.
- Commit:
e1ccda6ce491da869dab6ce6297ca7a805369171
- From:
- Omar Polo <op@omarpolo.com>
- Date:
identity: few fixes
Correct export usage; rename variable in cmd_mappings, allow to
filter by identity name.
- Commit:
f0e62b859a56026db832e80814a11b27f6a7332f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
draft of telescope-identity(1)
This is intended to generate and manage certificates outside of
telescope. Some operations are already available in the telescope
UI, such as use and forget a certificate for a specific page, but
generate and removal are hard at the moment to implement inside
telescope limited UI, so provide an helper program for that.