heimdal: Honour KRB5_CTX_F_DNS_CANONICALIZE_HOSTNAME in parse_name_canon_rules()
[metze/heimdal/wip.git] / kdc / main.c
2019-12-10 Nicolas Williamskdc: Fix leaks
2019-10-03 Nicolas Williamskdc: fix leaks
2016-12-20 Viktor DukhovniAvoid interposing pidfile(), use rk_pidfile() instead
2016-06-09 Viktor DukhovniMacOS/X fixes
2016-01-20 Nicolas WilliamsFix Windows build: no fork for kdc
2015-11-06 Roland C. DowdeswellMake the KDC use a multi-process model.
2015-03-24 Nicolas WilliamsDaemons detach atomically to avoid having to wait
2013-11-28 Love Hörnquist ÅstrandMerge pull request #48 from pettai/master
2013-10-15 Love Hornquist Astrandadd HDBGET: that only supports get, iteration doesnt...
2012-11-28 Love Hornquist Astranddo chdir("/") after chroot()
2011-11-22 Love Hörnquist Åstranduse json to drive kdc-tester
2011-05-21 Love Hornquist Astrandremove trailing whitespace
2010-09-19 Love Hornquist Astrandremove unused header file
2010-02-19 Guido GüntherUse libcapng to drop all privileges
2009-11-25 Love Hornquist AstrandMerge branch 'master' into wip/win32-port2
2009-11-25 Asanka HerathMake kdc build on windows
2009-11-25 Love Hornquist AstrandMerge branch 'master' into wip/win32-port2
2009-11-25 Love Hornquist AstrandMerge 'master'
2009-11-24 Love Hornquist AstrandMerge branch 'master' into wip/win32-port2
2009-11-24 Love Hornquist AstrandMerge branch 'master' into wip/win32-port2
2009-11-24 Love Hornquist AstrandMerge branch 'master' into wip/win32-port2
2009-11-24 Asanka HerathDon't use SIGPIPE, SIGXCPU or geteuid() if they aren...
2009-11-22 Love Hornquist Astrandremove sandbox for now since it also require a sandbox...
2009-11-22 Love Hornquist Astrandadd support for sandbox
2009-07-17 Love Hornquist AstrandIndent
2009-07-17 Love Hornquist AstrandAllow specifying runing user and chroot() enviroment
2009-01-25 Love Hörnquist Åstrandwrap detach
2008-09-13 Love Hörnquist Åstrandremove trailing whitespace
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2007-04-19 Love Hörnquist Åstrandrevert 20447, it doesnt pass the regression tests,...
2007-04-19 Love Hörnquist ÅstrandCall out to Heimdal's krb5.conf processing to configure...
2006-09-16 Love Hörnquist Åstrand(sigterm): don't _exit, let loop() catch the signal...
2006-08-24 Love Hörnquist ÅstrandRegister hdb keytab operations.
2005-07-01 Love Hörnquist Åstrandadapt pkinit code to libkdc split
2005-06-30 Love Hörnquist ÅstrandDon't pollute namespace, generate public headerfile
2005-06-30 Love Hörnquist ÅstrandMerge in the libkdc/kdc configuration split from Andre...
2005-06-14 Love Hörnquist Åstrand(main): catch KRB5_CONFIG_BADFORMAT from krb5_init_context
2005-05-30 Johan Danielsson(sigterm) set exit_flag to signal causing exit; (main...
2005-05-23 Love Hörnquist ÅstrandDon't test HAVE_DAEMON since roken supplies it.
2004-12-13 Love Hörnquist Åstrand(main): catch sigpipe, we don't bother select()ing...
2002-08-28 Johan Danielssoninvert detach flag meaning to lessen the confusion
2002-08-28 Johan Danielssonmaybe detach from console?
2001-02-20 Assar Westerlunds/[gs]et_progname/[gs]etprogname/
2000-12-31 Assar Westerlund(main): handle krb5_init_context failure consistently
2000-08-04 Johan Danielssonwrite a pid file
2000-05-12 Assar Westerlund(main): also call sigterm on SIGTERM
1999-12-02 Johan Danielssonremove advertising clause
1999-11-11 Johan Danielssonindent
1999-11-11 Johan Danielssonmake this work with multi-db
1999-11-09 Johan Danielssonupdate for multi-database code
1999-02-20 Johan Danielssonhdb_set_master_key -> hdb_set_master_keyfile
1997-10-16 Assar Westerlundadapt to new hdb interface
1997-09-07 Assar Westerlund(main): use sigaction without SA_RESTART to break out...
1997-09-03 Johan Danielssonuse new master key functions
1997-09-03 Johan Danielssonremove usage
1997-08-24 Johan Danielssoninit context before reading config file
1997-08-04 Johan DanielssonMake context global.
1997-08-01 Assar Westerlundchange order of stuff in `main'
1997-08-01 Johan DanielssonPass context to kdc_log.
1997-07-24 Johan DanielssonInitialize master key.
1997-07-24 Johan DanielssonCall configure()
1997-07-16 Johan DanielssonAdd -p flags to disable pa-enc-timestamp test.
1997-07-16 Johan DanielssonAdd copyright notice.
1997-07-16 Johan DanielssonFree context.
1997-07-16 Johan DanielssonSet flag in signal handler.
1997-07-15 Assar Westerlundstaticize `sigterm'
1997-06-07 Johan DanielssonSplit into more files. Add support for TCP.