Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-11 | s4-param Refactor secrets code to not require an event context. | Andrew Bartlett | 1 | -3/+0 | |
A new event context is constructed by LDB when required for secrets.ldb This will be essentially unused, as LDB on TDB will only trigger 'fake' events, and blocks on transactions and lock operations anyway. Andrew Bartlett | |||||
2010-10-10 | idmap: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-17 | s4-winbind Add a proxy method to update DNS records with a read-write DC | Andrew Bartlett | 4 | -1/+219 | |
This must be done in winbindd as it already has the schannel connection and the credential chain. If we re-established that elsewhere, we would break the chain in winbindd. Andrew Bartlett Signed-Off-By: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-16 | s4-winbind: fixed two valgrind errors | Andrew Tridgell | 2 | -2/+2 | |
- allocate the dc info on the right structure - zero the number of group members when allocating the winbindd_gr return Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-finddc: use NBT lookup for a 1C name if joining a short domain name | Andrew Tridgell | 1 | -1/+1 | |
once we get the 1C lookup reply, use a CLDAP query to find the details for the server Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-libcli: change finddcs.h -> finddc.h | Andrew Tridgell | 1 | -1/+1 | |
this prevents conflicts with old generated files and we can only even return one DC with this interface. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-winbind: use finddcs_cldap() in winbind | Andrew Tridgell | 5 | -40/+52 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-libnet: converted finddcs call to tevent_req | Andrew Tridgell | 1 | -10/+10 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-secrets: fetch secure channel type with domain SID | Andrew Tridgell | 2 | -3/+10 | |
The secure channel type is needed to work out what DC to connect to Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-14 | s4: remove REMOVE_MAPPING from wb_samba3_protocol | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s4: remove SET_MAPPING from wb_samba3_protocol | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocol | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 11 | -38/+38 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-10 | s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole buffer | Stefan Metzmacher | 1 | -0/+1 | |
We should not send uninitialized bytes to the winbind pipe, this makes also makes valgrind very unhappy. metze | |||||
2010-07-10 | s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIES | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-07-10 | s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIES | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-07-05 | s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the ↵ | Matthias Dieter Wallnöfer | 1 | -8/+10 | |
"winbind struct test" Use a "talloc_strdup" for duplicating usernames. | |||||
2010-07-04 | s4:wb_cmd_list_groups.c - don't crash when we don't get any group at all | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
2010-07-04 | s4:wb_cmd_list_groups.c - indentation and comment fixes | Matthias Dieter Wallnöfer | 1 | -9/+11 | |
2010-06-26 | s4:winbind/wb_samba3_protocol.c - add cast to suppress warnings on Solaris 10 cc | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 1 | -1/+1 | |
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-05-24 | s4:winbind Give more detail on the parameters when reporting idmap failure | Andrew Bartlett | 1 | -1/+2 | |
2010-05-24 | s4:winbind Change idmap API to match that used by the source3/ idmap subsystem | Andrew Bartlett | 3 | -28/+62 | |
This makes it much easier to write an idmap module that bridges the gap. We should finish the change to the new API, but for the moment this choke point works for the conversion. Andrew Bartlett | |||||
2010-05-24 | s4:winbind Change include guard so as not to conflict with idmap.h in source3 | Andrew Bartlett | 2 | -3/+3 | |
2010-05-24 | s4:winbind Fix up includes after seperation of idmap.idl from winbind.idl | Andrew Bartlett | 3 | -1/+3 | |
2010-05-24 | s4:idmap Adjust code to new idmap structure names and layout. | Andrew Bartlett | 5 | -58/+26 | |
Andrew Bartlett | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 4 | -8/+3 | |
2010-05-18 | s4:winbindd Record the privilaged pipe dir | Andrew Bartlett | 2 | -2/+7 | |
This may help us return an accurate priv pipe dir later on. Andrew Bartlett | |||||
2010-05-14 | s4:winbindd Rework some winbind structures to make s3compat easier | Andrew Bartlett | 3 | -178/+185 | |
By making the winbindd_request and winbindd_response structures pointers, we can more easily integrate with the winbindd from source3/winbindd Andrew Bartlett | |||||
2010-04-27 | s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct ↵ | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
"GetAnyDCName" behaviour We get back "NO_SUCH_DOMAIN" when we query the PDC. This is fine and therefore we use the "logon_server" variable as "dcname". | |||||
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERS | Stefan Metzmacher | 2 | -2/+8 | |
metze | |||||
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPS | Stefan Metzmacher | 2 | -2/+8 | |
metze | |||||
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOM | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-04-15 | s4:winbind: use WINBINDD_SOCKET_NAME instead of WINBINDD_SAMBA3_SOCKET | Stefan Metzmacher | 2 | -4/+2 | |
metze | |||||
2010-04-15 | s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not ↵ | Stefan Metzmacher | 3 | -9/+5 | |
the pipe path metze | |||||
2010-04-07 | s4:winbind/wb_server.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -1/+1 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+26 | |
2010-03-16 | s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-12 | s4:winbind/wb_sam_logon.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -7/+12 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_init_domain.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -18/+25 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_dom_info_trusted.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -20/+25 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_connect_sam.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -17/+25 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_connect_lsa.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -9/+13 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_cmd_usersids.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -9/+13 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_cmd_list_trustdom.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -12/+19 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_cmd_getdcname: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -10/+13 | |
dcerpc_binding_handle stubs metze | |||||
2010-03-12 | s4:winbind/wb_async_helpers.c: make use of use tevent_req based ↵ | Stefan Metzmacher | 1 | -47/+64 | |
dcerpc_binding_handle stubs metze |