Changeset 9d21120 for owl.h


Ignore:
Timestamp:
Nov 8, 2010, 4:02:43 PM (14 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
35d2091
Parents:
1522e5d
git-author:
Alejandro R. Sedeño <asedeno@mit.edu> (11/04/10 15:02:02)
git-committer:
Alejandro R. Sedeño <asedeno@mit.edu> (11/08/10 16:02:43)
Message:
zephyr: update smartstrip logic

* Deal with krb5 principal types first, then krb4 princiapl types.
* Special case principals that start with 'host/', 'daemon/', 'rcmd.', and 'daemon.'.
* Drop special case for webzephyr as it is now taken care of by the more general case above.

Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r1522e5d r9d21120  
    201201#define OWL_WEBZEPHYR_CLASS     "webzephyr"
    202202#define OWL_WEBZEPHYR_OPCODE    "webzephyr"
     203
     204#define OWL_ZEPHYR_NOSTRIP_HOST         "host/"
     205#define OWL_ZEPHYR_NOSTRIP_RCMD         "rcmd."
     206#define OWL_ZEPHYR_NOSTRIP_DAEMON5      "daemon/"
     207#define OWL_ZEPHYR_NOSTRIP_DAEMON4      "daemon."
    203208
    204209#define OWL_REGEX_QUOTECHARS    "!+*.?[]^\\${}()"
Note: See TracChangeset for help on using the changeset viewer.