summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter2007-10-101-5/+10
* r14855: Various fixes:Gerald Carter2007-10-101-10/+8
* r14696: make pdb_find_backend_entry public (for use by an external "multi" pd...Jelmer Vernooij2007-10-101-3/+1
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2007-10-101-9/+77
* r14577: BUG Fixes:Gerald Carter2007-10-101-3/+3
* r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter2007-10-101-2/+20
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2007-10-101-14/+7
* r13756: use samu_new() rather than calling talloc() directly.Gerald Carter2007-10-101-1/+1
* r13727: Fix a segfaultVolker Lendecke2007-10-101-1/+5
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-3/+3
* r13704: Janitor for tpot.Jeremy Allison2007-10-101-50/+55
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-14/+17
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-21/+17
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-45/+45
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2007-10-101-22/+38
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-19/+493
* r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke2007-10-101-1/+3
* r13460: by popular demand....Gerald Carter2007-10-101-1075/+218
* r13316: Let the carnage begin....Gerald Carter2007-10-101-56/+388
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-3/+3
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-14/+102
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2007-10-101-11/+26
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2007-10-101-24/+14
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-60/+59
* r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2007-10-101-0/+58
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-17/+117
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-5/+5
* r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2007-10-101-185/+60
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-153/+248
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2007-10-101-0/+358
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2007-10-101-2/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-9/+16
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2007-10-101-0/+98
* r5951: gotta love that SGI compiler :-) (thanks Jason)Gerald Carter2007-10-101-3/+3
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-0/+36
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2007-10-101-0/+146
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-68/+0
* r4996: sync up copytights with trunkGerald Carter2007-10-101-0/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-0/+68
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-6/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-0/+35
* r3704: Implement a cache get saves the result of a pdb_getsampwnam for laterVolker Lendecke2007-10-101-1/+27
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-5/+7