summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-25/+45
* r13309: If the sid in the winbind name2sid cache is not valid (NT_STATUS_NONE...Volker Lendecke2007-10-101-1/+3
* r13232: defensive programming in an attempt to prevent crashes due to a PDC r...Gerald Carter2007-10-101-3/+5
* r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2007-10-101-3/+3
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-103-3/+3
* r13089: quick fix to work around building ilbnss_winbind.so on SOlaris when -...Gerald Carter2007-10-101-0/+2
* r13042: Fix for bug #3248 Stefan Burkei <stefan@burkei.de>.Jeremy Allison2007-10-101-1/+2
* r13024: Add is_null_sid.Günther Deschner2007-10-101-2/+1
* r12900: Merge from trunk:Günther Deschner2007-10-102-1/+45
* r12788: Since we have agreed on the case of winbindd names, we can store aGünther Deschner2007-10-101-2/+5
* r12787: Revert last commit that removed our logic of memorizing negativeGünther Deschner2007-10-101-3/+1
* r12771: Apply patch from bug 3374, attempt to fix build on tru64.Volker Lendecke2007-10-101-0/+4
* r12742: Don't write null sid mappings into the winbindd_cache.tdb.Günther Deschner2007-10-101-1/+3
* r12713: Remove use of uint8_t -> uint8.Jeremy Allison2007-10-101-6/+6
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+1
* r12544: Fix segfaults in winbind, smbpasswd and netVolker Lendecke2007-10-101-0/+2
* r12407: Fix returning wrong error codes and better sort out errors and stdoutGünther Deschner2007-10-101-41/+49
* r12341: add DEBUG statement.Günther Deschner2007-10-101-1/+3
* r12313: Introduce yet another copy of the string_sub function:Volker Lendecke2007-10-101-6/+12
* r12273: Fix copy paste error.Günther Deschner2007-10-101-2/+2
* r12193: Fix some typos.Günther Deschner2007-10-103-3/+3
* r12170: Fix a segfault -- this is post-3.0.21 codeVolker Lendecke2007-10-101-1/+2
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-1/+1
* r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c.Volker Lendecke2007-10-101-1/+15
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-14/+27