summaryrefslogtreecommitdiff
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
...
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-111-3/+0
* idmap: Add missing dependency on ldbsamba.Jelmer Vernooij2010-10-101-1/+1
* s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-174-1/+219
* s4-winbind: fixed two valgrind errorsAndrew Tridgell2010-09-162-2/+2
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-1/+1
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-1/+1
* s4-winbind: use finddcs_cldap() in winbindAndrew Tridgell2010-09-155-40/+52
* s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell2010-09-151-10/+10
* s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell2010-09-152-3/+10
* s4: remove REMOVE_MAPPING from wb_samba3_protocolMichael Adam2010-08-141-2/+0
* s4: remove SET_MAPPING from wb_samba3_protocolMichael Adam2010-08-141-2/+0
* s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocolMichael Adam2010-08-141-2/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-1611-38/+38
* s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole bufferStefan Metzmacher2010-07-101-0/+1
* s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher2010-07-101-1/+2
* s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher2010-07-101-1/+2
* s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind...Matthias Dieter Wallnöfer2010-07-051-8/+10
* s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer2010-07-041-2/+4
* s4:wb_cmd_list_groups.c - indentation and comment fixesMatthias Dieter Wallnöfer2010-07-041-9/+11
* s4:winbind/wb_samba3_protocol.c - add cast to suppress warnings on Solaris 10 ccMatthias Dieter Wallnöfer2010-06-261-1/+1
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett2010-05-241-1/+2
* s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett2010-05-243-28/+62
* s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2010-05-242-3/+3
* s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett2010-05-243-1/+3
* s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett2010-05-245-58/+26
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-8/+3
* s4:winbindd Record the privilaged pipe dirAndrew Bartlett2010-05-182-2/+7
* s4:winbindd Rework some winbind structures to make s3compat easierAndrew Bartlett2010-05-143-178/+185
* s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct "GetAnyDC...Matthias Dieter Wallnöfer2010-04-271-0/+5
* s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher2010-04-192-2/+8
* s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPSStefan Metzmacher2010-04-192-2/+8
* s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOMStefan Metzmacher2010-04-191-0/+1
* s4:winbind: use WINBINDD_SOCKET_NAME instead of WINBINDD_SAMBA3_SOCKETStefan Metzmacher2010-04-152-4/+2
* s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not th...Stefan Metzmacher2010-04-153-9/+5
* s4:winbind/wb_server.c - fix indentationMatthias Dieter Wallnöfer2010-04-071-2/+2
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+26
* s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"Matthias Dieter Wallnöfer2010-03-161-1/+1
* s4:winbind/wb_sam_logon.c: make use of use tevent_req based dcerpc_binding_ha...Stefan Metzmacher2010-03-121-7/+12
* s4:winbind/wb_init_domain.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-18/+25
* s4:winbind/wb_dom_info_trusted.c: make use of use tevent_req based dcerpc_bin...Stefan Metzmacher2010-03-121-20/+25
* s4:winbind/wb_connect_sam.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-17/+25
* s4:winbind/wb_connect_lsa.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-9/+13
* s4:winbind/wb_cmd_usersids.c: make use of use tevent_req based dcerpc_binding...Stefan Metzmacher2010-03-121-9/+13
* s4:winbind/wb_cmd_list_trustdom.c: make use of use tevent_req based dcerpc_bi...Stefan Metzmacher2010-03-121-12/+19
* s4:winbind/wb_cmd_getdcname: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-10/+13
* s4:winbind/wb_async_helpers.c: make use of use tevent_req based dcerpc_bindin...Stefan Metzmacher2010-03-121-47/+64