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:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATA
Andrew Bartlett
2010-05-11
1
-14
/
+15
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
5
-0
/
+5
*
s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL
Volker Lendecke
2010-05-02
1
-1
/
+1
*
s3: Fix a typo
Volker Lendecke
2010-05-02
1
-1
/
+1
*
s3: Fix the code order in append_auth_data
Volker Lendecke
2010-05-02
1
-7
/
+7
*
s3: range-check idmap script output
Volker Lendecke
2010-04-29
1
-0
/
+13
*
s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()
Volker Lendecke
2010-04-29
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-04-29
1
-14
/
+14
*
s3: async_domain_request is no longer used
Volker Lendecke
2010-04-25
2
-67
/
+0
*
s3: Convert add_trusted_domains() to wb_domain_request_send()
Volker Lendecke
2010-04-25
1
-22
/
+19
*
s3: Simplify trustdom_state
Volker Lendecke
2010-04-25
1
-10
/
+5
*
s3: Make "struct trustdom_state" its own talloc context
Volker Lendecke
2010-04-25
1
-14
/
+9
*
s3: sendto_domain() is lo longer used
Volker Lendecke
2010-04-24
2
-30
/
+0
*
s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP
Volker Lendecke
2010-04-23
1
-0
/
+15
*
s3: init_dc_connection() can't init for internal domains
Volker Lendecke
2010-04-23
1
-0
/
+4
*
s3: replace some data_blob_talloc by data_blob_const
Volker Lendecke
2010-04-23
1
-8
/
+4
*
s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API
Volker Lendecke
2010-04-23
4
-47
/
+132
*
s3-winbind: fix setup_domain_child() callers.
Günther Deschner
2010-04-23
1
-2
/
+2
*
s3: Fix a winbind crash when scanning trusts
Volker Lendecke
2010-04-23
1
-0
/
+6
*
s3: Move the in-memory ccache to the parent
Volker Lendecke
2010-04-19
7
-95
/
+90
*
s3-winbind: Allow changing the password for pdb
Volker Lendecke
2010-04-19
1
-0
/
+47
*
s3: Convert WINBINDD_PAM_LOGOFF to the new async API
Volker Lendecke
2010-04-19
4
-68
/
+148
*
s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API
Volker Lendecke
2010-04-19
4
-59
/
+131
*
s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API
Volker Lendecke
2010-04-19
4
-73
/
+132
*
s3: Convert WINBINDD_PAM_AUTH to the new async API
Volker Lendecke
2010-04-19
4
-66
/
+134
*
winbindd: Fill in num_entries where available
Volker Lendecke
2010-04-19
3
-0
/
+6
*
s3: Add some debug to GETSIDALIASES
Volker Lendecke
2010-04-19
1
-0
/
+9
*
s3: Fix indentation in remove_ccache
Volker Lendecke
2010-04-18
1
-1
/
+1
*
s3: Fix a typo in winbindd_ccache_save
Volker Lendecke
2010-04-18
1
-1
/
+1
*
s3-winbind: Authenticate SAM users
Volker Lendecke
2010-04-13
1
-5
/
+71
*
s3-winbindd: Fix typo in comment.
Karolin Seeger
2010-04-13
1
-1
/
+1
*
s3: Use sizeof(chal) instead of a constant
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3: Cosmetics -- I could not spot where "chal" was initialized
Volker Lendecke
2010-04-11
1
-1
/
+1
*
s3: Remove domain selection from dual_pam_auth
Volker Lendecke
2010-04-10
1
-53
/
+13
*
s3: Check 0 termination in GETALIASES
Volker Lendecke
2010-04-10
1
-7
/
+13
*
s3: Remove the separate "child" argument from setup_domain_child()
Volker Lendecke
2010-04-08
3
-15
/
+8
*
s3:winbindd: make "smbcontrol winbindd validate-cache" reliable again
Stefan Metzmacher
2010-04-08
1
-0
/
+3
*
s3: Fix a cut&paste error in winbindd_list_groups_done
Volker Lendecke
2010-04-05
1
-1
/
+1
*
s3:winbindd: remove unused variables
Stefan Metzmacher
2010-04-01
1
-2
/
+0
*
s3:winbindd: fix problems with SIGCHLD handling (bug #7317)
Stefan Metzmacher
2010-04-01
3
-17
/
+6
*
s3: Ensure NULL termination before printing in winbindd_pam_logoff
Volker Lendecke
2010-04-01
1
-3
/
+3
*
s3: Fix a typo in winbindd_pam_logoff
Volker Lendecke
2010-04-01
1
-1
/
+1
*
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
[next]