]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/ngircd.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / ngircd.c
5 days ago Alexander BartonDon't abort startup when setgid/setuid() fails with... master
2024-01-21 Alexander BartonUse a default "IncludeDir" only when no config file...
2024-01-16 Alexander BartonSpelling fixes, mostly in file comments
2024-01-11 Alexander Barton2024 =:)
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-08-03 Alexander Barton2023!
2023-01-02 Alexander BartonAdd "+DEBUG" to the version string only when configured...
2023-01-02 michiMake the debug loglevel always available
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2022-11-01 Katherine PeetersImprove documentation for --syslog
2022-10-30 Katherine PeetersAdded command line flag to enable syslog
2022-10-30 Katherine PeetersSplit NoSyslog from behaviour of NoDaemon
2022-01-01 Alexander Barton2022 =:)
2021-01-01 Alexander Barton2021! :-)
2020-05-06 Alexander BartonMerge pull request #269 from hillu/gnutls-reload-cert
2020-04-19 michiUnbreak GCC 10 (-fno-common) build
2020-01-21 Alexander Barton2020!
2019-12-31 Alexander BartonEnhance handling of command line errors, and "--help...
2019-06-29 Alexander BartonSlightly reoder startup steps, and enhance logging
2019-01-01 Alexander Barton2019!
2018-02-09 Alexander Barton2018!
2017-01-15 Alexander Barton2017!
2016-01-04 Alexander BartonUpdate copyright notices for 2016
2015-08-01 Alexander BartonWhitespace fixes (no functional changes)
2015-06-07 Alexander BartonMerge remote-tracking branch 'LucentW/master'
2015-06-06 Alexander BartonMake setgroups(3) function optional
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2014-03-16 Alexander BartonCode cleanup, remove blank lines
2014-01-02 Alexander BartonUpdate Copyright notices for 2014
2013-10-16 Federico G. SchwindtAdd support for arc4random
2013-10-16 Federico G. SchwindtFix another strcat warning missed in commit 4c5b43
2013-10-07 Alexander Bartonngircd.c, main(): use strlcat() instead of strcat()
2013-09-23 Alexander BartonLog an error (not info) when working directory can...
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-15 Alexander BartonDon't ignore SSL-related errors during startup
2013-08-31 Florian Westphalngircd: use setgid/setuid errno value in error path
2013-08-26 Alexander BartonIgnore "operation not permitted" while dropping groups
2013-08-26 Florian Westphalngircd: discard supplementary group ids on startup
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-26 Alexander BartonStreamline punctuation of log messages
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2013-01-01 Alexander BartonUpdate Copyright notices for 2013
2012-10-11 Alexander BartonDisable UID/GID checks on "single user OS"
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-21 Alexander BartonInitialize SSL when needed only, and disable SSL on...
2012-09-16 Alexander BartonAdd "CHARCONV" to "feature string" when enabled
2012-09-16 Alexander BartonSort "feature string" alphabetically
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-12 Alexander Bartonconfigure.in: use AC_CANONICAL_HOST (not AC_CANONICAL_T...
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonCorrectly re-initialize signal handlers on RESTART
2012-09-11 Alexander BartonUse HAVE_SETSID #define when testing for setsid()
2012-05-22 Alexander BartonPidfile_Create(): Don't leak file descriptor on error...
2012-03-28 Alexander BartonDon't ignore "permission denied" errors when enabling...
2012-02-14 Alexander BartonCorrectly re-open syslog logging after reading of confi...
2012-01-03 Alexander BartonEnhance log messages when setting user and group bug118-UnknownUID
2012-01-03 Alexander BartonNGIRCd_getNobodyID(): Code cleanup
2012-01-03 Alexander BartonNGIRCd_Init(): Code cleanup
2012-01-03 Alexander Bartonmain(): Code cleanup
2012-01-03 Alexander BartonUpdate Copyright notices for 2012
2011-12-24 Alexander BartonAdd new class.{c|h} to project
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-08-02 Alexander BartonCast getpid() and time() results for srand() input
2011-06-26 Alexander BartonUse srand()/rand() instead of srandom()/random(); seems...
2011-05-06 Florian Westphalfix clang warning about dead stores
2011-03-27 Florian Westphalngircd: improve rng initialisation
2011-03-27 Alexander BartonMerge branch 'AuthPing'
2011-03-27 Alexander BartonNew configuration option "RequireAuthPing": PING-PONG...
2011-02-13 Alexander BartonDoxygen'ify and update comments in ngircd.{c|h}
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-01-09 Alexander BartonRemove support for ZeroConf/Bonjour/Rendezvous service...
2011-01-09 Alexander BartonUpdate copyright notices for 2010 :)
2010-12-01 Alexander BartonRemove "error file" when compiled with debug code enabled RemoveErrorfile
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-07-31 Florian Westphalstartup: open /dev/null before chroot
2010-07-11 Alexander BartonDetect PAM libraries
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-04-09 Alexander BartonFix gcc warning "ignoring return value of ..."
2010-04-02 Alexander BartonUpdated some more copyright notices, it's 2010 already...
2009-05-05 Alexander BartonUpdate copyright notice, it's 2009 already!
2009-04-21 Florian Westphalremove or translate old comments
2009-01-09 Florian Westphalremove unneeded LOG_DEBUG when not compiling with DEBUG...
2008-12-17 Florian Westphaldon't print pid_t type with %ld format specifier
2008-11-20 Alexander BartonChange formatting of some log messages
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-08-18 Alexander BartonInclude "mcheck.h" when using mtrace().
2008-08-13 Alexander BartonEnable GNU libc "memory tracing" when compiled with...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-05-18 Jari AaltoAdd option aliases -V (for --version) and -h (for ...
2008-05-08 ashemira@ucsd.eduAdded Cygwin uid kludge. (verified working)
next