summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: accept new connections via fd eventsStefan Metzmacher2009-03-181-52/+100
* s3:winbindd: move non event related code out of process_loop() in the the callerStefan Metzmacher2009-03-181-22/+21
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-121-1/+11
* Fix careless mistake in winbindd_setup_sig_usr2_handlerBo Yang2009-03-041-1/+1
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-0/+2
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-0/+1
* s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher2009-01-271-70/+157
* s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher2009-01-221-6/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-0/+2
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-061-0/+5
* s3:winbindd: also handle fd events from the winbind_event_context()Stefan Metzmacher2009-01-051-0/+9
* s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher2009-01-051-13/+13
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Fix a "ignoring function call result" warningVolker Lendecke2008-12-191-1/+6
* winbindd: vars for signals must be volatile sig_atomic_tSATOH Fumiyasu2008-12-121-12/+12
* Fix nonempty blank linesVolker Lendecke2008-12-071-27/+27
* Clean-up various trailing space and >80 column lines.Steven Danneman2008-11-181-1/+1
* Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-181-0/+1
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-9/+9
* [s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.Michael Adam2008-10-271-1/+6
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* Fix a memleakQiao Yang2008-09-051-1/+2
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-4/+0
* idmap rewriteVolker Lendecke2008-08-121-6/+0
* Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke2008-08-121-3/+0
* Remove unused request_finished_cont()Volker Lendecke2008-07-241-12/+0
* Make use of TALLOC_FREE when freeing the per-winbindrequest memory contextVolker Lendecke2008-07-241-12/+3
* From Jim McDonoughJeremy Allison2008-07-171-6/+12
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-011-0/+5
* winbind: remove duplicate debug message for failing messaging_init().Michael Adam2008-06-261-1/+0
* winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-301-10/+15
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-131-12/+23
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* winbindd: create the messaging conntext earlierStefan Metzmacher2008-04-181-7/+17
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-0/+7
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-101-20/+3
* Fix typoVolker Lendecke2008-03-251-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