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
2013-03-05
winbind: Correctly use names in the domain struct.
Andreas Schneider
1
-3
/
+19
2012-11-12
s3:winbind: BUG 9386: Failover if netlogon pipe is not available.
Andreas Schneider
1
-13
/
+39
2012-09-20
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
1
-6
/
+122
2012-08-21
Fix bug #9098 - winbind does not refresh kerberos tickets.
Jeremy Allison
1
-0
/
+9
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-1
/
+3
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-2
/
+6
2012-07-23
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
Andreas Schneider
1
-1
/
+1
2012-07-18
source3/winbindd/winbindd_pam.c: fix stackframe leak
Rusty Russell
1
-0
/
+1
2012-04-19
s3: Fix Coverity ID 2727 to 2740 -- UNINIT
Volker Lendecke
1
-2
/
+2
2012-03-19
s3-winbindd Only use SamLogonEx when we can get unencrypted session keys
Andrew Bartlett
1
-2
/
+2
2012-02-27
s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...
Matthieu Patou
1
-1
/
+20
2012-02-20
s3-winbindd: pass logon parmeters down to check_sam_security()
Andrew Bartlett
1
-2
/
+6
2012-01-30
s3-winbind: don't try to do clever thing if the username is not found while a...
Matthieu Patou
1
-1
/
+2
2011-10-28
Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.
Jeremy Allison
1
-2
/
+2
2011-10-24
idl: Improve MS-PAC IDL
Simo Sorce
1
-7
/
+7
2011-07-04
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
1
-2
/
+13
2011-06-30
s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCs
Günther Deschner
1
-7
/
+19
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-3
/
+3
2011-05-25
s3-winbind: BUG 8166 - Don't lockout users when offline.
Jim McDonough
1
-1
/
+4
2011-05-05
More simple const fixups.
Jeremy Allison
1
-3
/
+3
2011-05-04
Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.
Jeremy Allison
1
-2
/
+2
2011-05-02
s3: remove various references to server side dcerpc structs (which are not ne...
Günther Deschner
1
-1
/
+0
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-5
/
+5
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
1
-0
/
+1
2011-02-04
s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)
Günther Deschner
1
-2
/
+57
2011-02-02
s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_pam.c.
Günther Deschner
1
-13
/
+37
2011-01-28
s3: inline get_uid_from_state
Volker Lendecke
1
-6
/
+1
2011-01-28
s3: Lift winbindd_cli_state from fillup_password_policy
Volker Lendecke
1
-4
/
+6
2011-01-28
s3: Do not use state->mem_ctx in fillup_password_policy
Volker Lendecke
1
-4
/
+8
2011-01-28
s3: Lift winbindd_cli_state from winbindd_dual_pam_auth_samlogon
Volker Lendecke
1
-21
/
+27
2011-01-28
s3: Lift winbindd_cli_state from winbindd_raw_kerberos_login
Volker Lendecke
1
-18
/
+26
2011-01-26
s3-winbind: share a common winbind_samlogon_retry_loop().
Günther Deschner
1
-168
/
+147
2011-01-26
Revert "s3: These assignments are overwritten immediately"
Günther Deschner
1
-0
/
+4
2011-01-26
Revert "s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains."
Günther Deschner
1
-1
/
+0
2011-01-24
s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
Günther Deschner
1
-0
/
+1
2010-12-19
s3: Use the right uid winbindd_raw_kerberos_login()
Volker Lendecke
1
-1
/
+1
2010-12-19
s3: wcache_invalidate_samlogon only needs the SID
Volker Lendecke
1
-4
/
+10
2010-12-10
s3-winbind Improve memory handling in NTLMv2-backend plaintext authentication
Andrew Bartlett
1
-17
/
+6
2010-12-10
s3-winbind Don't send the LM password to the server, ever
Andrew Bartlett
1
-11
/
+1
2010-11-27
s3: Return the correct result from winbindd_dual_auth_passdb
Volker Lendecke
1
-2
/
+3
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_auth_data
Volker Lendecke
1
-13
/
+14
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txt
Volker Lendecke
1
-28
/
+29
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_afs_token
Volker Lendecke
1
-8
/
+6
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndr
Volker Lendecke
1
-4
/
+5
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_unix_username
Volker Lendecke
1
-6
/
+6
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_auth_data
Volker Lendecke
1
-11
/
+11
2010-10-14
s3-auth Use security_token_debug() from common code
Andrew Bartlett
1
-1
/
+1
[next]