Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-13 | Add dom_sid_parse_endp | Volker Lendecke | 1 | -0/+2 | |
This returns a pointer to the first non-parsed character, along the lines of strtoul for example. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-03 | Add dom_sid_string_buf | Volker Lendecke | 1 | -0/+3 | |
This prints into a fixed buffer with the same overflow semantics as snprintf has: Return required string length, regardless of whether it fit or not. | |||||
2011-02-07 | libcli/security: Make del_sid_from_array take a uint32_t | Volker Lendecke | 1 | -1/+2 | |
This aligns it with add_sid_to_array Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-12-16 | libcli/security Add sid_blob_parse() to directly parse a binary SID blob | Andrew Bartlett | 1 | -0/+1 | |
2010-10-14 | libcli/security Use static SIDs rather than parsing from strings | Andrew Bartlett | 1 | -0/+1 | |
This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -0/+50 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-20 | libcli: add dom_sid_compare_domain() | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-03-01 | dom_sid.h: Include dependency security.h that provides the dom_sid struct. | Jelmer Vernooij | 1 | -0/+2 | |
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 1 | -0/+42 | |