Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-21 | s3: Convert WINBINDD_WINS_BYNAME to the async API | Volker Lendecke | 1 | -0/+6 | |
2011-06-05 | s3:winbind: Convert WINBINDD_WINS_BYIP to the async API | Volker Lendecke | 1 | -1/+6 | |
2011-05-04 | Remove unused function parse_add_domuser(). | Jeremy Allison | 1 | -1/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed May 4 20:05:42 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3: Make winbindd_reinit_after_fork return NTSTATUS | Volker Lendecke | 1 | -2/+2 | |
2011-04-29 | s3: In winbind, close parent/child sockets | Volker Lendecke | 1 | -1/+2 | |
This should further reduce fd load in winbind children | |||||
2011-04-13 | s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe | Volker Lendecke | 1 | -0/+8 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Make idmap_find_domain public | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add is_domain_online | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 1 | -0/+7 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wb_lookupsids | Volker Lendecke | 1 | -0/+8 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wbint_LookupSids | Volker Lendecke | 1 | -0/+5 | |
This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Make parse_sidlist public | Volker Lendecke | 1 | -0/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-12 | s3: add some forward declarations. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-03-06 | s3: Remove unused args from nss_get_info_cached | Volker Lendecke | 1 | -1/+0 | |
2011-02-23 | s3-proto: remove some prototypes of non-existing functions. | Günther Deschner | 1 | -2/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3:winbind: Fork multiple children per domain | Volker Lendecke | 1 | -0/+3 | |
This makes us scale better with many simultaneous winbind requests, some of which might be slow. This implementation breaks offline logons, as the cached credentials are maintained in a child (this needs fixing). So, if the offline logons are active, only allow one DC connection. Probably the offline logon and the scalable file server cases are separate enough so that this patch is useful even with the restriction. | |||||
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 1 | -0/+4 | |
wbinfo --dc-info prints the current DC name and IP address. This helps diagnosing problems that might happen when a later wbinfo --ping-dc fails. This patch started out by using the SAF and NBT cache entires, but those are relatively short-lived. So I decided to invent a new gencache entry with a very long timeout. We need to go via the gencache because when for some reason a winbind child process is stuck, we can't query it for the current DC it's connected to. This must eventually go away again when we have a fully async winbind. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 19 08:40:28 CET 2011 on sn-devel-104 | |||||
2010-12-19 | s3: wcache_invalidate_samlogon only needs the SID | Volker Lendecke | 1 | -1/+1 | |
2010-11-19 | s3: Remove some unused code | Volker Lendecke | 1 | -1/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 19 11:21:00 CET 2010 on sn-devel-104 | |||||
2010-11-17 | s3: Move parse_sidlist to the only calling file | Volker Lendecke | 1 | -5/+0 | |
2010-11-17 | s3: Remove some unused code | Volker Lendecke | 1 | -2/+0 | |
2010-11-08 | s3:winbind add wcache_tdc_fetch_domainbysid | Christian Ambach | 1 | -0/+1 | |
add a function to lookup a domain in the winbind cache by domain SID | |||||
2010-11-05 | s3: Remove some duplicate prototypes | Volker Lendecke | 1 | -16/+0 | |
2010-10-14 | s3-auth Use security_token_debug() from common code | Andrew Bartlett | 1 | -1/+0 | |
This prints the security token including the privileges as strings instead of just a bitmap. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-30 | s3: Add "smbcontrol winbindd ip-dropped <local-ip>" | Volker Lendecke | 1 | -0/+10 | |
This is supposed to improve the winbind reconnect time after an ip address has been moved away from a box. Any kind of HA scenario will benefit from this, because winbindd does not have to wait for the TCP timeout to kick in when a local IP address has been dropped and DC replies are not received anymore. | |||||
2010-09-21 | s3-winbindd: another attempt to fix the non-ldap build. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-09-19 | s3/winbind: remove unused winbindd_check_cache_size | Björn Jacke | 1 | -1/+0 | |
2010-09-11 | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 1 | -4/+4 | |
The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-auth Change struct nt_user_token -> struct security_token | Andrew Bartlett | 1 | -2/+2 | |
This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -2/+2 | |
size_t is overkill here, and in struct security_token in the num_sids is uint32_t. This includes a change to the prototype of add_sid_to_array() and add_sid_to_array_unique(), which has had a number of consequnetial changes as I try to sort out all the callers using a pointer to the number of sids. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-09 | s3: Remove "mem_ctx" from a few functions | Volker Lendecke | 1 | -3/+0 | |
2010-09-09 | s3: Remove "mem_ctx" from wcache_save_creds() | Volker Lendecke | 1 | -1/+0 | |
2010-09-09 | s3: Remove "mem_ctx" from lookup_cached_name() | Volker Lendecke | 1 | -2/+1 | |
2010-09-09 | s3: Remove unused arg "user_sid" from winbindd_store_creds | Volker Lendecke | 1 | -2/+1 | |
All callers have passed in NULL | |||||
2010-09-09 | s3: Remove unused winbindd_update_creds_by_sid | Volker Lendecke | 1 | -4/+0 | |
2010-09-09 | s3: Remove unused winbindd_dual_show_sequence() | Volker Lendecke | 1 | -2/+0 | |
2010-09-08 | s3: Make winbind_add_failed_connection_entry static | Volker Lendecke | 1 | -3/+0 | |
2010-08-16 | s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -7/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -7/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -7/+0 | |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-07-07 | s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ↵ | Günther Deschner | 1 | -0/+7 | |
well. Guenther | |||||
2010-06-10 | s3:winbindd use common server context functions | Simo Sorce | 1 | -3/+0 | |
2010-05-31 | s3:winbind tidy up connecting the winbind sockets. | Andrew Bartlett | 1 | -4/+2 | |
By putting this code inline in winbindd_setup_listeners() we remove 2 static variables and simplify the code. By putting the get_winbind_priv_pipe_dir() in the same file, we allow it to be reimplemented in s3compat. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-31 | Revert "s3:winbindd Split helper functions to allow s3compat to call them" | Andrew Bartlett | 1 | -1/+0 | |
I'm experimenting with a different entry point This reverts commit f5c0f90da5f5372ca6b7a72daa8d073a2444a068. | |||||
2010-05-28 | s3:winbind Kill amusing but un-used winbindd_kill_all_clients | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -24/+24 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-13 | s3:winbindd Provide a winbindd_register_handlers() helper function for s3compat | Andrew Bartlett | 1 | -0/+1 | |
This function provides a useful entry point for s3compat to set things up in winbindd. Andrew Bartlett | |||||
2010-05-13 | s3:winbindd Split helper functions to allow s3compat to call them | Andrew Bartlett | 1 | -0/+1 | |
This provides a more useful entry point for s3compat. Andrew Bartlett |