summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-161-3/+2
* s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2010-08-161-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Remove a direct use of procid_self()Volker Lendecke2010-07-181-3/+5
* s3-winbindd: Fix child logfile handling which broke with c67cff0372.Günther Deschner2010-07-071-1/+1
* s3-winbind: Create all logfiles in the same directory.Andreas Schneider2010-07-061-1/+22
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-3/+5
* s3:winbindd Rename 'children' to 'winbindd_children' and make staticAndrew Bartlett2010-05-131-9/+9
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: async_domain_request is no longer usedVolker Lendecke2010-04-251-61/+0
* s3: sendto_domain() is lo longer usedVolker Lendecke2010-04-241-28/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-011-3/+3
* s3:winbindd: only set child_domain in the childStefan Metzmacher2010-04-011-1/+1
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-02-261-0/+8
* s3: Fix a typoVolker Lendecke2010-01-021-1/+1
* s3: Simplify "setup_domain_child" slightlyVolker Lendecke2009-12-281-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-261-2/+2
* s3: Remove some unused codeVolker Lendecke2009-12-231-79/+0
* s3: Remove unused sendto_child()Volker Lendecke2009-12-231-7/+0
* s3: Avoid races to change the machine password in winbindVolker Lendecke2009-11-191-0/+18
* s3: Protect against flooding the DC with pwchange requestsVolker Lendecke2009-11-191-14/+24
* s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke2009-11-191-0/+6
* s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke2009-11-191-0/+16
* s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke2009-11-191-1/+1
* s3-winbindd: make sure to reset connections when machine account password cha...Günther Deschner2009-10-061-0/+8
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-051-33/+9
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-051-9/+33
* s3:winbind: Add a generic cache for NDR based parent-child requestsVolker Lendecke2009-08-271-2/+2
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-051-0/+13
* Provide a mem_ctx for child requestsVolker Lendecke2009-07-311-0/+1
* Remove a duplicate prototypeVolker Lendecke2009-07-281-1/+0
* s3: don't do this, upper callbacks will check itBo Yang2009-07-181-4/+0
* Remove "winbindd_request" and "winbindd_response" from winbindd_cli_stateVolker Lendecke2009-06-141-2/+4
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-15/+16
* Fix an error message: We get the errno in "err"Volker Lendecke2009-06-141-1/+1
* Do not use "finished" in winbind childVolker Lendecke2009-06-141-10/+8
* Convert async_domain_request to wb_domain_request_sendVolker Lendecke2009-06-141-20/+22
* Add wb_domain_request_send/recvVolker Lendecke2009-06-141-0/+184
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-141-230/+156
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-18/+19
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+3
* s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang2009-05-221-78/+51
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-2/+0
* Fix some nonempty blank linesVolker Lendecke2009-05-071-11/+10
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-1/+1
* s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher2009-01-271-5/+6
* s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher2009-01-221-4/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-9/+24
* Clean up comments a little.Jeremy Allison2009-01-141-11/+13