| Commit message (Expand) | Author | Age | Files | Lines |
* | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 2010-10-14 | 1 | -313/+1 |
* | s3 Replace is_sid_in_token() with security_token_has_sid() from common code | Andrew Bartlett | 2010-10-14 | 1 | -11/+0 |
* | s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives | Andrew Bartlett | 2010-09-20 | 1 | -20/+0 |
* | s3-util: use shared dom_sid_dup. | Günther Deschner | 2010-09-20 | 1 | -19/+0 |
* | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 2010-09-20 | 1 | -85/+7 |
* | s3-util_sid Use the NDR parser to parse struct dom_sid | Andrew Bartlett | 2010-09-14 | 1 | -14/+8 |
* | libcli/security Merge source3/ string_to_sid() to common code | Andrew Bartlett | 2010-09-14 | 1 | -106/+0 |
* | s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sid | Andrew Bartlett | 2010-09-14 | 1 | -1/+1 |
* | s3-util_sid Accept S-1-5 as a SID | Andrew Bartlett | 2010-09-14 | 1 | -2/+10 |
* | s3-dom_sid Use C99 types in dom_sid handling | Andrew Bartlett | 2010-09-14 | 1 | -7/+7 |
* | s3-util_sid Tidy up global struct security_token | Andrew Bartlett | 2010-09-11 | 1 | -12/+6 |
* | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 2010-09-11 | 1 | -4/+4 |
* | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 2010-09-11 | 1 | -4/+4 |
* | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 2010-08-31 | 1 | -1/+1 |
* | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 2010-08-06 | 1 | -0/+1 |
* | s3:fix an outdated comment. | Michael Adam | 2010-06-21 | 1 | -5/+2 |
* | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 2010-06-03 | 1 | -0/+1 |
* | s3-build: only use ndr_security.h where needed. | Günther Deschner | 2010-05-31 | 1 | -0/+1 |
* | s3:lib s3:lib move get_global_sam_name to util_names.c | Andrew Bartlett | 2010-05-28 | 1 | -13/+0 |
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 1 | -64/+64 |
* | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 2010-05-18 | 1 | -3/+3 |
* | s3: Use IS_DC macro in get_global_sam_name() | Volker Lendecke | 2010-04-10 | 1 | -1/+1 |
* | s3: Make string_to_sid survive the LOCAL-string_to_sid test | Volker Lendecke | 2010-02-20 | 1 | -13/+40 |
* | Revert "s3: Make string_to_sid a wrapper around dom_sid_parse" | Volker Lendecke | 2010-01-25 | 1 | -7/+50 |
* | s3: Make string_to_sid a wrapper around dom_sid_parse | Volker Lendecke | 2010-01-23 | 1 | -50/+7 |
* | s3: Remove string_sid_talloc | Volker Lendecke | 2010-01-23 | 1 | -13/+0 |
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2010-01-23 | 1 | -11/+11 |
* | s3: Adapt sid_dup_talloc to README.Coding | Volker Lendecke | 2010-01-02 | 1 | -8/+9 |
* | s3: Remove debug_ctx() | Volker Lendecke | 2009-11-03 | 1 | -1/+1 |
* | Make sid_binstring & friends take a talloc context | Volker Lendecke | 2009-05-28 | 1 | -7/+9 |
* | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 1 | -3/+3 |
* | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 2008-10-21 | 1 | -0/+11 |
* | I think the problem with these functions is that lookup_usergroups | Herb Lewis | 2008-08-15 | 1 | -17/+17 |
* | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 2008-04-04 | 1 | -1/+8 |
* | Use netr_SamInfo3 in sid_array_from_info3. | Günther Deschner | 2008-02-17 | 1 | -15/+15 |
* | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 2008-01-09 | 1 | -28/+42 |
* | Remove tiny code duplication | Volker Lendecke | 2007-12-29 | 1 | -15/+3 |
* | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 2007-12-15 | 1 | -1/+1 |
* | Use dom_sid_string for sid_string_talloc | Volker Lendecke | 2007-12-15 | 1 | -29/+12 |
* | sid_string_static is no more :-) | Volker Lendecke | 2007-12-15 | 1 | -11/+8 |
* | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2007-12-15 | 1 | -1/+1 |
* | Add sid_string_dbg | Volker Lendecke | 2007-12-15 | 1 | -0/+5 |
* | add sid_string_talloc | Volker Lendecke | 2007-12-15 | 1 | -2/+10 |
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -15/+15 |
* | r25575: Document S-1-5-12 (restriced code sid). | Günther Deschner | 2007-10-10 | 1 | -1/+7 |
* | r25040: Add "net sam rights" | Volker Lendecke | 2007-10-10 | 1 | -0/+7 |
* | r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from... | Günther Deschner | 2007-10-10 | 1 | -0/+65 |
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad | Jeremy Allison | 2007-10-10 | 1 | -3/+0 |