summaryrefslogtreecommitdiffstats
path: root/src/slave/kpropd.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize iprop codeGreg Hudson2014-02-051-436/+312
* Fix kpropd -xGreg Hudson2014-01-301-0/+1
* Quiet kpropd.c signed/unsigned comparison warningsNicolas Williams2013-01-241-3/+3
* Fix iprop log reinitializationGreg Hudson2013-01-221-0/+2
* Make t_iprop.py faster and more robustGreg Hudson2012-10-121-3/+11
* Fix slow kprop dejagnu testGreg Hudson2012-10-101-1/+1
* Remove an old, incorrect comment in kpropd.cNicolas Williams2012-10-081-9/+0
* Send kpropd debug msgs to stderrNicolas Williams2012-10-081-4/+5
* Deprecate kpropd -S optionNicolas Williams2012-10-051-1/+12
* Improve kpropd debug and syslog outputNicolas Williams2012-10-051-39/+123
* Improve kpropd behavior in iprop modeNicolas Williams2012-10-051-222/+174
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-1/+1
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Require IPv6 supportKen Raeburn2012-02-281-3/+1
* Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn2011-07-011-0/+1
* Separate license and non-license comment in kpropdGreg Hudson2011-06-231-2/+3
* Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson2011-06-231-5/+1
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-101-63/+60
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* 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
* Fix adjustment of counterKen Raeburn2010-10-231-1/+1
* In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson2010-07-011-11/+32
* Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson2010-06-111-78/+52
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-2/+2
* Use krb5_free_default_realm instead of free on the results ofEzra Peisach2009-12-311-2/+2
* Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu2009-11-061-1348/+1330
* make mark-cstyleTom Yu2009-10-311-33/+33
* Account lockoutGreg Hudson2009-10-251-12/+40
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-2/+3
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-7/+7
* 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
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-10/+8
* Shawn's fix for some iprop bugs, with some tweaksKen Raeburn2008-12-011-13/+100
* Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn2008-11-171-5/+7
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Merge from branch sun-ipropKen Raeburn2008-06-241-15/+615
* provide more useful error message when running kpropd on command lineKen Raeburn2007-07-201-3/+12
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-1/+1
* whitespaceKen Raeburn2006-06-201-1/+1
* Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery2006-06-131-2/+2
* * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach2001-12-061-3/+10
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-15/+15
* * configure.in: Check for daemon() prototypeEzra Peisach2001-06-211-0/+4