summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Clean-up various trailing space and >80 column lines.Steven Danneman1-1/+1
2008-11-18Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman1-0/+1
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-9/+9
2008-10-27[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.Michael Adam1-1/+6
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-09-05Fix a memleakQiao Yang1-1/+2
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-4/+0
2008-08-12idmap rewriteVolker Lendecke1-6/+0
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke1-3/+0
2008-07-24Remove unused request_finished_cont()Volker Lendecke1-12/+0
2008-07-24Make use of TALLOC_FREE when freeing the per-winbindrequest memory contextVolker Lendecke1-12/+3
2008-07-17From Jim McDonoughJeremy Allison1-6/+12
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare1-0/+5
2008-06-26winbind: remove duplicate debug message for failing messaging_init().Michael Adam1-1/+0
2008-06-26winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam1-1/+1
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison1-10/+15
2008-05-13Enable winbind child processes to do something with signals,Jim McDonough1-12/+23
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18winbindd: create the messaging conntext earlierStefan Metzmacher1-7/+17
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-0/+7
2008-04-10winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam1-20/+3
2008-03-25Fix typoVolker Lendecke1-1/+1
2008-01-24Add winbind_msg_dump_domain_list to winbindd.Günther Deschner1-0/+4
2008-01-07Fix a comment.Michael Adam1-1/+2
2008-01-07Make wcache_invalidate_cache() return bool, not int.Michael Adam1-1/+1
2008-01-07Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider1-1/+17
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider1-15/+9
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher1-2/+0
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-4/+4
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-11-20More pstring elimination.Jeremy Allison1-9/+13
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+3
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-3/+2
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-10/+28
2007-10-19Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner1-2/+2
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher1-4/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-29/+29
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-80/+51
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1254