- added the ability to kill off individual connections from SWAT (from
authorAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 02:37:52 +0000 (02:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 02:37:52 +0000 (02:37 +0000)
commitabd4a17e21d12be3d1747e94ceb1915abaf135e3
treea58c8c7f2650ef1b9c285abbc6eba75e7f0fcedc
parent02cb3801d772cc056df3afb7028d9bd74c8553be
- added the ability to kill off individual connections from SWAT (from
  the status page)
- split the claim_connection() code into its own file
- fixed the claim_connection() code to lock the file when manipulating
  it
- always claim a null connection at startup
- fixed a bug in the pidfile code
source/lib/pidfile.c
source/smbd/connection.c [new file with mode: 0644]
source/smbd/server.c
source/utils/status.c
source/web/startstop.c
source/web/statuspage.c [new file with mode: 0644]
source/web/swat.c