summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-14Avoid scanning the client list when a client exitsVolker Lendecke1-19/+6
2009-06-14Add async wb_pingVolker Lendecke1-0/+3
2009-06-14Add an async wb request loopVolker Lendecke1-0/+61
2009-06-14Remove some unused codeVolker Lendecke1-133/+0
2009-06-14Convert the main winbind client communication to wb_reqtrans.cVolker Lendecke1-124/+64
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-24/+25
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-2/+3
2009-05-24Fix a race condition in winbind leading to a panicVolker Lendecke1-0/+1
2009-05-22s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang1-2/+8
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-12/+0
2009-05-07Fix some type-punned warningsVolker Lendecke1-4/+7
2009-05-07Remove a misleading commentVolker Lendecke1-2/+0
2009-03-18s3:winbindd: accept new connections via fd eventsStefan Metzmacher1-52/+100
2009-03-18s3:winbindd: move non event related code out of process_loop() in the the callerStefan Metzmacher1-22/+21
2009-03-12Make opt_nocache static to winbindd.cVolker Lendecke1-1/+11
2009-03-04Fix careless mistake in winbindd_setup_sig_usr2_handlerBo Yang1-1/+1
2009-02-23More warning fixes for Solaris.Jeremy Allison1-1/+1
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+2
2009-02-11s3: Implement wbcGetpwsidDan Sledz1-0/+1
2009-01-27s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher1-70/+157
2009-01-22s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher1-6/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-0/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-06Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison1-0/+5
2009-01-05s3:winbindd: also handle fd events from the winbind_event_context()Stefan Metzmacher1-0/+9
2009-01-05s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher1-13/+13
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-12-19Fix a "ignoring function call result" warningVolker Lendecke1-1/+6
2008-12-12winbindd: vars for signals must be volatile sig_atomic_tSATOH Fumiyasu1-12/+12
2008-12-07Fix nonempty blank linesVolker Lendecke1-27/+27
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