summaryrefslogtreecommitdiff
path: root/kdc/main.c
Commit message (Expand)AuthorAge
* Avoid interposing pidfile(), use rk_pidfile() insteadViktor Dukhovni2016-12-19
* MacOS/X fixesViktor Dukhovni2016-06-09
* Fix Windows build: no fork for kdcNicolas Williams2016-01-20
* Make the KDC use a multi-process model.Roland C. Dowdeswell2015-11-06
* Daemons detach atomically to avoid having to waitNicolas Williams2015-03-24
* add HDBGET: that only supports get, iteration doesnt really make sense for th...Love Hornquist Astrand2013-10-15
* do chdir("/") after chroot()Love Hornquist Astrand2012-11-27
* use json to drive kdc-testerLove Hörnquist Åstrand2011-11-21
* remove trailing whitespaceLove Hornquist Astrand2011-05-21
* remove unused header fileLove Hornquist Astrand2010-09-19
* Use libcapng to drop all privilegesGuido Günther2010-02-18
* Make kdc build on windowsAsanka Herath2009-11-24
* remove sandbox for now since it also require a sandbox profile, and that is n...Love Hornquist Astrand2009-11-22
* add support for sandboxLove Hornquist Astrand2009-11-22
* IndentLove Hornquist Astrand2009-07-16
* Allow specifying runing user and chroot() enviromentLove Hornquist Astrand2009-07-16
* wrap detachLove Hörnquist Åstrand2009-01-25
* remove trailing whitespaceLove Hörnquist Åstrand2008-09-13
* switch to utf8 encoding of all filesLove Hörnquist Åstrand2008-09-13
* revert 20447, it doesnt pass the regression tests, exports too muchLove Hörnquist Åstrand2007-04-19
* Call out to Heimdal's krb5.conf processing to configure many aspectsLove Hörnquist Åstrand2007-04-19
* (sigterm): don't _exit, let loop() catch the signal instead.Love Hörnquist Åstrand2006-09-16
* Register hdb keytab operations.Love Hörnquist Åstrand2006-08-24
* adapt pkinit code to libkdc splitLove Hörnquist Åstrand2005-07-01
* Don't pollute namespace, generate public headerfileLove Hörnquist Åstrand2005-06-30
* Merge in the libkdc/kdc configuration split from Andrew Bartlet <abartlet@sa...Love Hörnquist Åstrand2005-06-30
* (main): catch KRB5_CONFIG_BADFORMAT from krb5_init_contextLove Hörnquist Åstrand2005-06-14
* (sigterm) set exit_flag to signal causing exit; (main) trap SIGXCPUJohan Danielsson2005-05-30
* Don't test HAVE_DAEMON since roken supplies it.Love Hörnquist Åstrand2005-05-23
* (main): catch sigpipe, we don't bother select()ing for errorsLove Hörnquist Åstrand2004-12-13
* invert detach flag meaning to lessen the confusionJohan Danielsson2002-08-28
* maybe detach from console?Johan Danielsson2002-08-28
* s/[gs]et_progname/[gs]etprogname/Assar Westerlund2001-02-20
* (main): handle krb5_init_context failure consistentlyAssar Westerlund2000-12-31
* write a pid fileJohan Danielsson2000-08-04
* (main): also call sigterm on SIGTERMAssar Westerlund2000-05-12
* remove advertising clauseJohan Danielsson1999-12-02
* indentJohan Danielsson1999-11-11
* make this work with multi-dbJohan Danielsson1999-11-11
* update for multi-database codeJohan Danielsson1999-11-09
* hdb_set_master_key -> hdb_set_master_keyfileJohan Danielsson1999-02-20
* adapt to new hdb interfaceAssar Westerlund1997-10-16
* (main): use sigaction without SA_RESTART to break out of select when aAssar Westerlund1997-09-07
* use new master key functionsJohan Danielsson1997-09-03
* remove usageJohan Danielsson1997-09-03
* init context before reading config fileJohan Danielsson1997-08-24
* Make context global.Johan Danielsson1997-08-04
* change order of stuff in `main'Assar Westerlund1997-08-01
* Pass context to kdc_log.Johan Danielsson1997-08-01
* Initialize master key.Johan Danielsson1997-07-24