found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before...
authorSimo Sorce <idra@samba.org>
Sun, 28 Jul 2002 18:10:39 +0000 (18:10 +0000)
committerSimo Sorce <idra@samba.org>
Sun, 28 Jul 2002 18:10:39 +0000 (18:10 +0000)
commita4ec4acd61d58bca9c1f6d474ab16265e4113f7a
tree83a1ff7a5b26b4007e4479ed4e7466624292f0a0
parent551d50c4e2bdde0b4f92001c92f8f69ffade44ad
found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before close
this one fixes swat not working with browsers that set more then one language.

along the way implemented language priority in web/neg_lang.c with bubble sort

also changet str_list_make to be able to use a different separator string

Simo.
(This used to be commit 69765e4faa8aaae74c97afc917891fc72d80703d)
source3/auth/auth.c
source3/intl/lang_tdb.c
source3/lib/debug.c
source3/lib/username.c
source3/lib/util_str.c
source3/param/loadparm.c
source3/passdb/pdb_interface.c
source3/smbd/password.c
source3/web/neg_lang.c
source3/wrepld/process.c