ngircd-tor/src/ngircd
Alexander Barton b316c380ad - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
..
Makefile.am - adjusted generation of cvs-version.h to new file header format. 2002-12-12 12:36:41 +00:00
channel.c - replaced a lot of strcat() calls with strlcat() which is more secure. 2002-12-26 16:48:14 +00:00
channel.h - New functions Channel_[Set]Key(), Channel_[Set]MaxUsers. 2002-12-16 23:05:24 +00:00
client.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
client.h - new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counters(). 2002-12-22 23:29:09 +00:00
conf.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
conf.h - removed Conf_MaxPChannels and reverted to old behavior. 2002-12-14 13:36:19 +00:00
conn.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
conn.h - new functions Conn_ResetWCounter() and Conn_WCounter(). 2002-12-18 13:50:22 +00:00
defines.h - definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional. 2002-12-26 13:17:56 +00:00
hash.c - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). 2002-12-26 16:25:43 +00:00
hash.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-channel.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
irc-channel.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-info.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
irc-info.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-login.c - new numeric on login: RPL_FEATURE 2002-12-22 23:31:21 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
irc-mode.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-op.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
irc-op.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-oper.c - New signal handler. 2002-12-19 04:29:59 +00:00
irc-oper.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-server.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
irc-server.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-write.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
irc-write.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
irc.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
lists.c - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). 2002-12-26 16:25:43 +00:00
lists.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
log.c - New signal handler. 2002-12-19 04:29:59 +00:00
log.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
match.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
match.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
messages.h - new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NETUSERS. 2002-12-22 23:32:05 +00:00
ngircd.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
ngircd.h - replaced a lot of strcat() calls with strlcat() which is more secure. 2002-12-26 16:48:14 +00:00
parse.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
parse.h - new function Parse_GetCommandStruct(). 2002-12-18 13:53:20 +00:00
resolve.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
resolve.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
tool.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
tool.h - new file header format (in english). 2002-12-12 12:23:43 +00:00