- 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)
commitd360320618fe3a7f53ac1f05ee3ac54323a03c82
tree97120a8949d82c8e9aab435bb56f6f0301beed28
parent69bb6f6f5fa472d2bf5c619a09aecc3b0ce4c254
- 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
(This used to be commit abd4a17e21d12be3d1747e94ceb1915abaf135e3)
source3/lib/pidfile.c
source3/smbd/connection.c [new file with mode: 0644]
source3/smbd/server.c
source3/utils/status.c
source3/web/startstop.c
source3/web/statuspage.c [new file with mode: 0644]
source3/web/swat.c