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:winbindd: correctly invalidate the cached connection
Stefan Metzmacher
2010-04-01
1
-6
/
+11
*
s3:winbindd: only set child_domain in the child
Stefan Metzmacher
2010-04-01
1
-1
/
+1
*
s3:winbindd: make sure we don't try rpc requests against unaccessable domains
Stefan Metzmacher
2010-04-01
1
-5
/
+28
*
s3: fix a typo in winbind_client_response_written
Volker Lendecke
2010-04-01
1
-2
/
+2
*
s3: Fix an error message in winbindd_pam_chauthtok()
Volker Lendecke
2010-03-31
1
-1
/
+1
*
s3: Ensure null termination in winbindd_pam_chauthtok()
Volker Lendecke
2010-03-31
1
-0
/
+4
*
s3: Make check_info3_in_group static
Volker Lendecke
2010-03-31
2
-4
/
+2
*
s3-winbind: Make append_auth_data() static
Volker Lendecke
2010-03-31
2
-8
/
+4
*
s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...
Stefan Metzmacher
2010-03-29
1
-2
/
+2
*
s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFUL
Stefan Metzmacher
2010-03-29
1
-14
/
+59
*
s3:winbindd_cm: invalidate connection if cm_connect_netlogon() fails
Stefan Metzmacher
2010-03-29
1
-2
/
+2
*
s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...
Stefan Metzmacher
2010-03-29
1
-0
/
+5
*
s3:winbindd_cm: use rpccli_is_connected() helper function
Stefan Metzmacher
2010-03-29
1
-4
/
+4
*
s3:winbindd_cm: use cli_state_is_connected() helper function
Stefan Metzmacher
2010-03-29
1
-14
/
+4
*
s3: Fix bug 7212, "getent group does not return group members"
Volker Lendecke
2010-03-29
1
-0
/
+1
*
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
2010-03-26
1
-1
/
+1
*
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
2010-03-24
1
-1
/
+5
*
s3: Fix a bad memleak in winbind
Volker Lendecke
2010-03-22
1
-1
/
+2
*
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
2010-03-10
2
-9
/
+6
*
s3:winbindd: add DEBUG(10,...) for the end of each top level
Stefan Metzmacher
2010-03-05
2
-6
/
+25
*
s3: Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler.
Bo Yang
2010-03-06
1
-0
/
+6
*
s3: Remove unused count_all_current_connections()
Volker Lendecke
2010-02-28
1
-1
/
+0
*
s3: Fix but 7145 -- duplicate sam and unix accounts
Volker Lendecke
2010-02-28
2
-0
/
+22
*
Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...
Roel van Meer
2010-02-26
1
-0
/
+8
*
s3 move the sitename cache in its own file
Simo Sorce
2010-02-23
1
-0
/
+1
*
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
2010-02-23
1
-1
/
+1
*
s3:winbindd: never mark external domains as internal!
Stefan Metzmacher
2010-02-23
1
-4
/
+1
*
s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OK
Lars Müller
2010-02-17
1
-1
/
+1
*
s3: Don't invalidate cache for uninitialized domains.
Bo Yang
2010-02-09
3
-1
/
+52
*
s3/winbind_ccache: Fix typo in debug message.
Karolin Seeger
2010-01-28
1
-1
/
+1
*
s3: Add the session key to the ccache_ntlm_auth response
Volker Lendecke
2010-01-24
1
-4
/
+18
*
s3: Add wbinfo --ccache-save
Volker Lendecke
2010-01-24
4
-0
/
+80
*
s3 winbindd: Return number of groups in data.num_entries for WINBINDD_LIST_GR...
Kai Blin
2010-01-14
1
-1
/
+3
*
s3 winbindd: Get WINBINDD_CHECK_MACHACC torture test to work again.
Kai Blin
2010-01-14
1
-1
/
+4
*
s3: Fix a winbind segfault in "trusted_domains"
Volker Lendecke
2010-01-13
1
-3
/
+4
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-01-10
2
-6
/
+6
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
6
-13
/
+8
*
s3: Remove a pointless "else" branch from add_ccache_to_list()
Volker Lendecke
2010-01-09
1
-4
/
+3
*
s3: Slightly simplify winbindd_store_creds
Volker Lendecke
2010-01-09
1
-4
/
+2
*
s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()
Volker Lendecke
2010-01-09
1
-1
/
+1
*
s3: List trusted domains from wcache when domain is offline.
Bo Yang
2010-01-06
1
-24
/
+139
*
s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...
Bo Yang
2010-01-06
2
-4
/
+265
*
s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...
Bo Yang
2010-01-06
2
-9
/
+4
*
s3: Slightly simplify winbindd_dual_ccache_ntlm_auth
Volker Lendecke
2010-01-03
1
-15
/
+9
*
s3: Fix a typo
Volker Lendecke
2010-01-02
1
-1
/
+1
*
s3: simplify find_root_domain, find_our_domain() never fails
Volker Lendecke
2010-01-02
1
-4
/
+2
*
s3: Use global_sid_Builtin in find_builtin_domain
Volker Lendecke
2010-01-02
1
-4
/
+1
*
s3: Avoid adding a domain twice
Volker Lendecke
2010-01-02
1
-6
/
+7
*
s3: Make free_domain_list() static
Volker Lendecke
2010-01-02
2
-2
/
+1
*
s3: Introduce domain_is_forest_root() helper function
Volker Lendecke
2010-01-02
3
-8
/
+12
[next]