summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-0/+18
* s3: Change behavior when seeing an unknown domain.Dan Sledz2009-02-111-19/+0
* Fix nonempty blank linesVolker Lendecke2009-02-011-61/+60
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-291-1/+16
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-13/+654
* Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison2008-12-231-23/+62
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Use standard types.Jelmer Vernooij2008-10-221-8/+8
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-261-6/+0
* passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam2008-05-261-1/+1
* passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam2008-05-261-2/+16
* passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam2008-05-261-1/+5
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-261-3/+7
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-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