summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* r24990: Kill an incredible amount of trailing whitespaces...Michael Adam2007-09-071-8/+10
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23336: Merge r20824 from 3_0: Michael Adam2007-06-041-0/+43
* r23196: Cherry pick patches from SAMBA_3_0:Gerald Carter2007-05-291-10/+11
|\
| * r23192: Remove fallback to looking up group mappings by the Gerald Carter2007-05-291-17/+1
| * r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-05-181-16/+16
| * r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-04-051-4/+4
| * r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-03-291-2/+2
| * r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-03-231-1/+1
| * r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter2007-01-241-2/+2
| * r20851: To read account policies from LDAP we need root.Volker Lendecke2007-01-171-2/+12
| * r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-01-161-0/+43
| * r20614: Dummy-checkin to trigger the buildVolker Lendecke2007-01-081-4/+5
| * r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce2006-12-181-7/+23
| * r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2006-10-031-1/+1
| * r18271: Big change:Gerald Carter2006-09-081-1/+1
| * r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2006-08-291-3/+1
| * r17815: Revert Volker's change in 16014. I really do not believe Gerald Carter2006-08-241-1/+0
| * r17813: Remove another instance of manually setting the group SID.Gerald Carter2006-08-241-1/+7
| * r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2006-08-211-1/+1
| * r17554: CleanupVolker Lendecke2006-08-151-1/+1
| * r17463: A bit of cleanup work: Volker Lendecke2006-08-081-1/+1
| * r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2006-07-111-9/+11
| * r16593: Make the invarient explicit to Klocwork. Bug #2023.Jeremy Allison2006-06-281-0/+1
| * r16241: Fix Klocwork #106 and others like it.Jeremy Allison2006-06-151-25/+16
| * r16014: Correctly set the group RID in init_sam_from_buffer.Volker Lendecke2006-06-021-0/+1
| * r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke2006-05-141-0/+3
* | r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-05-181-16/+16
* | r22945: merge 22009 from SAMBA_3_0 + some warning fixes for new code:Stefan Metzmacher2007-05-161-2/+2
* | r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-03-231-1/+1
* | r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter2007-01-241-2/+2
* | r20851: To read account policies from LDAP we need root.Volker Lendecke2007-01-171-2/+12
* | r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-6/+8
* | r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-191-1/+1
* | r19783: making more progressGerald Carter2006-11-191-7/+4
* | r17813: Remove another instance of manually setting the group SID.Gerald Carter2006-08-241-1/+7
* | r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2006-08-211-1/+1
* | r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-0/+1
* | r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-25/+16
* | r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-0/+1
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+3
|/
* r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter2006-03-151-0/+12
* r13776: Merge in the editposix ldapsam optimizationSimo Sorce2006-03-011-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-24/+25
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-241-251/+125
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2006-02-211-1/+6
* r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2006-02-211-384/+9
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2006-02-211-116/+84
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-211-92/+28