summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sid.c
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-231-8/+1
* More const compiler warning fixes.Jeremy Allison2011-05-051-1/+1
* s3: "hex_encode" does the same as "binary_string"Volker Lendecke2011-03-151-1/+1
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-2/+1
* s3: Use dom_sid_string_buf in sid_to_fstringVolker Lendecke2011-03-031-3/+1
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-313/+1
* s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett2010-10-141-11/+0
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-20/+0
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-19/+0
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-85/+7
* s3-util_sid Use the NDR parser to parse struct dom_sidAndrew Bartlett2010-09-141-14/+8
* libcli/security Merge source3/ string_to_sid() to common codeAndrew Bartlett2010-09-141-106/+0
* s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sidAndrew Bartlett2010-09-141-1/+1
* s3-util_sid Accept S-1-5 as a SIDAndrew Bartlett2010-09-141-2/+10
* s3-dom_sid Use C99 types in dom_sid handlingAndrew Bartlett2010-09-141-7/+7
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-12/+6
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-4/+4
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-4/+4
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3:fix an outdated comment.Michael Adam2010-06-211-5/+2
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:lib s3:lib move get_global_sam_name to util_names.cAndrew Bartlett2010-05-281-13/+0
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-64/+64
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-3/+3
* s3: Use IS_DC macro in get_global_sam_name()Volker Lendecke2010-04-101-1/+1
* s3: Make string_to_sid survive the LOCAL-string_to_sid testVolker Lendecke2010-02-201-13/+40
* Revert "s3: Make string_to_sid a wrapper around dom_sid_parse"Volker Lendecke2010-01-251-7/+50
* s3: Make string_to_sid a wrapper around dom_sid_parseVolker Lendecke2010-01-231-50/+7
* s3: Remove string_sid_tallocVolker Lendecke2010-01-231-13/+0
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-11/+11
* s3: Adapt sid_dup_talloc to README.CodingVolker Lendecke2010-01-021-8/+9
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-1/+1
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-7/+9
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-3/+3
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-0/+11
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-151-17/+17
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+8
* Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner2008-02-171-15/+15
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-28/+42
* Remove tiny code duplicationVolker Lendecke2007-12-291-15/+3
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-151-29/+12
* sid_string_static is no more :-)Volker Lendecke2007-12-151-11/+8
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* Add sid_string_dbgVolker Lendecke2007-12-151-0/+5
* add sid_string_tallocVolker Lendecke2007-12-151-2/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* r25575: Document S-1-5-12 (restriced code sid).Günther Deschner2007-10-101-1/+7