summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* r23192: Remove fallback to looking up group mappings by theGerald Carter2007-10-101-17/+1
* r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-10-101-16/+16
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-101-4/+4
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-2/+2
* r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-10-101-1/+1
* r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter2007-10-101-2/+2
* r20851: To read account policies from LDAP we need root.Volker Lendecke2007-10-101-2/+12
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-0/+43
* r20614: Dummy-checkin to trigger the buildVolker Lendecke2007-10-101-4/+5
* r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce2007-10-101-7/+23
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2007-10-101-3/+1
* r17815: Revert Volker's change in 16014. I really do not believeGerald Carter2007-10-101-1/+0
* r17813: Remove another instance of manually setting the group SID.Gerald Carter2007-10-101-1/+7
* r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2007-10-101-1/+1
* r17554: CleanupVolker Lendecke2007-10-101-1/+1
* r17463: A bit of cleanup work:Volker Lendecke2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-9/+11
* r16593: Make the invarient explicit to Klocwork. Bug #2023.Jeremy Allison2007-10-101-0/+1
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-25/+16
* r16014: Correctly set the group RID in init_sam_from_buffer.Volker Lendecke2007-10-101-0/+1
* r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke2007-10-101-0/+3
* r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter2007-10-101-0/+12
* r13776: Merge in the editposix ldapsam optimizationSimo Sorce2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-24/+25
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-251/+125
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-101-1/+6
* r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2007-10-101-384/+9
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2007-10-101-116/+84
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-92/+28
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-209/+134
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2007-10-101-7/+15
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-83/+43
* r13460: by popular demand....Gerald Carter2007-10-101-1/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-443/+178
* r12913: missed merge to fix BUG 3391; ensure we can lookup account policiesGerald Carter2007-10-101-2/+5
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-4/+4
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-59/+76
* r11999: Re-add "passdb expand explicit".Volker Lendecke2007-10-101-3/+13
* r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2007-10-101-14/+3
* r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke2007-10-101-15/+21
* r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2007-10-101-25/+14
* r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke2007-10-101-3/+14
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-8/+8
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-38/+38
* r7730: Some mergesVolker Lendecke2007-10-101-22/+4
* r6774: Fix 2 memleaksVolker Lendecke2007-10-101-1/+2