Skip to content
Snippets Groups Projects
  1. Jul 04, 2016
    • Konstantin Nazarov's avatar
      Permit empty passwords in net.box · 076a8420
      Konstantin Nazarov authored
      This is required to do the following:
      
      tarantoolctl user@host
      tarantoolctl guest@host
      tarantoolctl guest:@host
      
      Currently all of those will lead to error from net.box. Either because
      password is not specified, or because guest user can't login with empty
      password.
      
      This change effectively sets guest password to an empty string, to make
      it less of a special case to authentication.
      
      And since now guest can be authenticated with an empty password, net.box
      will replace nil passwords with empty strings, when user name is
      provided.
      
      We still support the case when username=nil and password=nil. In this
      case net.box doesn't send authentication packet at all. Guest login is
      just assumed.
      
      The bootstrap snapshot will now have guest user with an empty password,
      instead of no password.
      
      Fixes #1545
      076a8420
  2. Jul 01, 2016
  3. Jun 30, 2016
  4. Jun 29, 2016
  5. Jun 28, 2016
  6. Jun 27, 2016
  7. Jun 25, 2016
  8. Jun 24, 2016
    • Konstantin Osipov's avatar
      phia -> vinyl · b82af874
      Konstantin Osipov authored
      b82af874
    • Roman Tsisyk's avatar
      phia: reduce pain in DDL · b8d70a04
      Roman Tsisyk authored
      * Remove REF_FE/REF_BE magic code
      * Ref count indexes in phia_cursor()
      * Don't ref/unref count ALL indexes in phia_begin()/phia_tx_commit()
      * Extract SI_SHUTDOWN/SI_DROP cases from si_execute()
      * Fix handling of NO-OP task in planner
      * Check sc_version after coeio call in phia_iterator_next()
      * Add assertions and TRASH() to planner, index and tuples
      
      Attempt to fix buggy phia_index refcouting. Now phia works without segfaults
      more than 10 minutes on my host instead of 20-30 sec. DDL still may crash
      in some situations.
      b8d70a04
    • Roman Tsisyk's avatar
      phia: use atomic for phia_tuple->ref · 552532c3
      Roman Tsisyk authored
      Fix race condition in phia_service_do()/phia_get()
      552532c3
  9. Jun 23, 2016
  10. Jun 21, 2016
  11. Jun 20, 2016
  12. Jun 17, 2016
Loading