summaryrefslogtreecommitdiff
path: root/source3/passdb/secrets.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-22Merge mimir's trusted domain code from HEAD -> 3.0, plus some memoryAndrew Bartlett1-37/+55
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-12/+90
2003-03-17Merge from HEAD - make winbindd locking sane again:Andrew Bartlett1-18/+2
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett1-2/+2
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-8/+24
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett1-0/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-13merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+30
2002-11-08Merge from HEAD:Andrew Bartlett1-6/+9
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-49/+11
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-5/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+90
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+59
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-23/+169
2002-03-10make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell1-0/+4
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-28/+0
2002-03-02Fix up the trusted domains secrets code so as to have a slight chance ofAndrew Bartlett1-12/+10
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-3/+89
2002-02-22made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell1-2/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-09Fixed up atomic update code.Jeremy Allison1-1/+1
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-0/+41
2001-12-05Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett1-2/+8
2001-12-05auto-init secrets.tdbAndrew Tridgell1-0/+5
2001-12-04This comment no longer applies.Andrew Bartlett1-1/+0
2001-11-24added "net join" commandAndrew Tridgell1-3/+33
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-5/+10
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+1
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison1-0/+29
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-3/+3
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-3/+10
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2000-12-06updates to the tdbsam implementation.Gerald Carter1-1/+0
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-3/+12
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-5/+1
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+1
2000-06-03moved secrets handling into secrets.cAndrew Tridgell1-0/+43
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-0/+32
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-1/+1
2000-05-08Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison1-0/+90