summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleakQiao Yang2008-09-081-1/+2
* From Jim McDonoughJeremy Allison2008-07-181-6/+12
* MSG_DEBUG now forwarded to all the winbindd children by parent.Jeremy Allison2008-07-061-0/+5
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-311-10/+15
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-201-12/+23
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-241-1/+1
* winbindd: create the messaging conntext earlierStefan Metzmacher2008-04-211-7/+17
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-131-0/+7
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-101-20/+3
* Fix typoVolker Lendecke2008-03-271-1/+1
* Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2008-01-241-0/+4
* Fix a comment.Michael Adam2008-01-071-1/+2
* Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-071-1/+1
* Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-071-1/+17
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-121-15/+9
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-121-2/+0
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-4/+4
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* More pstring elimination.Jeremy Allison2007-11-201-9/+13
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+3
* start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-301-3/+2
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-10/+28
* Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2007-10-191-2/+2
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-191-4/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-29/+29
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-80/+51
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1254