summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23192: Remove fallback to looking up group mappings by theGerald Carter1-17/+1
2007-10-10r23051: sid_to_[ug]id fixes for smbdSimo Sorce1-12/+26
2007-10-10r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter1-1/+1
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-16/+16
2007-10-10r22977: Trim noise by removing redundant WARNING log message thatGerald Carter1-4/+0
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-14/+6
2007-10-10r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke1-6/+13
2007-10-10r22766: Merge from 3_0:Volker Lendecke1-13/+6
2007-10-10r22631: Remove the possibility of sid_check_is_domain andJames Peach1-2/+1
2007-10-10r22613: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-9/+27
2007-10-10r22125: Fix a warningVolker Lendecke1-1/+1
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2-16/+16
2007-10-10r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter1-1/+21
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher4-27/+28
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-27/+25