Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-28 | s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$ | Michael Adam | 1 | -1/+1 | |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 1 | -0/+3 | |
The --log-stdout option was compromised by the log file descriptors being closed once the file process forked. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-06-21 | s3: Convert WINBINDD_WINS_BYNAME to the async API | Volker Lendecke | 1 | -4/+2 | |
2011-06-20 | s3: Fix a winbind message | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jun 20 23:28:43 CEST 2011 on sn-devel-104 | |||||
2011-06-20 | s3-winbind Move winbind privileged socket dir into state_path() | Andrew Bartlett | 1 | -1/+1 | |
On default installs, this will be the same as the old lock_path(), but lock_path() is now a directory that can safely be mapped to /var/locks and removed by the OS on reboot. It is important that the directory permissions of this directory be preserved, as they may be customised. Andrew Bartlett | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-05 | s3:winbind: Convert WINBINDD_WINS_BYIP to the async API | Volker Lendecke | 1 | -1/+2 | |
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-29 | s3: Make winbindd_reinit_after_fork return NTSTATUS | Volker Lendecke | 1 | -1/+5 | |
2011-04-29 | s3: In winbind, close parent/child sockets | Volker Lendecke | 1 | -1/+1 | |
This should further reduce fd load in winbind children | |||||
2011-04-27 | s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dir | Andrew Bartlett | 1 | -1/+1 | |
This ensures we follow the dynconfig convention for the socket directory, and makes it easier to ensure that the client and server both refer to the same socket. Andrew Bartlett | |||||
2011-04-13 | s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe | Volker Lendecke | 1 | -0/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 1 | -0/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-06 | Fix bug 6966 - "allow trusted domains = no" not respected in winbind. | Dmitry Butskoy | 1 | -6/+6 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 6 23:37:27 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-auth: use auth.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-23 | s3-config: say which config file we failed to open | Andrew Tridgell | 1 | -1/+1 | |
saves having to strace it to work that out | |||||
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -1/+1 | |
this moves the s3 specific dumpcore code into source3/lib/dumpcore.c, and uses a function pointer to setup which smb_panic call to use | |||||
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -10/+1 | |
cont_fn() was supposed to be a way to continue after a seg fault. It could never be called however, as smb_panic() from fault_report() could never return, as dump_core() never returns at the end of smb_panic() Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-winbind: Fixed the accept() for new_connection. | Andreas Schneider | 1 | -5/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 1 | -2/+4 | |
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-04 | s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements ↵ | Stefan Metzmacher | 1 | -3/+6 | |
more usefull metze | |||||
2011-02-01 | s3: Send a dropped_ip message if we lose an IP | Volker Lendecke | 1 | -0/+85 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 1 15:59:17 CET 2011 on sn-devel-104 | |||||
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 1 | -0/+1 | |
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 | wb_reqtrans is not used in libwbclient | Volker Lendecke | 1 | -1/+1 | |
2010-12-19 | libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h | Volker Lendecke | 1 | -1/+1 | |
2010-11-14 | Move error reporting of messaging context creation fail into | Jeremy Allison | 1 | -0/+10 | |
the daemons themselves. Allows client utilities to silently fail to create a messaging context due to access denied on the messaging tdb (which I need for the following patch). Jeremy. | |||||
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -1/+5 | |
This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett | |||||
2010-10-18 | s3-winbind: Fixed init order. | Andreas Schneider | 1 | -3/+3 | |
We need the system server info in the rpc services. Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Oct 18 12:43:16 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 1 | -1/+7 | |
2010-09-30 | s3: Add "smbcontrol winbindd ip-dropped <local-ip>" | Volker Lendecke | 1 | -0/+4 | |
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-14 | Allows changing the maximum number of simultaneous clients in winbindd ↵ | Pierre Carrier | 1 | -5/+3 | |
through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2010-08-26 | winbindd: Add the client status in the clients list output | Pierre Carrier | 1 | -4/+12 | |
Hello list, Considered relevant by a customer. As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL. -- Pierre | |||||
2010-08-26 | winbindd: useless function | Pierre Carrier | 1 | -8/+1 | |
Hello list, Seems simple enough for my first patch :) -- Pierre | |||||
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: only include nsswitch header where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -2/+0 | |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 | |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-07-19 | s3-rpc_server: Added callbacks for init and shutdown of a rpc service. | Andreas Schneider | 1 | -2/+2 | |
This adds two callback function for each rpc service. One is for initialisation and the other for shutdown. rpc_<service>_unregister() needs to be called to execute the shutdown function. | |||||
2010-07-08 | s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR. | Günther Deschner | 1 | -0/+5 | |
Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther | |||||
2010-07-05 | s3-winbind: Initialize the server_info on winbindd start. | Andreas Schneider | 1 | -0/+5 | |
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 1 | -3/+5 | |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -2/+3 | |
This removes some deep references to procid_self() | |||||
2010-06-10 | s3:winbindd use common server context functions | Simo Sorce | 1 | -14/+0 | |