Age | Commit message (Expand) | Author | Files | Lines |
2012-02-16 | lib/util: Remove sys_poll as it is no longer needed | Andrew Bartlett | 1 | -1/+1 |
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 1 | -1/+0 |
2011-08-26 | s3: Fix a winbind race leading to 100% CPU | Volker Lendecke | 1 | -2/+3 |
2011-08-26 | s3: Use sys_write in fork_domain_child | Volker Lendecke | 1 | -1/+1 |
2011-08-26 | s3: Use sys_read in fork_domain_child | Volker Lendecke | 1 | -1/+1 |
2011-06-20 | Use tevent_req_oom | Volker Lendecke | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -2/+2 |
2011-05-04 | s3: Properly deal with exited winbind children | Volker Lendecke | 1 | -0/+5 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 1 | -1/+0 |
2011-04-29 | s3: Avoid a potential 100% CPU loop in winbindd | Volker Lendecke | 1 | -0/+27 |
2011-04-29 | s3: Make winbindd_reinit_after_fork return NTSTATUS | Volker Lendecke | 1 | -8/+11 |
2011-04-29 | s3: In winbind, close parent/child sockets | Volker Lendecke | 1 | -2/+11 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
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-21 | s3: Fix Coverity ID 1048, CHECKED_RETURN | Volker Lendecke | 1 | -6/+1 |
2011-02-28 | s3: Use poll in winbind | Volker Lendecke | 1 | -22/+29 |
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 1 | -1/+1 |
2011-02-02 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-01-31 | Revert "s3:events: Call all ready fd event handlers on each iteration of the ... | Stefan Metzmacher | 1 | -3/+3 |
2011-01-21 | s3:winbind: Fork multiple children per domain | Volker Lendecke | 1 | -5/+45 |
2010-12-23 | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 1 | -4/+1 |
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-12-06 | s3: Fix bug 7844: Race in winbind | Volker Lendecke | 1 | -4/+8 |
2010-11-17 | "bool ? true : false" is a bit pointless | Volker Lendecke | 1 | -2/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-01 | s3:events: Call all ready fd event handlers on each iteration of the main loop | Steven Danneman | 1 | -3/+3 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -0/+1 |
2010-09-30 | s3: Add "smbcontrol winbindd ip-dropped <local-ip>" | Volker Lendecke | 1 | -0/+22 |
2010-09-30 | s3: Re-introduce a procid_self() | Volker Lendecke | 1 | -1/+1 |
2010-09-10 | s3/winbind: use mono time for startup timeout check | Björn Jacke | 1 | -3/+3 |
2010-08-16 | s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code | Stefan Metzmacher | 1 | -3/+2 |
2010-08-16 | s3:winbindd: add binding_handle to struct winbindd_child | Stefan Metzmacher | 1 | -0/+1 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-07-18 | s3: Remove a direct use of procid_self() | Volker Lendecke | 1 | -3/+5 |
2010-07-07 | s3-winbindd: Fix child logfile handling which broke with c67cff0372. | Günther Deschner | 1 | -1/+1 |
2010-07-06 | s3-winbind: Create all logfiles in the same directory. | Andreas Schneider | 1 | -1/+22 |
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 1 | -3/+5 |
2010-05-13 | s3:winbindd Rename 'children' to 'winbindd_children' and make static | Andrew Bartlett | 1 | -9/+9 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-04-25 | s3: async_domain_request is no longer used | Volker Lendecke | 1 | -61/+0 |
2010-04-24 | s3: sendto_domain() is lo longer used | Volker Lendecke | 1 | -28/+0 |
2010-04-01 | s3:winbindd: fix problems with SIGCHLD handling (bug #7317) | Stefan Metzmacher | 1 | -3/+3 |
2010-04-01 | s3:winbindd: only set child_domain in the child | Stefan Metzmacher | 1 | -1/+1 |
2010-02-26 | Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported... | Roel van Meer | 1 | -0/+8 |
2010-01-02 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-12-28 | s3: Simplify "setup_domain_child" slightly | Volker Lendecke | 1 | -1/+1 |