index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:winbind: Make wcache_sid_to_name externally visible
Volker Lendecke
2009-08-05
2
-42
/
+49
*
s3:winbind: Add NDR-based parent-child communication to winbind
Volker Lendecke
2009-08-05
8
-0
/
+335
*
idmap_adex: Fix usage of talloc_stackframe().
Gerald Carter
2009-08-04
1
-22
/
+26
*
Add some const to winbind_userinfo
Volker Lendecke
2009-08-03
11
-37
/
+44
*
Fix a typo
Volker Lendecke
2009-08-03
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2009-08-02
3
-56
/
+56
*
Refactor 9b78af1f: Fix lookupname recursion
Volker Lendecke
2009-08-02
7
-30
/
+24
*
Some mods for recent coding conventions
Volker Lendecke
2009-08-01
2
-3
/
+6
*
Place a comment correctly
Volker Lendecke
2009-08-01
1
-1
/
+4
*
Fix indentation
Volker Lendecke
2009-08-01
1
-1
/
+1
*
Refactoring: mem_ctx is not needed as an argument to centry_sid
Volker Lendecke
2009-07-31
1
-21
/
+25
*
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
Volker Lendecke
2009-07-31
1
-1
/
+1
*
Fix some nonempty lines
Volker Lendecke
2009-07-31
2
-9
/
+9
*
Remove a pointless variable
Volker Lendecke
2009-07-31
1
-3
/
+1
*
Provide a mem_ctx for child requests
Volker Lendecke
2009-07-31
1
-0
/
+1
*
Slightly restructure the async winbind request calling convention
Volker Lendecke
2009-07-31
4
-20
/
+17
*
s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm.
Michael Adam
2009-07-29
1
-5
/
+4
*
s3:winbind: fix typo in debug message in idmap_tdb.
Michael Adam
2009-07-29
1
-1
/
+1
*
s3:winbind: fix typo in debugmessage of idmap_tdb
Michael Adam
2009-07-29
1
-1
/
+1
*
s3:winbind: use transaction in idmap_tdb2_allocate_id_action().
Michael Adam
2009-07-29
1
-1
/
+1
*
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
2009-07-29
2
-8
/
+7
*
s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores.
Michael Adam
2009-07-29
1
-9
/
+15
*
s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores.
Michael Adam
2009-07-29
1
-9
/
+12
*
s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id()
Michael Adam
2009-07-29
1
-43
/
+69
*
s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping()
Michael Adam
2009-07-29
1
-49
/
+55
*
Remove a duplicate prototype
Volker Lendecke
2009-07-28
1
-1
/
+0
*
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
2009-07-28
1
-2
/
+2
*
Fix a typo
Volker Lendecke
2009-07-27
1
-1
/
+1
*
Fix a valgrind error in winbind
Volker Lendecke
2009-07-27
1
-1
/
+2
*
Fix some nonempty blank lines
Volker Lendecke
2009-07-27
1
-105
/
+103
*
Fix a winbind memleak
Volker Lendecke
2009-07-25
1
-0
/
+1
*
s3: compile warning and upn handling
Bo Yang
2009-07-18
2
-1
/
+7
*
s3: don't do this, upper callbacks will check it
Bo Yang
2009-07-18
1
-4
/
+0
*
Make gencache more stable
Volker Lendecke
2009-07-15
1
-0
/
+2
*
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
2009-07-14
1
-5
/
+5
*
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
2009-07-13
1
-1
/
+1
*
Make escape_ldap_string take a talloc context
Volker Lendecke
2009-07-09
1
-3
/
+3
*
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
[prev]
[next]