summary refs log tree commit diff
AgeCommit message (Expand)Author
2010-07-13Don't Proc_Kill() childs after Proc_Read(): done there already.Alexander Barton
2010-07-13Don't even fork a PAM-subprocess if "NoPAM" option is setAlexander Barton
2010-07-13Use Proc_GenericSignalHandler() as handler for SIGTERM by defaultAlexander Barton
2010-07-13Mark some variables as "unused" to prevent compiler warningsAlexander Barton
2010-07-13Set NoPAM=yes in configuration files used for the testsuiteAlexander Barton
2010-07-13New configuration option "NoPAM" to disable PAMAlexander Barton
2010-07-12io.c: Include conn.h when using the select() APIAlexander Barton
2010-07-12Use correct preprocessor syntax when testing for PAM and IDENTAUTHAlexander Barton
2010-07-12Make sure signal.h is #include'd when neededAlexander Barton
2010-07-12Initial documentation for using PAM with ngIRCdAlexander Barton
2010-07-12Implement asynchronous user authentication using PAMAlexander Barton
2010-07-12Add new pam.{c|h} module to Xcode projectAlexander Barton
2010-07-12Add pam.{c|h} to project and implement PAM_Authenticate() functionAlexander Barton
2010-07-11New functions Client_[Set]OrigUser() to get/set user specified by peerAlexander Barton
2010-07-11Detect PAM librariesAlexander Barton
2010-07-11Refactor Resolve_Read() into generic Proc_Read() functionAlexander Barton
2010-07-11Make Proc_Kill() more fault-tolerantAlexander Barton
2010-07-11New function Conn_GetProcStat()Alexander Barton
2010-07-11Code cleanup: don't reset penalty time on DNS resolver resultAlexander Barton
2010-07-01New function Proc_GenericSignalHandler()Alexander Barton
2010-07-01Rename Log_[{Init|Exit}_]Resolver to Log_[{Init|Exit}_]SubprocessAlexander Barton
2010-06-30Don't #include client.h when conn.h/conn-func.h is already includedAlexander Barton
2010-06-29New function Conn_GetFromProc() to get CONN_ID of a subprocessAlexander Barton
2010-06-29Resolver: Implement signal handler and catch TERM signalAlexander Barton
2010-06-29Don't set a penalty time when doing DNS lookupsAlexander Barton
2010-06-29Update comments: subprocesses not only can be resolver processesAlexander Barton
2010-06-29Refactoring: Rename CONNECTION.res_stat to .proc_statAlexander Barton
2010-06-29New "module" proc.c/proc.h for generic process handlingAlexander Barton
2010-06-29Only #include resolve.h if it is really neededAlexander Barton
2010-06-26Fix redundant redeclaration of Conn_Count*() functionsAlexander Barton
2010-06-26const'ify Conn_WriteStr() functionAlexander Barton
2010-06-26const'ify Send_ListChange() function in irc-mode.cAlexander Barton
2010-06-26const'ify IRC_WriteStrXXX() and Get_Prefix() functionsAlexander Barton
2010-06-26const'ify command name variable in _COMMAND strcutureAlexander Barton
2010-06-26const'ify Client_TypeText()Alexander Barton
2010-06-25Add some documentation for using BOPM with ngIRCdAlexander Barton
2010-06-25Implement user mode "c": receive connect/disconnect NOTICEsAlexander Barton
2010-06-25Refactor Wall_ServerNotice() into more generic Log_ServerNotice()Alexander Barton
2010-06-25New function Conn_IPA(): get client IP address as stringAlexander Barton
2010-06-25ngircd.init: require $network $remote_fs when stopping ngircdAlexander Barton
2010-06-23Show SSL status in WHOIS, numeric 275Neale Pickett
2010-06-09Include correct header files when testing for arpa/inet.h (Closes: #105)Alexander Barton
2010-06-09Revert "configure: make implicit declarations fatal"Florian Westphal
2010-06-09configure: make implicit declarations fatalFlorian Westphal
2010-05-22Don't access already freed memory in IRC_KILL()Alexander Barton
2010-05-14fix "beeing" typoFlorian Westphal
2010-05-07SSL/TLS: fix bogus 'socket closed' error messageFlorian Westphal
2010-05-02ngIRCd release 16 rel-16Alexander Barton
2010-05-01doc/SSL: remove line continuation markerFlorian Westphal
2010-04-25ngIRCd release 16~rc2 rel-16-rc2Alexander Barton