summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* r14618: add --no-process-group to all server programmsStefan Metzmacher2007-10-101-2/+4
* r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner2007-10-101-1/+1
* r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner2007-10-101-1/+1
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-102-16/+16
* r14514: Fixing last commit. Thanks Volker.Günther Deschner2007-10-101-1/+1
* r14513: Fix winbindd_chauthtok: only fallback when the chgpasswd3 call is notGünther Deschner2007-10-101-2/+5
* r14509: Attempt to fix the build on "sun1"Volker Lendecke2007-10-101-1/+3
* r14508: Return PAM_SUCCESS in pam_sm_close_session when there is no KRB5CCNAMEGünther Deschner2007-10-101-1/+1
* r14507: Re-disable accidentially re-enabled paranoia check. This should makeGünther Deschner2007-10-101-1/+4
* r14505: Rename the timed_event to lockout_policy_event.Günther Deschner2007-10-102-9/+9
* r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain passwordGünther Deschner2007-10-103-5/+9
* r14493: There is no point in falling back to a samlogon when a krb5login hasGünther Deschner2007-10-101-0/+17
* r14480: Kill one boolean flag passed down :-)Volker Lendecke2007-10-102-9/+7
* r14474: Also flush the nscd caches before entering the main winbindd loop.Günther Deschner2007-10-103-16/+25
* r14468: Better fix to avoid winbind panic when we have an inproper configurationGünther Deschner2007-10-102-4/+13
* r14467: Reverting 13660. This needs to be fixed differently.Günther Deschner2007-10-102-12/+5
* r14421: This does two thingsGerald Carter2007-10-103-9/+37
* r14405: Fix the build when nscd_flush_cache is detectedJeremy Allison2007-10-101-10/+12
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2007-10-106-18/+29
* r14393: Fix a couple of AIX warnings.Jeremy Allison2007-10-101-0/+2
* r14392: Use KRB5_TGS_NAME.Günther Deschner2007-10-101-1/+1
* r14365: As solaris nss includes includes.h, make sure we useJeremy Allison2007-10-101-3/+3
* r14329: Fix the build on systems without libcom_err.Günther Deschner2007-10-101-2/+2
* r14321: When we have libnscd and winbindd comes (back) online, try to flush theGünther Deschner2007-10-102-0/+20
* r14282: Change centry_string to only use talloc. ShouldJeremy Allison2007-10-101-16/+12
* r14275: Shut-up coverity false positive (bug #199) by making an assertionJeremy Allison2007-10-101-0/+7
* r14270: Fix coverity #203. Ensure we free on error exit.Jeremy Allison2007-10-101-2/+2
* r14259: Fix coverity #42. Ensure contact_domain can't be null derefedJeremy Allison2007-10-101-4/+6
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-103-15/+1
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2007-10-101-0/+4
* r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner2007-10-101-1/+9
* r13984: Fix Coverity bug # 98Volker Lendecke2007-10-101-1/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-104-46/+24
* r13914: Fix Coverity bug #151.Volker Lendecke2007-10-101-1/+1
* r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...Volker Lendecke2007-10-102-15/+3
* r13720: Only lockout Administrator after x bad password attempts in offline-modeGünther Deschner2007-10-101-8/+37
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-102-1/+4
* r13660: Attempt to better handle the failure that we cannot find our sid uponGünther Deschner2007-10-102-6/+13
* r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner2007-10-101-11/+24
* r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner2007-10-101-6/+2
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-105-13/+14
* r13515: Make sure to store the correct domain name in the server affinity cache.Gerald Carter2007-10-101-1/+1
* r13492: As noone objected on the mailing-list:Günther Deschner2007-10-105-12/+61
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2007-10-101-8/+8
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2007-10-104-7/+5
* r13391: Only fall into password change when ACB_PWNOEXP is not setGünther Deschner2007-10-101-2/+2
* r13377: Fix from Volker: Make offline authentication work with NT4 as wellGünther Deschner2007-10-102-2/+20
* r13375: Match XP behaviour: Don't force 'Administrator' to change an expiredGünther Deschner2007-10-103-17/+8
* r13371: Remove an unused functionVolker Lendecke2007-10-101-8/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-1022-536/+3833