improved max connections code. Now use fcntl instead of flock.
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 May 1998 09:38:54 +0000 (09:38 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 May 1998 09:38:54 +0000 (09:38 +0000)
commit31593dd6106cfef78fc88cbe9c831a51f00a4aa6
treee40c378e089542410c7a1eddda71c6587df3f5a9
parent91eee5946ad6d033303abfe184085c87a283da29
improved max connections code. Now use fcntl instead of flock.

also started on authentication code (I'm doing a challenge response
system initially)
authenticate.c [new file with mode: 0644]
clientserver.c
connection.c
loadparm.c
util.c