summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-1/+1
2007-10-10r14392: Use KRB5_TGS_NAME.Günther Deschner1-1/+1
2007-10-10r14275: Shut-up coverity false positive (bug #199) by making an assertionJeremy Allison1-0/+7
2007-10-10r14259: Fix coverity #42. Ensure contact_domain can't be null derefedJeremy Allison1-4/+6
2007-10-10r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner1-8/+1
2007-10-10r13914: Fix Coverity bug #151.Volker Lendecke1-1/+1
2007-10-10r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...Volker Lendecke1-12/+0
2007-10-10r13720: Only lockout Administrator after x bad password attempts in offline-modeGünther Deschner1-8/+37
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-0/+1
2007-10-10r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner1-6/+2
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner1-2/+11
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-8/+8
2007-10-10r13409: No functional changes, just some DEBUG cleanup.Günther Deschner1-1/+1
2007-10-10r13377: Fix from Volker: Make offline authentication work with NT4 as wellGünther Deschner1-2/+12
2007-10-10r13375: Match XP behaviour: Don't force 'Administrator' to change an expiredGünther Deschner1-13/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-33/+993
2007-10-10r13042: Fix for bug #3248 Stefan Burkei <stefan@burkei.de>.Jeremy Allison1-1/+2
2007-10-10r12313: Introduce yet another copy of the string_sub function:Volker Lendecke1-6/+12
2007-10-10r11851: Display correct error string.Günther Deschner1-1/+1
2007-10-10r11667: Fix a debug messageVolker Lendecke1-2/+3
2007-10-10r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter1-2/+2
2007-10-10r11652: Reinstate the netsamlogon_cache in order to workGerald Carter1-0/+8
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-18/+20
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-114/+58
2007-10-10r10268: Fix for bug #3095 - winbindd checking credentials.Jeremy Allison1-12/+18
2007-10-10r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter1-6/+0
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-17/+14
2007-10-10r7454: couple of winbindd fixesGerald Carter1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-142/+276
2007-10-10r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke1-0/+12
2007-10-10r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett1-35/+19
2007-10-10r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,Andrew Bartlett1-4/+50
2007-10-10r2177: use the correct counter when copying group rids from the user_info3 st...Gerald Carter1-3/+3
2007-10-10r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter1-2/+2
2007-10-10r1887: Fix deadlock loop in winbind's required_membership_sid-verification.Günther Deschner1-1/+1
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-0/+1
2007-10-10r333: other half of fix for winbindd crask from gd@suse.deGerald Carter1-3/+7
2007-10-10r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his valgrind...Volker Lendecke1-2/+6
2007-10-10r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett1-5/+114
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-2/+2
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke1-0/+35
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-8/+2
2004-01-14Remove duplicate comment.Andrew Bartlett1-2/+0
2004-01-05Grumble... grumble... fix the build...Andrew Bartlett1-5/+7
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-45/+73
2003-12-31Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett1-13/+35