1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Andrew Tridgell 8410ef028a make the max_connections code less horrendously inefficient
- it didn't honour the clear flag
- it locked the database (not necessary)

the previous code would do 10^6 kill() operations for 1000 people
logging in - and all with the database locked. Not very scalable.

Still haven't added the counter, that would make it really efficient
(This used to be commit 6bdbeb4a32)
2001-05-15 00:53:15 +00:00
..
aparser Modified test.h generator to return error if structure passed to vluke 2000-09-18 01:14:21 +00:00
auth Fixed up the oldpw prompts. Made the matching case insensitive. 2001-05-09 21:14:41 +00:00
bin Added winbindd to list of binaries. 2001-05-08 05:52:17 +00:00
client removed need for scandir in client.c 2001-05-07 05:19:52 +00:00
codepages Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus 2001-02-27 21:46:01 +00:00
groupdb fixes to the group mapping code. 2001-05-08 16:33:18 +00:00
include make proto 2001-05-14 04:11:31 +00:00
lib string_hash() should be static. hash_clear() should be void. 2001-05-12 20:15:39 +00:00
libsmb Compile fixes for dynamic samr_query_userinfo() stuff. 2001-05-14 03:58:49 +00:00
locking Merge of Andrew's changes in 2.2. 2001-04-13 19:12:06 +00:00
msdfs Got "medieval on our ass" about adding the -1 to slprintf. 2001-04-08 20:22:39 +00:00
nmbd Mismatched format and args. 2001-04-27 22:19:25 +00:00
nsswitch Compile fixes for dynamic samr_query_userinfo() stuff. 2001-05-14 03:58:49 +00:00
pam_smbpass Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code. 2001-04-24 20:00:12 +00:00
param Stupidity by me..... 777 != 0777 2001-05-14 20:06:28 +00:00
passdb update from Simo 2001-05-10 20:52:20 +00:00
printing Replaced a whole bunch of lookup_name() requests in 2001-05-10 01:01:30 +00:00
profile Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h 2001-05-03 19:47:30 +00:00
rpc_client Added a SMB_ASSERT() so that two cli_state structures aren't opened 2001-05-04 07:25:43 +00:00
rpc_parse Reverted samr_io_userinfo_ctr() patch because it broke too much other 2001-05-10 00:03:36 +00:00
rpc_server Should be faliing on False and not True. Bad check on return value 2001-05-10 20:05:06 +00:00
rpcclient Added arg to querygroupinfo. 2001-05-14 03:51:39 +00:00
script Cosmetic changes in make proto output. 2001-05-14 04:11:39 +00:00
smbd make the max_connections code less horrendously inefficient 2001-05-15 00:53:15 +00:00
smbwrapper Grr - fixed compile error in smbwrapper stuff. 2001-04-16 02:42:10 +00:00
tdb Implemented max connections in a similar way to 2.0.x (scan of connection db). 2001-05-14 06:15:46 +00:00
tests allow env variable TESTDIR for directory for fcntl_lock test 2001-05-06 14:09:10 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 2000-06-08 17:42:20 +00:00
utils Fix crash in smbcontrol Gerald pointed out when no parameter given to debug. 2001-05-14 22:37:01 +00:00
web merge some fixes from 2.2 2001-05-07 03:55:54 +00:00
.cvsignore changes to sync with 2.2. tree 2000-10-11 05:31:39 +00:00
.indent.pro indent update to make t easier to see setuid mods in TNG. some 2000-03-21 21:08:07 +00:00
acconfig.h added test for C99 compliant vsnprintf 2001-04-27 02:35:42 +00:00
aclocal.m4 continued the split of the kernel level oplocks code into a more 2000-06-10 13:35:20 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
change-log global change from samba.anu.edu.au to samba.org 1998-11-21 13:20:31 +00:00
config.guess latest config.guess and config.sub from gnu.org 2001-05-09 01:29:44 +00:00
config.sub latest config.guess and config.sub from gnu.org 2001-05-09 01:29:44 +00:00
configure Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h 2001-05-03 19:47:30 +00:00
configure.developer Run configure script using dirname of $0. This allows configure.developer 2000-12-01 01:22:17 +00:00
configure.in Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h 2001-05-03 19:47:30 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 2000-03-09 22:22:38 +00:00
install-sh merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
internals.doc - sequent-ptx support from bressler@iftccu.ca.boeing.com (Rick 1996-08-13 08:57:55 +00:00
ltconfig Adding libtool support to HEAD branch. We're going to need this for 2000-03-13 23:20:01 +00:00
ltmain.sh Adding libtool support to HEAD branch. We're going to need this for 2000-03-13 23:20:01 +00:00
Makefile.in Make libsmbclient.so by default now. 2001-05-14 16:10:48 +00:00
parsing.doc Added info about parsing debug messages. 1998-10-27 21:07:52 +00:00
smbadduser JHT ==> Removed linefeed that caused problems. 1997-10-13 12:13:11 +00:00