index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_dual.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbind: Add a generic cache for NDR based parent-child requests
Volker Lendecke
2009-08-27
1
-2
/
+2
*
s3:winbind: Add NDR-based parent-child communication to winbind
Volker Lendecke
2009-08-05
1
-0
/
+13
*
Provide a mem_ctx for child requests
Volker Lendecke
2009-07-31
1
-0
/
+1
*
Remove a duplicate prototype
Volker Lendecke
2009-07-28
1
-1
/
+0
*
s3: don't do this, upper callbacks will check it
Bo Yang
2009-07-18
1
-4
/
+0
*
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
2009-06-14
1
-2
/
+4
*
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
2009-06-14
1
-15
/
+16
*
Fix an error message: We get the errno in "err"
Volker Lendecke
2009-06-14
1
-1
/
+1
*
Do not use "finished" in winbind child
Volker Lendecke
2009-06-14
1
-10
/
+8
*
Convert async_domain_request to wb_domain_request_send
Volker Lendecke
2009-06-14
1
-20
/
+22
*
Add wb_domain_request_send/recv
Volker Lendecke
2009-06-14
1
-0
/
+184
*
Convert the winbind parent->child communication to wb_reqtrans
Volker Lendecke
2009-06-14
1
-230
/
+156
*
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
2009-06-14
1
-18
/
+19
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-2
/
+3
*
s3: Fix onlinestatus msg to return status of all domain instead of omitting t...
Bo Yang
2009-05-22
1
-78
/
+51
*
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
2009-05-12
1
-2
/
+0
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-07
1
-11
/
+10
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-1
/
+1
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
1
-1
/
+1
*
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
Stefan Metzmacher
2009-01-27
1
-5
/
+6
*
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
2009-01-22
1
-4
/
+0
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
1
-9
/
+24
*
Clean up comments a little.
Jeremy Allison
2009-01-14
1
-11
/
+13
*
Don't send message to any other child in child process.
Bo Yang
2009-01-14
1
-0
/
+30
*
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
2009-01-13
1
-2
/
+2
*
Don't set child->requests to NULL in parent after fork
Bo Yang
2009-01-10
1
-1
/
+0
*
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
2009-01-06
1
-17
/
+21
*
Add winbindd_reinit_after_fork(), cleaning out all possible events
Jeremy Allison
2009-01-06
1
-52
/
+76
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-8
/
+3
*
s3:winbindd: cancel all ccache entry events and not just one
Stefan Metzmacher
2009-01-05
1
-6
/
+4
*
Fix broken krb5 refresh chain
Bo Yang
2009-01-05
1
-0
/
+21
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-16
/
+24
*
s3:winbindd: we don't need to call messaging_reinit() twice
Stefan Metzmacher
2008-12-31
1
-7
/
+0
*
s3-winbindd: for now only change machine pwd when not using a system krb5 key...
Günther Deschner
2008-11-21
1
-0
/
+1
*
Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).
Jeremy Allison
2008-10-29
1
-1
/
+1
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...
Jeremy Allison
2008-10-08
1
-0
/
+23
*
Log in the parent winbind log where a request is going
Volker Lendecke
2008-10-06
1
-0
/
+4
*
Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...
Jeremy Allison
2008-09-23
1
-5
/
+9
*
Fix Coverity ID 592
Volker Lendecke
2008-08-31
1
-0
/
+4
*
winbindd: only create machine pwd change event when in primary domain child.
Günther Deschner
2008-08-25
1
-1
/
+1
*
Use talloc_stackframe() in machine_password_change_handler
Volker Lendecke
2008-08-23
1
-9
/
+5
*
Fix a memleak in calculate_next_machine_pwd_change
Volker Lendecke
2008-08-23
1
-2
/
+7
*
winbindd: add event based machine password change.
Günther Deschner
2008-08-23
1
-0
/
+119
*
idmap rewrite
Volker Lendecke
2008-08-12
1
-0
/
+2
*
Fix a race condition in winbind leading to a crash
Volker Lendecke
2008-07-25
1
-4
/
+3
*
From Jim McDonough
Jeremy Allison
2008-07-17
1
-1
/
+2
*
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
2008-07-01
1
-0
/
+34
*
Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain child
Jeremy Allison
2008-06-02
1
-2
/
+18
*
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...
Jeremy Allison
2008-05-30
1
-1
/
+1
[next]