mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
a776058900
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. |
||
---|---|---|
.. | ||
srv_lsa_hnd.c | ||
srv_lsa.c | ||
srv_netlog.c | ||
srv_pipe_hnd.c | ||
srv_reg.c | ||
srv_samr.c | ||
srv_srvsvc.c | ||
srv_util.c | ||
srv_wkssvc.c |