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