summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
AgeCommit message (Collapse)AuthorFilesLines
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-1/+2
I needed the client_name() and client_addr() functions in swat so I could tell who was connecting from where. The problem was that these functions didn't take a file descriptor parameter they just used the global "Client". So I needed to change all calls to pass a parameter ... lots of files. (This used to be commit a776058900a727591bd7b69debdaa25c0e31d693)
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-0/+221
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)