summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam2007-12-171-1/+1
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-171-13/+32
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-152-9/+9
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-152-6/+11
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-159-84/+80
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-14/+16
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-141-32/+13
* 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
* Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam2007-12-131-13/+31
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-2/+14
* Remove two unneeded functions.Michael Adam2007-12-131-23/+0
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-131-13/+32
* Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam2007-12-121-14/+14
* Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam2007-12-121-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-2/+2
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-031-1/+6
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-271-2/+8
* Use the proper boolean constants - the type has beenMichael Adam2007-11-271-76/+76
* Fix bug 5055Volker Lendecke2007-11-261-1/+1
* Improve debug messageVolker Lendecke2007-11-261-1/+2
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-25/+26
* More pstring elimination.Jeremy Allison2007-11-206-117/+233
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-142-462/+803
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-091-8/+0
* static pstring removalVolker Lendecke2007-11-054-11/+22
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+2
* Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison2007-10-261-0/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1815-276/+276
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-102-52/+37
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-101-1/+1
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-3/+3
* r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam2007-10-101-5/+277
* r25091: Start adding support for storing trusted domain passwords in LDAPMichael Adam2007-10-101-0/+44
* r24991: Kill all those lots of trailing whitespaces from secrets.c.Michael Adam2007-10-101-72/+72
* r24990: Kill an incredible amount of trailing whitespaces...Michael Adam2007-10-101-8/+10
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-102-4/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1013-26/+13
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1015-15/+15
* r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison2007-10-101-1/+1
* r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-102-2/+2
* r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter2007-10-101-4/+4
* r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter2007-10-102-6/+10
* r23192: Remove fallback to looking up group mappings by theGerald Carter2007-10-101-17/+1
* r23051: sid_to_[ug]id fixes for smbdSimo Sorce2007-10-101-12/+26
* r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter2007-10-101-1/+1