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
/
winbindd_pam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2...
Günther Deschner
2008-11-13
1
-0
/
+6
*
ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.
Kai Blin
2008-11-10
1
-7
/
+18
*
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-1
/
+1
*
winbindd: Update the calls to ws_name_XX() to reflect API changes.
Gerald (Jerry) Carter
2008-09-16
1
-6
/
+54
*
Fix the wcache_invalidate_samlogon calls.
Jeremy Allison
2008-08-27
1
-2
/
+2
*
winbindd: move set_auth_errors to util functions.
Günther Deschner
2008-08-25
1
-12
/
+0
*
winbindd: consistently use false/true.
Günther Deschner
2008-08-19
1
-27
/
+27
*
winbindd: use set_auth_errors (avoid code duplication).
Günther Deschner
2008-08-19
1
-28
/
+6
*
winbindd: fill_in_password_policy (to avoid redundant code).
Günther Deschner
2008-08-19
1
-20
/
+18
*
winbindd: kill some trailing/leading whitespace.
Günther Deschner
2008-08-19
1
-159
/
+159
*
Fix various build warnings
Zach Loafman
2008-07-22
1
-22
/
+14
*
Allow authentication and memory credential refresh after password change from...
Jeremy Allison
2008-07-07
1
-2
/
+23
*
rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.
Günther Deschner
2008-06-25
1
-7
/
+7
*
rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.
Günther Deschner
2008-06-25
1
-3
/
+3
*
Get rid of "shadowed local var" warnings with gcc.
Jeremy Allison
2008-05-22
1
-7
/
+7
*
Add in a nice big comment explaining why SamLogonEx matters.
Andrew Bartlett
2008-04-21
1
-0
/
+21
*
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
2008-04-04
1
-1
/
+1
*
Fix typo.
Günther Deschner
2008-03-27
1
-5
/
+5
*
Don't fill password policy structure for any domain other than our own.
Gerald W. Carter
2008-03-27
1
-3
/
+15
*
Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
Günther Deschner
2008-03-27
1
-0
/
+2
*
Fix a segfault
Volker Lendecke
2008-03-25
1
-1
/
+1
*
Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible
Volker Lendecke
2008-03-19
1
-23
/
+72
*
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
2008-02-28
1
-14
/
+4
*
Use netr_SamInfo3 everywhere in winbindd.
Günther Deschner
2008-02-17
1
-110
/
+93
*
Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.
Günther Deschner
2008-02-17
1
-16
/
+18
*
winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode
Stefan Metzmacher
2008-02-13
1
-1
/
+43
*
Use rpccli_samr_QueryUserInfo in net and winbindd.
Günther Deschner
2008-02-12
1
-6
/
+6
*
Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.
Günther Deschner
2008-02-07
1
-16
/
+21
*
Use rpccli_samr_QueryDomainInfo() in winbindd.
Günther Deschner
2008-02-06
1
-11
/
+11
*
Fix a typo in a debug message.
Michael Adam
2008-02-04
1
-1
/
+1
*
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
2008-02-01
1
-4
/
+5
*
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
2008-01-31
1
-3
/
+3
*
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
2008-01-29
1
-1
/
+1
*
winbindd: remove useless strcpy
Stefan Metzmacher
2008-01-21
1
-4
/
+1
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
1
-3
/
+3
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
1
-4
/
+5
*
Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...
Michael Adam
2007-12-20
1
-6
/
+9
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-2
/
+2
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-5
/
+11
*
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
2007-11-27
1
-2
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-8
/
+8
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-64
/
+14
*
r25287: Eliminate a handful of red bars and overly long lines I just
Michael Adam
2007-10-10
1
-32
/
+40
*
r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's never
Jeremy Allison
2007-10-10
1
-8
/
+8
*
r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.
Michael Adam
2007-10-10
1
-8
/
+8
*
r25154: move winbindd code into winbindd/
Stefan Metzmacher
2007-10-10
1
-0
/
+2382