Age | Commit message (Expand) | Author | Files | Lines |
2009-01-06 | Make winbindd_cm.c use winbindd_reinit_after_fork(). | Jeremy Allison | 1 | -17/+21 |
2009-01-06 | Add winbindd_reinit_after_fork(), cleaning out all possible events | Jeremy Allison | 1 | -52/+76 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -8/+3 |
2009-01-05 | s3:winbindd: cancel all ccache entry events and not just one | Stefan Metzmacher | 1 | -6/+4 |
2009-01-05 | Fix broken krb5 refresh chain | Bo Yang | 1 | -0/+21 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -16/+24 |
2008-12-31 | s3:winbindd: we don't need to call messaging_reinit() twice | Stefan Metzmacher | 1 | -7/+0 |
2008-11-21 | s3-winbindd: for now only change machine pwd when not using a system krb5 key... | Günther Deschner | 1 | -0/+1 |
2008-10-29 | Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure). | Jeremy Allison | 1 | -1/+1 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-08 | Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan... | Jeremy Allison | 1 | -0/+23 |
2008-10-06 | Log in the parent winbind log where a request is going | Volker Lendecke | 1 | -0/+4 |
2008-09-23 | Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p... | Jeremy Allison | 1 | -5/+9 |
2008-08-31 | Fix Coverity ID 592 | Volker Lendecke | 1 | -0/+4 |
2008-08-25 | winbindd: only create machine pwd change event when in primary domain child. | Günther Deschner | 1 | -1/+1 |
2008-08-23 | Use talloc_stackframe() in machine_password_change_handler | Volker Lendecke | 1 | -9/+5 |
2008-08-23 | Fix a memleak in calculate_next_machine_pwd_change | Volker Lendecke | 1 | -2/+7 |
2008-08-23 | winbindd: add event based machine password change. | Günther Deschner | 1 | -0/+119 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -0/+2 |
2008-07-25 | Fix a race condition in winbind leading to a crash | Volker Lendecke | 1 | -4/+3 |
2008-07-17 | From Jim McDonough | Jeremy Allison | 1 | -1/+2 |
2008-07-01 | MSG_DEBUG now forwarded to all the winbindd children by parent. | Darshan Purandare | 1 | -0/+34 |
2008-06-02 | Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain child | Jeremy Allison | 1 | -2/+18 |
2008-05-30 | Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ... | Jeremy Allison | 1 | -1/+1 |
2008-05-29 | Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f... | Jeremy Allison | 1 | -9/+0 |
2008-05-14 | Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ... | Jeremy Allison | 1 | -3/+3 |
2008-05-13 | Enable winbind child processes to do something with signals, | Jim McDonough | 1 | -0/+4 |
2008-04-30 | Winbind: Prevent cycle in children list when reaping dead child processes. | Gerald W. Carter | 1 | -0/+4 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | winbindd: call reinit_after_fork() in the child processes | Stefan Metzmacher | 1 | -3/+2 |
2008-03-27 | Fix wbinfo -a trusted\\user%password on a Samba DC with trusts | Volker Lendecke | 1 | -1/+0 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in winbindd. | Günther Deschner | 1 | -1/+1 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -9/+11 |
2008-02-01 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Simo Sorce | 1 | -1/+91 |
2008-02-01 | Fix winbindd running on a Samba DC, | Simo Sorce | 1 | -0/+11 |
2008-01-25 | Add debug message: show which domain_child is being forked. | Michael Adam | 1 | -0/+7 |
2008-01-24 | Add winbind_msg_dump_domain_list to winbindd. | Günther Deschner | 1 | -0/+84 |
2008-01-23 | Fix panic: Don't free the logfilename in winbind_child_died(). | Michael Adam | 1 | -1/+0 |
2007-12-14 | winbindd: move domain child specific stuff into its own file | Stefan Metzmacher | 1 | -89/+10 |
2007-12-11 | winbindd: rename child table struct elements | Stefan Metzmacher | 1 | -32/+80 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -2/+2 |
2007-12-03 | Remove more pstrings, from the winbindd protocol def and | Jeremy Allison | 1 | -4/+9 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -2/+2 |
2007-10-22 | r25571: split up child_dispatch_table into domain, idmap and locator tables | Stefan Metzmacher | 1 | -31/+9 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -16/+16 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -9/+31 |
2007-10-10 | r25571: split up child_dispatch_table into domain, idmap and locator tables | Stefan Metzmacher | 1 | -31/+9 |
2007-10-10 | r25165: Use talloc_asprintf_append_buffer with an unmodified | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 1 | -0/+1130 |