* Added cs_addr field to struct CitContext -- holds a dotted quad string
authorArt Cancro <ajc@citadel.org>
Thu, 10 Jul 2003 05:51:46 +0000 (05:51 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 10 Jul 2003 05:51:46 +0000 (05:51 +0000)
commit346f8cd942d1a0a48cc396651750945655fe8d39
tree4e38d780c96779bc5ef79627fe94066c0b0030dc
parent01008640a5b0d110e76db7e885accf45abfd20d9
* Added cs_addr field to struct CitContext -- holds a dotted quad string
  of the user's source IP (if applicable).  It's big enough to hold other
  types of address strings in the future (such as IPv6).
* locate_host() populates cs_addr when on a network connection.
* serv_smtp.c now saves the IP address in the proper place in
  the Received: header.
* is_public_client() no longer accepts a hostname.  It just looks at
  CC->cs_host instead.
citadel/ChangeLog
citadel/citserver.c
citadel/citserver.h
citadel/locate_host.c
citadel/locate_host.h
citadel/serv_smtp.c
citadel/server.h