ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/auth.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/auth.c (file contents):
Revision 8216 by michael, Sun Apr 16 12:18:38 2017 UTC vs.
Revision 8219 by michael, Sun Apr 16 12:31:33 2017 UTC

# Line 139 | Line 139 | release_auth_client(struct AuthRequest *
139    read_packet(&client->connection->fd, client);
140   }
141  
142 + /*! Checks if a hostname is valid and doesn't contain illegal characters
143 + * \param hostname The string to verify
144 + * \return 1 if it is valid, 0 if it isn't
145 + */
146   static int
147   auth_verify_hostname(const char *hostname)
148   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines