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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+4
*
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
2009-06-14
3
-11
/
+15
*
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
2009-06-14
14
-240
/
+246
*
Remove an unused struct member in winbindd_cli_state
Volker Lendecke
2009-06-14
1
-1
/
+0
*
Fix an error message: We get the errno in "err"
Volker Lendecke
2009-06-14
1
-1
/
+1
*
winbind: replace process_loop() by tevent_loop_once()
Volker Lendecke
2009-06-14
1
-68
/
+5
*
Make rescan_trusted_domains a timed event
Volker Lendecke
2009-06-14
3
-26
/
+20
*
Do not store the listening fde
Volker Lendecke
2009-06-14
1
-15
/
+11
*
Avoid scanning the client list when a client exits
Volker Lendecke
2009-06-14
2
-20
/
+6
*
Do not use "finished" in winbind child
Volker Lendecke
2009-06-14
1
-10
/
+8
*
Remove unused init_child_connection()
Volker Lendecke
2009-06-14
2
-139
/
+0
*
Convert winbindd_domain_info to wb_domain_request_send
Volker Lendecke
2009-06-14
1
-59
/
+75
*
Add winbindd_dual_ping to all children
Volker Lendecke
2009-06-14
5
-0
/
+20
*
Convert async_domain_request to wb_domain_request_send
Volker Lendecke
2009-06-14
1
-20
/
+22
*
Add async wb_ping
Volker Lendecke
2009-06-14
3
-0
/
+62
*
Add an async wb request loop
Volker Lendecke
2009-06-14
2
-0
/
+63
*
Add wb_domain_request_send/recv
Volker Lendecke
2009-06-14
2
-0
/
+190
*
Remove some unused code
Volker Lendecke
2009-06-14
4
-264
/
+0
*
Convert the winbind parent->child communication to wb_reqtrans
Volker Lendecke
2009-06-14
6
-239
/
+166
*
Convert the main winbind client communication to wb_reqtrans.c
Volker Lendecke
2009-06-14
2
-125
/
+65
*
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
2009-06-14
14
-423
/
+426
*
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2009-06-08
1
-2
/
+2
*
s3-winbindd: workaround alias enumeration in expand_groups().
Günther Deschner
2009-06-08
1
-3
/
+16
*
s3-winbindd: add some debug statements while tracking down a bug.
Günther Deschner
2009-06-06
2
-2
/
+20
*
s3-winbindd: fix remaining callers of sid_binstring().
Günther Deschner
2009-05-28
2
-4
/
+4
*
Make sid_binstring & friends take a talloc context
Volker Lendecke
2009-05-28
2
-12
/
+10
*
s3:idmap_ldap: filter out of range mappings in default idmap config
Michael Adam
2009-05-28
1
-16
/
+55
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
2
-4
/
+6
*
s3:idmap: fix a comment typo
Michael Adam
2009-05-27
1
-1
/
+1
*
s3:idmap_tdb2: filter out of range mappings in default idmap config
Michael Adam
2009-05-27
1
-12
/
+49
*
s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()
Michael Adam
2009-05-27
1
-0
/
+2
*
s3:idmap_tdb: filter out of range mappings in default idmap config
Michael Adam
2009-05-27
1
-16
/
+57
*
s3:winbind_util: remove trailing spaces
Michael Adam
2009-05-25
1
-56
/
+56
*
s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)
Michael Adam
2009-05-25
1
-2
/
+11
*
s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)
Michael Adam
2009-05-25
1
-0
/
+8
*
Fix a race condition in winbind leading to a panic
Volker Lendecke
2009-05-24
1
-0
/
+1
*
s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)
Michael Adam
2009-05-22
1
-1
/
+1
*
s3: ignore EPIPE error when winbind finally writes to wb client because clien...
Bo Yang
2009-05-22
1
-2
/
+8
*
s3: Fix onlinestatus msg to return status of all domain instead of omitting t...
Bo Yang
2009-05-22
1
-78
/
+51
*
Fix a typo
Volker Lendecke
2009-05-16
1
-1
/
+1
*
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
2009-05-12
8
-98
/
+47
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
5
-11
/
+14
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-11
1
-37
/
+37
*
Fix some type-punned warnings
Volker Lendecke
2009-05-07
3
-7
/
+13
*
Remove a misleading comment
Volker Lendecke
2009-05-07
1
-2
/
+0
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-07
1
-11
/
+10
*
s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...
Günther Deschner
2009-04-24
1
-0
/
+2
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
2
-12
/
+12
*
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Andrew Bartlett
2009-04-20
1
-2
/
+2
*
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
2009-04-20
1
-1
/
+1
[next]