summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison1-0/+4
2007-10-10r14753: Fix the kerberized pam_auth: As we could have created a new credentialGünther Deschner1-14/+26
2007-10-10r14748: store the name/ip address combination when we doa reverse look up in ...Gerald Carter1-2/+11
2007-10-10r14698: Make sure we expand our own local groups and notGerald Carter1-1/+13
2007-10-10r14675: Protect against null sids and rids in the cached credentials functions.Günther Deschner1-2/+28
2007-10-10r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.Günther Deschner3-1/+9
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-2/+4
2007-10-10r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner1-1/+1
2007-10-10r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner1-1/+1
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2-16/+16
2007-10-10r14514: Fixing last commit. Thanks Volker.Günther Deschner1-1/+1
2007-10-10r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is notGünther Deschner1-2/+5
2007-10-10r14509: Attempt to fix the build on "sun1"Volker Lendecke1-1/+3
2007-10-10r14508: Return PAM_SUCCESS in pam_sm_close_session when there is no KRB5CCNAMEGünther Deschner1-1/+1
2007-10-10r14507: Re-disable accidentially re-enabled paranoia check. This should makeGünther Deschner1-1/+4
2007-10-10r14505: Rename the timed_event to lockout_policy_event.Günther Deschner2-9/+9
2007-10-10r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain passwordGünther Deschner3-5/+9
2007-10-10r14493: There is no point in falling back to a samlogon when a krb5login hasGünther Deschner1-0/+17
2007-10-10r14480: Kill one boolean flag passed down :-)Volker Lendecke2-9/+7
2007-10-10r14474: Also flush the nscd caches before entering the main winbindd loop.Günther Deschner3-16/+25
2007-10-10r14468: Better fix to avoid winbind panic when we have an inproper configurationGünther Deschner2-4/+13
2007-10-10r14467: Reverting 13660. This needs to be fixed differently.Günther Deschner2-12/+5
2007-10-10r14421: This does two thingsGerald Carter3-9/+37
2007-10-10r14405: Fix the build when nscd_flush_cache is detectedJeremy Allison1-10/+12
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter6-18/+29
2007-10-10r14393: Fix a couple of AIX warnings.Jeremy Allison1-0/+2
2007-10-10r14392: Use KRB5_TGS_NAME.Günther Deschner1-1/+1
2007-10-10r14365: As solaris nss includes includes.h, make sure we useJeremy Allison1-3/+3
2007-10-10r14329: Fix the build on systems without libcom_err.Günther Deschner1-2/+2
2007-10-10r14321: When we have libnscd and winbindd comes (back) online, try to flush theGünther Deschner2-0/+20
2007-10-10r14282: Change centry_string to only use talloc. ShouldJeremy Allison1-16/+12
2007-10-10r14275: Shut-up coverity false positive (bug #199) by making an assertionJeremy Allison1-0/+7
2007-10-10r14270: Fix coverity #203. Ensure we free on error exit.Jeremy Allison1-2/+2
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 Deschner3-15/+1
2007-10-10r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner1-0/+4
2007-10-10r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner1-1/+9
2007-10-10r13984: Fix Coverity bug # 98Volker Lendecke1-1/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison4-46/+24
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 Lendecke2-15/+3
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 Carter2-1/+4
2007-10-10r13660: Attempt to better handle the failure that we cannot find our sid uponGünther Deschner2-6/+13
2007-10-10r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner1-11/+24
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 Carter5-13/+14
2007-10-10r13515: Make sure to store the correct domain name in the server affinity cache.Gerald Carter1-1/+1
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner5-12/+61
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-8/+8