summaryrefslogtreecommitdiff
path: root/source3/passdb/secrets.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-28Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett1-7/+11
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-12/+90
2003-04-06Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett1-1/+1
2003-03-17Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett1-3/+0
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak1-30/+47
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett1-23/+7
2003-02-01A couple more signed/unsigned issues.Andrew Bartlett1-2/+2
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-8/+24
2003-01-13Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett1-0/+1
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+30
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-6/+9
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-49/+11
2002-09-28Add const.Andrew Bartlett1-1/+1
2002-09-27Minor updates:Andrew Bartlett1-4/+4
2002-09-18We had a race condition when changing a machine acount password as weJeremy Allison1-1/+21
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison1-0/+66
2002-09-17more const cleanupsAndrew Tridgell1-3/+3
2002-08-12Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough1-2/+11
2002-07-31fixed multi-line strings for portabilityAndrew Tridgell1-2/+2
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough1-0/+32
2002-07-26(another patch from mimir)Andrew Bartlett1-2/+17
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-1/+1
2002-05-23Looks like abartlet got a bit overexcited about using const...Jim McDonough1-1/+1
2002-05-22Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett1-14/+18
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-0/+3
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-13/+34
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-9/+127
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