summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-12-19Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner1-44/+123
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-17Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam1-1/+1
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke2-9/+9
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke2-6/+11
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke9-84/+80
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-14/+16
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher1-32/+13
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-13Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam1-13/+31
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+14
2007-12-13Remove two unneeded functions.Michael Adam1-23/+0
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-12-12Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam1-14/+14
2007-12-12Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-2/+2
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-1/+6
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison1-2/+8
2007-11-27Use the proper boolean constants - the type has beenMichael Adam1-76/+76
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-11-26Improve debug messageVolker Lendecke1-1/+2
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-25/+26
2007-11-20More pstring elimination.Jeremy Allison6-117/+233
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2-462/+803
2007-11-09remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher1-8/+0
2007-11-05static pstring removalVolker Lendecke4-11/+22
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-2/+2
2007-10-26Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison1-0/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison15-276/+276
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2-52/+37
2007-10-10r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter1-1/+1
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-3/+3
2007-10-10r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam1-5/+277
2007-10-10r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam1-0/+44
2007-10-10r24991: Kill all those lots of trailing whitespaces from secrets.c.Michael Adam1-72/+72
2007-10-10r24990: Kill an incredible amount of trailing whitespaces...Michael Adam1-8/+10
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2-4/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell13-26/+13
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison15-15/+15
2007-10-10r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison1-1/+1
2007-10-10r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2-2/+2
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter1-4/+4
2007-10-10r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter2-6/+10