summaryrefslogtreecommitdiff
path: root/source/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-0/+6
* Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2009-01-021-8/+14
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-181-7/+7
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-181-2/+2
* Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison2008-11-181-1/+3
* pdb_interface: Fix typo in debug message.Karolin Seeger2008-07-291-1/+1
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
* Fix typo.Karolin Seeger2008-02-081-1/+1
* Convert csamuser to memcacheVolker Lendecke2007-12-281-27/+26
* Remove the sampwent interfaceVolker Lendecke2007-12-261-122/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-4/+4
* More pstring elimination.Jeremy Allison2007-11-201-15/+32
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-091-8/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-57/+57
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter2007-10-101-1/+1
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-14/+6
* r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke2007-10-101-6/+13
* r22766: Merge from 3_0:Volker Lendecke2007-10-101-13/+6
* r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter2007-10-101-1/+21
* r21881: Make sure we are very specific when testing whether a backand can han...James Peach2007-10-101-1/+2
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-2/+20
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-2/+14
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-0/+76
* r20707: Clean up pdb_interface.c a bit -- patch from Michael Adam <ma@sernet.de>Volker Lendecke2007-10-101-23/+38
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-6/+29
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-12/+18
* r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter2007-10-101-10/+6
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-40/+1
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2007-10-101-0/+6
* r18271: Big change:Gerald Carter2007-10-101-11/+11
* r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke2007-10-101-1/+1
* r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2007-10-101-1/+1
* r17554: CleanupVolker Lendecke2007-10-101-27/+29
* r17468: To minimize the diff later on, pre-commit some changes independently:...Volker Lendecke2007-10-101-9/+12
* r17465: Get rid of add_initial_entry. In the two places it was called in it s...Volker Lendecke2007-10-101-5/+7
* r17463: A bit of cleanup work:Volker Lendecke2007-10-101-14/+7
* r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke2007-10-101-6/+6
* r17150: MMC User & group plugins fixes:Gerald Carter2007-10-101-3/+26
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+13
* r16628: Fix bug #3880, reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-8/+6
* r16383: Klocwork #1086. No null deref.Jeremy Allison2007-10-101-0/+5
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-232/+27
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-0/+2
* r15009: Add a check for NULLVolker Lendecke2007-10-101-0/+3