index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_sid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-05
More const compiler warning fixes.
Jeremy Allison
1
-1
/
+1
2011-03-15
s3: "hex_encode" does the same as "binary_string"
Volker Lendecke
1
-1
/
+1
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
1
-2
/
+1
2011-03-03
s3: Use dom_sid_string_buf in sid_to_fstring
Volker Lendecke
1
-3
/
+1
2010-10-14
libcli/auth Merge source4/libcli/security and util_sid.c into the common code
Andrew Bartlett
1
-313
/
+1
2010-10-14
s3 Replace is_sid_in_token() with security_token_has_sid() from common code
Andrew Bartlett
1
-11
/
+0
2010-09-20
s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives
Andrew Bartlett
1
-20
/
+0
2010-09-20
s3-util: use shared dom_sid_dup.
Günther Deschner
1
-19
/
+0
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-85
/
+7
2010-09-14
s3-util_sid Use the NDR parser to parse struct dom_sid
Andrew Bartlett
1
-14
/
+8
2010-09-14
libcli/security Merge source3/ string_to_sid() to common code
Andrew Bartlett
1
-106
/
+0
2010-09-14
s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sid
Andrew Bartlett
1
-1
/
+1
2010-09-14
s3-util_sid Accept S-1-5 as a SID
Andrew Bartlett
1
-2
/
+10
2010-09-14
s3-dom_sid Use C99 types in dom_sid handling
Andrew Bartlett
1
-7
/
+7
2010-09-11
s3-util_sid Tidy up global struct security_token
Andrew Bartlett
1
-12
/
+6
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
1
-4
/
+4
2010-08-31
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
1
-1
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-06-21
s3:fix an outdated comment.
Michael Adam
1
-5
/
+2
2010-06-03
s3: remove unused librpc/ndr/sid.c.
Günther Deschner
1
-0
/
+1
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-28
s3:lib s3:lib move get_global_sam_name to util_names.c
Andrew Bartlett
1
-13
/
+0
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-64
/
+64
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2010-04-10
s3: Use IS_DC macro in get_global_sam_name()
Volker Lendecke
1
-1
/
+1
2010-02-20
s3: Make string_to_sid survive the LOCAL-string_to_sid test
Volker Lendecke
1
-13
/
+40
2010-01-25
Revert "s3: Make string_to_sid a wrapper around dom_sid_parse"
Volker Lendecke
1
-7
/
+50
2010-01-23
s3: Make string_to_sid a wrapper around dom_sid_parse
Volker Lendecke
1
-50
/
+7
2010-01-23
s3: Remove string_sid_talloc
Volker Lendecke
1
-13
/
+0
2010-01-23
s3: Fix some nonempty blank lines
Volker Lendecke
1
-11
/
+11
2010-01-02
s3: Adapt sid_dup_talloc to README.Coding
Volker Lendecke
1
-8
/
+9
2009-11-03
s3: Remove debug_ctx()
Volker Lendecke
1
-1
/
+1
2009-05-28
Make sid_binstring & friends take a talloc context
Volker Lendecke
1
-7
/
+9
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-3
/
+3
2008-10-21
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy Allison
1
-0
/
+11
2008-08-15
I think the problem with these functions is that lookup_usergroups
Herb Lewis
1
-17
/
+17
2008-04-04
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
1
-1
/
+8
2008-02-17
Use netr_SamInfo3 in sid_array_from_info3.
Günther Deschner
1
-15
/
+15
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-28
/
+42
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-15
/
+3
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+1
2007-12-15
Use dom_sid_string for sid_string_talloc
Volker Lendecke
1
-29
/
+12
2007-12-15
sid_string_static is no more :-)
Volker Lendecke
1
-11
/
+8
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+1
2007-12-15
Add sid_string_dbg
Volker Lendecke
1
-0
/
+5
2007-12-15
add sid_string_talloc
Volker Lendecke
1
-2
/
+10
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-15
/
+15
2007-10-10
r25575: Document S-1-5-12 (restriced code sid).
Günther Deschner
1
-1
/
+7
2007-10-10
r25040: Add "net sam rights"
Volker Lendecke
1
-0
/
+7
[next]