index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_dual.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-02
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2009-12-28
s3: Simplify "setup_domain_child" slightly
Volker Lendecke
1
-1
/
+1
2009-12-26
s3: Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2009-12-23
s3: Remove some unused code
Volker Lendecke
1
-79
/
+0
2009-12-23
s3: Remove unused sendto_child()
Volker Lendecke
1
-7
/
+0
2009-11-19
s3: Avoid races to change the machine password in winbind
Volker Lendecke
1
-0
/
+18
2009-11-19
s3: Protect against flooding the DC with pwchange requests
Volker Lendecke
1
-14
/
+24
2009-11-19
s3: Re-check the timeout in machine_password_change_handler()
Volker Lendecke
1
-0
/
+6
2009-11-19
s3: Add some debugs to the winbind machine pwchange machinery
Volker Lendecke
1
-0
/
+16
2009-11-19
s3: Do not kill the whole smb session if a machine pwchange failed
Volker Lendecke
1
-1
/
+1
2009-10-06
s3-winbindd: make sure to reset connections when machine account password cha...
Günther Deschner
1
-0
/
+8
2009-10-05
Revert "s3: Attempt to fix machine password change"
Volker Lendecke
1
-33
/
+9
2009-10-05
s3: Attempt to fix machine password change
Volker Lendecke
1
-9
/
+33
2009-08-27
s3:winbind: Add a generic cache for NDR based parent-child requests
Volker Lendecke
1
-2
/
+2
2009-08-05
s3:winbind: Add NDR-based parent-child communication to winbind
Volker Lendecke
1
-0
/
+13
2009-07-31
Provide a mem_ctx for child requests
Volker Lendecke
1
-0
/
+1
2009-07-28
Remove a duplicate prototype
Volker Lendecke
1
-1
/
+0
2009-07-18
s3: don't do this, upper callbacks will check it
Bo Yang
1
-4
/
+0
2009-06-14
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
1
-2
/
+4
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
1
-15
/
+16
2009-06-14
Fix an error message: We get the errno in "err"
Volker Lendecke
1
-1
/
+1
2009-06-14
Do not use "finished" in winbind child
Volker Lendecke
1
-10
/
+8
2009-06-14
Convert async_domain_request to wb_domain_request_send
Volker Lendecke
1
-20
/
+22
2009-06-14
Add wb_domain_request_send/recv
Volker Lendecke
1
-0
/
+184
2009-06-14
Convert the winbind parent->child communication to wb_reqtrans
Volker Lendecke
1
-230
/
+156
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
1
-18
/
+19
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
1
-2
/
+3
2009-05-22
s3: Fix onlinestatus msg to return status of all domain instead of omitting t...
Bo Yang
1
-78
/
+51
2009-05-12
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
1
-2
/
+0
2009-05-07
Fix some nonempty blank lines
Volker Lendecke
1
-11
/
+10
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-1
/
+1
2009-02-01
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
1
-1
/
+1
2009-01-27
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
Stefan Metzmacher
1
-5
/
+6
2009-01-22
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
1
-4
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-9
/
+24
2009-01-14
Clean up comments a little.
Jeremy Allison
1
-11
/
+13
2009-01-14
Don't send message to any other child in child process.
Bo Yang
1
-0
/
+30
2009-01-13
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
1
-2
/
+2
2009-01-10
Don't set child->requests to NULL in parent after fork
Bo Yang
1
-1
/
+0
2009-01-06
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
1
-17
/
+21
2009-01-06
Add winbindd_reinit_after_fork(), cleaning out all possible events
Jeremy Allison
1
-52
/
+76
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-8
/
+3
2009-01-05
s3:winbindd: cancel all ccache entry events and not just one
Stefan Metzmacher
1
-6
/
+4
2009-01-05
Fix broken krb5 refresh chain
Bo Yang
1
-0
/
+21
2009-01-05
clean event context after child is forked.
Bo Yang
1
-16
/
+24
2008-12-31
s3:winbindd: we don't need to call messaging_reinit() twice
Stefan Metzmacher
1
-7
/
+0
2008-11-21
s3-winbindd: for now only change machine pwd when not using a system krb5 key...
Günther Deschner
1
-0
/
+1
2008-10-29
Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).
Jeremy Allison
1
-1
/
+1
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-1
/
+1
2008-10-08
Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...
Jeremy Allison
1
-0
/
+23
[next]