Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-25 | winbind: Print error code on connection error in ping_dc | Christof Schmitt | 1 | -1/+2 | |
For debugging, it is useful to include the error code in the message. Signed-off-by: Christof Schmitt <christof.schmitt@us.ibm.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Sat May 25 23:11:23 CEST 2013 on sn-devel-104 | |||||
2013-03-05 | winbind: Fix no memory check in _wbint_PingDc(). | Andreas Schneider | 1 | -1/+1 | |
Reviewed-by: David Disseldorp <ddiss@samba.org> | |||||
2012-12-03 | s3:winbindd: remove unused server implementation of wbint_Sid2Gid() | Michael Adam | 1 | -14/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | s3:winbindd: remove unused server implementation of wbint_Sid2Uid() | Michael Adam | 1 | -14/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | s3:winbindd: also use idmap_passdb for own sam and builtin in ↵ | Michael Adam | 1 | -3/+3 | |
wbint_Sids2UnixIDs() This is the way the singular calls work and how they should (currently) work. The two code paths need to give the same results. It is important to use the passdb backend, otherwise groups don't work. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child | Michael Adam | 1 | -1/+4 | |
This implicitly also hands the type of the resulting unix-id that the idmap backend has created back to the caller. This is important for backends that would set a broader type than the requested one, e.g. rid backend returning BOTH instead of UID or GID. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs() | Michael Adam | 1 | -0/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs() | Michael Adam | 1 | -0/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-08-15 | s3-winbind: Return the DC name from DC_PING | Christof Schmitt | 1 | -0/+5 | |
The DC that was attempted to ping is useful for troubleshooting. Return the DC name in the response to the wbclient. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-08 | Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out. | Jeremy Allison | 1 | -15/+66 | |
Based on Volker's original code. (cherry picked from commit 5b5ef7f20d34f4c6c1d3d02530ac7b13e051c960) Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 8 21:29:53 CEST 2011 on sn-devel-104 | |||||
2011-06-27 | s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841) | Volker Lendecke | 1 | -2/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jun 27 18:21:30 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -4/+4 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-04-13 | s3: Add wbint_Sids2UnixIDs idl & implementation | Volker Lendecke | 1 | -0/+92 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wbint_LookupSids | Volker Lendecke | 1 | -0/+18 | |
This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 | |
2011-01-13 | s3-winbind: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -15/+27 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-12-06 | s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -23/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -22/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -23/+0 | |
2010-07-28 | s3-winbind: Use struct pipes_struct. | Andreas Schneider | 1 | -24/+27 | |
2010-07-27 | Second part of fix for bug 7578 - 'net idmap restore' fails to set HWM, ↵ | Jeremy Allison | 1 | -1/+1 | |
causing duplicates. Jeremy. | |||||
2010-07-27 | s3: Fix bug 7578 | Justin Maggard | 1 | -1/+1 | |
Uninitialized variable read in _wbint_SetHWM | |||||
2010-07-05 | s3-winbind: Free some memory which isn't needed anymore. | Andreas Schneider | 1 | -0/+2 | |
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 1 | -0/+48 | |
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-) | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-11-23 | s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain ever | Volker Lendecke | 1 | -1/+1 | |
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 1 | -0/+62 | |
Guenther | |||||
2009-10-07 | s3-winbindd: libwbclient: implement secure channel verification for specific ↵ | Günther Deschner | 1 | -4/+4 | |
domains in wbcCheckTrustCredentials(). Guenther | |||||
2009-09-07 | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 1 | -0/+23 | |
2009-09-07 | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 1 | -0/+22 | |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 1 | -0/+22 | |
2009-09-07 | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 1 | -0/+52 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 1 | -0/+13 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 1 | -0/+13 | |
2009-08-29 | s3:winbind: Add async QueryGroupList | Volker Lendecke | 1 | -0/+40 | |
2009-08-29 | w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API | Volker Lendecke | 1 | -0/+40 | |
2009-08-29 | s3:winbind: Add an async dsgetdcname call | Volker Lendecke | 1 | -0/+81 | |
2009-08-29 | s3:winbind: Add async query_user_list | Volker Lendecke | 1 | -0/+13 | |
2009-08-29 | s3:winbind: Fix a bug found by RPC-SAMR | Volker Lendecke | 1 | -1/+1 | |
We need to enumerate passdb alias members Thanks to gd for bugging me :-) | |||||
2009-08-29 | s3:winbind: Rename wbint_GroupMembers to wbint_Principals | Volker Lendecke | 1 | -5/+5 | |
2009-08-29 | s3:winbind: Rename wbint_GroupMember to wbint_Principal | Volker Lendecke | 1 | -2/+2 | |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 1 | -0/+38 | |
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 1 | -0/+12 | |
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 1 | -17/+2 | |