summaryrefslogtreecommitdiffstats
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s4:winbind - use "unsigned" variables where possibleMatthias Dieter Wallnöfer2010-03-095-27/+27
* s4:winbind/wb_cmd_getgroups.c - fix up warningsMatthias Dieter Wallnöfer2010-03-091-8/+16
* s4:winbind: stub implementation of WINBINDD_PAM_LOGOFFMatthieu Patou2010-03-092-2/+29
* s4:winbind: Fix a misplaced returned infoMatthieu Patou2010-03-091-4/+2
* s4:winbind Implement logic for getgroups to workMatthieu Patou2010-03-093-17/+273
* s4:winbind: implement calls for allowing getent groupsMatthieu Patou2010-03-095-2/+379
* s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-019-17/+17
* s4-winbind: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4: Winbind allow to behave more correctly when we have more than a few usersMatthieu Patou2010-02-261-8/+41
* s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett2010-02-191-2/+19
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-183-59/+34
* s4: Switch to S3-style id mapping data types.Kai Blin2010-02-117-36/+44
* s4 idmap: Make the sid_to_xid and xid_to_sid calls static.Kai Blin2010-02-111-4/+8
* s4-winbind: Migrated winbind connection to tsocket.Andreas Schneider2010-01-203-78/+191
* s4:winbind - Fix it another time upMatthias Dieter Wallnöfer2009-11-271-2/+14
* s4:provision - Fix up the provision of "standalone" and "member" modeMatthias Dieter Wallnöfer2009-11-271-1/+1
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-2/+2
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-2030-84/+0
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-028-9/+9
* s4-winbind: support the s3 response flags on krb5 auth tooAndrew Tridgell2009-10-022-8/+65
* s4-winbind: support the Samba3 TXT form of the info3 for wbinfo -aAndrew Tridgell2009-10-021-0/+112
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-8/+8
* s4 winbind: Quiet down the WINBINDD_DOMAIN_INFO handler stub warningKai Blin2009-08-181-1/+1
* s4 winbind: Silence compile warning by adding new commands to the listKai Blin2009-08-181-0/+3
* s4 winbind: Implement a stubbed out version of WINBINDD_DOMAIN_INFOKai Blin2009-08-182-1/+19
* fixed another ambiguous talloc callAndrew Tridgell2009-08-071-3/+3