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
/
nsswitch
/
winbindd_dual.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21623: Fix copy/paste error
Simo Sorce
1
-2
/
+2
2007-10-10
r21616: Delay initialization of idmap and nss_info backends until necessary
Gerald Carter
1
-1
/
+33
2007-10-10
r21106: We neither need a account lockout policy handler nor a check domain
Günther Deschner
1
-1
/
+2
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-9
/
+16
2007-10-10
r21056: Moving the set_domain_online_request to fork_domain_child() (formerly
Günther Deschner
1
-9
/
+12
2007-10-10
r20846: Before this gets out of control...
Volker Lendecke
1
-7
/
+9
2007-10-10
r20330: And here's the fix for the parent winbindd crashing
Jeremy Allison
1
-0
/
+5
2007-10-10
r20254: The pam_chauthtok needs to go through the async interface as well.
Günther Deschner
1
-0
/
+1
2007-10-10
r20206: Start cleaning up the talloc_ctx mess.
Jeremy Allison
1
-12
/
+14
2007-10-10
r20140: Make online/offline detection completely asynchronous.
Jeremy Allison
1
-1
/
+4
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-1
/
+2
2007-10-10
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
1
-1
/
+4
2007-10-10
r20087: Ensure we clean up any random pending events we
Jeremy Allison
1
-2
/
+8
2007-10-10
r20082: When fork_domain_child is forked when we're offline
Jeremy Allison
1
-0
/
+11
2007-10-10
r19230: Doh ! Fix obvious crash bug.....
Jeremy Allison
1
-5
/
+5
2007-10-10
r19209: Ensure we don't make mistakes by sending online/offline
Jeremy Allison
1
-26
/
+100
2007-10-10
r19105: Ok - this is currently untested (but I'm testing it at
Jeremy Allison
1
-3
/
+3
2007-10-10
r18980: Be a little more intelligent about "startup_time",
Jeremy Allison
1
-4
/
+4
2007-10-10
r18937: Protect against segc in the idmap winbindd child process
Gerald Carter
1
-2
/
+4
2007-10-10
r18703: Fix the annoying effect that happens when nscd is running:
Günther Deschner
1
-1
/
+2
2007-10-10
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r18551: Implement a 30 seconds from startup, during which we
Jeremy Allison
1
-1
/
+12
2007-10-10
r18533: Ensure we clear out the failed connection cache for an entire
Jeremy Allison
1
-2
/
+2
2007-10-10
r18506: Fix online requests to cause an immediate DC connection.
Jeremy Allison
1
-3
/
+3
2007-10-10
r18411: Getting a zero length read is common. Don't log at
Jeremy Allison
1
-1
/
+1
2007-10-10
r18191: Fix the online/offline state handling of winbindd.
Jeremy Allison
1
-5
/
+15
2007-10-10
r17610: Added the ability for firefox to drive the winbindd
Jeremy Allison
1
-0
/
+1
2007-10-10
r17605: Some C++ warnings
Volker Lendecke
1
-2
/
+4
2007-10-10
r17459: As by Jerry's word commit this without his review.
Simo Sorce
1
-0
/
+2
2007-10-10
r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1
Andrew Bartlett
1
-0
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+1
2007-10-10
r16475: destroy talloc ctx when we weren't able to collect onlinestatus
Günther Deschner
1
-0
/
+4
2007-10-10
r16474: There is no point in figuring out lockout policies if we do not allow
Günther Deschner
1
-1
/
+1
2007-10-10
r15526: Avoid double \n.
Günther Deschner
1
-1
/
+1
2007-10-10
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
1
-0
/
+76
2007-10-10
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
1
-2
/
+3
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
1
-8
/
+8
2007-10-10
r14954: Fix #3569 based on William Jojo's work. AIX also
Jeremy Allison
1
-1
/
+1
2007-10-10
r14505: Rename the timed_event to lockout_policy_event.
Günther Deschner
1
-8
/
+8
2007-10-10
r14474: Also flush the nscd caches before entering the main winbindd loop.
Günther Deschner
1
-16
/
+1
2007-10-10
r14405: Fix the build when nscd_flush_cache is detected
Jeremy Allison
1
-10
/
+12
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
1
-1
/
+0
2007-10-10
r14329: Fix the build on systems without libcom_err.
Günther Deschner
1
-2
/
+2
2007-10-10
r14321: When we have libnscd and winbindd comes (back) online, try to flush the
Günther Deschner
1
-0
/
+16
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-3
/
+3
2007-10-10
r13409: No functional changes, just some DEBUG cleanup.
Günther Deschner
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-3
/
+214
2007-10-10
r11251: Fix a comment
Volker Lendecke
1
-7
/
+5
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-59
/
+92
2007-10-10
r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while t...
Volker Lendecke
1
-6
/
+4
[next]