summaryrefslogtreecommitdiff
path: root/source4/winbind
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell11-38/+38
2010-07-10s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole bufferStefan Metzmacher1-0/+1
2010-07-10s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-10s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-05s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind...Matthias Dieter Wallnöfer1-8/+10
2010-07-04s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer1-2/+4
2010-07-04s4:wb_cmd_list_groups.c - indentation and comment fixesMatthias Dieter Wallnöfer1-9/+11
2010-06-26s4:winbind/wb_samba3_protocol.c - add cast to suppress warnings on Solaris 10 ccMatthias Dieter Wallnöfer1-1/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
2010-05-24s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett1-1/+2
2010-05-24s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett3-28/+62
2010-05-24s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2-3/+3
2010-05-24s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett3-1/+3
2010-05-24s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett5-58/+26
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij4-8/+3
2010-05-18s4:winbindd Record the privilaged pipe dirAndrew Bartlett2-2/+7
2010-05-14s4:winbindd Rework some winbind structures to make s3compat easierAndrew Bartlett3-178/+185
2010-04-27s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct "GetAnyDC...Matthias Dieter Wallnöfer1-0/+5
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOMStefan Metzmacher1-0/+1
2010-04-15s4:winbind: use WINBINDD_SOCKET_NAME instead of WINBINDD_SAMBA3_SOCKETStefan Metzmacher2-4/+2
2010-04-15s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not th...Stefan Metzmacher3-9/+5
2010-04-07s4:winbind/wb_server.c - fix indentationMatthias Dieter Wallnöfer1-2/+2
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+1
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+26
2010-03-16s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"Matthias Dieter Wallnöfer1-1/+1
2010-03-12s4:winbind/wb_sam_logon.c: make use of use tevent_req based dcerpc_binding_ha...Stefan Metzmacher1-7/+12
2010-03-12s4:winbind/wb_init_domain.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher1-18/+25
2010-03-12s4:winbind/wb_dom_info_trusted.c: make use of use tevent_req based dcerpc_bin...Stefan Metzmacher1-20/+25
2010-03-12s4:winbind/wb_connect_sam.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher1-17/+25
2010-03-12s4:winbind/wb_connect_lsa.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher1-9/+13
2010-03-12s4:winbind/wb_cmd_usersids.c: make use of use tevent_req based dcerpc_binding...Stefan Metzmacher1-9/+13
2010-03-12s4:winbind/wb_cmd_list_trustdom.c: make use of use tevent_req based dcerpc_bi...Stefan Metzmacher1-12/+19
2010-03-12s4:winbind/wb_cmd_getdcname: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher1-10/+13
2010-03-12s4:winbind/wb_async_helpers.c: make use of use tevent_req based dcerpc_bindin...Stefan Metzmacher1-47/+64
2010-03-09s4:winbind - use "unsigned" variables where possibleMatthias Dieter Wallnöfer5-27/+27
2010-03-09s4:winbind/wb_cmd_getgroups.c - fix up warningsMatthias Dieter Wallnöfer1-8/+16
2010-03-09s4:winbind: stub implementation of WINBINDD_PAM_LOGOFFMatthieu Patou2-2/+29
2010-03-09s4:winbind: Fix a misplaced returned infoMatthieu Patou1-4/+2
2010-03-09s4:winbind Implement logic for getgroups to workMatthieu Patou3-17/+273
2010-03-09s4:winbind: implement calls for allowing getent groupsMatthieu Patou5-2/+379
2010-03-01s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher9-17/+17
2010-02-26s4-winbind: Fixed the memory context of tstream_bsd_existing()Andreas Schneider1-1/+1
2010-02-26s4: Winbind allow to behave more correctly when we have more than a few usersMatthieu Patou1-8/+41
2010-02-19s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett1-2/+19
2010-02-18s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett3-59/+34
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin7-36/+44