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
/
winbindd_pam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-05
s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpy
Volker Lendecke
1
-8
/
+5
2009-09-05
s3:winbind: Remove pointless <cond> ? true : false;
Volker Lendecke
1
-4
/
+4
2009-09-05
s3:winbind: Make the pam_auth subfunctions static
Volker Lendecke
1
-9
/
+9
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
1
-73
/
+74
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
1
-162
/
+162
2009-05-12
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
1
-32
/
+14
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
1
-1
/
+1
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-3
/
+4
2009-03-23
ѕ3/winbind_pam: fix gcc 4.4 compile warning
Björn Jacke
1
-1
/
+1
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-3
/
+3
2008-11-13
s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2...
Günther Deschner
1
-0
/
+6
2008-11-10
ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.
Kai Blin
1
-7
/
+18
2008-09-23
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
1
-1
/
+1
2008-09-16
winbindd: Update the calls to ws_name_XX() to reflect API changes.
Gerald (Jerry) Carter
1
-6
/
+54
2008-08-27
Fix the wcache_invalidate_samlogon calls.
Jeremy Allison
1
-2
/
+2
2008-08-25
winbindd: move set_auth_errors to util functions.
Günther Deschner
1
-12
/
+0
2008-08-19
winbindd: consistently use false/true.
Günther Deschner
1
-27
/
+27
2008-08-19
winbindd: use set_auth_errors (avoid code duplication).
Günther Deschner
1
-28
/
+6
2008-08-19
winbindd: fill_in_password_policy (to avoid redundant code).
Günther Deschner
1
-20
/
+18
2008-08-19
winbindd: kill some trailing/leading whitespace.
Günther Deschner
1
-159
/
+159
2008-07-22
Fix various build warnings
Zach Loafman
1
-22
/
+14
2008-07-07
Allow authentication and memory credential refresh after password change from...
Jeremy Allison
1
-2
/
+23
2008-06-25
rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.
Günther Deschner
1
-7
/
+7
2008-06-25
rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.
Günther Deschner
1
-3
/
+3
2008-05-22
Get rid of "shadowed local var" warnings with gcc.
Jeremy Allison
1
-7
/
+7
2008-04-21
Add in a nice big comment explaining why SamLogonEx matters.
Andrew Bartlett
1
-0
/
+21
2008-04-04
Use sid_array_from_info3 in lookup_usergroups_cached().
Günther Deschner
1
-1
/
+1
2008-03-27
Fix typo.
Günther Deschner
1
-5
/
+5
2008-03-27
Don't fill password policy structure for any domain other than our own.
Gerald W. Carter
1
-3
/
+15
2008-03-27
Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
Günther Deschner
1
-0
/
+2
2008-03-25
Fix a segfault
Volker Lendecke
1
-1
/
+1
2008-03-19
Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible
Volker Lendecke
1
-23
/
+72
2008-02-28
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
1
-14
/
+4
2008-02-17
Use netr_SamInfo3 everywhere in winbindd.
Günther Deschner
1
-110
/
+93
2008-02-17
Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.
Günther Deschner
1
-16
/
+18
2008-02-13
winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode
Stefan Metzmacher
1
-1
/
+43
2008-02-12
Use rpccli_samr_QueryUserInfo in net and winbindd.
Günther Deschner
1
-6
/
+6
2008-02-07
Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.
Günther Deschner
1
-16
/
+21
2008-02-06
Use rpccli_samr_QueryDomainInfo() in winbindd.
Günther Deschner
1
-11
/
+11
2008-02-04
Fix a typo in a debug message.
Michael Adam
1
-1
/
+1
2008-02-01
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
1
-4
/
+5
2008-01-31
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
1
-3
/
+3
2008-01-29
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
1
-1
/
+1
2008-01-21
winbindd: remove useless strcpy
Stefan Metzmacher
1
-4
/
+1
2008-01-17
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
1
-3
/
+3
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-4
/
+5
2007-12-20
Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...
Michael Adam
1
-6
/
+9
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-2
/
+2
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+1
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-5
/
+11
[next]