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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-23
winbindd: add event based machine password change.
Günther Deschner
2
-0
/
+120
2008-08-22
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
1
-0
/
+3
2008-08-22
idmap_gid_to_sid: Fix a cut-a-npaste error.
Gerald (Jerry) Carter
1
-1
/
+1
2008-08-22
winbindd: Fix crash in cm_connect_sam()
Gerald (Jerry) Carter
1
-2
/
+7
2008-08-20
Here is a re-working of the winbindd
Jeremy Allison
3
-9
/
+33
2008-08-19
winbindd: consistently use false/true.
Günther Deschner
1
-27
/
+27
2008-08-19
winbindd: use set_auth_errors (avoid code duplication).
Günther Deschner
1
-28
/
+6
2008-08-19
winbindd: fill_in_password_policy (to avoid redundant code).
Günther Deschner
1
-20
/
+18
2008-08-19
winbindd: kill some trailing/leading whitespace.
Günther Deschner
1
-159
/
+159
2008-08-17
Split lookup_name() and create a new functiong called
Simo Sorce
1
-15
/
+13
2008-08-16
Fix bug 5696. The problem was when smbd
Jeremy Allison
1
-2
/
+18
2008-08-16
Attempt to fix Coverity ID 596
Volker Lendecke
1
-1
/
+1
2008-08-15
I think the problem with these functions is that lookup_usergroups
Herb Lewis
1
-1
/
+1
2008-08-14
Revert "Add winbind:online check timeout parameter"
Volker Lendecke
1
-16
/
+0
2008-08-13
use transactions in idmap_tdb2
Andrew Tridgell
1
-18
/
+42
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-4
/
+0
2008-08-13
got rid of the redundent cache database
Andrew Tridgell
1
-134
/
+28
2008-08-13
idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...
Michael Adam
2
-57
/
+22
2008-08-13
idmap tdb2: fix broken logic in tdb2_delete_bystring().
Michael Adam
1
-5
/
+8
2008-08-13
idmap tdb2: fix broken logic in tdb2_store_bystring().
Michael Adam
1
-5
/
+8
2008-08-13
Add winbind:online check timeout parameter
Volker Lendecke
1
-0
/
+16
2008-08-13
Attempt to fix the build on Irix CC
Volker Lendecke
1
-1
/
+3
2008-08-12
Remove two unused variables
Volker Lendecke
1
-2
/
+1
2008-08-12
Do not create a new mapping if a domain with an explicit config fails
Volker Lendecke
1
-0
/
+18
2008-08-12
Some doxygen comments for idmap
Volker Lendecke
2
-15
/
+157
2008-08-12
Fix prototypes
Volker Lendecke
1
-2
/
+2
2008-08-12
Remove "idmap alloc config : range" parameter
Volker Lendecke
3
-135
/
+76
2008-08-12
idmap rewrite
Volker Lendecke
18
-1031
/
+650
2008-08-12
Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache
Volker Lendecke
5
-1069
/
+0
2008-08-12
Directly call backends from idmap_[ugs]_to_[ugs]id
Volker Lendecke
2
-22
/
+45
2008-08-12
Move the gid2sid cache to the parent winbind process
Volker Lendecke
2
-19
/
+158
2008-08-12
Move the uid2sid cache to the parent winbind process
Volker Lendecke
3
-19
/
+160
2008-08-06
fixed a fd leak when trying to regain contact to a domain controller
Andrew Tridgell
1
-0
/
+1
2008-07-30
winbindd: handle trusted domains without sid.
Günther Deschner
2
-4
/
+17
2008-07-25
Fix an incompatible pointer warning
Volker Lendecke
1
-2
/
+2
2008-07-25
Fix a race condition in winbind leading to a crash
Volker Lendecke
1
-4
/
+3
2008-07-24
Remove unused request_finished_cont()
Volker Lendecke
2
-13
/
+0
2008-07-24
Make use of TALLOC_FREE when freeing the per-winbindrequest memory context
Volker Lendecke
1
-12
/
+3
2008-07-22
Fix various build warnings
Zach Loafman
1
-22
/
+14
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
1
-16
/
+14
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
1
-11
/
+14
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-15
/
+18
2008-07-17
From Jim McDonough
Jeremy Allison
3
-8
/
+15
2008-07-12
Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4
Simo Sorce
1
-15
/
+15
2008-07-12
Remove one nested level by reversing if condition
Simo Sorce
1
-58
/
+54
2008-07-12
Add back mem leak fixes
Simo Sorce
1
-0
/
+2
2008-07-12
Make again idmap_init static
Simo Sorce
1
-1
/
+1
2008-07-11
Revert "Fix two memory leaks in an error path in idmap.c"
Volker Lendecke
1
-2
/
+0
2008-07-11
Revert "Make idmap_init() static"
Volker Lendecke
1
-1
/
+1
2008-07-11
Revert "Fix typo"
Volker Lendecke
1
-2
/
+2
[prev]
[next]