Age | Commit message (Expand) | Author | Files | Lines |
2010-07-06 | s3-winbind: Handle aliases in rpc_lookup_groupmem(). | Andreas Schneider | 1 | -29/+74 |
2010-07-05 | s3-winbind: Added a common rpc_trusted_domains function. | Andreas Schneider | 1 | -0/+69 |
2010-07-05 | s3-winbind: Added a common rpc_sequence_number function. | Andreas Schneider | 1 | -0/+49 |
2010-07-05 | s3-winbind: Added a common rpc_lookup_groupmem function. | Andreas Schneider | 1 | -0/+128 |
2010-07-05 | s3-winbind: Added a common rpc_lookup_useraliases function. | Andreas Schneider | 1 | -0/+84 |
2010-07-05 | s3-winbind: Added a common rpc_lookup_usergroups function. | Andreas Schneider | 1 | -0/+62 |
2010-07-05 | s3-winbind: Added a common rpc_query_user function. | Andreas Schneider | 1 | -0/+64 |
2010-07-05 | s3-winbind: Added a common rpc_rids_to_names function. | Andreas Schneider | 1 | -0/+79 |
2010-07-05 | s3-winbind: Added a common rpc_sid_to_name function. | Andreas Schneider | 1 | -0/+56 |
2010-07-05 | s3-winbind: Added a common rpc_name_to_sid function. | Andreas Schneider | 1 | -0/+63 |
2010-07-05 | s3-winbind: Added a common rpc_enum_local_groups function. | Andreas Schneider | 1 | -0/+54 |
2010-07-05 | s3-winbind: Added a common rpc_query_user_list function. | Andreas Schneider | 1 | -0/+101 |
2010-07-05 | s3-winbind: Added a common rpc_enum_dom_groups function. | Andreas Schneider | 1 | -0/+94 |
2010-07-05 | s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c. | Andreas Schneider | 1 | -1330/+0 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -15/+15 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -1/+1 |
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -3/+2 |
2010-01-06 | s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen... | Bo Yang | 1 | -2/+2 |
2010-01-06 | s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip... | Bo Yang | 1 | -8/+2 |
2009-12-30 | Prevent NULL dereference if group has no members | Jim McDonough | 1 | -4/+4 |
2009-12-28 | s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom... | Volker Lendecke | 1 | -21/+26 |
2009-12-26 | s3: Fix a bogus uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2009-12-03 | s3: Fix crash in winbindd;(bug#6879). | Bo Yang | 1 | -2/+8 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+2 |
2009-10-06 | s3:winbind: Make query_user_list in winbindd_rpc a bit more readable | Volker Lendecke | 1 | -8/+13 |
2009-09-24 | s3-winbindd: no reason to call winbindd_can_contact_domain() three times in q... | Günther Deschner | 1 | -12/+0 |
2009-09-22 | s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working. | Günther Deschner | 1 | -5/+59 |
2009-09-17 | s3-winbindd: add and use winbindd_lookup_names(). | Günther Deschner | 1 | -20/+40 |
2009-09-17 | s3-winbindd: add and use winbindd_lookup_sids(). | Günther Deschner | 1 | -46/+55 |
2009-08-29 | s3:winbind: Fix a bug found by RPC-SAMR | Volker Lendecke | 1 | -1/+3 |
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 1 | -3/+4 |
2009-08-11 | s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. | Stefan Metzmacher | 1 | -0/+35 |
2009-08-02 | Fix some nonempty blank lines | Volker Lendecke | 1 | -21/+21 |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 1 | -1/+1 |
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -3/+3 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -14/+14 |
2009-03-17 | Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped members | Volker Lendecke | 1 | -7/+8 |
2008-11-21 | s3-winbindd: make all winbind rpc-methods static. | Michael Adam | 1 | -31/+32 |
2008-11-10 | s3-samr-idl: cleanup. | Günther Deschner | 1 | -0/+2 |
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -1/+1 |
2008-09-23 | [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem(). | Michael Adam | 1 | -1/+4 |
2008-09-16 | winbindd: Update the calls to ws_name_XX() to reflect API changes. | Gerald (Jerry) Carter | 1 | -5/+39 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -2/+2 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-02-17 | Use netr_SamInfo3 everywhere in winbindd. | Günther Deschner | 1 | -7/+7 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_LookupRids. | Günther Deschner | 1 | -23/+25 |