Age | Commit message (Expand) | Author | Files | Lines |
2009-01-27 | s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent | Stefan Metzmacher | 1 | -70/+157 |
2009-01-22 | s3:winbindd: we don't need to call message_dispatch() anymore it's event trig... | Stefan Metzmacher | 1 | -6/+0 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 1 | -0/+2 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-06 | Make winbindd_cm.c use winbindd_reinit_after_fork(). | Jeremy Allison | 1 | -0/+5 |
2009-01-05 | s3:winbindd: also handle fd events from the winbind_event_context() | Stefan Metzmacher | 1 | -0/+9 |
2009-01-05 | s3:winbindd: rename fd_event => winbindd_fd_event | Stefan Metzmacher | 1 | -13/+13 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -1/+2 |
2008-12-19 | Fix a "ignoring function call result" warning | Volker Lendecke | 1 | -1/+6 |
2008-12-12 | winbindd: vars for signals must be volatile sig_atomic_t | SATOH Fumiyasu | 1 | -12/+12 |
2008-12-07 | Fix nonempty blank lines | Volker Lendecke | 1 | -27/+27 |
2008-11-18 | Clean-up various trailing space and >80 column lines. | Steven Danneman | 1 | -1/+1 |
2008-11-18 | Added ability to remove id mappings in wbinfo and libwbclient. | Steven Danneman | 1 | -0/+1 |
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 1 | -9/+9 |
2008-10-27 | [s3]winbind: fix smbd hanging on Solaris when winbindd closes socket. | Michael Adam | 1 | -1/+6 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-05 | Fix a memleak | Qiao Yang | 1 | -1/+2 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -4/+0 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -6/+0 |
2008-08-12 | Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache | Volker Lendecke | 1 | -3/+0 |
2008-07-24 | Remove unused request_finished_cont() | Volker Lendecke | 1 | -12/+0 |
2008-07-24 | Make use of TALLOC_FREE when freeing the per-winbindrequest memory context | Volker Lendecke | 1 | -12/+3 |
2008-07-17 | From Jim McDonough | Jeremy Allison | 1 | -6/+12 |
2008-07-01 | MSG_DEBUG now forwarded to all the winbindd children by parent. | Darshan Purandare | 1 | -0/+5 |
2008-06-26 | winbind: remove duplicate debug message for failing messaging_init(). | Michael Adam | 1 | -1/+0 |
2008-06-26 | winbind: untangle logic in winbind_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | winbindd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-05-30 | Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ... | Jeremy Allison | 1 | -10/+15 |
2008-05-13 | Enable winbind child processes to do something with signals, | Jim McDonough | 1 | -12/+23 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | winbindd: create the messaging conntext earlier | Stefan Metzmacher | 1 | -7/+17 |
2008-04-12 | dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd | Stefan Metzmacher | 1 | -0/+7 |
2008-04-10 | winbindd: only call winbindd_validate_cache when not in offline logon mode. | Michael Adam | 1 | -20/+3 |
2008-03-25 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-01-24 | Add winbind_msg_dump_domain_list to winbindd. | Günther Deschner | 1 | -0/+4 |
2008-01-07 | Fix a comment. | Michael Adam | 1 | -1/+2 |
2008-01-07 | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 1 | -1/+1 |
2008-01-07 | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 1 | -1/+17 |
2007-12-12 | Don't restart winbind if a corrupted tdb is found during initialization. | Andreas Schneider | 1 | -15/+9 |
2007-12-12 | winbindd: remove unused WINBINDD_DUMP_MAPS support | Stefan Metzmacher | 1 | -2/+0 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -4/+4 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+1 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -9/+13 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+3 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -3/+2 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -10/+28 |
2007-10-19 | Merge Tridge's fix for the winbind 32/64bit padding. | Günther Deschner | 1 | -2/+2 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -4/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -29/+29 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -80/+51 |