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
/
nsswitch
/
winbindd_pam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14753: Fix the kerberized pam_auth: As we could have created a new credential
Günther Deschner
1
-14
/
+26
2007-10-10
r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.
Günther Deschner
1
-0
/
+2
2007-10-10
r14597: Merge DCERPC_FAULT constants from Samba 4.
Günther Deschner
1
-1
/
+1
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
1
-8
/
+8
2007-10-10
r14514: Fixing last commit. Thanks Volker.
Günther Deschner
1
-1
/
+1
2007-10-10
r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is not
Günther Deschner
1
-2
/
+5
2007-10-10
r14507: Re-disable accidentially re-enabled paranoia check. This should make
Günther Deschner
1
-1
/
+4
2007-10-10
r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain password
Günther Deschner
1
-4
/
+7
2007-10-10
r14493: There is no point in falling back to a samlogon when a krb5login has
Günther Deschner
1
-0
/
+17
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
1
-1
/
+1
2007-10-10
r14392: Use KRB5_TGS_NAME.
Günther Deschner
1
-1
/
+1
2007-10-10
r14275: Shut-up coverity false positive (bug #199) by making an assertion
Jeremy Allison
1
-0
/
+7
2007-10-10
r14259: Fix coverity #42. Ensure contact_domain can't be null derefed
Jeremy Allison
1
-4
/
+6
2007-10-10
r14148: Removing the not very well tested krb5 ticket refresh handling activated
Günther Deschner
1
-8
/
+1
2007-10-10
r13914: Fix Coverity bug #151.
Volker Lendecke
1
-1
/
+1
2007-10-10
r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...
Volker Lendecke
1
-12
/
+0
2007-10-10
r13720: Only lockout Administrator after x bad password attempts in offline-mode
Günther Deschner
1
-8
/
+37
2007-10-10
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
1
-0
/
+1
2007-10-10
r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().
Günther Deschner
1
-6
/
+2
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-1
/
+1
2007-10-10
r13492: As noone objected on the mailing-list:
Günther Deschner
1
-2
/
+11
2007-10-10
r13442: Implement samr_chgpasswd_user3 server-side.
Günther Deschner
1
-8
/
+8
2007-10-10
r13409: No functional changes, just some DEBUG cleanup.
Günther Deschner
1
-1
/
+1
2007-10-10
r13377: Fix from Volker: Make offline authentication work with NT4 as well
Günther Deschner
1
-2
/
+12
2007-10-10
r13375: Match XP behaviour: Don't force 'Administrator' to change an expired
Günther Deschner
1
-13
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-33
/
+993
2007-10-10
r13042: Fix for bug #3248 Stefan Burkei <stefan@burkei.de>.
Jeremy Allison
1
-1
/
+2
2007-10-10
r12313: Introduce yet another copy of the string_sub function:
Volker Lendecke
1
-6
/
+12
2007-10-10
r11851: Display correct error string.
Günther Deschner
1
-1
/
+1
2007-10-10
r11667: Fix a debug message
Volker Lendecke
1
-2
/
+3
2007-10-10
r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.
Gerald Carter
1
-2
/
+2
2007-10-10
r11652: Reinstate the netsamlogon_cache in order to work
Gerald Carter
1
-0
/
+8
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-18
/
+20
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-114
/
+58
2007-10-10
r10268: Fix for bug #3095 - winbindd checking credentials.
Jeremy Allison
1
-12
/
+18
2007-10-10
r9588: remove netsamlogon_cache interface...everything seems to work fine. W...
Gerald Carter
1
-6
/
+0
2007-10-10
r7785: This looks much larger than it is. It changes the top-level functions ...
Volker Lendecke
1
-17
/
+14
2007-10-10
r7454: couple of winbindd fixes
Gerald Carter
1
-1
/
+1
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-142
/
+276
2007-10-10
r5331: Support SIDs as %s replacements in the afs username map parameter.
Volker Lendecke
1
-0
/
+12
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+4
2007-10-10
r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix the
Andrew Bartlett
1
-35
/
+19
2007-10-10
r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,
Andrew Bartlett
1
-4
/
+50
2007-10-10
r2177: use the correct counter when copying group rids from the user_info3 st...
Gerald Carter
1
-3
/
+3
2007-10-10
r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...
Gerald Carter
1
-2
/
+2
2007-10-10
r1887: Fix deadlock loop in winbind's required_membership_sid-verification.
Günther Deschner
1
-1
/
+1
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
1
-0
/
+1
2007-10-10
r333: other half of fix for winbindd crask from gd@suse.de
Gerald Carter
1
-3
/
+7
[next]