index
:
ngircd
this commit
master
ngircd with make
naki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-07-13
Don't Proc_Kill() childs after Proc_Read(): done there already.
Alexander Barton
2010-07-13
Don't even fork a PAM-subprocess if "NoPAM" option is set
Alexander Barton
2010-07-13
Use Proc_GenericSignalHandler() as handler for SIGTERM by default
Alexander Barton
2010-07-13
Mark some variables as "unused" to prevent compiler warnings
Alexander Barton
2010-07-13
Set NoPAM=yes in configuration files used for the testsuite
Alexander Barton
2010-07-13
New configuration option "NoPAM" to disable PAM
Alexander Barton
2010-07-12
io.c: Include conn.h when using the select() API
Alexander Barton
2010-07-12
Use correct preprocessor syntax when testing for PAM and IDENTAUTH
Alexander Barton
2010-07-12
Make sure signal.h is #include'd when needed
Alexander Barton
2010-07-12
Implement asynchronous user authentication using PAM
Alexander Barton
2010-07-12
Add pam.{c|h} to project and implement PAM_Authenticate() function
Alexander Barton
2010-07-11
New functions Client_[Set]OrigUser() to get/set user specified by peer
Alexander Barton
2010-07-11
Detect PAM libraries
Alexander Barton
2010-07-11
Refactor Resolve_Read() into generic Proc_Read() function
Alexander Barton
2010-07-11
Make Proc_Kill() more fault-tolerant
Alexander Barton
2010-07-11
New function Conn_GetProcStat()
Alexander Barton
2010-07-11
Code cleanup: don't reset penalty time on DNS resolver result
Alexander Barton
2010-07-01
New function Proc_GenericSignalHandler()
Alexander Barton
2010-07-01
Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]Subprocess
Alexander Barton
2010-06-30
Don't #include client.h when conn.h/conn-func.h is already included
Alexander Barton
2010-06-29
New function Conn_GetFromProc() to get CONN_ID of a subprocess
Alexander Barton
2010-06-29
Resolver: Implement signal handler and catch TERM signal
Alexander Barton
2010-06-29
Don't set a penalty time when doing DNS lookups
Alexander Barton
2010-06-29
Update comments: subprocesses not only can be resolver processes
Alexander Barton
2010-06-29
Refactoring: Rename CONNECTION.res_stat to .proc_stat
Alexander Barton
2010-06-29
New "module" proc.c/proc.h for generic process handling
Alexander Barton
2010-06-29
Only #include resolve.h if it is really needed
Alexander Barton
2010-06-26
Fix redundant redeclaration of Conn_Count*() functions
Alexander Barton
2010-06-26
const'ify Conn_WriteStr() function
Alexander Barton
2010-06-26
const'ify Send_ListChange() function in irc-mode.c
Alexander Barton
2010-06-26
const'ify IRC_WriteStrXXX() and Get_Prefix() functions
Alexander Barton
2010-06-26
const'ify command name variable in _COMMAND strcuture
Alexander Barton
2010-06-26
const'ify Client_TypeText()
Alexander Barton
2010-06-25
Implement user mode "c": receive connect/disconnect NOTICEs
Alexander Barton
2010-06-25
Refactor Wall_ServerNotice() into more generic Log_ServerNotice()
Alexander Barton
2010-06-25
New function Conn_IPA(): get client IP address as string
Alexander Barton
2010-06-23
Show SSL status in WHOIS, numeric 275
Neale Pickett
2010-05-22
Don't access already freed memory in IRC_KILL()
Alexander Barton
2010-05-14
fix "beeing" typo
Florian Westphal
2010-05-07
SSL/TLS: fix bogus 'socket closed' error message
Florian Westphal
2010-04-25
Don't reset counters on RESTART
Alexander Barton
2010-04-23
New numeric RPL_STATSCONN (250): display connection statistics
Alexander Barton
2010-04-23
Display total number of served connections on daemon shutdown
Alexander Barton
2010-04-23
Enhace connection statistics counters
Alexander Barton
2010-04-23
Conn_Init: code cleanup
Alexander Barton
2010-04-23
Only include <netinet/in_systm.h> if it exists
Alexander Barton
2010-04-11
Include netinet/in_systm.h alongside netinet/ip.h
Alexander Barton
2010-04-09
Fix gcc warning "ignoring return value of ..."
Alexander Barton
2010-04-09
Only compile in Get_Error() if really needed
Alexander Barton
2010-04-02
Updated some more copyright notices, it's 2010 already (part 2)
Alexander Barton
[next]