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
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
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-12
s3: Remove a nesting level in winbindd_dual_pam_chauthtok
Volker Lendecke
1
-18
/
+19
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3: Simplify the logic in generate_krb5_ccache
Volker Lendecke
1
-51
/
+28
2010-09-10
s3: Simplify generate_krb5_ccache slightly
Volker Lendecke
1
-4
/
+0
2010-09-09
s3: These assignments are overwritten immediately
Volker Lendecke
1
-4
/
+0
2010-09-09
s3: Remove "mem_ctx" from a few functions
Volker Lendecke
1
-5
/
+1
2010-09-09
s3: Remove "mem_ctx" from lookup_cached_name()
Volker Lendecke
1
-2
/
+1
2010-09-09
s3: Remove a nested if-statement
Volker Lendecke
1
-5
/
+3
2010-09-09
s3: Fill in workstation in winbindd_pam_auth_crap_send
Volker Lendecke
1
-6
/
+1
2010-09-09
s3: Fill in domain in winbindd_pam_auth_crap_send
Volker Lendecke
1
-11
/
+1
2010-09-09
s3: Remove redundant flag checks
Volker Lendecke
1
-10
/
+0
2010-09-09
s3: Remove unused arg "user_sid" from winbindd_store_creds
Volker Lendecke
1
-1
/
+1
2010-09-08
s3: "== false" looks wrong :-)
Volker Lendecke
1
-1
/
+1
2010-08-31
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
1
-1
/
+1
2010-08-14
s3:auth Change winbindd -> auth interface to more standard structures
Andrew Bartlett
1
-24
/
+5
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-1
/
+1
2010-08-06
s3-krb5: include krb5pac.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3: avoid global include of ads.h.
Günther Deschner
1
-0
/
+1
2010-07-29
We should be using the winbindd separator in this case, not hardcoding a \\ v...
Jeremy Allison
1
-1
/
+3
2010-07-07
s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...
Günther Deschner
1
-65
/
+26
2010-06-03
s3: remove unused librpc/ndr/sid.c.
Günther Deschner
1
-0
/
+1
2010-05-26
s3-samr: move chgpasswd.c out of smbd and into the samr server.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-5
/
+5
2010-05-18
s3-rpc_client: move protos to cli_netlogon.h
Günther Deschner
1
-0
/
+1
2010-05-18
s3-rpc_client: move protos to cli_samr.h
Günther Deschner
1
-0
/
+1
[next]