summaryrefslogtreecommitdiffstats
path: root/source/passdb/secrets.c
Commit message (Expand)AuthorAgeFilesLines
* Use machine account and machine password from our domain whenSteven Danneman2008-05-231-3/+4
* Fix another segfault.Michael Adam2007-12-191-1/+3
* Pass NULL instead of unneeded &sid: secrets_fetch_trusted_domain_password() c...Michael Adam2007-12-191-2/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-191-2/+2
* Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam2007-12-191-12/+57
* Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam2007-12-191-13/+31
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-191-2/+14
* Remove silly amounts of trailing white spaces.Michael Adam2007-12-191-6/+6
* Remove two unneeded functions.Michael Adam2007-12-191-23/+0
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-64/+90
* r22125: Fix a warningVolker Lendecke2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-13/+13
* r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher2007-10-101-1/+1
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-20/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+20
* r21819: Wrap all steps in secrets_store_machine_password into one singleVolker Lendecke2007-10-101-12/+50
* r21818: Remove some unused codeVolker Lendecke2007-10-101-23/+0
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-41/+0
* r20644: Make some functions static, thanks to Michael Adam <ma@sernet.de> for...Volker Lendecke2007-10-101-3/+3
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-0/+42
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-101-8/+8
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-21/+172
* r16197: Fix Klocwork id 1338Volker Lendecke2007-10-101-2/+3
* r16076: Fix for machine password timeout overflow from Shlomi YaakobovichJeremy Allison2007-10-101-1/+1
* r15888: Fix bug #3804 from jason@ncac.gwu.eduJeremy Allison2007-10-101-2/+2
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-2/+2
* r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2007-10-101-0/+1
* r14102: Fix Coverity bug # 70Volker Lendecke2007-10-101-0/+4
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2007-10-101-6/+9
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-11/+11
* r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2007-10-101-2/+4
* r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison2007-10-101-2/+2
* r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison2007-10-101-5/+6
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-101-4/+10
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-101-0/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-101/+63
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-29/+0
* r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don'tJeremy Allison2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-1/+1
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-11/+9
* r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2007-10-101-0/+209
* r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)Volker Lendecke2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-7/+59
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-0/+65
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-1/+2
* r5767: Get rid of some compiler warningsVolker Lendecke2007-10-101-14/+5
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3948: Fix incorrect declaration. Bug #2083.Jeremy Allison2007-10-101-1/+1
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-31/+29
* r196: merging struct uuid from trunkGerald Carter2007-10-101-13/+13