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
2009-08-01
Place a comment correctly
Volker Lendecke
1
-1
/
+4
2009-08-01
Fix indentation
Volker Lendecke
1
-1
/
+1
2009-07-31
Refactoring: mem_ctx is not needed as an argument to centry_sid
Volker Lendecke
1
-21
/
+25
2009-07-31
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
Volker Lendecke
1
-1
/
+1
2009-07-31
Fix some nonempty lines
Volker Lendecke
2
-9
/
+9
2009-07-31
Remove a pointless variable
Volker Lendecke
1
-3
/
+1
2009-07-31
Provide a mem_ctx for child requests
Volker Lendecke
1
-0
/
+1
2009-07-31
Slightly restructure the async winbind request calling convention
Volker Lendecke
4
-20
/
+17
2009-07-29
s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm.
Michael Adam
1
-5
/
+4
2009-07-29
s3:winbind: fix typo in debug message in idmap_tdb.
Michael Adam
1
-1
/
+1
2009-07-29
s3:winbind: fix typo in debugmessage of idmap_tdb
Michael Adam
1
-1
/
+1
2009-07-29
s3:winbind: use transaction in idmap_tdb2_allocate_id_action().
Michael Adam
1
-1
/
+1
2009-07-29
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
2
-8
/
+7
2009-07-29
s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores.
Michael Adam
1
-9
/
+15
2009-07-29
s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores.
Michael Adam
1
-9
/
+12
2009-07-29
s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id()
Michael Adam
1
-43
/
+69
2009-07-29
s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping()
Michael Adam
1
-49
/
+55
2009-07-28
Remove a duplicate prototype
Volker Lendecke
1
-1
/
+0
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-2
/
+2
2009-07-27
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-07-27
Fix a valgrind error in winbind
Volker Lendecke
1
-1
/
+2
2009-07-27
Fix some nonempty blank lines
Volker Lendecke
1
-105
/
+103
2009-07-25
Fix a winbind memleak
Volker Lendecke
1
-0
/
+1
2009-07-18
s3: compile warning and upn handling
Bo Yang
2
-1
/
+7
2009-07-18
s3: don't do this, upper callbacks will check it
Bo Yang
1
-4
/
+0
2009-07-15
Make gencache more stable
Volker Lendecke
1
-0
/
+2
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
1
-5
/
+5
2009-07-13
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
1
-1
/
+1
2009-07-09
Make escape_ldap_string take a talloc context
Volker Lendecke
1
-3
/
+3
2009-06-18
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
1
-0
/
+4
2009-06-14
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
3
-11
/
+15
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
14
-240
/
+246
2009-06-14
Remove an unused struct member in winbindd_cli_state
Volker Lendecke
1
-1
/
+0
2009-06-14
Fix an error message: We get the errno in "err"
Volker Lendecke
1
-1
/
+1
2009-06-14
winbind: replace process_loop() by tevent_loop_once()
Volker Lendecke
1
-68
/
+5
2009-06-14
Make rescan_trusted_domains a timed event
Volker Lendecke
3
-26
/
+20
2009-06-14
Do not store the listening fde
Volker Lendecke
1
-15
/
+11
2009-06-14
Avoid scanning the client list when a client exits
Volker Lendecke
2
-20
/
+6
2009-06-14
Do not use "finished" in winbind child
Volker Lendecke
1
-10
/
+8
2009-06-14
Remove unused init_child_connection()
Volker Lendecke
2
-139
/
+0
2009-06-14
Convert winbindd_domain_info to wb_domain_request_send
Volker Lendecke
1
-59
/
+75
2009-06-14
Add winbindd_dual_ping to all children
Volker Lendecke
5
-0
/
+20
2009-06-14
Convert async_domain_request to wb_domain_request_send
Volker Lendecke
1
-20
/
+22
2009-06-14
Add async wb_ping
Volker Lendecke
3
-0
/
+62
2009-06-14
Add an async wb request loop
Volker Lendecke
2
-0
/
+63
2009-06-14
Add wb_domain_request_send/recv
Volker Lendecke
2
-0
/
+190
2009-06-14
Remove some unused code
Volker Lendecke
4
-264
/
+0
2009-06-14
Convert the winbind parent->child communication to wb_reqtrans
Volker Lendecke
6
-239
/
+166
2009-06-14
Convert the main winbind client communication to wb_reqtrans.c
Volker Lendecke
2
-125
/
+65
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
14
-423
/
+426
[next]