Age | Commit message (Expand) | Author | Files | Lines |
2012-12-21 | s3-winbind: Check if we created the directories correctly. | Andreas Schneider | 1 | -4/+11 |
2012-12-12 | s3: Fix a typo in a debug message | Volker Lendecke | 1 | -1/+1 |
2012-10-19 | s3: Remove a call to procid_self() | Volker Lendecke | 1 | -1/+1 |
2012-10-19 | s3: Add "msg_ctx" param to winbindd_register_handlers() | Volker Lendecke | 1 | -12/+13 |
2012-10-19 | s3: Make winbindd_register_handlers static | Volker Lendecke | 1 | -1/+1 |
2012-09-27 | s3: Fix some blank line endings | Volker Lendecke | 1 | -4/+4 |
2012-08-23 | param: Add startup checks for valid server role/binary combinations | Andrew Bartlett | 1 | -0/+6 |
2012-08-21 | Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an... | Herb Lewis | 1 | -1/+2 |
2012-08-13 | Ensure we update last_access on the winbindd child struct on each request. | Jeremy Allison | 1 | -0/+1 |
2012-07-19 | Move everything to use the common pidfile functions. | Jeremy Allison | 1 | -2/+3 |
2012-07-19 | Make the s3 pidfile use the common code inside lib/util/pidfile.c | Jeremy Allison | 1 | -1/+1 |
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 1 | -2/+2 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -4/+4 |
2012-06-11 | s3-winbindd: add comments about dump_core_setup | Matthieu Patou | 1 | -0/+11 |
2012-06-08 | s3-winbindd: call dump_core_setup after command line option has been parsed | Matthieu Patou | 1 | -0/+2 |
2012-05-31 | Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8... | Jeremy Allison | 1 | -1/+2 |
2012-05-15 | s3-auth: Rename to init_system_session_info(). | Andreas Schneider | 1 | -1/+1 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -1/+1 |
2012-03-15 | s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce... | Michael Adam | 1 | -0/+11 |
2012-03-07 | s3: piddir creation fix part 2. | Ira Cooper | 1 | -0/+4 |
2012-03-04 | s3-winbindd: Add stdin handler for winbind | Andrew Bartlett | 1 | -2/+46 |
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 1 | -1/+1 |
2011-08-29 | s3-lib: If we create a pipe socket, don't start to listen. | Andreas Schneider | 1 | -0/+9 |
2011-08-11 | s3-messaging: Fix messaging classes. | Simo Sorce | 1 | -1/+3 |
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 |
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 |
2011-06-20 | s3-winbind Move winbind privileged socket dir into state_path() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
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 |
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 |
2011-04-27 | s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dir | Andrew Bartlett | 1 | -1/+1 |
2011-04-13 | s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe | Volker Lendecke | 1 | -0/+2 |
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 1 | -0/+2 |
2011-04-06 | Fix bug 6966 - "allow trusted domains = no" not respected in winbind. | Dmitry Butskoy | 1 | -6/+6 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: use auth.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-23 | s3-config: say which config file we failed to open | Andrew Tridgell | 1 | -1/+1 |
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -1/+1 |
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -10/+1 |
2011-03-08 | s3-winbind: Fixed the accept() for new_connection. | Andreas Schneider | 1 | -5/+7 |
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 |
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 |
2011-02-04 | s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements m... | Stefan Metzmacher | 1 | -3/+6 |
2011-02-01 | s3: Send a dropped_ip message if we lose an IP | Volker Lendecke | 1 | -0/+85 |