summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Remove a staticVolker Lendecke1-4/+1
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-3/+2
2007-12-13Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam1-2/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam1-16/+58
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+14
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-25/+26
2007-11-20More pstring elimination.Jeremy Allison1-13/+13
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison1-1/+1
2007-11-05static pstring removalVolker Lendecke1-2/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-21/+21
2007-10-10r24990: Kill an incredible amount of trailing whitespaces...Michael Adam1-8/+10
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-10r23192: Remove fallback to looking up group mappings by theGerald Carter1-17/+1
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-16/+16
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-4/+4
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-2/+2
2007-10-10r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison1-1/+1
2007-10-10r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter1-2/+2
2007-10-10r20851: To read account policies from LDAP we need root.Volker Lendecke1-2/+12
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-0/+43
2007-10-10r20614: Dummy-checkin to trigger the buildVolker Lendecke1-4/+5
2007-10-10r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce1-7/+23
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough1-1/+1
2007-10-10r18271: Big change:Gerald Carter1-1/+1
2007-10-10r17924: Get rid of warnings now that talloc is merged.Volker Lendecke1-3/+1
2007-10-10r17815: Revert Volker's change in 16014. I really do not believeGerald Carter1-1/+0
2007-10-10r17813: Remove another instance of manually setting the group SID.Gerald Carter1-1/+7
2007-10-10r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter1-1/+1
2007-10-10r17554: CleanupVolker Lendecke1-1/+1
2007-10-10r17463: A bit of cleanup work:Volker Lendecke1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-9/+11
2007-10-10r16593: Make the invarient explicit to Klocwork. Bug #2023.Jeremy Allison1-0/+1
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-25/+16
2007-10-10r16014: Correctly set the group RID in init_sam_from_buffer.Volker Lendecke1-0/+1
2007-10-10r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke1-0/+3
2007-10-10r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter1-0/+12
2007-10-10r13776: Merge in the editposix ldapsam optimizationSimo Sorce1-1/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-24/+25
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-251/+125
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-1/+6
2007-10-10r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter1-384/+9
2007-10-10r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter1-116/+84
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-92/+28
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-209/+134
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter1-7/+15
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-83/+43