summaryrefslogtreecommitdiffstats
path: root/source/passdb/secrets.c
Commit message (Expand)AuthorAgeFilesLines
* A couple more signed/unsigned issues.Andrew Bartlett2003-02-011-2/+2
* Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-8/+24
* Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett2003-01-131-0/+1
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-121-0/+30
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-6/+9
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-49/+11
* Add const.Andrew Bartlett2002-09-281-1/+1
* Minor updates:Andrew Bartlett2002-09-271-4/+4
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-181-1/+21
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-171-0/+66
* more const cleanupsAndrew Tridgell2002-09-171-3/+3
* Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough2002-08-121-2/+11
* fixed multi-line strings for portabilityAndrew Tridgell2002-07-311-2/+2
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-0/+32
* (another patch from mimir)Andrew Bartlett2002-07-261-2/+17
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-1/+1
* Looks like abartlet got a bit overexcited about using const...Jim McDonough2002-05-231-1/+1
* Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2002-05-221-14/+18
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+3
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-13/+34
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-9/+127
* make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell2002-03-101-0/+4
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-28/+0
* Fix up the trusted domains secrets code so as to have a slight chance ofAndrew Bartlett2002-03-021-12/+10
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-3/+89
* made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell2002-02-221-2/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed up atomic update code.Jeremy Allison2002-01-091-1/+1
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-0/+41
* Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett2001-12-051-2/+8
* auto-init secrets.tdbAndrew Tridgell2001-12-051-0/+5
* This comment no longer applies.Andrew Bartlett2001-12-041-1/+0
* added "net join" commandAndrew Tridgell2001-11-241-3/+33
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-5/+10
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+1
* Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-061-0/+29
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-3/+3
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-3/+10
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-0/+2
* updates to the tdbsam implementation.Gerald Carter2000-12-061-1/+0
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-271-3/+12
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-5/+1
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+1
* moved secrets handling into secrets.cAndrew Tridgell2000-06-031-0/+43