summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_get_set.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-4/+3
* s3:passdb: store the plain nt passwords hashes in history, not salted md5Michael Adam2010-01-071-5/+10
* s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymoreVolker Lendecke2010-01-071-24/+19
* s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked aboveVolker Lendecke2010-01-071-2/+4
* s3: Add a paranoia check to pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-0/+5
* s3: Simplify pdb_set_plaintext_passwd() by removing a redundant conditionVolker Lendecke2010-01-071-22/+11
* s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytesVolker Lendecke2010-01-071-5/+2
* s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_arrayVolker Lendecke2010-01-071-5/+2
* s3: Make use of talloc_array in pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-2/+3
* s3: Simplify pdb_set_plaintext_passwd() a bitVolker Lendecke2010-01-071-66/+63
* s3: Simplify pdb_set_plaintext_passwd() slightlyVolker Lendecke2010-01-071-56/+83
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-3/+3
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-081-41/+41
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-8/+0
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* More pstring elimination.Jeremy Allison2007-11-201-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-39/+39
* 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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-35/+33
* r18722: Fix up password change times. The can change and must change times areJim McDonough2007-10-101-2/+22
* r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() callGerald Carter2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-11/+10
* r16381: Now samu can't be null don't check it on set. KlockworkJeremy Allison2007-10-101-131/+6
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-215/+112
* r15310: only store lanman passwords on a change if 'lanman auth = yes'Gerald Carter2007-10-101-7/+8
* r14780: Fix coverity bug #272, null deref.Jeremy Allison2007-10-101-0/+8
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-2/+2
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-32/+84
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-101-32/+4
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-238/+238
* r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2007-10-101-1/+11
* r13316: Let the carnage begin....Gerald Carter2007-10-101-4/+8
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+4
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-142/+142
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-3/+3
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2007-10-101-1/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-3/+3
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-18/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r1661: Changed the password history format so that each history entryJeremy Allison2007-10-101-9/+28
* r1610: Patch from Richard Renard <rrenard@idealx.com>. Ensure weJeremy Allison2007-10-101-10/+4
* r1394: Const fix.Jeremy Allison2007-10-101-2/+2
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-3/+87