..
idmap.c
ldb: use #include <ldb.h> for ldb
2011-02-10 06:51:07 +01:00
idmap.h
s4:winbind Change include guard so as not to conflict with idmap.h in source3
2010-05-24 23:08:57 +10:00
wb_async_helpers.c
source4/winbind: Fix prototypes for all functions.
2011-03-19 03:20:05 +01:00
wb_async_helpers.h
source4/winbind: Fix prototypes for all functions.
2011-03-19 03:20:05 +01:00
wb_cmd_getdcname.c
s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct "GetAnyDCName" behaviour
2010-04-27 08:09:13 +02:00
wb_cmd_getgrent.c
s4:winbind: implement calls for allowing getent groups
2010-03-09 17:20:30 +01:00
wb_cmd_getgrgid.c
s4-winbind: fixed two valgrind errors
2010-09-16 21:58:58 +10:00
wb_cmd_getgrnam.c
s4: ran minimal_includes.pl on source4/winbind
2009-10-20 16:04:51 +11:00
wb_cmd_getgroups.c
libcli/security Use common security.h
2010-10-12 03:35:36 +00:00
wb_cmd_getpwent.c
s4: ran minimal_includes.pl on source4/winbind
2009-10-20 16:04:51 +11:00
wb_cmd_getpwnam.c
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-16 18:24:27 +10:00
wb_cmd_getpwuid.c
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-16 18:24:27 +10:00
wb_cmd_list_groups.c
s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIES
2010-07-10 09:35:03 +02:00
wb_cmd_list_trustdom.c
s4:winbind/wb_cmd_list_trustdom.c: make use of use tevent_req based dcerpc_binding_handle stubs
2010-03-12 15:25:45 +01:00
wb_cmd_list_users.c
s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIES
2010-07-10 09:35:02 +02:00
wb_cmd_lookupname.c
s4: ran minimal_includes.pl on source4/winbind
2009-10-20 16:04:51 +11:00
wb_cmd_lookupsid.c
Add some debug in s4's winbind server
2011-01-12 01:43:11 +01:00
wb_cmd_setgrent.c
s4:winbind: implement calls for allowing getent groups
2010-03-09 17:20:30 +01:00
wb_cmd_setpwent.c
s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind struct test"
2010-07-05 15:36:12 +02:00
wb_cmd_userdomgroups.c
s4:winbind - use "unsigned" variables where possible
2010-03-09 17:54:12 +01:00
wb_cmd_usersids.c
s4:winbind/wb_cmd_usersids.c: make use of use tevent_req based dcerpc_binding_handle stubs
2010-03-12 15:25:46 +01:00
wb_connect_lsa.c
s4:winbind/wb_connect_lsa.c: make use of use tevent_req based dcerpc_binding_handle stubs
2010-03-12 15:25:47 +01:00
wb_connect_sam.c
s4:winbind/wb_connect_sam.c: make use of use tevent_req based dcerpc_binding_handle stubs
2010-03-12 15:25:47 +01:00
wb_dom_info_trusted.c
s4-winbind: use finddcs_cldap() in winbind
2010-09-15 15:39:35 +10:00
wb_dom_info.c
Add some debug in s4's winbind server
2011-01-12 01:43:11 +01:00
wb_gid2sid.c
s4:idmap Adjust code to new idmap structure names and layout.
2010-05-24 23:08:56 +10:00
wb_init_domain.c
s4-winbind: use finddcs_cldap() in winbind
2010-09-15 15:39:35 +10:00
wb_irpc.c
s4-winbind Add a proxy method to update DNS records with a read-write DC
2010-09-17 19:02:18 +10:00
wb_name2domain.c
s4: ran minimal_includes.pl on source4/winbind
2009-10-20 16:04:51 +11:00
wb_pam_auth.c
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-16 18:24:27 +10:00
wb_sam_logon.c
s4:winbind Fix up includes after seperation of idmap.idl from winbind.idl
2010-05-24 23:08:57 +10:00
wb_samba3_cmd.c
pam: share pam errors in a common location.
2011-02-08 14:05:36 +01:00
wb_samba3_protocol.c
s4: remove REMOVE_MAPPING from wb_samba3_protocol
2010-08-14 02:10:34 +02:00
wb_server.c
s4-server: make server sockets a child of the task context
2010-11-15 10:19:34 +11:00
wb_server.h
Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.
2011-05-04 12:12:13 -07:00
wb_sid2domain.c
Add some debug in s4's winbind server
2011-01-12 01:43:11 +01:00
wb_sid2gid.c
s4:idmap Adjust code to new idmap structure names and layout.
2010-05-24 23:08:56 +10:00
wb_sid2uid.c
s4:idmap Adjust code to new idmap structure names and layout.
2010-05-24 23:08:56 +10:00
wb_sids2xids.c
s4:winbind Change idmap API to match that used by the source3/ idmap subsystem
2010-05-24 23:08:57 +10:00
wb_uid2sid.c
s4:idmap Adjust code to new idmap structure names and layout.
2010-05-24 23:08:56 +10:00
wb_update_rodc_dns.c
s4-winbind Add a proxy method to update DNS records with a read-write DC
2010-09-17 19:02:18 +10:00
wb_utils.c
source4/winbind: Fix prototypes for all functions.
2011-03-19 03:20:05 +01:00
wb_xids2sids.c
s4:winbind Change idmap API to match that used by the source3/ idmap subsystem
2010-05-24 23:08:57 +10:00
wscript_build
s4-waf: move wbinfo buildrule to winbind.
2011-02-17 00:52:16 +01:00