summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-06-091-3/+3
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-1/+1
* Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner2008-02-121-0/+23
* Remove a staticVolker Lendecke2008-02-041-4/+1
* Prevent another segfault.Michael Adam2007-12-181-1/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-3/+2
* Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam2007-12-131-2/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam2007-12-131-16/+58
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-2/+14
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-25/+26
* More pstring elimination.Jeremy Allison2007-11-201-13/+13
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-141-1/+1
* static pstring removalVolker Lendecke2007-11-051-2/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* r24990: Kill an incredible amount of trailing whitespaces...Michael Adam2007-10-101-8/+10
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* 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