summaryrefslogtreecommitdiffstats
path: root/src/slave
Commit message (Expand)AuthorAgeFilesLines
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-1/+1
* Allow using locales when gettext is absentBen Kaduk2012-07-063-0/+3
* Enable all localizations in main functionsBen Kaduk2012-07-063-3/+3
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-221-2/+3
* Require IPv6 supportKen Raeburn2012-02-281-3/+1
* install sphinx-generated manpagesTom Yu2012-01-091-1/+4
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-021-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-11/+11
* make-dependKen Raeburn2011-08-201-25/+25
* Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn2011-07-012-0/+2
* Separate license and non-license comment in kpropdGreg Hudson2011-06-231-2/+3
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-0/+1
* Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson2011-06-231-5/+1
* Add setlocale() calls to main functionsGreg Hudson2011-06-103-1/+3
* Mark up strings for translationGreg Hudson2011-06-102-126/+120
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-095-16/+11
* Make dependGreg Hudson2011-02-251-12/+12
* kpropd denial of service [MITKRB5-SA-2011-001 CVE-2010-4022]Tom Yu2011-02-091-4/+4
* Read KDC profile settings in kpropdGreg Hudson2010-11-161-1/+3
* Handle referral realm in kprop client principalGreg Hudson2010-11-161-3/+17
* Fix adjustment of counterKen Raeburn2010-10-231-1/+1
* Make dependGreg Hudson2010-09-081-9/+20
* In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson2010-07-011-11/+32
* In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson2010-06-221-0/+1
* Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson2010-06-115-162/+191
* make dependGreg Hudson2010-06-071-14/+17
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-032-3/+3
* Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu2010-04-231-9/+28
* Use krb5_free_default_realm instead of free on the results ofEzra Peisach2009-12-311-2/+2
* Fix spelling and hyphen errors in man pagesRuss Allbery2009-12-311-1/+1
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-46/+44
* Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu2009-11-062-1933/+1906
* make mark-cstyle; make reindentTom Yu2009-11-063-295/+298
* make mark-cstyleTom Yu2009-10-313-70/+70
* Account lockoutGreg Hudson2009-10-252-13/+41
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-9/+11
* Implement s4u extensionsGreg Hudson2009-09-131-18/+26
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-2/+3
* libkdb5 now depends on libgssrpc. So when linking kpropd, specifyGreg Hudson2009-06-081-2/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-024-18/+18
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-61/+59
* Change kpropd_com_err_proc to prototype style, add format attributeKen Raeburn2008-12-301-5/+14
* If full resync fails, go into backoff modeKen Raeburn2008-12-301-0/+1
* Handle a number of warnings - including missing prototype,Ezra Peisach2008-12-291-19/+8
* Some cleanup from Shawn Emery: Use INITIAL_TIMER macros instead ofKen Raeburn2008-12-221-1/+2
* Improvements from Shawn Emery: an extra-verbose modeKen Raeburn2008-12-221-12/+275
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-16/+14
* Shawn's fix for some iprop bugs, with some tweaksKen Raeburn2008-12-011-13/+100
* fix tiny overrunKen Raeburn2008-11-241-1/+1
* Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn2008-11-171-5/+7