summaryrefslogtreecommitdiffstats
path: root/libcli/security/security_token.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-141-5/+5
| | | | | | | | This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-121-5/+5
| | | | | | This will allow it to replace functions in source3 that use debug classes. Andrew Bartlett
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-121-0/+142
The source4-specific session_info functions have been left in session.c Andrew Bartlett