summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-29s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher1-1/+16
2008-12-29s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher1-13/+654
2008-12-23Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison1-23/+62
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-10-22Use standard types.Jelmer Vernooij1-8/+8
2008-05-26Remove unused function is_trusted_domain_situation().Michael Adam1-6/+0
2008-05-26passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam1-1/+1
2008-05-26passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam1-2/+16
2008-05-26passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam1-1/+5
2008-05-26Add function is_dc_trusted_domain_situation().Michael Adam1-3/+7
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter1-3/+3
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner1-1/+1
2008-02-12Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner1-0/+23
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